Home
last modified time | relevance | path

Searched defs:Pool (Results 1 – 25 of 81) sorted by relevance

1234

/external/rust/crates/regex/src/
Dpool.rs103 pub struct Pool<T> { struct
120 /// the Pool. argument
124 // SAFETY: Since we want to use a Pool from multiple threads simultaneously argument
154 unsafe impl<T: Send> Sync for Pool<T> {} implementation
156 impl<T: ::std::fmt::Debug> ::std::fmt::Debug for Pool<T> { implementation
179 impl<T: Send> Pool<T> { implementation
/external/llvm/unittests/Support/
DThreadPool.cpp93 ThreadPool Pool; in TEST_F() local
113 ThreadPool Pool; in TEST_F() local
123 ThreadPool Pool; in TEST_F() local
138 ThreadPool Pool{2}; in TEST_F() local
157 ThreadPool Pool; in TEST_F() local
/external/llvm-project/llvm/unittests/Support/
DThreadPool.cpp93 ThreadPool Pool; in TEST_F() local
113 ThreadPool Pool; in TEST_F() local
123 ThreadPool Pool; in TEST_F() local
138 ThreadPool Pool(hardware_concurrency(2)); in TEST_F() local
157 ThreadPool Pool; in TEST_F() local
187 ThreadPool Pool(S); in RunOnAllSockets() local
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DPool.java9 abstract class Pool<T> { class
15 public Pool(int initCapacity, Callback<T> callback) { in Pool() method in Pool
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DSymbolStringPool.h46 PoolMap Pool; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DManagedStringPool.h26 SmallVector<std::string *, 8> Pool; variable
/external/llvm-project/llvm/lib/Target/NVPTX/
DManagedStringPool.h26 SmallVector<std::string *, 8> Pool; variable
/external/llvm/lib/Target/NVPTX/
DManagedStringPool.h27 SmallVector<std::string *, 8> Pool; variable
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DMappedBlockStream.h61 mutable llvm::BumpPtrAllocator Pool; variable
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DSymbolStringPool.h46 PoolMap Pool; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.h30 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
DAddressPool.h28 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
/external/mesa3d/src/gallium/frontends/nine/
Dtexture9.c46 D3DPOOL Pool, in NineTexture9_ctor()
386 D3DPOOL Pool, in NineTexture9_new()
Dvolumetexture9.c36 D3DPOOL Pool, in NineVolumeTexture9_ctor()
285 D3DPOOL Pool, in NineVolumeTexture9_new()
Dcubetexture9.c39 D3DPOOL Pool, in NineCubeTexture9_ctor()
343 D3DPOOL Pool, in NineCubeTexture9_new()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.h29 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
DAddressPool.h30 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.h29 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
DAddressPool.h30 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
/external/grpc-grpc/src/ruby/spec/generic/
Drpc_server_pool_spec.rb20 Pool = GRPC::Pool constant
/external/llvm-project/llvm/tools/llvm-dwp/
DDWPStringPool.h35 DenseMap<const char *, uint32_t, CStrDenseMapInfo> Pool; variable
/external/llvm/tools/llvm-dwp/
DDWPStringPool.h35 DenseMap<const char *, uint32_t, CStrDenseMapInfo> Pool; variable
/external/toolchain-utils/bestflags/
Dgeneration.py57 def Pool(self): member in Generation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DStringPool.h46 StringPool *Pool = nullptr; ///< So the string can remove itself. member
/external/llvm/include/llvm/Support/
DStringPool.h46 StringPool *Pool; ///< So the string can remove itself. member

1234