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

1 23 4 5 6 7 8 91011>>

  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/image/
RangeLinearDepthTransform.java 13 public static final String FORMAT = "RangeLinear";
35 return FORMAT;
  /external/guava/guava-tests/test/com/google/common/base/
VerifyTest.java 61 verify(false, FORMAT, 5);
90 verifyNotNull(null, FORMAT, 5);
103 private static final String FORMAT = "I ate %s pies.";
  /libcore/luni/src/test/java/libcore/java/util/
Locales.java 24 import static java.util.Locale.Category.FORMAT;
42 * Sets the specified default Locale, default DISPLAY Locale and default FORMAT Locale.
94 Locale.setDefault(FORMAT, formatLocale);
99 Locale.getDefault(), Locale.getDefault(DISPLAY), Locale.getDefault(FORMAT));
  /system/media/audio_utils/
power.cpp 34 constexpr inline bool isFormatSupported(audio_format_t format) {
35 switch (format) {
54 template <audio_format_t FORMAT>
57 switch (FORMAT) {
82 static_assert(isFormatSupported(FORMAT), "unsupported format");
87 template <audio_format_t FORMAT>
90 switch (FORMAT) {
110 static_assert(isFormatSupported(FORMAT), "unsupported format");
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
CECalendar.java 57 * in the default time zone with the default <code>FORMAT</code> locale.
60 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
65 * in the given time zone with the default <code>FORMAT</code> locale.
70 this(zone, ULocale.getDefault(Category.FORMAT));
121 * in the default time zone with the default <code>FORMAT</code> locale.
131 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
137 * in the default time zone with the default <code>FORMAT</code> locale.
142 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
148 * and time set for the default time zone with the default <code>FORMAT</code> locale.
161 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
    [all...]
DangiCalendar.java 93 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
106 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CECalendar.java 56 * in the default time zone with the default <code>FORMAT</code> locale.
59 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
64 * in the given time zone with the default <code>FORMAT</code> locale.
69 this(zone, ULocale.getDefault(Category.FORMAT));
120 * in the default time zone with the default <code>FORMAT</code> locale.
130 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
136 * in the default time zone with the default <code>FORMAT</code> locale.
141 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
147 * and time set for the default time zone with the default <code>FORMAT</code> locale.
160 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
    [all...]
DangiCalendar.java 91 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
104 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
  /external/v8/src/arm64/
disasm-arm64.cc 89 Format(instr, mnemonic, form);
136 Format(instr, mnemonic, form);
174 Format(instr, mnemonic, form);
209 Format(instr, mnemonic, form);
220 // The immediate encoded in the instruction is not in the expected format.
221 Format(instr, "unallocated", "(LogicalImmediate)");
252 Format(instr, mnemonic, form);
332 Format(instr, mnemonic, form);
347 Format(instr, mnemonic, form);
363 Format(instr, mnemonic, form)
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
Makefile 61 FORMAT = efi-app-$(ARCH)
74 $(TARGET_BSDRIVERS): FORMAT=efi-bsdrv-$(ARCH)
75 $(TARGET_RTDRIVERS): FORMAT=efi-rtdrv-$(ARCH)
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacterCategory.java 72 case FORMAT :
73 return "Other, Format";
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacterCategory.java 73 case FORMAT :
74 return "Other, Format";
  /device/google/cuttlefish_common/common/vsoc/shm/
graphics.h 42 // Builds (statically) a new pixel format enumeration value given constant
53 template <uint32_t FORMAT>
56 static const uint32_t bytes_per_pixel = (FORMAT >> PixelFormatConst::SubformatSize) + 1;
138 // VSoC memory layout for a register that accepts a single pixel format.
149 // a 12 bit per channel format in the future.
162 // pixel format.
167 "Largest pixel format does not fit in mask");
  /external/autotest/site_utils/lxc/
unittest_setup.py 20 FORMAT = ('%(asctime)s.%(msecs)03d %(levelname)-5.5s|%(module)18.18s:'
27 formatter = logging.Formatter(FORMAT)
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction20bc.java 34 import org.jf.dexlib2.Format;
45 public static final Format FORMAT = Format.Format20bc;
62 @Override public Format getFormat() { return FORMAT; }
BuilderInstruction22c.java 34 import org.jf.dexlib2.Format;
44 public static final Format FORMAT = Format.Format22c;
65 @Override public Format getFormat() { return FORMAT; }
BuilderInstruction22cs.java 34 import org.jf.dexlib2.Format;
45 public static final Format FORMAT = Format.Format22cs;
64 @Override public Format getFormat() { return FORMAT; }
BuilderInstruction35mi.java 34 import org.jf.dexlib2.Format;
43 public static final Format FORMAT = Format.Format35mi;
78 @Override public Format getFormat() { return FORMAT; }
BuilderInstruction35ms.java 34 import org.jf.dexlib2.Format;
43 public static final Format FORMAT = Format.Format35ms;
78 @Override public Format getFormat() { return FORMAT; }
BuilderInstruction3rc.java 34 import org.jf.dexlib2.Format;
44 public static final Format FORMAT = Format.Format3rc;
66 @Override public Format getFormat() { return FORMAT; }
BuilderInstruction3rms.java 34 import org.jf.dexlib2.Format;
45 public static final Format FORMAT = Format.Format3rms;
64 @Override public Format getFormat() { return FORMAT; }
BuilderInstruction4rcc.java 34 import org.jf.dexlib2.Format;
44 public static final Format FORMAT = Format.Format4rcc;
71 @Override public Format getFormat() { return FORMAT; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction20bc.java 34 import org.jf.dexlib2.Format;
46 public static final Format FORMAT = Format.Format20bc;
73 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction21c.java 34 import org.jf.dexlib2.Format;
45 public static final Format FORMAT = Format.Format21c;
72 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction21ih.java 34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format21ih;
70 @Override public Format getFormat() { return FORMAT; }

Completed in 2015 milliseconds

1 23 4 5 6 7 8 91011>>