/external/syzkaller/vm/gce/ |
D | gce.go | 45 type Pool struct { struct 46 env *vmimpl.Env 47 cfg *Config 48 GCE *gce.Context 123 func (pool *Pool) Count() int { 127 func (pool *Pool) Create(workdir string, index int) (vmimpl.Instance, error) { 363 func (pool *Pool) getSerialPortOutput(name, gceKey string) ([]byte, error) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | ThreadPool.cpp | 91 ThreadPool Pool; in TEST_F() local 111 ThreadPool Pool; in TEST_F() local 121 ThreadPool Pool; in TEST_F() local 136 ThreadPool Pool{2}; in TEST_F() local 155 ThreadPool Pool; in TEST_F() local
|
/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/syzkaller/vm/isolated/ |
D | isolated.go | 32 type Pool struct { struct 33 env *vmimpl.Env 34 cfg *Config 75 func (pool *Pool) Count() int { 79 func (pool *Pool) Create(workdir string, index int) (vmimpl.Instance, error) {
|
/external/syzkaller/vm/gvisor/ |
D | gvisor.go | 34 type Pool struct { struct 35 env *vmimpl.Env 36 cfg *Config 74 func (pool *Pool) Count() int { 78 func (pool *Pool) Create(workdir string, index int) (vmimpl.Instance, error) {
|
/external/syzkaller/vm/kvm/ |
D | kvm.go | 40 type Pool struct { struct 41 env *vmimpl.Env 42 cfg *Config 96 func (pool *Pool) Count() int { 100 func (pool *Pool) Create(workdir string, index int) (vmimpl.Instance, error) {
|
/external/syzkaller/vm/odroid/ |
D | odroid.go | 44 type Pool struct { struct 45 env *vmimpl.Env 46 cfg *Config 90 func (pool *Pool) Count() int { 94 func (pool *Pool) Create(workdir string, index int) (vmimpl.Instance, error) {
|
/external/syzkaller/vm/ |
D | vm.go | 32 type Pool struct { struct 33 impl vmimpl.Pool 34 workdir string 74 func (pool *Pool) Count() int { 78 func (pool *Pool) Create(index int) (*Instance, error) {
|
/external/syzkaller/vm/adb/ |
D | adb.go | 42 type Pool struct { struct 43 env *vmimpl.Env 44 cfg *Config 85 func (pool *Pool) Count() int { 89 func (pool *Pool) Create(workdir string, index int) (vmimpl.Instance, error) {
|
/external/syzkaller/vm/qemu/ |
D | qemu.go | 42 type Pool struct { struct 43 env *vmimpl.Env 44 cfg *Config 45 archConfig *archConfig 207 func (pool *Pool) Count() int { 211 func (pool *Pool) Create(workdir string, index int) (vmimpl.Instance, error) { 240 func (pool *Pool) ctor(workdir, sshkey, sshuser string, index int) (vmimpl.Instance, error) {
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | ManagedStringPool.h | 27 SmallVector<std::string *, 8> Pool; variable
|
/external/syzkaller/tools/syz-crush/ |
D | crush.go | 77 func runInstance(cfg *mgrconfig.Config, reporter report.Reporter, vmPool *vm.Pool, index int) {
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.h | 30 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
|
D | AddressPool.h | 31 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
|
/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/grpc-grpc/src/ruby/spec/generic/ |
D | rpc_server_pool_spec.rb | 20 Pool = GRPC::Pool constant
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | volumetexture9.c | 36 D3DPOOL Pool, in NineVolumeTexture9_ctor() 283 D3DPOOL Pool, in NineVolumeTexture9_new()
|
D | texture9.c | 46 D3DPOOL Pool, in NineTexture9_ctor() 385 D3DPOOL Pool, in NineTexture9_new()
|
D | cubetexture9.c | 39 D3DPOOL Pool, in NineCubeTexture9_ctor() 342 D3DPOOL Pool, in NineCubeTexture9_new()
|
/external/swiftshader/third_party/llvm-7.0/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
|