HomeSort by relevance Sort by last modified time
    Searched defs:TYPES (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /frameworks/native/cmds/installd/
matchgen.py 19 TYPES = {
30 for gid, exts in TYPES.iteritems():
65 for t in TYPES:
66 for v in TYPES[t]:
  /external/google-breakpad/src/testing/scripts/generator/cpp/
keywords.py 36 TYPES = set('bool char int long short double float void wchar_t unsigned signed'.split())
49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
57 # These only apply to methods, they can't be types by themselves.
59 return token in TYPES or token in TYPE_MODIFIERS
  /external/googletest/googlemock/scripts/generator/cpp/
keywords.py 36 TYPES = set('bool char int long short double float void wchar_t unsigned signed'.split())
49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
57 # These only apply to methods, they can't be types by themselves.
59 return token in TYPES or token in TYPE_MODIFIERS
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DebugUtilitiesData.java 24 public static final String [] TYPES = {
  /external/tensorflow/tensorflow/python/ops/
image_grad_test.py 32 TYPES = [np.float32, np.float64]
38 for nptype in self.TYPES:
54 for nptype in self.TYPES:
69 for nptype in self.TYPES:
84 for nptype in self.TYPES:
  /external/v8/testing/gmock/scripts/generator/cpp/
keywords.py 36 TYPES = set('bool char int long short double float void wchar_t unsigned signed'.split())
49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
57 # These only apply to methods, they can't be types by themselves.
59 return token in TYPES or token in TYPE_MODIFIERS
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DebugUtilitiesData.java 20 public static final String [] TYPES = {
  /tools/loganalysis/src/com/android/loganalysis/item/
DvmLockSampleItem.java 46 private static final Map<String, Class<?>> TYPES = new HashMap<String, Class<?>>() {{
66 if (TYPES.get(attribute).isAssignableFrom(value.getClass())) {
72 " expected " + TYPES.get(attribute).getCanonicalName());
  /external/annotation-tools/asmx/src/org/objectweb/asm/util/
AbstractVisitor.java 52 * Types for <code>operand</code> parameter of the
56 public final static String[] TYPES;
89 TYPES = new String[12];
93 TYPES[i++] = s.substring(j, l);
  /external/proguard/src/proguard/optimize/
DuplicateInitializerFixer.java 42 private static final char[] TYPES = new char[]
106 for (int arrayDimension = 0; arrayDimension < typeCounter / TYPES.length; arrayDimension++)
111 newDescriptorBuffer.append(TYPES[typeCounter % TYPES.length]);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
AccountDashboardFragmentTest.java 19 import static com.android.settings.accounts.AccountDashboardFragmentTest.ShadowAuthenticationHelper.TYPES;
104 final String[] enabledAccounts = {TYPES[0], "unlabeled_account_type", TYPES[1]};
128 static final String[] TYPES = {"type1", "type2", "type3", "type4"};
130 private static String[] sEnabledAccount = TYPES;
142 sEnabledAccount = TYPES;
152 if (TextUtils.equals(accountType, TYPES[0])) {
154 } else if (TextUtils.equals(accountType, TYPES[1])) {
156 } else if (TextUtils.equals(accountType, TYPES[2])) {
158 } else if (TextUtils.equals(accountType, TYPES[3]))
    [all...]
  /external/capstone/arch/X86/
X86DisassemblerDecoderCommon.h 282 * Opcode types, which determine which decode table to use, both in the Intel
401 #define TYPES \
496 TYPES
  /external/elfutils/libdwfl/
relocate.c 373 /* These are the types we can relocate. */
374 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \
384 TYPES;
394 union { TYPES; } tmpbuf;
422 TYPES;
442 TYPES;
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 282 // Opcode types, which determine which decode table to use, both in the Intel
384 #define TYPES \
468 TYPES
  /external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 125 * Opcode types, which determine which decode table to use, both in the Intel
250 #define TYPES \
328 TYPES
  /frameworks/base/services/core/java/com/android/server/notification/
ZenLog.java 44 private static final int[] TYPES = new int[SIZE];
228 TYPES[sNext] = type;
246 pw.print(typeToString(TYPES[j]));
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 45 * <p>Th following event types are seen by next()<dl>
147 // EVENT TYPES as reported by next()
322 * to a string. For example, the value of TYPES[START_TAG] is
330 String [] TYPES = {
700 * possible returned values for different types of events.
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
SortingCursorWrapperTest.java 92 private static final String[] TYPES = new String[] {
413 List<String> types = new ArrayList<>(ITEM_COUNT); local
419 types.add(type);
427 final String lhs = types.get(i);
428 final String rhs = types.get(i + 1);
445 List<String> types = new ArrayList<>(ITEM_COUNT); local
451 types.add(type);
459 final String lhs = types.get(i);
460 final String rhs = types.get(i + 1);
468 fileTypeLookup.fileTypes.put(MIMES[i], TYPES[i])
    [all...]
  /external/scapy/scapy/contrib/
lldp.py 102 TYPES = {
309 BitEnumField('_type', 0x01, 7, LLDPDU.TYPES),
358 BitEnumField('_type', 0x02, 7, LLDPDU.TYPES),
386 BitEnumField('_type', 0x03, 7, LLDPDU.TYPES),
413 BitEnumField('_type', 0x00, 7, LLDPDU.TYPES),
442 BitEnumField('_type', 0x04, 7, LLDPDU.TYPES),
453 BitEnumField('_type', 0x05, 7, LLDPDU.TYPES),
464 BitEnumField('_type', 0x06, 7, LLDPDU.TYPES),
475 BitEnumField('_type', 0x07, 7, LLDPDU.TYPES),
627 BitEnumField('_type', 0x08, 7, LLDPDU.TYPES),
    [all...]
  /external/skia/src/core/
SkLiteDL.cpp 50 #define TYPES(M) \
62 enum class Type : uint8_t { TYPES(M) };
706 static const draw_fn draw_fns[] = { TYPES(M) };
719 static const void_fn dtor_fns[] = { TYPES(M) };
  /external/skqp/src/core/
SkLiteDL.cpp 50 #define TYPES(M) \
62 enum class Type : uint8_t { TYPES(M) };
706 static const draw_fn draw_fns[] = { TYPES(M) };
719 static const void_fn dtor_fns[] = { TYPES(M) };
  /frameworks/rs/script_api/
Specification.cpp 37 const NumericalType TYPES[] = {
51 const int NUM_TYPES = sizeof(TYPES) / sizeof(TYPES[0]);
56 // names, arguments, return types, and inlines.
63 // Returns the index in TYPES for the provided cType
66 if (cType == TYPES[i].cType) {
74 * For non-numerical types, we don't need to convert the abbreviation.
86 /* Second, we look for present numerical types. We do it this way
87 * so the order of numerical types is always the same, no matter
91 for (auto t : TYPES) {
    [all...]
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Parser.java 558 // Check if this instance is a root, and if so, update its root types.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
optparse.py 76 import types
520 # The set of known types for option parsers. Again, listed here for
522 TYPES = ("string", "int", "long", "float", "complex", "choice")
652 if ( type(self.type) is types.TypeType or
660 if self.type not in self.TYPES:
671 elif type(self.choices) not in (types.TupleType, types.ListType):
715 type(self.callback_args) is not types.TupleType):
720 type(self.callback_kwargs) is not types.DictType):
831 return isinstance(x, (types.StringType, types.UnicodeType))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
optparse.py 76 import types
519 # The set of known types for option parsers. Again, listed here for
521 TYPES = ("string", "int", "long", "float", "complex", "choice")
651 if ( type(self.type) is types.TypeType or
659 if self.type not in self.TYPES:
670 elif type(self.choices) not in (types.TupleType, types.ListType):
714 type(self.callback_args) is not types.TupleType):
719 type(self.callback_kwargs) is not types.DictType):
830 return isinstance(x, (types.StringType, types.UnicodeType))
    [all...]

Completed in 1637 milliseconds

1 2 3 4 5 6 7