Home
last modified time | relevance | path

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

12

/third_party/ninja/src/
Dstate.h40 struct Pool { struct
41 Pool(const string& name, int depth) in Pool() function
50 /// true if the Pool might delay this edge argument
53 /// informs this Pool that the given edge is committed to be run. argument
86 static Pool kDefaultPool; argument
/third_party/nghttp2/src/
Dmemchunk.h74 template <typename T> struct Pool { struct
75 Pool() : pool(nullptr), freelist(nullptr), poolsize(0), freelistsize(0) {} in Pool() argument
76 ~Pool() { clear(); } in ~Pool() argument
77 T *get() { in get()
91 void recycle(T *m) { in recycle()
115 Memchunks(Pool<Memchunk> *pool) in Memchunks() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DManagedStringPool.h26 SmallVector<std::string *, 8> Pool; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DSymbolStringPool.h46 PoolMap Pool; variable
/third_party/skia/third_party/externals/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
/third_party/grpc/src/ruby/spec/generic/
Drpc_server_pool_spec.rb20 Pool = GRPC::Pool constant
/third_party/gn/src/gn/
Ditem.h17 class Pool; variable
Daction_values.h16 class Pool; variable
Dtool.h20 class Pool; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DStringPool.h46 StringPool *Pool = nullptr; ///< So the string can remove itself. member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
/third_party/python/Lib/multiprocessing/dummy/
D__init__.py122 def Pool(processes=None, initializer=None, initargs=()): function
/third_party/grpc/src/ruby/lib/grpc/generic/
Drpc_server.rb23 class Pool class
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h699 class Pool; variable
1354 friend class Pool; variable
/third_party/skia/src/sksl/ir/
DSkSLProgram.h34 class Pool; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp174 ContainerType Pool; member in Ice::__anon728e76b00111::TypePool
192 std::vector<ConstantUndef *> Pool; member in Ice::__anon728e76b00111::UndefPool
273 auto Pool = Ctx->getConstPool(); in dump() local
DIceELFObjectWriter.cpp513 ConstantList Pool = Ctx.getConstantPool(Ty); in writeConstantPool() local
DPNaClTranslator.cpp1196 auto *Pool = Context->getGlobalVariablesPool(); in ProcessRecord() local
1205 auto *Pool = Context->getGlobalVariablesPool(); in ProcessRecord() local
1233 auto *Pool = Context->getGlobalVariablesPool(); in ProcessRecord() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.hpp123 using Pool = marl::BoundedPool<BatchData, MaxBatchCount, marl::PoolPolicy::Preserve>; typedef
135 using Pool = marl::BoundedPool<DrawCall, MaxDrawCount, marl::PoolPolicy::Preserve>; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp911 ThreadPool Pool; in run() local
1040 ThreadPool Pool(ThreadCount); in run() local
/third_party/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go269 Pool string `json:"pool"` member
/third_party/python/Lib/multiprocessing/
Dcontext.py115 def Pool(self, processes=None, initializer=None, initargs=(), member in BaseContext
/third_party/flutter/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go265 Pool string `json:"pool"` member
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Dd3d8types.h1055 D3DPOOL Pool; member
1173 D3DPOOL Pool; member
1191 D3DPOOL Pool; member
1209 D3DPOOL Pool; member

12