HomeSort by relevance Sort by last modified time
    Searched refs:FORMAT (Results 201 - 225 of 514) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /cts/tests/tests/text/src/android/text/cts/
FontCoverageTest.java     [all...]
  /external/avb/
avbtool 195 return 'avbtool {}.{}.{}'.format(AVB_VERSION_MAJOR,
379 raise AvbError('Error getting public key: {}'.format(perr))
395 """Encodes a public RSA key in |AvbRSAPublicKeyHeader| format.
438 raise AvbError('Unknown algorithm type {}'.format(alg_type))
451 key_path: Path to the private key file. Must be PEM format.
488 raise AvbError('Error signing: {}'.format(perr))
571 FORMAT = '<2H2I'
622 may be using the Android Sparse Image format. When an instance is
625 format, otherwise they will be directly on the file. Either way the
685 raise ValueError('Encountered sparse image format version {}.{} but
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CurrencyPluralInfo.java 25 * DecimalFormat to format currency plural,
33 * Following are the information needed for currency plural format and parse:
43 * Create a CurrencyPluralInfo object for the default <code>FORMAT</code> locale.
44 * @see Category#FORMAT
47 initialize(ULocale.getDefault(Category.FORMAT));
96 * Gets plural rules of this locale, used for currency plural format
106 * used for currency plural format
317 * The plural rule is used to format currency plural name,
ListFormatter.java 170 * Create a list formatter that is appropriate for the default FORMAT locale.
175 return getInstance(ULocale.getDefault(ULocale.Category.FORMAT));
179 * Format a list of objects.
182 * items to format. The toString() method is called on each.
185 public String format(Object... items) { method in class:ListFormatter
186 return format(Arrays.asList(items));
190 * Format a collection of objects. The toString() method is called on each.
193 * items to format. The toString() method is called on each.
196 public String format(Collection<?> items) { method in class:ListFormatter
197 return format(items, -1).toString()
204 FormattedListBuilder format(Collection<?> items, int index) { method in class:ListFormatter
    [all...]
NumberingSystem.java 68 * NumberingSystemRules section that will be used to format numbers using
86 * NumberingSystemRules section that will be used to format numbers using
204 * Returns the default numbering system for the default <code>FORMAT</code> locale.
205 * @see Category#FORMAT
208 return getInstance(ULocale.getDefault(Category.FORMAT));
293 * NumberingSystemRules section that will be used to format numbers using
309 * format numerals. If false, the numbering system is numeric and
RuleBasedNumberFormat.java 61 * <p>For larger numbers, we can use the preceding set of rules to format the ones place, and
77 * isolate the number's ones digit, format it using this same set of rules, and place the
159 * <p>The above syntax suffices only to format positive integers. To format negative numbers,
165 * where the base value would be. This rule is used to format all negative numbers. the
166 * &gt;&gt; token here means &quot;find the number's absolute value, format it with these
194 * are <em>public:</em> the caller can specify that they be used to format and parse numbers.
309 * on whether it is used to format a number's integral part (or the whole number) or a
310 * number's fractional part. Using a rule set to format a rule's fractional part makes it a
313 * <p>Which rule is used to format a number is defined according to one of the followin
1129 public String format(double number, String ruleSet) throws IllegalArgumentException { method in class:RuleBasedNumberFormat
1147 public String format(long number, String ruleSet) throws IllegalArgumentException { method in class:RuleBasedNumberFormat
1163 public StringBuffer format(double number, method in class:RuleBasedNumberFormat
1174 toAppendTo.append(format(number, defaultRuleSet)); method
1192 public StringBuffer format(long number, method in class:RuleBasedNumberFormat
1202 toAppendTo.append(format(number, defaultRuleSet)); method
1213 public StringBuffer format(BigInteger number, method in class:RuleBasedNumberFormat
1225 public StringBuffer format(java.math.BigDecimal number, method in class:RuleBasedNumberFormat
1240 public StringBuffer format(android.icu.math.BigDecimal number, method in class:RuleBasedNumberFormat
1910 private String format(double number, NFRuleSet ruleSet) { method in class:RuleBasedNumberFormat
1934 private String format(long number, NFRuleSet ruleSet) { method in class:RuleBasedNumberFormat
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleData.java 232 * Gets the LocaleData object associated with the default <code>FORMAT</code> locale
235 * @see Category#FORMAT
238 return LocaleData.getInstance(ULocale.getDefault(Category.FORMAT));
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 54 * date/time formatter initialized with a default format pattern along with the
56 * created, clients may modify the format pattern using the setPattern function
60 * If clients decide to create a date-time formatter with a particular format
68 * replace the localized date-time format pattern characters with the ones that
85 * Construct a DateFormatSymbols object by loading format data from
100 * Construct a DateFormatSymbols object by loading format data from
103 * @param locale Locale to load format data from.
114 * Construct a DateFormatSymbols object by loading format data from
132 * Construct a DateFormatSymbols object by loading format data from
135 * @param locale Locale to load format data from
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
MessageFormat.java 22 import java.text.Format;
56 * <code>MessageFormat</code> differs from the other <code>Format</code>
73 * {@link #setFormatByArgumentName(String, Format)},
74 * {@link #format(Map, StringBuffer, FieldPosition)},
75 * {@link #format(String, Map)}, {@link #parseToMap(String, ParsePosition)},
85 * {@link #setFormatsByArgumentIndex(Format[])},
86 * {@link #setFormatByArgumentIndex(int, Format)},
89 * {@link #format(Object[], StringBuffer, FieldPosition)},
90 * {@link #format(String, Object[])},
95 * <p>The API {@link #format(Object, StringBuffer, FieldPosition)} ha
902 public final StringBuffer format(Object[] arguments, StringBuffer result, method in class:MessageFormat
963 public static String format(String pattern, Object... arguments) { method in class:MessageFormat
1021 public final StringBuffer format(Object arguments, StringBuffer result, method in class:MessageFormat
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyPluralInfo.java 24 * DecimalFormat to format currency plural,
32 * Following are the information needed for currency plural format and parse:
44 * Create a CurrencyPluralInfo object for the default <code>FORMAT</code> locale.
45 * @see Category#FORMAT
49 initialize(ULocale.getDefault(Category.FORMAT));
103 * Gets plural rules of this locale, used for currency plural format
114 * used for currency plural format
334 * The plural rule is used to format currency plural name,
ListFormatter.java 172 * Create a list formatter that is appropriate for the default FORMAT locale.
178 return getInstance(ULocale.getDefault(ULocale.Category.FORMAT));
182 * Format a list of objects.
185 * items to format. The toString() method is called on each.
189 public String format(Object... items) { method in class:ListFormatter
190 return format(Arrays.asList(items));
194 * Format a collection of objects. The toString() method is called on each.
197 * items to format. The toString() method is called on each.
201 public String format(Collection<?> items) { method in class:ListFormatter
202 return format(items, -1).toString()
209 FormattedListBuilder format(Collection<?> items, int index) { method in class:ListFormatter
    [all...]
NumberingSystem.java 69 * NumberingSystemRules section that will be used to format numbers using
88 * NumberingSystemRules section that will be used to format numbers using
209 * Returns the default numbering system for the default <code>FORMAT</code> locale.
210 * @see Category#FORMAT
214 return getInstance(ULocale.getDefault(Category.FORMAT));
303 * NumberingSystemRules section that will be used to format numbers using
321 * format numerals. If false, the numbering system is numeric and
RuleBasedNumberFormat.java 60 * <p>For larger numbers, we can use the preceding set of rules to format the ones place, and
76 * isolate the number's ones digit, format it using this same set of rules, and place the
158 * <p>The above syntax suffices only to format positive integers. To format negative numbers,
164 * where the base value would be. This rule is used to format all negative numbers. the
165 * &gt;&gt; token here means &quot;find the number's absolute value, format it with these
193 * are <em>public:</em> the caller can specify that they be used to format and parse numbers.
308 * on whether it is used to format a number's integral part (or the whole number) or a
309 * number's fractional part. Using a rule set to format a rule's fractional part makes it a
312 * <p>Which rule is used to format a number is defined according to one of the followin
1150 public String format(double number, String ruleSet) throws IllegalArgumentException { method in class:RuleBasedNumberFormat
1169 public String format(long number, String ruleSet) throws IllegalArgumentException { method in class:RuleBasedNumberFormat
1186 public StringBuffer format(double number, method in class:RuleBasedNumberFormat
1197 toAppendTo.append(format(number, defaultRuleSet)); method
1216 public StringBuffer format(long number, method in class:RuleBasedNumberFormat
1226 toAppendTo.append(format(number, defaultRuleSet)); method
1238 public StringBuffer format(BigInteger number, method in class:RuleBasedNumberFormat
1251 public StringBuffer format(java.math.BigDecimal number, method in class:RuleBasedNumberFormat
1267 public StringBuffer format(com.ibm.icu.math.BigDecimal number, method in class:RuleBasedNumberFormat
1948 private String format(double number, NFRuleSet ruleSet) { method in class:RuleBasedNumberFormat
1972 private String format(long number, NFRuleSet ruleSet) { method in class:RuleBasedNumberFormat
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleData.java 234 * Gets the LocaleData object associated with the default <code>FORMAT</code> locale
237 * @see Category#FORMAT
241 return LocaleData.getInstance(ULocale.getDefault(Category.FORMAT));
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 627 case Character.FORMAT:
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 30 unsigned format; member in struct:pcm
52 #define FORMAT(v) SNDRV_PCM_FORMAT_##v
135 const char *get_format_name(int format);
136 const char *get_format_desc(int format);
252 __u32 format; member in struct:snd_codec
  /libcore/ojluni/src/main/java/sun/util/locale/provider/
CalendarDataUtility.java 244 return DateFormatSymbols.FORMAT;
  /libcore/ojluni/src/main/java/java/util/
Formatter.java 65 * An interpreter for printf-style format strings. This class provides support
77 * {@code printf}. Although the format strings are similar to C, some
81 * thrown. In C inapplicable flags are silently ignored. The format strings
93 * formatter.format("%4$2s %3$2s %2$2s %1$2s", "a", "b", "c", "d")
99 * formatter.format(Locale.FRANCE, "e = %+10.4f", Math.E);
102 * // The '(' numeric flag may be used to format negative numbers with
105 * formatter.format("Amount gained or lost since last statement: $ %(,.2f",
115 * System.out.format("Local time: %tT", Calendar.getInstance());
125 * method {@link String#format(String,Object...) String.format}
2457 public Formatter format(String format, Object ... args) { method in class:Formatter
2496 public Formatter format(Locale l, String format, Object ... args) { method in class:Formatter
2570 private final String format; field in class:Formatter.FormatSpecifierParser
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
LocaleTest.java     [all...]
  /external/curl/docs/cmdline-opts/
write-out.d 3 Arg: <format>
4 Help: Use output FORMAT after completion
6 Make curl display information on stdout after a completed transfer. The format
8 variables. The format can be specified as a literal "string", or you can have
9 curl read the format from a file with "@filename" and to tell curl to read the
10 format from stdin you write "@-".
12 The variables present in the output format will be substituted by the value or
  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp 217 static const char gNamesFormatTag[]="format";
679 case FORMAT :
742 case FORMAT :
798 case FORMAT :
875 if (context == FORMAT && width == ABBREVIATED) {
897 if (context == FORMAT && width == ABBREVIATED) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_surface.c 37 swzsurf_format(mesa_format format)
39 switch (format) {
76 surf2d_format(mesa_format format)
78 switch (format) {
115 rect_format(mesa_format format)
117 switch (format) {
154 sifm_format(mesa_format format)
156 switch (format) {
235 BEGIN_NV04(push, NV04_SSWZ(FORMAT), 2);
236 PUSH_DATA (push, swzsurf_format(dst->format) |
    [all...]
  /libcore/ojluni/src/main/java/java/text/
DecimalFormatSymbols.java 56 * to format numbers. <code>DecimalFormat</code> creates for itself an instance of
72 * {@link java.util.Locale.Category#FORMAT FORMAT} locale.
77 * DecimalFormatSymbols(Locale.getDefault(Locale.Category.FORMAT))}.
79 * @see java.util.Locale.Category#FORMAT
82 initialize( Locale.getDefault(Locale.Category.FORMAT) );
127 * getInstance(Locale.getDefault(Locale.Category.FORMAT))}.
129 * @see java.util.Locale.Category#FORMAT
134 return getInstance(Locale.getDefault(Locale.Category.FORMAT));
358 * negative format is specified, one is formed by prefixin
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
AudioMixer.h 70 FORMAT = 0x4001,
109 // \param format PCM format
114 // BAD_VALUE if the format does not satisfy isValidFormat()
117 int name, audio_channel_mask_t channelMask, audio_format_t format, int sessionId);
152 static inline bool isValidFormat(audio_format_t format) {
153 switch (format) {
171 /* For multi-format functions (calls template functions
191 // sample format is not explicitly specified, and is assumed to be AUDIO_FORMAT_PCM_16_BIT
276 uint8_t unused_padding; // formerly format, was always 1
    [all...]

Completed in 855 milliseconds

1 2 3 4 5 6 7 891011>>