Searched refs:pool (Results 276 - 300 of 504) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Ddebug_log_writer.cc33 base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool(); local
34 return pool->GetSequencedTaskRunnerWithShutdownBehavior(
35 pool->GetNamedSequenceToken(sequence_name),
/external/chromium_org/chrome/browser/sessions/
H A Dbase_session_service.cc301 base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool(); local
302 if (!pool->IsShutdownInProgress()) {
303 pool->PostSequencedWorkerTask(sequence_token_, from_here, task);
306 // worker pool has been requested to shutdown (around shutdown
/external/chromium_org/third_party/skia/src/lazy/
H A DSkDiscardableMemoryPool.cpp16 // A PoolDiscardableMemory is memory that is counted in a pool.
17 // A DiscardableMemoryPool is a pool of PoolDiscardableMemorys.
24 * This non-global pool can be used for unit tests to verify that the
25 * pool works.
80 PoolDiscardableMemory(DiscardableMemoryPool* pool,
95 PoolDiscardableMemory::PoolDiscardableMemory(DiscardableMemoryPool* pool, argument
98 : fPool(pool)
142 // PoolDiscardableMemory objects that belong to this pool are
143 // always deleted before deleting this pool since each one has a
144 // ref to the pool
[all...]
/external/javassist/src/main/javassist/expr/
H A DExpr.java132 ClassPool pool = thisClass.getClassPool();
145 addClass(list, pool.get(cp.getClassInfo(t)));
161 addClass(list, pool.get(exceptions[i]));
/external/skia/src/lazy/
H A DSkDiscardableMemoryPool.cpp15 // A PoolDiscardableMemory is memory that is counted in a pool.
16 // A DiscardableMemoryPool is a pool of PoolDiscardableMemorys.
23 * This non-global pool can be used for unit tests to verify that the
24 * pool works.
79 PoolDiscardableMemory(DiscardableMemoryPool* pool,
94 PoolDiscardableMemory::PoolDiscardableMemory(DiscardableMemoryPool* pool, argument
97 : fPool(pool)
141 // PoolDiscardableMemory objects that belong to this pool are
142 // always deleted before deleting this pool since each one has a
143 // ref to the pool
[all...]
/external/chromium_org/third_party/icu/source/data/
H A Dmakedata.mak282 RB_FILES = root.res pool.res $(GENRB_ALIAS_SOURCE:.txt=.res) $(GENRB_ALIAS_SOURCE_LOCAL:.txt=.res) $(GENRB_SOURCE:.txt=.res)
304 CURR_RES_FILES = curr\pool.res $(CURR_RES_FILES:curr\ =curr\)
325 LANG_RES_FILES = lang\pool.res $(LANG_RES_FILES:lang\ =lang\)
346 REGION_RES_FILES = region\pool.res $(REGION_RES_FILES:region\ =region\)
367 ZONE_RES_FILES = zone\pool.res $(ZONE_RES_FILES:zone\ =zone\)
782 # copy the locales/pool.res file from the source folder to the build output folder
784 pool.res: $(ICUSRCDATA_RELATIVE_PATH)\$(ICULOC)\pool.res
785 "$(ICUPBIN)\icupkg" -tl "$(ICUSRCDATA_RELATIVE_PATH)\$(ICULOC)\pool.res" pool
[all...]
/external/icu/icu4c/source/data/
H A Dmakedata.mak282 RB_FILES = root.res pool.res $(GENRB_ALIAS_SOURCE:.txt=.res) $(GENRB_ALIAS_SOURCE_LOCAL:.txt=.res) $(GENRB_SOURCE:.txt=.res)
304 CURR_RES_FILES = curr\pool.res $(CURR_RES_FILES:curr\ =curr\)
325 LANG_RES_FILES = lang\pool.res $(LANG_RES_FILES:lang\ =lang\)
346 REGION_RES_FILES = region\pool.res $(REGION_RES_FILES:region\ =region\)
367 ZONE_RES_FILES = zone\pool.res $(ZONE_RES_FILES:zone\ =zone\)
780 # copy the locales/pool.res file from the source folder to the build output folder
782 pool.res: $(ICUSRCDATA_RELATIVE_PATH)\$(ICULOC)\pool.res
783 "$(ICUPBIN)\icupkg" -tl "$(ICUSRCDATA_RELATIVE_PATH)\$(ICULOC)\pool.res" pool
[all...]
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dentropy_encode.cc54 HuffmanTree *pool,
59 SetDepth(pool[p.index_left_], pool, depth, level);
60 SetDepth(pool[p.index_right_or_value_], pool, depth, level);
53 SetDepth(const HuffmanTree &p, HuffmanTree *pool, uint8_t *depth, int level) argument
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java17 ClassPool pool = new ClassPool(true);
18 CtClass echoClass = pool.get(ArrayAccessReplaceTest.class.getName() + "$Echo");
19 CtClass simpleClass = pool.get(ArrayAccessReplaceTest.class.getName() + "$Simple");
28 ClassPool pool = new ClassPool(true);
29 CtClass clazz = pool.get(ArrayAccessReplaceTest.class.getName() + "$Complex");
/external/chromium_org/third_party/libjpeg_turbo/
H A Djmemmgr.c12 * * pool-based allocation and freeing of memory;
90 * We allocate objects from "pools", where each pool is gotten with a single
92 * overhead within a pool, except for alignment padding. Each pool has a
93 * header with a link to the next pool of the same class.
94 * Small and large pool headers are identical except that the latter's
102 size_t bytes_used; /* how many bytes already used within pool */
103 size_t bytes_left; /* bytes still available in this pool */
110 size_t bytes_used; /* how many bytes already used within pool */
111 size_t bytes_left; /* bytes still available in this pool */
1037 int pool; local
1065 int pool; local
[all...]
/external/jpeg/
H A Djmemmgr.c12 * * pool-based allocation and freeing of memory;
78 * We allocate objects from "pools", where each pool is gotten with a single
80 * overhead within a pool, except for alignment padding. Each pool has a
81 * header with a link to the next pool of the same class.
82 * Small and large pool headers are identical except that the latter's
94 size_t bytes_used; /* how many bytes already used within pool */
95 size_t bytes_left; /* bytes still available in this pool */
105 size_t bytes_used; /* how many bytes already used within pool */
106 size_t bytes_left; /* bytes still available in this pool */
1004 int pool; local
1032 int pool; local
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jmemmgr.c13 * * pool-based allocation and freeing of memory;
81 * We allocate objects from "pools", where each pool is gotten with a single
83 * overhead within a pool, except for alignment padding. Each pool has a
84 * header with a link to the next pool of the same class.
85 * Small and large pool headers are identical except that the latter's
97 size_t bytes_used; /* how many bytes already used within pool */
98 size_t bytes_left; /* bytes still available in this pool */
108 size_t bytes_used; /* how many bytes already used within pool */
109 size_t bytes_left; /* bytes still available in this pool */
1007 int pool; local
1035 int pool; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djmemmgr.c12 * * pool-based allocation and freeing of memory;
78 * We allocate objects from "pools", where each pool is gotten with a single
80 * overhead within a pool, except for alignment padding. Each pool has a
81 * header with a link to the next pool of the same class.
82 * Small and large pool headers are identical except that the latter's
94 size_t bytes_used; /* how many bytes already used within pool */
95 size_t bytes_left; /* bytes still available in this pool */
105 size_t bytes_used; /* how many bytes already used within pool */
106 size_t bytes_left; /* bytes still available in this pool */
1004 int pool; local
1032 int pool; local
[all...]
/external/chromium_org/net/socket/
H A Dclient_socket_pool_base.cc150 HigherLayeredPool* pool,
167 pool_(pool),
208 // If a lower layer pool is stalled, consider |this| stalled as well.
279 // re-entrancy issues if the socket pool is doing something else at the
380 // There's an idle socket in this pool. Either that's because there's
798 // There may still be a stalled group in a lower level pool.
1100 // This pool doesn't have any idle sockets. It's possible that a pool at a
1156 ClientSocketPoolBaseHelper* pool) {
1164 FROM_HERE, pool
149 ClientSocketPoolBaseHelper( HigherLayeredPool* pool, int max_sockets, int max_sockets_per_group, base::TimeDelta unused_idle_socket_timeout, base::TimeDelta used_idle_socket_timeout, ConnectJobFactory* connect_job_factory) argument
1154 StartBackupJobTimer( const std::string& group_name, ClientSocketPoolBaseHelper* pool) argument
1211 OnBackupJobTimerFired( std::string group_name, ClientSocketPoolBaseHelper* pool) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/log_private/
H A Dlog_private_api_chromeos.cc55 base::SequencedWorkerPool* pool = BrowserThread::GetBlockingPool(); local
56 return pool->GetSequencedTaskRunnerWithShutdownBehavior(
57 pool->GetNamedSequenceToken(FileResource::kSequenceToken),
63 base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool(); local
64 return pool->IsRunningSequenceOnCurrentThread(
65 pool->GetNamedSequenceToken(FileResource::kSequenceToken));
313 // Initialize net logger on the blocking pool and start observing event
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store_unittest.cc109 return pool_owner_->pool()->GetSequencedTaskRunner(
110 pool_owner_->pool()->GetNamedSequenceToken("background"));
114 return pool_owner_->pool()->GetSequencedTaskRunner(
115 pool_owner_->pool()->GetNamedSequenceToken("client"));
120 // Make sure we wait until the destructor has run by shutting down the pool
121 // resetting the owner (whose destructor blocks on the pool completion).
122 pool_owner_->pool()->Shutdown();
123 // Create a new pool for the few tests that create multiple stores. In other
182 pool_owner_->pool()->Shutdown();
/external/chromium_org/net/spdy/
H A Dspdy_test_util_common.cc513 bool HasSpdySession(SpdySessionPool* pool, const SpdySessionKey& key) { argument
514 return pool->FindAvailableSession(key, BoundNetLog()) != NULL;
628 // Return kProtoUnknown to use the pool's default protocol.
665 SpdySessionPool* pool,
669 EXPECT_FALSE(HasSpdySession(pool, key));
674 pool->CreateAvailableSessionFromSocket(
678 EXPECT_TRUE(HasSpdySession(pool, key));
684 base::WeakPtr<SpdySession> CreateFakeSpdySession(SpdySessionPool* pool, argument
686 return CreateFakeSpdySessionHelper(pool, key, OK);
690 SpdySessionPool* pool,
664 CreateFakeSpdySessionHelper( SpdySessionPool* pool, const SpdySessionKey& key, Error expected_status) argument
689 TryCreateFakeSpdySessionExpectingFailure( SpdySessionPool* pool, const SpdySessionKey& key, Error expected_error) argument
697 SpdySessionPoolPeer(SpdySessionPool* pool) argument
[all...]
H A Dspdy_test_util_common.h244 // Equivalent to pool->GetIfExists(spdy_session_key, BoundNetLog()) != NULL.
245 bool HasSpdySession(SpdySessionPool* pool, const SpdySessionKey& key);
248 // session pool in |http_session|. A SPDY session for |key| must not
272 // |pool|. The returned session will neither receive nor send any
274 base::WeakPtr<SpdySession> CreateFakeSpdySession(SpdySessionPool* pool,
283 SpdySessionPool* pool,
289 explicit SpdySessionPoolPeer(SpdySessionPool* pool);
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DElementShadow.cpp259 DistributionPool pool(*host());
273 pool.distributeTo(point, this);
285 pool.distributeTo(shadowInsertionPoint, this);
/external/replicaisland/src/com/replica/replicaisland/
H A DHitReactionComponent.java178 VectorPool pool = sSystemRegistry.vectorPool;
179 Vector2 newVelocity = pool.allocate(parent.getPosition());
186 pool.release(newVelocity);
/external/chromium_org/chrome/browser/chromeos/system/
H A Dinput_device_settings.cc74 // (http://crbug.com/261426). Run the blocking pool task with
76 base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool(); local
78 pool->GetTaskRunnerWithShutdownBehavior(
127 // (http://crbug.com/255546). Run the blocking pool task with
130 base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool(); local
132 pool->GetTaskRunnerWithShutdownBehavior(
/external/chromium_org/content/browser/media/android/
H A Dmedia_resource_getter_impl.cc354 base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool(); local
355 pool->PostWorkerTask(
364 base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool(); local
365 pool->PostWorkerTask(
/external/chromium_org/gpu/command_buffer/service/
H A Dmocks.h144 size_t old_size, size_t new_size, Pool pool));
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive.py479 pool = multiprocessing.Pool(processes=(processes or multiprocessing.cpu_count()))
481 return pool.map(thunk, arglist)
483 pool.close()
484 pool.join()
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h244 bool EncodeOrDecode(const DescriptorPool* pool);

Completed in 814 milliseconds

<<11121314151617181920>>