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

1 2 3 4 5 6 7 8

  /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/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/tensorflow/tensorflow/compiler/jit/
xla_device_ops.h 43 #define REGISTER_XLA_LAUNCH_KERNEL(DEVICE, KERNEL, TYPES) \
50 #define REGISTER_XLA_DEVICE_KERNELS(DEVICE, TYPES) \
62 Name("Const").Device(DEVICE).TypeConstraint("dtype", TYPES), \
65 Name("Identity").Device(DEVICE).TypeConstraint("T", TYPES), IdentityOp); \
  /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]:
  /system/bt/tools/scripts/
change_types.sh 4 # directory and replace all |TYPES| according to the list below.
25 TYPES=(
52 for tt in "${TYPES[@]}" ;
  /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...]
  /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/python/cpython2/Lib/plat-sunos5/
DLFCN.py 2 from TYPES import *
STROPTS.py 50 from TYPES import *
57 from TYPES import *
72 from TYPES import *
327 from TYPES import *
332 from TYPES import *
345 from TYPES import *
348 from TYPES import *
351 from TYPES import *
362 from TYPES import *
428 from TYPES import
    [all...]
IN.py 50 from TYPES import *
55 from TYPES import *
60 from TYPES import *
75 from TYPES import *
330 from TYPES import *
335 from TYPES import *
348 from TYPES import *
351 from TYPES import *
354 from TYPES import *
365 from TYPES import
    [all...]
TYPES.py 1 # Generated by h2py from /usr/include/sys/types.h
232 from TYPES import *
272 from TYPES import *
303 from TYPES import *
  /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/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DebugUtilities.java 23 * Count enum types
24 * @return the number of enum types available, starting at 0
27 return DebugUtilitiesData.TYPES.length;
DebugUtilitiesData.java 24 public static final String [] TYPES = {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DebugUtilities.java 19 * Count enum types
20 * @return the number of enum types available, starting at 0
23 return DebugUtilitiesData.TYPES.length;
  /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]);
  /external/boringssl/src/crypto/perlasm/
ppc-xlate.pl 14 my %TYPES;
23 $TYPES{$name} = $type;
35 my $type = \$TYPES{$name};
277 if ($TYPES{$label} =~ /function/) {
  /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...]
  /hardware/google/av/media/sfplugin/tests/
ReflectedParamUpdater_test.cpp 83 template<typename... TYPES> struct describe_impl;
84 template<typename T, typename... TYPES> struct describe_impl<T, TYPES...> {
89 return describe_impl<TYPES...>::describe(index);
107 template<typename... TYPES> struct fill_descriptors_impl;
108 template<typename T, typename... TYPES> struct fill_descriptors_impl<T, TYPES...> {
110 fill_descriptors_impl<TYPES...>::fill(vec);
  /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...]
  /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]));
  /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...]
  /development/build/tools/
mk_sdk_repo_xml.sh 9 TYPES="tool platform-tool build-tool platform sample doc add-on system-image source"
29 - type is one of ${TYPES// /, } (or their plural).
331 TYPE=$(check_enum "${1%%s}" $TYPES)
  /external/selinux/checkpolicy/
policy_scan.l 24 #include <sys/types.h>
88 TYPES |
89 types { return(TYPES); }

Completed in 357 milliseconds

1 2 3 4 5 6 7 8