Searched refs:kClassID (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/gpu/ops/ |
D | GrOp.h | 62 static uint32_t kClassID = GenOpClassID(); \ 63 return kClassID; \
|
/external/skia/src/gpu/ops/ |
D | GrOp.h | 65 static uint32_t kClassID = GenOpClassID(); \ 66 return kClassID; \
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cc | 797 const uptr kClassID = 107; in TEST() local 798 const uptr kAllocationSize = DefaultSizeClassMap::Size(kClassID); in TEST() 801 cache.Allocate(a, kClassID); in TEST() 802 EXPECT_DEATH(cache.Allocate(a, kClassID) && cache.Allocate(a, kClassID), in TEST()
|
/external/lzma/CPP/7zip/Archive/ |
D | ArchiveExports.cpp | 103 case NArchive::NHandlerPropID::kClassID: in GetHandlerProperty2()
|
D | IArchive.h | 46 kClassID, // binary GUID in VT_BSTR enumerator
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cpp | 1047 const uptr kClassID = 107; in TEST() local 1048 const uptr kAllocationSize = SpecialSizeClassMap::Size(kClassID); in TEST() 1051 EXPECT_NE(cache.Allocate(a, kClassID), nullptr); in TEST() 1052 EXPECT_NE(cache.Allocate(a, kClassID), nullptr); in TEST() 1053 EXPECT_EQ(cache.Allocate(a, kClassID), nullptr); in TEST()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 414 if (GetProp(getProp, getProp2, i, NArchive::NHandlerPropID::kClassID, prop) != S_OK) in LoadFormats()
|