Home
last modified time | relevance | path

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

123

/external/syzkaller/vm/gce/
Dgce.go45 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/
DThreadPool.cpp91 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/
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/syzkaller/vm/isolated/
Disolated.go32 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/
Dgvisor.go34 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/
Dkvm.go40 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/
Dodroid.go44 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/
Dvm.go32 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/
Dadb.go42 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/
Dqemu.go42 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/
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-7.0/llvm/lib/Target/NVPTX/
DManagedStringPool.h27 SmallVector<std::string *, 8> Pool; variable
/external/syzkaller/tools/syz-crush/
Dcrush.go77 func runInstance(cfg *mgrconfig.Config, reporter report.Reporter, vmPool *vm.Pool, index int) {
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.h30 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
DAddressPool.h31 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.h30 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
DAddressPool.h28 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
/external/grpc-grpc/src/ruby/spec/generic/
Drpc_server_pool_spec.rb20 Pool = GRPC::Pool constant
/external/mesa3d/src/gallium/state_trackers/nine/
Dvolumetexture9.c36 D3DPOOL Pool, in NineVolumeTexture9_ctor()
283 D3DPOOL Pool, in NineVolumeTexture9_new()
Dtexture9.c46 D3DPOOL Pool, in NineTexture9_ctor()
385 D3DPOOL Pool, in NineTexture9_new()
Dcubetexture9.c39 D3DPOOL Pool, in NineCubeTexture9_ctor()
342 D3DPOOL Pool, in NineCubeTexture9_new()
/external/swiftshader/third_party/llvm-7.0/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

123