Searched refs:LookupType (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/base/allocator/ |
D | type_profiler_unittest.cc | 61 type = LookupType(dummy); in TEST_F() 66 type = LookupType(dummy); in TEST_F() 74 type = LookupType(dummy); in TEST_F() 80 type = LookupType(dummy); in TEST_F() 91 type = LookupType(dummy[i]); in TEST_F() 98 type = LookupType(dummy[i]); in TEST_F() 109 type = LookupType(dummy_char); in TEST_F() 116 type = LookupType(dummy_char); in TEST_F() 128 type = LookupType(dummy_int); in TEST_F() 134 type = LookupType(dummy_int); in TEST_F() [all …]
|
D | type_profiler_map_unittest.cc | 27 type = LookupType(dummy.get()); in TEST() 31 type = LookupType(dummy.get()); in TEST() 36 type = LookupType(dummy.get()); in TEST() 46 type = LookupType(dummy.get()); in TEST() 56 type = LookupType(dummy.get()); in TEST() 62 type = LookupType(dummy.get()); in TEST() 72 type = LookupType(dummy.get()); in TEST() 77 type = LookupType(dummy.get()); in TEST() 82 type = LookupType(dummy.get()); in TEST() 87 type = LookupType(dummy.get()); in TEST()
|
/external/clang/include/clang/Lex/ |
D | DirectoryLookup.h | 56 unsigned LookupType : 2; variable 71 LookupType(isFramework ? LT_Framework : LT_NormalDir), in DirectoryLookup() 80 : DirCharacteristic(DT), LookupType(LT_HeaderMap), in DirectoryLookup() 87 LookupType_t getLookupType() const { return (LookupType_t)LookupType; } in getLookupType()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/ |
D | type_profiler_map.h | 16 const std::type_info* LookupType(const void* address);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | type_profiler_map.cc | 102 const std::type_info* LookupType(const void* address) { in LookupType() function
|
D | heap-profile-table.cc | 460 const std::type_info* type = LookupType(ptr); in TallyTypesItererator()
|
D | deep-heap-profile.cc | 1087 LookupType(pointer), in RecordAlloc()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 551 while lookup.SubTable[0].__class__.LookupType == extType: 663 subTableType = subtable.ExtSubTable.__class__.LookupType 666 newExtSubTableClass = lookupTypes[overflowRecord.tableType][subtable.__class__.LookupType] 675 subTableType = subtable.__class__.LookupType 746 cls.LookupType = enum
|
D | otBase.py | 592 writer['LookupType'].setValue(self.__class__.LookupType)
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-shape-complex-arabic-win1256.hh | 112 #define OT_LOOKUP(Name, LookupType, LookupFlag, SubLookupOffsets) \ argument 114 OT_USHORT(LookupType) \
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | ttgsubtable.cpp | 131 if(LookupList.Lookup[index].LookupType == 1) { in GetVerticalGlyphSub() 313 rec->LookupType = GetUInt16(sp); in ParseLookup() 323 if(rec->LookupType != 1) { in ParseLookup()
|
D | ttgsubtable.h | 313 TT_uint16_t LookupType; member 317 TLookup(): LookupType(0), LookupFlag(0), SubTableCount(0), SubTable(NULL) {} in TLookup()
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | HashTable.h | 502 typedef std::pair<ValueType*, bool> LookupType; 503 typedef std::pair<LookupType, unsigned> FullLookupType; 505 …LookupType lookupForWriting(const Key& key) { return lookupForWriting<IdentityTranslatorType>(key)… 507 template<typename HashTranslator, typename T> LookupType lookupForWriting(const T&); 531 { return FullLookupType(LookupType(position, found), hash); } 682 …e<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>::LookupType HashTable<Key, V… 701 return LookupType(deletedEntry ? deletedEntry : entry, false); 705 return LookupType(entry, true); 713 return LookupType(entry, true);
|
/external/fonttools/Lib/fontTools/ |
D | merge.py | 484 synthLookup.LookupType = 1
|