HomeSort by relevance Sort by last modified time
    Searched refs:FORMAT (Results 76 - 100 of 404) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
PersianCalendar.java 100 * in the default time zone with the default <code>FORMAT</code> locale.
101 * @see Category#FORMAT
109 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
114 * in the given time zone with the default <code>FORMAT</code> locale.
116 * @see Category#FORMAT
124 this(zone, ULocale.getDefault(Category.FORMAT));
193 * in the default time zone with the default <code>FORMAT</code> locale.
196 * @see Category#FORMAT
203 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
209 * in the default time zone with the default <code>FORMAT</code> locale
    [all...]
HebrewCalendar.java 278 * in the default time zone with the default <code>FORMAT</code> locale.
279 * @see Category#FORMAT
283 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
288 * in the given time zone with the default <code>FORMAT</code> locale.
291 * @see Category#FORMAT
295 this(zone, ULocale.getDefault(Category.FORMAT));
350 * in the default time zone with the default <code>FORMAT</code> locale.
358 * @see Category#FORMAT
362 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
370 * in the default time zone with the default <code>FORMAT</code> locale
    [all...]
IndianCalendar.java 158 * in the default time zone with the default <code>FORMAT</code> locale.
159 * @see Category#FORMAT
163 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
168 * in the given time zone with the default <code>FORMAT</code> locale.
171 * @see Category#FORMAT
175 this(zone, ULocale.getDefault(Category.FORMAT));
230 * in the default time zone with the default <code>FORMAT</code> locale.
233 * @see Category#FORMAT
237 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
243 * in the default time zone with the default <code>FORMAT</code> locale
    [all...]
  /frameworks/base/media/java/android/media/
AudioPortConfig.java 44 static final int FORMAT = 0x4;
48 AudioPortConfig(AudioPort port, int samplingRate, int channelMask, int format,
53 mFormat = format;
80 * Audio format configuration (e.g AudioFormat.ENCODING_PCM_16BIT).
82 public int format() { method in class:AudioPortConfig
  /external/pdfium/tools/drmemory/scripts/
logging_utils.py 59 FORMAT = "%(asctime)s %(filename)s [%(levelname)s] %(message)s"
62 def config_root(level=logging.INFO, threshold=logging.WARNING, format=FORMAT,
70 format: format for log messages, see logger.Format
71 datefmt: format for date in log messages
78 formatter = logging.Formatter(format, datefmt)
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction35c.java 34 import org.jf.dexlib2.Format;
44 public static final Format FORMAT = Format.Format35c;
81 @Override public Format getFormat() { return FORMAT; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction35c.java 34 import org.jf.dexlib2.Format;
45 public static final Format FORMAT = Format.Format35c;
97 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction35mi.java 34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format35mi;
93 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction35ms.java 34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format35ms;
93 @Override public Format getFormat() { return FORMAT; }
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
SoundRecorder.java 46 private static final int FORMAT = AudioFormat.ENCODING_PCM_16BIT;
48 .getMinBufferSize(RECORDING_RATE, CHANNEL_IN, FORMAT);
94 RECORDING_RATE, CHANNEL_IN, FORMAT, BUFFER_SIZE * 3);
175 final int intSize = AudioTrack.getMinBufferSize(RECORDING_RATE, CHANNELS_OUT, FORMAT);
192 CHANNELS_OUT, FORMAT, intSize, AudioTrack.MODE_STREAM);
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
SoundRecorder.java 46 private static final int FORMAT = AudioFormat.ENCODING_PCM_16BIT;
48 .getMinBufferSize(RECORDING_RATE, CHANNEL_IN, FORMAT);
94 RECORDING_RATE, CHANNEL_IN, FORMAT, BUFFER_SIZE * 3);
175 final int intSize = AudioTrack.getMinBufferSize(RECORDING_RATE, CHANNELS_OUT, FORMAT);
192 CHANNELS_OUT, FORMAT, intSize, AudioTrack.MODE_STREAM);
  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
SoundRecorder.java 46 private static final int FORMAT = AudioFormat.ENCODING_PCM_16BIT;
48 .getMinBufferSize(RECORDING_RATE, CHANNEL_IN, FORMAT);
94 RECORDING_RATE, CHANNEL_IN, FORMAT, BUFFER_SIZE * 3);
175 final int intSize = AudioTrack.getMinBufferSize(RECORDING_RATE, CHANNELS_OUT, FORMAT);
192 CHANNELS_OUT, FORMAT, intSize, AudioTrack.MODE_STREAM);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
HebrewCalendar.java 265 * in the default time zone with the default <code>FORMAT</code> locale.
266 * @see Category#FORMAT
269 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
274 * in the given time zone with the default <code>FORMAT</code> locale.
277 * @see Category#FORMAT
280 this(zone, ULocale.getDefault(Category.FORMAT));
331 * in the default time zone with the default <code>FORMAT</code> locale.
339 * @see Category#FORMAT
342 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
350 * in the default time zone with the default <code>FORMAT</code> locale
    [all...]
IndianCalendar.java 144 * in the default time zone with the default <code>FORMAT</code> locale.
145 * @see Category#FORMAT
148 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
153 * in the given time zone with the default <code>FORMAT</code> locale.
156 * @see Category#FORMAT
159 this(zone, ULocale.getDefault(Category.FORMAT));
210 * in the default time zone with the default <code>FORMAT</code> locale.
213 * @see Category#FORMAT
216 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
222 * in the default time zone with the default <code>FORMAT</code> locale
    [all...]
  /libcore/ojluni/src/main/java/java/text/
DateFormat.java 70 * <p>{@code DateFormat} helps you to format and parse dates for any locale.
72 * months, days of the week, or even the calendar format: lunar vs. solar.
74 * <p>To format a date for the current Locale, use one of the
77 * myString = DateFormat.getDateInstance().format(myDate);
80 * more efficient to get the format and use it multiple times so that
86 * output.println(df.format(myDate[i]) + "; ");
89 * <p>To format a date for a different Locale, specify it in the
98 * <p>Use {@code getDateInstance} to get the normal date format for that country.
100 * Use {@code getTimeInstance} to get the time format for that country.
101 * Use {@code getDateTimeInstance} to get a date and time format. You can pass i
293 public final StringBuffer format(Object obj, StringBuffer toAppendTo, method in class:DateFormat
327 public abstract StringBuffer format(Date date, StringBuffer toAppendTo, method in class:DateFormat
335 public final String format(Date date) method in class:DateFormat
    [all...]
  /external/vixl/src/vixl/a64/
disasm-a64.cc 103 Format(instr, mnemonic, form);
150 Format(instr, mnemonic, form);
188 Format(instr, mnemonic, form);
223 Format(instr, mnemonic, form);
234 // The immediate encoded in the instruction is not in the expected format.
235 Format(instr, "unallocated", "(LogicalImmediate)");
266 Format(instr, mnemonic, form);
346 Format(instr, mnemonic, form);
361 Format(instr, mnemonic, form);
376 Format(instr, mnemonic, form)
    [all...]
  /external/cblas/testing/
c_dblat2.f 7 * are read using the format ( A12, L2 ). An annotated example of a data
419 10002 FORMAT( ' COLUMN-MAJOR AND ROW-MAJOR DATA LAYOUTS ARE TESTED' )
420 10001 FORMAT( ' ROW-MAJOR DATA LAYOUT IS TESTED' )
421 10000 FORMAT( ' COLUMN-MAJOR DATA LAYOUT IS TESTED' )
422 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES',
424 9998 FORMAT( ' RELATIVE MACHINE PRECISION IS TAKEN TO BE', 1P, D9.1 )
425 9997 FORMAT( ' NUMBER OF VALUES OF ', A, ' IS LESS THAN 1 OR GREATER ',
427 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 )
428 9995 FORMAT( ' VALUE OF K IS LESS THAN 0' )
429 9994 FORMAT( ' ABSOLUTE VALUE OF INCX OR INCY IS 0 OR GREATER THAN '
    [all...]
c_sblat2.f 7 * are read using the format ( A12, L2 ). An annotated example of a data
419 10002 FORMAT( ' COLUMN-MAJOR AND ROW-MAJOR DATA LAYOUTS ARE TESTED' )
420 10001 FORMAT( ' ROW-MAJOR DATA LAYOUT IS TESTED' )
421 10000 FORMAT( ' COLUMN-MAJOR DATA LAYOUT IS TESTED' )
422 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES',
424 9998 FORMAT( ' RELATIVE MACHINE PRECISION IS TAKEN TO BE', 1P, E9.1 )
425 9997 FORMAT( ' NUMBER OF VALUES OF ', A, ' IS LESS THAN 1 OR GREATER ',
427 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 )
428 9995 FORMAT( ' VALUE OF K IS LESS THAN 0' )
429 9994 FORMAT( ' ABSOLUTE VALUE OF INCX OR INCY IS 0 OR GREATER THAN '
    [all...]
  /external/icu/icu4c/source/i18n/
udat.cpp 188 udat_close(UDateFormat* format)
190 delete (DateFormat*)format;
199 Format *res = ((DateFormat*)fmt)->clone();
210 udat_format( const UDateFormat* format,
237 ((DateFormat*)format)->format(dateToFormat, res, fp);
248 udat_formatCalendar(const UDateFormat* format,
275 ((DateFormat*)format)->format(*(Calendar*)calendar, res, fp);
286 udat_formatForFields( const UDateFormat* format,
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
PreconditionsTest.java 72 Preconditions.checkArgument(false, FORMAT, 5);
119 Preconditions.checkState(false, FORMAT, 5);
163 Preconditions.checkNotNull(null, FORMAT, 5);
324 assertEquals("%s", Preconditions.format("%s"));
325 assertEquals("5", Preconditions.format("%s", 5));
326 assertEquals("foo [5]", Preconditions.format("foo", 5));
327 assertEquals("foo [5, 6, 7]", Preconditions.format("foo", 5, 6, 7));
328 assertEquals("%s 1 2", Preconditions.format("%s %s %s", "%s", 1, 2));
329 assertEquals(" [5, 6]", Preconditions.format("", 5, 6));
330 assertEquals("123", Preconditions.format("%s%s%s", 1, 2, 3))
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
PreconditionsTest.java 74 Preconditions.checkArgument(false, FORMAT, 5);
121 Preconditions.checkState(false, FORMAT, 5);
165 Preconditions.checkNotNull(null, FORMAT, 5);
326 assertEquals("%s", Preconditions.format("%s"));
327 assertEquals("5", Preconditions.format("%s", 5));
328 assertEquals("foo [5]", Preconditions.format("foo", 5));
329 assertEquals("foo [5, 6, 7]", Preconditions.format("foo", 5, 6, 7));
330 assertEquals("%s 1 2", Preconditions.format("%s %s %s", "%s", 1, 2));
331 assertEquals(" [5, 6]", Preconditions.format("", 5, 6));
332 assertEquals("123", Preconditions.format("%s%s%s", 1, 2, 3))
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacterEnums.java 117 public static final byte FORMAT = 16;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ChineseDateFormatSymbols.java 41 * Construct a ChineseDateFormatSymbols for the default <code>FORMAT</code> locale.
42 * @see Category#FORMAT
47 this(ULocale.getDefault(Category.FORMAT));
126 // The new way to fake this for backward compatibility (no longer used to format/parse):
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacterEnums.java 136 public static final byte FORMAT = 16;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ChineseDateFormatSymbols.java 39 * Construct a ChineseDateFormatSymbols for the default <code>FORMAT</code> locale.
40 * @see Category#FORMAT
45 this(ULocale.getDefault(Category.FORMAT));
124 // The new way to fake this for backward compatibility (no longer used to format/parse):

Completed in 3137 milliseconds

1 2 34 5 6 7 8 91011>>