Searched
full:formatting (Results
301 -
325 of
1924) sorted by null
<<11121314151617181920>>
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/ |
GLDataTypeSpec.java | 55 // We might do custom formatting for these types in the future.
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
DateFormat.java | 26 * <p>DateFormat is an abstract class for date/time formatting subclasses which 28 * The date/time formatting subclass, such as SimpleDateFormat, allows for 29 * formatting (i.e., date -> text), parsing (text -> date), and 34 * formatters based on the default or a given locale and a number of formatting 35 * styles. The formatting styles include FULL, LONG, MEDIUM, and SHORT. More 48 * <p>If you are formatting multiple numbers, it is 398 * occurrence of that time field. For instance, formatting a Date to 440 * occurrence of that time field. For instance, formatting a Date to 468 * occurrence of that time field. For instance, formatting a Date to [all...] |
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
PhoneNumberUtil.java | 41 * Utility for international phone numbers. Functionality includes formatting, parsing and 112 // Separate map of all symbols that we wish to retain when formatting alpha numbers. This 279 // Default extension prefix to use when formatting. This will be put in front of any extension 281 // the default extension formatting to be " extn: 3456", then you should specify " extn: " here 348 // A pattern that is used to determine if the national prefix formatting rule has the first group 361 * E164 format is as per INTERNATIONAL format but with no formatting applied, e.g. [all...] |
/build/blueprint/bpfmt/ |
bpfmt.go | 22 list = flag.Bool("l", false, "list files whose formatting differs from bpfmt's") 79 // formatting has changed
|
/developers/build/templates/create/ |
template-params.xml.ftl | 103 Makrdown formatting allowed. This will be used to generate a mini-article for the 109 *Makrdown* formatting allowed. See [Markdown Documentation][1]
|
/external/apache-http/src/org/apache/http/message/ |
HeaderValueFormatter.java | 42 * Interface for formatting elements of a header value. 47 * All formatting methods accept an optional buffer argument.
|
/external/autotest/client/ |
setup_modules.py | 84 sys.stderr.write('Exception occurred formatting message: ' 89 sys.stderr.write('Future logging formatting exceptions disabled.\n')
|
/external/autotest/site_utils/ |
balance_pools.py | 83 This function logs a single line to stdout, with formatting 89 @param message Message to be logged, possibly after formatting. 91 without formatting. 102 This function logs a single line to stdout, with formatting 109 @param message Message to be logged, possibly after formatting. 111 without formatting. 128 @param message Message to be logged, possibly after formatting. 130 without formatting.
|
/external/chromium-trace/catapult/tracing/tracing/value/ |
unit.html | 121 * // Code for formatting the unit (independent of isDelta and 135 * with the appropriate flags and formatting code (including +/- prefixes
|
/external/clang/include/clang/Frontend/ |
DiagnosticRenderer.h | 34 /// \brief Class to encapsulate the logic for formatting a diagnostic message. 133 /// It handles formatting and rendering the message as well as any ancillary
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
QuantityFormatter.java | 60 * variant to use for fetching the formatting template. 87 // The following methods live here so that class PluralRules does not depend on number formatting,
|
/external/icu/icu4c/source/i18n/unicode/ |
numsys.h | 52 * Formatting rules for many commonly used numbering systems are included in 150 * algorithmic systems this is the name of the RBNF ruleset used for formatting,
|
tmutfmt.h | 141 * Set the locale used for formatting or parsing. 150 * Set the number format used for formatting or parsing.
|
unumsys.h | 31 * Formatting rules for many commonly used numbering systems are included in 153 * algorithmic systems this is the name of the RBNF ruleset used for formatting,
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
QuantityFormatter.java | 59 * variant to use for fetching the formatting template. 86 // The following methods live here so that class PluralRules does not depend on number formatting,
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
MessageObject.java | 54 * An introspection based string formatting method. We need this because 78 // formatting stuff - not relevant here.
|
/external/vulkan-validation-layers/ |
CONTRIBUTING.md | 31 #### **Coding Conventions and Formatting** 33 * Run clang-format on your changes to maintain formatting.
|
/frameworks/base/core/java/android/nfc/tech/ |
NdefFormatable.java | 88 * @param firstMessage the NDEF message to write after formatting, can be null 110 * @param firstMessage the NDEF message to write after formatting
|
/libcore/benchmarks/src/benchmarks/regression/ |
FormatterBenchmark.java | 29 f.format("this is a reasonably short string that doesn't actually need any formatting"); 36 sb.append("this is a reasonably short string that doesn't actually need any formatting");
|
/libcore/ojluni/src/main/java/java/util/logging/ |
package.html | 89 <LI> <I>Formatter</I>: Provides support for formatting LogRecord objects. This 91 XMLFormatter, for formatting log records in plain text
|
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/ |
InCallContactInteractionsTest.java | 32 * Tests for InCallContactInteractions class methods for formatting info for display. 36 * and US locale address formatting unless otherwise specified.
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
jpeg_reader.cpp | 159 // Do in-place pixel formatting 178 // Does in-place pixel formatting
|
jpeg_writer.cpp | 149 // Do in-place pixel formatting 165 // Does in-place pixel formatting
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
Strings.java | 82 * <p>See {@link Formatter} for a richer set of formatting capabilities. 114 * <p>See {@link Formatter} for a richer set of formatting capabilities.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
FormatParagraph.py | 3 # Does basic, standard text formatting, and also understands Python 11 # as comments, and will have the normal "text formatting" rules
|
Completed in 2059 milliseconds
<<11121314151617181920>>