Searched defs:Pool (Results 1 - 25 of 31) sorted by relevance

12

/external/v8/tools/testrunner/local/
H A Dpool_unittest.py8 from pool import Pool namespace
18 pool = Pool(3)
25 pool = Pool(3)
35 pool = Pool(3)
H A Dpool.py66 class Pool(): class in inherits:
H A Dexecution.py36 from pool import Pool namespace
330 pool = Pool(jobs)
/external/llvm/lib/Target/NVPTX/
H A DManagedStringPool.h1 //===-- ManagedStringPool.h - Managed String Pool ---------------*- C++ -*-===//
27 SmallVector<std::string *, 8> Pool; member in class:llvm::ManagedStringPool
32 SmallVectorImpl<std::string *>::iterator Current = Pool.begin();
33 while (Current != Pool.end()) {
41 Pool.push_back(Str);
/external/toolchain-utils/bestflags/
H A Dgeneration.py57 def Pool(self): member in class:Generation
/external/clang/tools/libclang/
H A DCXString.h81 std::vector<CXStringBuf *> Pool; member in class:clang::cxstring::CXStringPool
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DMappedBlockStream.h48 llvm::BumpPtrAllocator &getAllocator() { return Pool; }
61 mutable llvm::BumpPtrAllocator Pool; member in class:llvm::pdb::MappedBlockStream
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h28 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; member in class:llvm::AddressPool
45 bool isEmpty() { return Pool.empty(); }
H A DDwarfStringPool.h30 StringMap<EntryTy, BumpPtrAllocator &> Pool; member in class:llvm::DwarfStringPool
43 bool empty() const { return Pool.empty(); }
/external/llvm/tools/llvm-dwp/
H A DDWPStringPool.h35 DenseMap<const char *, uint32_t, CStrDenseMapInfo> Pool; member in class:llvm::DWPStringPool
44 auto Pair = Pool.insert(std::make_pair(Str, Offset));
/external/llvm/unittests/Support/
H A DThreadPool.cpp93 ThreadPool Pool; local
95 Pool.async([this, &checked_in, i] {
102 Pool.wait();
113 ThreadPool Pool; local
115 Pool.async(TestFunc, std::ref(checked_in), i);
117 Pool.wait();
123 ThreadPool Pool; local
125 Pool.async([this, &i] {
129 Pool.async([&i] { ++i; });
132 Pool
157 ThreadPool Pool; local
[all...]
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
H A DPool.java9 abstract class Pool<T> { class
15 public Pool(int initCapacity, Callback<T> callback) { method in class:Pool
/external/llvm/include/llvm/Support/
H A DStringPool.h15 // StringPool Pool;
16 // PooledStringPtr Str = Pool.intern("wakka wakka");
46 StringPool *Pool; ///< So the string can remove itself. member in struct:llvm::StringPool::PooledString
50 PooledString() : Pool(nullptr), Refcount(0) { }
106 S->getValue().Pool->InternTable.remove(S);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DStringPool.h15 // StringPool Pool;
16 // PooledStringPtr Str = Pool.intern("wakka wakka");
47 StringPool *Pool; ///< So the string can remove itself. member in struct:llvm::StringPool::PooledString
51 PooledString() : Pool(0), Refcount(0) { }
107 S->getValue().Pool->InternTable.remove(S);
/external/v8/tools/sanitizers/
H A Dsancov_merger.py32 from multiprocessing import Pool, cpu_count namespace
121 pool = Pool(CPUS)
H A Dsancov_formatter.py50 from multiprocessing import Pool, cpu_count namespace
222 pool = Pool(CPUS)
353 pool = Pool(CPUS)
/external/clang/lib/Sema/
H A DIdentifierResolver.cpp41 IdDeclInfo Pool[POOL_SIZE]; member in struct:IdentifierResolver::IdDeclInfoMap::IdDeclInfoPool
403 IdDeclInfo *IDI = &CurPool->Pool[CurIndex];
/external/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h38 PoolEntry(ValuePool &Pool, ValueKeyT Value) argument
39 : Pool(Pool), Value(std::move(Value)) {}
40 ~PoolEntry() { Pool.removeEntry(this); }
43 ValuePool &Pool; member in class:llvm::PBQP::ValuePool::PoolEntry
/external/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp29 StringMap<DwarfStringPoolEntry> Pool; member in class:__anon13624::DIEHashTest
35 DwarfStringPoolEntryRef(*Pool.insert(std::make_pair(S, Entry)).first));
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h45 struct memory_pool Pool; member in struct:radeon_compiler
/external/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp672 ThreadPool Pool; local
677 Pool.async([&](int count) {
774 ThreadPool Pool(ThreadCount);
777 Pool.async([&](int count) {
/external/syslinux/gpxe/src/include/gpxe/efi/Pi/
H A DPiHob.h290 EFI_HOB_MEMORY_POOL *Pool; member in union:__anon20593
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DRecord.cpp473 typedef FoldingSet<BitsInit> Pool; typedef
474 static Pool ThePool;
543 typedef DenseMap<int64_t, IntInit *> Pool; typedef
544 static Pool ThePool;
569 typedef StringMap<StringInit *> Pool; typedef
570 static Pool ThePool;
578 typedef StringMap<CodeInit *> Pool; typedef
579 static Pool ThePool;
600 typedef FoldingSet<ListInit> Pool; typedef
601 static Pool ThePoo
726 typedef DenseMap<Key, UnOpInit *> Pool; typedef
875 typedef DenseMap<Key, BinOpInit *> Pool; typedef
993 typedef DenseMap<Key, TernOpInit *> Pool; typedef
1302 typedef DenseMap<Key, VarInit *> Pool; typedef
1397 typedef DenseMap<Key, VarBitInit *> Pool; typedef
1421 typedef DenseMap<Key, VarListElementInit *> Pool; typedef
1491 typedef DenseMap<Key, FieldInit *> Pool; typedef
1567 typedef FoldingSet<DagInit> Pool; typedef
[all...]
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp527 /// \brief Emit the string table described by \p Pool.
528 void emitStrings(const NonRelocatableStringpool &Pool);
703 /// \brief Emit the debug_str section stored in \p Pool.
704 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { argument
706 for (auto *Entry = Pool.getFirstEntry(); Entry;
707 Entry = Pool.getNextEntry(Entry))
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h70 class Pool { class in namespace:vixl::aarch64
72 explicit Pool(MacroAssembler* masm) function in class:vixl::aarch64::Pool
106 class LiteralPool : public Pool {
148 // The parent class `Pool` provides a `checkpoint_`, which is the buffer
176 class VeneerPool : public Pool {
178 explicit VeneerPool(MacroAssembler* masm) : Pool(masm) {}
3171 friend class Pool;

Completed in 3686 milliseconds

12