/external/llvm/unittests/Support/ |
D | ThreadPool.cpp | 93 ThreadPool Pool; in TEST_F() local 95 Pool.async([this, &checked_in, i] { in TEST_F() 102 Pool.wait(); in TEST_F() 113 ThreadPool Pool; in TEST_F() local 115 Pool.async(TestFunc, std::ref(checked_in), i); in TEST_F() 117 Pool.wait(); in TEST_F() 123 ThreadPool Pool; in TEST_F() local 125 Pool.async([this, &i] { in TEST_F() 129 Pool.async([&i] { ++i; }); in TEST_F() 132 Pool.wait(); in TEST_F() [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.cpp | 19 : Pool(A), Prefix(Prefix), in DwarfStringPool() 24 auto I = Pool.insert(std::make_pair(Str, EntryTy())); in getEntry() 27 Entry.Index = Pool.size() - 1; in getEntry() 39 if (Pool.empty()) in emit() 47 SmallVector<const StringMapEntry<EntryTy> *, 64> Entries(Pool.size()); in emit() 49 for (const auto &E : Pool) in emit()
|
D | AddressPool.cpp | 22 Pool.insert(std::make_pair(Sym, AddressPoolEntry(Pool.size(), TLS))); in getIndex() 28 if (Pool.empty()) in emit() 35 SmallVector<const MCExpr *, 64> Entries(Pool.size()); in emit() 37 for (const auto &I : Pool) in emit()
|
D | AddressPool.h | 28 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable 45 bool isEmpty() { return Pool.empty(); } in isEmpty()
|
D | DwarfStringPool.h | 30 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable 43 bool empty() const { return Pool.empty(); } in empty()
|
/external/llvm/lib/Target/NVPTX/ |
D | ManagedStringPool.h | 27 SmallVector<std::string *, 8> Pool; variable 32 SmallVectorImpl<std::string *>::iterator Current = Pool.begin(); in ~ManagedStringPool() 33 while (Current != Pool.end()) { in ~ManagedStringPool() 41 Pool.push_back(Str); in getManagedString()
|
/external/clang/tools/libclang/ |
D | CXString.cpp | 130 for (std::vector<CXStringBuf *>::iterator I = Pool.begin(), E = Pool.end(); in ~CXStringPool() 137 if (Pool.empty()) in getCXStringBuf() 140 CXStringBuf *Buf = Pool.back(); in getCXStringBuf() 142 Pool.pop_back(); in getCXStringBuf() 151 TU->StringPool->Pool.push_back(this); in dispose()
|
D | CXString.h | 81 std::vector<CXStringBuf *> Pool;
|
/external/v8/tools/testrunner/local/ |
D | pool_unittest.py | 8 from pool import Pool 18 pool = Pool(3) 25 pool = Pool(3) 35 pool = Pool(3)
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | CostAllocator.h | 38 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry() argument 39 : Pool(Pool), Value(std::move(Value)) {} in PoolEntry() 40 ~PoolEntry() { Pool.removeEntry(this); } in ~PoolEntry() 43 ValuePool &Pool;
|
/external/llvm/include/llvm/Support/ |
D | StringPool.h | 46 StringPool *Pool; ///< So the string can remove itself. member 50 PooledString() : Pool(nullptr), Refcount(0) { } in PooledString() 106 S->getValue().Pool->InternTable.remove(S); in clear()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_variable.c | 280 memory_pool_malloc(&c->Pool, sizeof(struct rc_variable)); in rc_variable() 308 rc_list_add(variable_list, rc_list(&variable->C->Pool, variable)); in get_variable_helper() 436 rc_list_add(&list, rc_list(&var->C->Pool, a)); in rc_variable_readers_union() 484 rc_list_add(&writer_list, rc_list(&var->C->Pool, var)); in rc_variable_list_get_writers() 489 rc_list(&var->C->Pool, friend)); in rc_variable_list_get_writers()
|
D | radeon_dataflow_deadcode.c | 94 memory_pool_array_reserve(&s->C->Pool, struct updatemask_state, in push_break() 102 memory_pool_array_reserve(&s->C->Pool, struct loopinfo, s->LoopStack, in push_loop() 111 memory_pool_array_reserve(&s->C->Pool, struct branchinfo, s->BranchStack, in push_branch() 225 s.Instructions = memory_pool_malloc(&c->Pool, sizeof(struct instruction_state)*nr_instructions); in rc_dataflow_deadcode()
|
D | radeon_pair_regalloc.c | 555 node_classes = memory_pool_malloc(&s->C->Pool, in do_advanced_regalloc() 557 input_classes = memory_pool_malloc(&s->C->Pool, in do_advanced_regalloc() 727 s.Input = memory_pool_malloc(&cc->Pool, in rc_pair_regalloc() 732 s.Temporary = memory_pool_malloc(&cc->Pool, in rc_pair_regalloc()
|
D | radeon_rename_regs.c | 64 used = memory_pool_malloc(&c->Pool, sizeof(unsigned char) * used_length); in rc_rename_regs()
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
D | context.py | 196 class Pool(object): class 216 class _MutationPool(Pool): 343 class _Counters(Pool):
|
/external/jetty/src/resources/org/eclipse/jetty/util/thread/jmx/ |
D | ThreadPool-mbean.properties | 1 ThreadPool: Pool of threads
|
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/ |
D | __init__.py | 28 return multiprocessing.Pool().map(transform, file_paths)
|
/external/llvm/lib/Support/ |
D | StringPool.cpp | 31 S->getValue().Pool = this; in intern()
|
/external/libxml2/test/catalogs/ |
D | catal2.sgml | 3 PUBLIC "-//Davenport//ELEMENTS DocBook Information Pool V3.0//EN" "dbpool.mod"
|
D | catal3.sgml | 3 PUBLIC "-//OASIS//ELEMENTS DocBook XML Information Pool V4.1//EN" "dbpool.mod"
|
/external/v8/tools/gcmole/ |
D | parallel.py | 38 pool = multiprocessing.Pool(processes=processes)
|
/external/chromium-trace/catapult/experimental/buildbot/ |
D | download.py | 37 process_pool = multiprocessing.Pool(4)
|
/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/jetty/src/resources/org/eclipse/jetty/server/jmx/ |
D | Server-mbean.properties | 5 threadPool: MObject:The server Thread Pool
|