/external/rust/crates/regex/src/ |
D | pool.rs | 103 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> { impl
|
/external/llvm/unittests/Support/ |
D | ThreadPool.cpp | 93 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/rust/crates/vulkano/src/descriptor_set/pool/ |
D | standard.rs | 36 struct Pool { struct 37 pool: UnsafeDescriptorPool, argument 54 pool: Arc<Mutex<Pool>>, argument
|
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ |
D | Pool.java | 9 abstract class Pool<T> { class 15 public Pool(int initCapacity, Callback<T> callback) { in Pool() method in Pool
|
/external/armnn/src/backends/reference/ |
D | RefMemoryManager.hpp | 33 class Pool class in armnn::RefMemoryManager
|
D | RefMemoryManager.cpp | 63 RefMemoryManager::Pool::Pool(unsigned int numBytes) in Pool() function in armnn::RefMemoryManager::Pool
|
/external/armnn/src/dynamic/sample/ |
D | SampleMemoryManager.hpp | 33 class Pool class in sdb::SampleMemoryManager
|
D | SampleMemoryManager.cpp | 61 SampleMemoryManager::Pool::Pool(unsigned int numBytes) in Pool() function in sdb::SampleMemoryManager::Pool
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | SymbolStringPool.h | 46 PoolMap Pool; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | ManagedStringPool.h | 26 SmallVector<std::string *, 8> Pool; variable
|
/external/llvm/lib/Target/NVPTX/ |
D | ManagedStringPool.h | 27 SmallVector<std::string *, 8> Pool; variable
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | MappedBlockStream.h | 61 mutable llvm::BumpPtrAllocator Pool; variable
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | texture9.c | 46 D3DPOOL Pool, in NineTexture9_ctor() 386 D3DPOOL Pool, in NineTexture9_new()
|
D | volumetexture9.c | 36 D3DPOOL Pool, in NineVolumeTexture9_ctor() 285 D3DPOOL Pool, in NineVolumeTexture9_new()
|
D | cubetexture9.c | 39 D3DPOOL Pool, in NineCubeTexture9_ctor() 343 D3DPOOL Pool, in NineCubeTexture9_new()
|
/external/armnn/src/backends/reference/test/ |
D | RefMemoryManagerTests.cpp | 12 using Pool = RefMemoryManager::Pool; typedef
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.h | 30 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
|
D | AddressPool.h | 28 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.h | 29 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
|
D | AddressPool.h | 30 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
|
/external/grpc-grpc/src/ruby/spec/generic/ |
D | rpc_server_pool_spec.rb | 20 Pool = GRPC::Pool constant
|
/external/llvm/tools/llvm-dwp/ |
D | DWPStringPool.h | 35 DenseMap<const char *, uint32_t, CStrDenseMapInfo> Pool; variable
|
/external/toolchain-utils/bestflags/ |
D | generation.py | 57 def Pool(self): member in Generation
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | StringPool.h | 46 StringPool *Pool = nullptr; ///< So the string can remove itself. member
|
/external/llvm/include/llvm/Support/ |
D | StringPool.h | 46 StringPool *Pool; ///< So the string can remove itself. member
|