Searched refs:TYPES (Results 1 - 25 of 73) sorted by relevance

123

/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dkeywords.py36 TYPES = set('bool char int long short double float void wchar_t unsigned signed'.split()) variable
49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
59 return token in TYPES or token in TYPE_MODIFIERS
/external/googletest/googlemock/scripts/generator/cpp/
H A Dkeywords.py36 TYPES = set('bool char int long short double float void wchar_t unsigned signed'.split()) variable
49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
59 return token in TYPES or token in TYPE_MODIFIERS
/external/v8/testing/gmock/scripts/generator/cpp/
H A Dkeywords.py36 TYPES = set('bool char int long short double float void wchar_t unsigned signed'.split()) variable
49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
59 return token in TYPES or token in TYPE_MODIFIERS
/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_device_ops.h43 #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); \
/external/python/cpython2/Lib/plat-sunos5/
H A DDLFCN.py2 from TYPES import *
H A DSTROPTS.py50 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 impor
[all...]
H A DIN.py50 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 impor
[all...]
H A DTYPES.py232 from TYPES import *
272 from TYPES import *
303 from TYPES import *
/external/annotation-tools/asmx/src/org/objectweb/asm/util/
H A DAbstractVisitor.java56 public final static String[] TYPES; field in class:AbstractVisitor
89 TYPES = new String[12];
93 TYPES[i++] = s.substring(j, l);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DDebugUtilities.java27 return DebugUtilitiesData.TYPES.length;
H A DDebugUtilitiesData.java24 public static final String [] TYPES = { field in class:DebugUtilitiesData
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDebugUtilities.java23 return DebugUtilitiesData.TYPES.length;
H A DDebugUtilitiesData.java20 public static final String [] TYPES = { field in class:DebugUtilitiesData
/external/proguard/src/proguard/optimize/
H A DDuplicateInitializerFixer.java42 private static final char[] TYPES = new char[] field in class:DuplicateInitializerFixer
106 for (int arrayDimension = 0; arrayDimension < typeCounter / TYPES.length; arrayDimension++)
111 newDescriptorBuffer.append(TYPES[typeCounter % TYPES.length]);
/external/scapy/scapy/contrib/
H A Dlldp.py102 TYPES = { variable in class:LLDPDU
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/boringssl/src/crypto/perlasm/
H A Dppc-xlate.pl14 my %TYPES;
23 $TYPES{$name} = $type;
35 my $type = \$TYPES{$name};
277 if ($TYPES{$label} =~ /function/) {
/external/selinux/checkpolicy/
H A Dpolicy_scan.l88 TYPES |
89 types { return(TYPES); }
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoderCommon.h250 #define TYPES \ macro
328 TYPES enumerator in enum:__anon22949
/external/elfutils/libdwfl/
H A Drelocate.c374 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \ macro
384 TYPES;
394 union { TYPES; } tmpbuf; member in union:__anon6772
422 TYPES;
442 TYPES;
/external/tensorflow/tensorflow/python/ops/
H A Dimage_grad_test.py32 TYPES = [np.float32, np.float64] variable in class:ResizeNearestNeighborOpTest
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/ltp/
H A Dbuild.sh110 BUILD TYPES:
/external/gflags/
H A DCMakeLists.txt264 set (TYPES uint32_t u_int32_t)
266 list (INSERT TYPES 0 __int32)
268 foreach (type IN LISTS TYPES)
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
H A DCompilationUnit.java257 notifyPropertyChange(ObservableProperty.TYPES, this.types, types);
269 notifyPropertyChange(ObservableProperty.TYPES, copy, types);
277 notifyPropertyChange(ObservableProperty.TYPES, copy, types);
/external/capstone/arch/X86/
H A DX86DisassemblerDecoderCommon.h401 #define TYPES \ macro
496 TYPES enumerator in enum:__anon1112
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.hpp89 enum TYPES enum in class:gl4cts::GLSL420Pack::Utils
294 void uniform(const glw::GLchar* uniform_name, TYPES type, glw::GLuint n_columns, glw::GLuint n_rows,
436 static bool doesTypeSupportMatrix(TYPES type);
438 static const glw::GLchar* getTypeName(TYPES type, glw::GLuint n_columns, glw::GLuint n_rows);
962 Utils::TYPES m_t1;
963 Utils::TYPES m_t2;
2635 Utils::TYPES m_type;
2646 std::string getVectorInitializer(Utils::TYPES type, glw::GLuint n_rows);

Completed in 1103 milliseconds

123