HomeSort by relevance Sort by last modified time
    Searched defs:TypeId (Results 1 - 18 of 18) sorted by null

  /external/llvm/tools/llvm-pdbdump/
FunctionDumper.cpp 219 uint32_t TypeId = Symbol.getTypeId();
220 auto Type = Symbol.getSession().getSymbolById(TypeId);
  /external/dexmaker/src/main/java/com/google/dexmaker/
TypeId.java 29 * java.lang.Integer} have the same type parameter: {@code TypeId<Integer>}.
34 public final class TypeId<T> {
36 public static final TypeId<Boolean> BOOLEAN
37 = new TypeId<Boolean>(com.android.dx.rop.type.Type.BOOLEAN);
40 public static final TypeId<Byte> BYTE = new TypeId<Byte>(com.android.dx.rop.type.Type.BYTE);
43 public static final TypeId<Character> CHAR
44 = new TypeId<Character>(com.android.dx.rop.type.Type.CHAR);
47 public static final TypeId<Double> DOUBLE = new TypeId<Double>(com.android.dx.rop.type.Type.DOUBLE)
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 473 StringRef TypeId = getTok().getIdentifier();
475 Type = StringSwitch<COFF::COMDATType>(TypeId)
486 return TokError(Twine("unrecognized COMDAT type '" + TypeId + "'"));
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 486 // unique IDs to fixture classes and compare them. The TypeId type is
487 // used to hold such IDs. The user should treat TypeId as an opaque
488 // type: the only operation allowed on TypeId values is to compare
490 typedef const void* TypeId;
508 TypeId GetTypeId() {
521 GTEST_API_ TypeId GetTestTypeId();
599 TypeId fixture_class_id,
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 470 // unique IDs to fixture classes and compare them. The TypeId type is
471 // used to hold such IDs. The user should treat TypeId as an opaque
472 // type: the only operation allowed on TypeId values is to compare
474 typedef const void* TypeId;
492 TypeId GetTypeId() {
505 GTEST_API_ TypeId GetTestTypeId();
570 TypeId fixture_class_id,
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 395 // unique IDs to fixture classes and compare them. The TypeId type is
396 // used to hold such IDs. The user should treat TypeId as an opaque
397 // type: the only operation allowed on TypeId values is to compare
399 typedef const void* TypeId;
417 TypeId GetTypeId() {
430 GTEST_API_ TypeId GetTestTypeId();
496 TypeId fixture_class_id,
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 499 // unique IDs to fixture classes and compare them. The TypeId type is
500 // used to hold such IDs. The user should treat TypeId as an opaque
501 // type: the only operation allowed on TypeId values is to compare
503 typedef const void* TypeId;
521 TypeId GetTypeId() {
534 GTEST_API_ TypeId GetTestTypeId();
599 TypeId fixture_class_id,
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 470 // unique IDs to fixture classes and compare them. The TypeId type is
471 // used to hold such IDs. The user should treat TypeId as an opaque
472 // type: the only operation allowed on TypeId values is to compare
474 typedef const void* TypeId;
492 TypeId GetTypeId() {
505 GTEST_API_ TypeId GetTestTypeId();
570 TypeId fixture_class_id,
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 384 // unique IDs to fixture classes and compare them. The TypeId type is
385 // used to hold such IDs. The user should treat TypeId as an opaque
386 // type: the only operation allowed on TypeId values is to compare
388 typedef const void* TypeId;
406 TypeId GetTypeId() {
419 GTEST_API_ TypeId GetTestTypeId();
485 TypeId fixture_class_id,
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 48 private static TypeId<DexMakerTest> TEST_TYPE = TypeId.get(DexMakerTest.class);
49 private static TypeId<?> INT_ARRAY = TypeId.get(int[].class);
50 private static TypeId<boolean[]> BOOLEAN_ARRAY = TypeId.get(boolean[].class);
51 private static TypeId<long[]> LONG_ARRAY = TypeId.get(long[].class);
52 private static TypeId<Object[]> OBJECT_ARRAY = TypeId.get(Object[].class)
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 166 unsigned TypeId = EPT->getType();
168 if (TypeId < (sizeof(PrimitiveTypePackerAPINameMap) / sizeof(const char *)))
    [all...]
  /art/runtime/
dex_file.h 156 struct TypeId {
160 DISALLOW_COPY_AND_ASSIGN(TypeId);
525 // Returns the TypeId at the specified index.
526 const TypeId& GetTypeId(uint32_t idx) const {
531 uint16_t GetIndexForTypeId(const TypeId& type_id) const {
541 const TypeId& type_id = GetTypeId(idx);
546 const TypeId& type_id = GetTypeId(idx);
551 const char* GetTypeDescriptor(const TypeId& type_id) const {
556 const TypeId* FindTypeId(uint32_t string_idx) const;
577 const FieldId* FindFieldId(const DexFile::TypeId& declaring_klass
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.h 302 UINT TypeId;
    [all...]
dbgeng.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 544 // both the typeid and dynamic_cast features are present.
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h 443 // both the typeid and dynamic_cast features are present.
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 544 // both the typeid and dynamic_cast features are present.
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 

Completed in 631 milliseconds