/third_party/ninja/src/ |
D | state.h | 40 struct Pool { struct 41 Pool(const string& name, int depth) in Pool() argument 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/ |
D | memchunk.h | 74 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/include/llvm/ExecutionEngine/Orc/ |
D | SymbolStringPool.h | 46 PoolMap Pool; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | ManagedStringPool.h | 26 SmallVector<std::string *, 8> Pool; variable
|
/third_party/skia/third_party/externals/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
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | volumetexture9.c | 36 D3DPOOL Pool, in NineVolumeTexture9_ctor() 286 D3DPOOL Pool, in NineVolumeTexture9_new()
|
D | texture9.c | 47 D3DPOOL Pool, in NineTexture9_ctor() 385 D3DPOOL Pool, in NineTexture9_new()
|
D | cubetexture9.c | 40 D3DPOOL Pool, in NineCubeTexture9_ctor() 346 D3DPOOL Pool, in NineCubeTexture9_new()
|
D | resource9.c | 41 D3DPOOL Pool, in NineResource9_ctor()
|
D | buffer9.c | 47 D3DPOOL Pool ) in NineBuffer9_ctor()
|
D | basetexture9.c | 46 D3DPOOL Pool, in NineBaseTexture9_ctor()
|
D | device9.c | 1126 D3DPOOL Pool, in NineDevice9_CreateTexture() 1162 D3DPOOL Pool, in NineDevice9_CreateVolumeTexture() 1195 D3DPOOL Pool, in NineDevice9_CreateCubeTexture() 1228 D3DPOOL Pool, in NineDevice9_CreateVertexBuffer() 1267 D3DPOOL Pool, in NineDevice9_CreateIndexBuffer() 1303 D3DPOOL Pool, in create_zs_or_rt_surface() 1949 D3DPOOL Pool, in NineDevice9_CreateOffscreenPlainSurface()
|
/third_party/grpc/src/ruby/spec/generic/ |
D | rpc_server_pool_spec.rb | 20 Pool = GRPC::Pool constant
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | StringPool.h | 46 StringPool *Pool = nullptr; ///< So the string can remove itself. member
|
/third_party/gn/src/gn/ |
D | item.h | 17 class Pool; variable
|
D | action_values.h | 15 class Pool; variable
|
D | tool.h | 19 class Pool; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | CostAllocator.h | 36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
|
/third_party/python/Lib/multiprocessing/dummy/ |
D | __init__.py | 122 def Pool(processes=None, initializer=None, initargs=()): function
|
/third_party/grpc/src/ruby/lib/grpc/generic/ |
D | rpc_server.rb | 23 class Pool class
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12MemAlloc.h | 699 class Pool; variable 1354 friend class Pool; variable
|
/third_party/skia/src/sksl/ir/ |
D | SkSLProgram.h | 34 class Pool; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.cpp | 174 ContainerType Pool; member in Ice::__anone356d18c0111::TypePool 192 std::vector<ConstantUndef *> Pool; member in Ice::__anone356d18c0111::UndefPool 273 auto Pool = Ctx->getConstPool(); in dump() local
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Renderer.hpp | 123 using Pool = marl::BoundedPool<BatchData, MaxBatchCount, marl::PoolPolicy::Preserve>; typedef 135 using Pool = marl::BoundedPool<DrawCall, MaxDrawCount, marl::PoolPolicy::Preserve>; typedef
|