/external/llvm/lib/Target/NVPTX/ |
D | ManagedStringPool.h | 28 SmallVector<std::string *, 8> Pool; variable 33 SmallVector<std::string *, 8>::iterator Current = Pool.begin(); in ~ManagedStringPool() 34 while (Current != Pool.end()) { in ~ManagedStringPool() 42 Pool.push_back(Str); in getManagedString()
|
/external/clang/tools/libclang/ |
D | CXString.cpp | 117 for (std::vector<CXStringBuf *>::iterator I = Pool.begin(), E = Pool.end(); in ~CXStringPool() 124 if (Pool.empty()) in getCXStringBuf() 127 CXStringBuf *Buf = Pool.back(); in getCXStringBuf() 129 Pool.pop_back(); in getCXStringBuf() 138 TU->StringPool->Pool.push_back(this); in dispose()
|
D | CXString.h | 79 std::vector<CXStringBuf *> Pool;
|
/external/llvm/include/llvm/Support/ |
D | StringPool.h | 47 StringPool *Pool; ///< So the string can remove itself. member 51 PooledString() : Pool(0), Refcount(0) { } in PooledString() 107 S->getValue().Pool->InternTable.remove(S); in clear()
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 459 typedef FoldingSet<BitsInit> Pool; in get() typedef 460 static Pool ThePool; in get() 561 typedef DenseMap<int64_t, IntInit *> Pool; in get() typedef 562 static Pool ThePool; in get() 589 typedef StringMap<StringInit *> Pool; in get() typedef 590 static Pool ThePool; in get() 611 typedef FoldingSet<ListInit> Pool; in get() typedef 612 static Pool ThePool; in get() 730 typedef DenseMap<Key, UnOpInit *> Pool; in get() typedef 731 static Pool ThePool; in get() [all …]
|
/external/llvm/lib/Support/ |
D | StringPool.cpp | 31 S->getValue().Pool = this; in intern()
|
/external/llvm/docs/CommandGuide/ |
D | llvm-bcanalyzer.rst | 87 The size, in bytes, of the Global Types Pool. Percentage is relative to File 90 **Constant Pool Bytes** 92 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File 134 The total number of types defined in the Global Types Pool. 138 The total number of constants (of any type) defined in the Constant Pool.
|
/external/webkit/Tools/Scripts/ |
D | run-qtwebkit-tests | 190 from multiprocessing import Pool 196 class Pool(object): 207 self._Pool = Pool
|
/external/clang/lib/Sema/ |
D | IdentifierResolver.cpp | 41 IdDeclInfo Pool[POOL_SIZE]; member 436 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.ascend | 40 ATTRIBUTE Ascend-Assign-IP-Global-Pool 146 string 42 ATTRIBUTE Ascend-DHCP-Pool-Number 148 integer 111 ATTRIBUTE Ascend-IP-Pool-Definition 217 string 112 ATTRIBUTE Ascend-Assign-IP-Pool 218 integer
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
D | dc_only_idct_add_v6.asm | 68 ; Constant Pool
|
D | iwalsh_v6.asm | 134 ; Constant Pool
|
D | dequant_idct_v6.asm | 185 ; Constant Pool
|
D | simpleloopfilter_v6.asm | 281 ; Constant Pool
|
D | loopfilter_v6.asm | 1275 ; Constant Pool
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | gjslint.py | 93 pool = multiprocessing.Pool()
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | dequant_idct_neon.asm | 127 ; Constant Pool
|
D | idct_dequant_full_2x_neon.asm | 191 ; Constant Pool
|
/external/v8/tools/ |
D | presubmit.py | 244 pool = multiprocessing.Pool(count)
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_database_unittest.cc | 478 INSTANTIATE_TEST_CASE_P(Pool, DescriptorDatabaseTest,
|
/external/oprofile/events/ppc64/970/ |
D | event_mappings | 66 #Group 7 pm_isu_rename, ISU Rename Pool Events 76 #Group 8 pm_isu_queues1, ISU Rename Pool Events
|
D | events | 77 #Group 7 pm_isu_rename, ISU Rename Pool Events 87 #Group 8 pm_isu_queues1, ISU Rename Pool Events
|
/external/oprofile/events/ppc64/970MP/ |
D | event_mappings | 71 #Group 7 pm_isu_rename, ISU Rename Pool Events 81 #Group 8 pm_isu_queues1, ISU Rename Pool Events
|
D | events | 82 #Group 7 pm_isu_rename, ISU Rename Pool Events 92 #Group 8 pm_isu_queues1, ISU Rename Pool Events
|
/external/ipsec-tools/ |
D | ChangeLog | 81 * src/racoon/main.c: Set up a default value for Mode Config Pool
|