HomeSort by relevance Sort by last modified time
    Searched defs:pool (Results 101 - 125 of 390) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/
ebt_among.h 34 struct ebt_mac_wormhash_tuple pool[0]; member in struct:ebt_mac_wormhash
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/
ebt_among.h 34 struct ebt_mac_wormhash_tuple pool[0]; member in struct:ebt_mac_wormhash
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/
ebt_among.h 34 struct ebt_mac_wormhash_tuple pool[0]; member in struct:ebt_mac_wormhash
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/
ebt_among.h 34 struct ebt_mac_wormhash_tuple pool[0]; member in struct:ebt_mac_wormhash
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetBasherTest.java 69 ExecutorService pool = Executors.newFixedThreadPool(nThreads); local
74 futures.add(pool.submit(new MutateTask(multiset, keys)));
93 pool.shutdownNow();
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
ConnectionPoolTest.java 54 private ConnectionPool pool; field in class:ConnectionPoolTest
90 pool = new ConnectionPool(poolSize, KEEP_ALIVE_DURATION_MS);
91 httpA = new Connection(pool, httpRoute);
93 httpB = new Connection(pool, httpRoute);
95 httpC = new Connection(pool, httpRoute);
97 httpD = new Connection(pool, httpRoute);
99 httpE = new Connection(pool, httpRoute);
101 spdyA = new Connection(pool, spdyRoute);
131 Connection connection = pool.get(httpAddress);
135 pool, new Route(httpAddress, Proxy.NO_PROXY, httpSocketAddress, true))
350 ConnectionPool pool = new ConnectionPool(10, KEEP_ALIVE_DURATION_MS); local
385 ConnectionPool pool = new ConnectionPool(10, KEEP_ALIVE_DURATION_MS); local
    [all...]
  /art/compiler/optimizing/
codegen_test.cc 70 ArenaPool pool; local
71 ArenaAllocator arena(&pool);
graph_test.cc 68 ArenaPool pool; local
69 ArenaAllocator allocator(&pool);
103 ArenaPool pool; local
104 ArenaAllocator allocator(&pool);
138 ArenaPool pool; local
139 ArenaAllocator allocator(&pool);
174 ArenaPool pool; local
175 ArenaAllocator allocator(&pool);
210 ArenaPool pool; local
211 ArenaAllocator allocator(&pool);
250 ArenaPool pool; local
287 ArenaPool pool; local
    [all...]
optimizing_compiler.cc 104 ArenaPool pool; local
105 ArenaAllocator arena(&pool);
register_allocator_test.cc 35 ArenaPool pool; local
36 ArenaAllocator allocator(&pool);
56 ArenaPool pool; local
57 ArenaAllocator allocator(&pool);
297 ArenaPool pool; local
298 ArenaAllocator allocator(&pool);
329 ArenaPool pool; local
330 ArenaAllocator allocator(&pool);
  /art/compiler/utils/
scoped_arena_allocator.h 53 explicit StatsAndPool(ArenaPool* arena_pool) : pool(arena_pool) { }
54 ArenaPool* const pool; member in struct:art::ArenaStack::StatsAndPool
  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeFactory.java 83 ConstantPool pool = cf.getConstantPool(); local
87 name = (CstString) pool.get(nameIdx);
125 ConstantPool pool = cf.getConstantPool(); local
126 Attribute result = new RawAttribute(name, bytes, offset, length, pool);
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThread.java 60 /** The route specific pool on which the thread is waiting. */
61 //@@@ replace with generic pool interface
62 private final RouteSpecificPool pool; field in class:WaitingThread
75 * @param pool the pool on which the thread will be waiting,
78 public WaitingThread(Condition cond, RouteSpecificPool pool) {
85 this.pool = pool;
101 * Obtains the pool, if there is one.
103 * @return the pool on which a thread is or was waiting
    [all...]
  /external/chromium_org/base/
sequence_checker_unittest.cc 68 pool()->Shutdown();
74 const scoped_refptr<SequencedWorkerPool>& pool() { function in class:base::__anon7066::SequenceCheckerTest
75 return pool_owner_->pool();
80 pool()->PostNamedSequencedWorkerTask(
161 pool()->FlushForTesting();
174 pool()->FlushForTesting();
179 pool()->FlushForTesting();
249 pool()->FlushForTesting();
276 pool()->FlushForTesting();
303 pool()->FlushForTesting()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
operation_test_base.cc 65 scoped_refptr<base::SequencedWorkerPool> pool = local
68 pool->GetSequencedTaskRunner(pool->GetSequenceToken());
  /external/chromium_org/net/dns/
dns_socket_pool.cc 174 SocketVector& pool = pools_[server_index]; local
175 STLDeleteElements(&pool);
182 SocketVector& pool = pools_[server_index]; local
185 if (pool.size() == 0) {
186 LOG(WARNING) << "No DNS sockets available in pool " << server_index << "!";
190 if (pool.size() < kAllocateMinSize) {
192 << " sockets to choose from, but only have " << pool.size()
193 << " in pool " << server_index << ".";
196 unsigned socket_index = base::RandInt(0, pool.size() - 1);
197 DatagramClientSocket* socket = pool[socket_index]
211 SocketVector& pool = pools_[server_index]; local
    [all...]
  /external/chromium_org/sandbox/win/src/
handle_closer_test.cc 45 // Used by the thread pool tests.
157 // Run a thread pool inside a sandbox without a CSRSS connection.
164 HANDLE pool = NULL; local
168 CHECK(::RegisterWaitForSingleObject(&pool, event, ThreadPoolTask, event,
  /external/chromium_org/third_party/cython/src/Tools/
cystdlib.py 163 pool = None variable
168 pool = multiprocessing.Pool(parallel_jobs) variable
178 if pool is not None:
179 results = pool.map(_build, [(sys_args, ext) for ext in extensions])
180 pool.close()
181 pool.join()
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
native_shm.c 88 struct wl_shm_pool *pool; local
109 pool = wl_shm_create_pool(shmdpy->wl_shm, wsh.fd, wsh.size);
110 buffer = wl_shm_pool_create_buffer(pool, 0, width, height,
112 wl_shm_pool_destroy(pool);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.cc 113 DescriptorPool pool; local
115 const FileDescriptor* file = pool.BuildFile(request.proto_file(i));
124 parsed_files.push_back(pool.FindFileByName(request.file_to_generate(i)));
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message_unittest.cc 341 DescriptorPool pool; local
345 const Descriptor* descriptor = pool.BuildFile(file)->message_type(0);
  /external/chromium_org/third_party/skia/src/utils/
SkTaskGroup.cpp 104 ThreadPool* pool = (ThreadPool*)arg; local
108 AutoLock lock(&pool->fReady);
109 while (pool->fWork.isEmpty()) {
110 if (pool->fDraining) {
113 pool->fReady.wait();
115 pool->fWork.pop(&work);
  /external/compiler-rt/lib/interception/
interception_win.cc 60 // Trampolines are allocated from a common pool.
62 static char *pool = NULL; local
64 if (!pool) {
65 pool = (char *)VirtualAlloc(NULL, POOL_SIZE, MEM_RESERVE | MEM_COMMIT,
69 if (!pool)
71 _memset(pool, 0xCC /* int 3 */, POOL_SIZE);
77 char *ret = pool + pool_used;
  /external/deqp/framework/delibs/depool/
dePoolStringBuilder.c 2 * drawElements Memory Pool Library
21 * \brief Memory pool management.
38 deMemPool* pool; member in struct:dePoolStringBuilder_s
44 dePoolStringBuilder* dePoolStringBuilder_create (deMemPool* pool)
46 dePoolStringBuilder* builder = DE_POOL_NEW(pool, dePoolStringBuilder);
50 builder->pool = pool;
60 StringBlock* block = DE_POOL_NEW(builder->pool, StringBlock);
62 char* blockStr = (char*)deMemPool_alloc(builder->pool, len + 1);
115 return dePoolStringBuilder_dupToPool(builder, builder->pool);
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
SerialBitmapReferenceCounter.java 12 private LinkedList<InnerTracker> pool = new LinkedList<InnerTracker>(); field in class:SerialBitmapReferenceCounter.InnerTrackerPool
15 InnerTracker result = pool.poll();
24 pool.offer(innerTracker);
44 private final InnerTrackerPool pool = new InnerTrackerPool(); field in class:SerialBitmapReferenceCounter
53 counter.put(toInit, pool.get());
76 pool.release(tracker);

Completed in 1001 milliseconds

1 2 3 45 6 7 8 91011>>