Searched refs:pool (Results 201 - 225 of 504) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc1706 DescriptorPool pool; local
1707 const FileDescriptor* file = pool.BuildFile(file_proto);
1790 DescriptorPool pool; local
1791 const FileDescriptor* file = pool.BuildFile(file_proto);
2057 // dependency that finds it. In the event that the pool is backed by a
2058 // DescriptorDatabase, the pool will attempt to find the symbol in the
2080 // it into the descriptor pool in the fallback database case: it just needs to
2262 DescriptorPool pool; local
2266 ASSERT_TRUE(pool.BuildFile(file_proto) != NULL);
2270 ASSERT_TRUE(pool
2321 DescriptorPool pool; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dctx.c61 /* How many bignums are in each "pool item"; */
111 BN_POOL pool; member in struct:bignum_ctx
130 BN_POOL_init(&ret->pool);
144 BN_POOL_finish(&ctx->pool);
165 ret = BN_POOL_get(&ctx->pool);
187 BN_POOL_release(&ctx->pool, ctx->used - fp);
288 /* Return the first bignum from the new pool */
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dgjslint.py105 pool = multiprocessing.Pool()
107 path_results = pool.imap(_CheckPath, paths)
115 pool.close()
116 pool.join()
117 del pool
/external/deqp/framework/delibs/depool/
H A DdePoolHashSet.h23 * \brief Memory pool hash-set class.
37 * \brief Declare a template pool hash-set (hash of sets) class interface.
48 * HashSet* HashSet_create (deMemPool* pool);
66 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool); \
75 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool) \
77 TYPENAME* hashSet = DE_POOL_NEW(pool, TYPENAME); \
79 if ((hashSet->hash = TYPENAME##Hash_create(pool)) == DE_NULL) \
100 set = TYPENAME##Set_create(hashSet->hash->pool); \
152 * \brief Implement a template pool hash-set class.
H A DdePoolMultiSet.c21 * \brief Memory pool multiset class.
31 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); local
32 deTestMultiSet* set = deTestMultiSet_create(pool);
145 deMemPool_destroy(pool);
H A DdePoolHash.h23 * \brief Memory pool hash class.
45 * \brief Declare a template pool hash class interface.
60 * Hash* Hash_create (deMemPool* pool);
81 deMemPool* pool; \
97 TYPENAME* TYPENAME##_create (deMemPool* pool); \
188 * \brief Implement a template pool hash class.
202 TYPENAME* TYPENAME##_create (deMemPool* pool) \
205 TYPENAME* hash = DE_POOL_NEW(pool, TYPENAME); \
210 hash->pool = pool; \
[all...]
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_host.cc33 // Initialize the font on a blocking pool thread. This must complete before
35 base::SequencedWorkerPool* pool = BrowserThread::GetBlockingPool(); local
36 task_runner_ = pool->GetSequencedTaskRunner(pool->GetSequenceToken());
/external/chromium_org/content/renderer/
H A Drenderer_main.cc112 base::mac::ScopedNSAutoreleasePool* pool = parameters.autorelease_pool; local
226 if (pool)
227 pool->Recycle();
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dsymtable.c99 void XRaySymbolPoolFree(struct XRaySymbolPool* pool) { argument
100 struct XRaySymbolPoolNode* n = pool->head;
106 XRayFree(pool);
135 /* record the demangled symbol name into the string pool */
/external/chromium_org/net/socket/
H A Dclient_socket_handle.h60 // If the pool was not able to reuse an existing socket, the new socket
78 PoolType* pool,
97 // Adds a higher layered pool on top of the socket pool that |socket_| belongs
98 // to. At most one higher layered pool can be added to a
100 // removes the higher pool if RemoveHigherLayeredPool has not been called.
103 // Removes a higher layered pool from the socket pool that |socket_| belongs
221 PoolType* pool,
228 pool_ = pool;
216 Init( const std::string& group_name, const scoped_refptr<typename PoolType::SocketParams>& socket_params, RequestPriority priority, const CompletionCallback& callback, PoolType* pool, const BoundNetLog& net_log) argument
[all...]
H A Dclient_socket_pool.h40 // pool it came from, so must be careful of re-entrancy when using this.
50 // Returns true if a there is currently a request blocked on the per-pool
51 // (not per-host) max socket limit, either in this pool, or one that it is
55 // Called to add or remove a higher layer pool on top of |this|. A higher
56 // layer pool may be added at most once to |this|, and must be removed prior
134 // between updated versions of the same pool instance. The pool's id will
144 // when released back to the pool.
151 // The total number of idle sockets in the pool.
161 // Retrieves information on the current state of the pool a
195 RequestSocketsForPool( PoolType* pool, const std::string& group_name, const scoped_refptr<typename PoolType::SocketParams>& params, int num_sockets, const BoundNetLog& net_log) argument
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dhttpclient.h63 HttpClient(const std::string& agent, StreamPool* pool,
67 void set_pool(StreamPool* pool) { pool_ = pool; } argument
H A Dsocketpool.h48 StreamCache(StreamPool* pool);
62 // We delegate stream creation and deletion to this pool.
121 LoggingPoolAdapter(StreamPool* pool, LoggingSeverity level,
/external/guava/guava-tests/test/com/google/common/collect/
H A DConcurrentHashMultisetBasherTest.java69 ExecutorService pool = Executors.newFixedThreadPool(nThreads);
74 futures.add(pool.submit(new MutateTask(multiset, keys)));
93 pool.shutdownNow();
/external/replicaisland/src/com/replica/replicaisland/
H A DRenderSystem.java142 // if this drawable came out of a pool, make sure it is returned to that pool.
143 final ObjectPool pool = renderable.mDrawable.getParentPool();
144 if (pool != null) {
145 pool.release(renderable.mDrawable);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmedia_file_system_backend.cc149 base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool(); local
151 pool->GetNamedSequenceToken(kMediaTaskRunnerName);
152 return pool->IsRunningSequenceOnCurrentThread(media_sequence_token);
158 base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool(); local
160 pool->GetNamedSequenceToken(kMediaTaskRunnerName);
161 return pool->GetSequencedTaskRunner(media_sequence_token);
/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp306 SkAutoTUnref<SkDiscardableMemoryPool> pool(
308 REPORTER_ASSERT(reporter, 0 == pool->getRAMUsed());
310 reporter, kSkDiscardable_PixelRefType, pool);
311 REPORTER_ASSERT(reporter, 0 == pool->getRAMUsed());
313 reporter, kSkDiscardable_PixelRefType, pool);
314 REPORTER_ASSERT(reporter, 0 == pool->getRAMUsed());
319 // global DM pool.
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
H A Dcheck_chromevox.py20 from multiprocessing import pool namespace
81 work_pool = pool.Pool(len(_TOP_LEVEL_SCRIPTS))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Drunner.py54 with message_pool.get(self, self.worker_factory, num_workers) as pool:
55 pool.run(('test', test_name) for test_name in test_names)
/external/chromium_org/third_party/skia/tests/
H A DImageCacheTest.cpp91 SkAutoTUnref<SkDiscardableMemoryPool> pool(
93 gPool = pool.get();
/external/javassist/src/main/javassist/bytecode/
H A DAnnotationsAttribute.java117 * @param cp constant pool
134 * @param cp constant pool
417 * @param cp the constant pool.
466 * @param src the constant pool of the source class.
467 * @param dest the constant pool of the destination class.
533 * Copies a constant pool entry into the destination constant pool
537 * constant pool.
539 * constant pool.
546 * Copies a constant pool entr
563 ConstPool pool; field in class:AnnotationsAttribute.Parser
[all...]
/external/javassist/src/main/javassist/bytecode/analysis/
H A DFramePrinter.java80 ConstPool pool = info.getConstPool();
103 stream.println(pos + ": " + InstructionPrinter.instructionString(iterator, pos, pool));
/external/javassist/src/main/javassist/convert/
H A DTransformReadField.java42 static String isField(ClassPool pool, ConstPool cp, CtClass fclass, argument
48 CtClass c = pool.get(cp.getFieldrefClassName(index));
/external/skia/src/gpu/
H A DGrEffect.cpp53 static void DeleteTLS(void* pool) { argument
54 SkDELETE(reinterpret_cast<GrMemoryPool*>(pool));
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DTypeListPool.java32 package org.jf.dexlib2.writer.pool;
37 import org.jf.dexlib2.writer.pool.TypeListPool.Key;

Completed in 2290 milliseconds

1234567891011>>