Searched refs:pool (Results 226 - 250 of 504) sorted by relevance

1234567891011>>

/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc1541 DescriptorPool pool; local
1542 const FileDescriptor* file = pool.BuildFile(file_proto);
1637 DescriptorPool pool; local
1638 const FileDescriptor* file = pool.BuildFile(file_proto);
1721 DescriptorPool pool; local
1722 const FileDescriptor* file = pool.BuildFile(file_proto);
2085 DescriptorPool pool; local
2089 ASSERT_TRUE(pool.BuildFile(file_proto) != NULL);
2093 ASSERT_TRUE(pool.BuildFile(file_proto) != NULL);
2129 const FileDescriptor* file = pool
2144 DescriptorPool pool; local
[all...]
H A Ddynamic_message.cc174 const DescriptorPool* pool; // The factory's DescriptorPool. member in struct:google::protobuf::DynamicMessage::TypeInfo
441 DynamicMessageFactory::DynamicMessageFactory(const DescriptorPool* pool) argument
442 : pool_(pool), delegate_to_generated_factory_(false),
461 type->file()->pool() == DescriptorPool::generated_pool()) {
475 type_info->pool = (pool_ == NULL) ? type->file()->pool() : pool_;
547 type_info->pool,
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dbrowser_policy_connector_chromeos.cc69 // Helper that returns a new SequencedTaskRunner backed by the blocking pool.
72 base::SequencedWorkerPool* pool = BrowserThread::GetBlockingPool(); local
73 CHECK(pool);
74 return pool->GetSequencedTaskRunnerWithShutdownBehavior(
75 pool->GetSequenceToken(), base::SequencedWorkerPool::SKIP_ON_SHUTDOWN);
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython_descriptor.cc152 const google::protobuf::DescriptorPool* pool; member in struct:google::protobuf::python::__anon14786
185 field_descriptor = self->pool->FindFieldByName(full_field_name);
205 self->pool->FindExtensionByName(full_field_name);
290 cdescriptor_pool->pool = GetDescriptorPool();
317 "Couldn't build proto file into descriptor pool!");
/external/chromium_org/third_party/webrtc/base/
H A Dsocketpool.cc27 StreamCache::StreamCache(StreamPool* pool) : pool_(pool) { argument
159 // Only one socket can be used from this "pool" at a time
237 StreamPool* pool, LoggingSeverity level, const std::string& label,
239 : pool_(pool), level_(level), label_(label), binary_mode_(binary_mode) {
236 LoggingPoolAdapter( StreamPool* pool, LoggingSeverity level, const std::string& label, bool binary_mode) argument
/external/chromium_org/tools/gn/
H A Dscheduler.h19 // Maintains the thread pool and error state.
28 base::SequencedWorkerPool* pool() { return pool_.get(); } function in class:Scheduler
82 // Used to track whether the worker pool has been shutdown. This is necessary
/external/deqp/framework/delibs/decpp/
H A DdeMemPool.hpp23 * \brief Memory pool (deMemPool wrapper).
35 * \brief Memory pool
63 char* copyToPool (de::MemPool* pool, const char* string);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DTransformationUtils.java74 * @param pool The BitmapPool to try to reuse a bitmap from.
80 public static Bitmap fitCenter(Bitmap toFit, BitmapPool pool, int width, int height) { argument
105 Bitmap toReuse = pool.get(targetWidth, targetHeight, config);
230 * @param pool A pool that may or may not contain an image of the necessary dimensions
234 public static Bitmap rotateImageExif(Bitmap toOrient, BitmapPool pool, int exifOrientation) { argument
272 Bitmap result = pool.get(newWidth, newHeight, toOrient.getConfig());
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DFieldPool.java32 package org.jf.dexlib2.writer.pool;
H A DMethodPool.java32 package org.jf.dexlib2.writer.pool;
H A DStringTypeBasePool.java32 package org.jf.dexlib2.writer.pool;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message.cc176 const DescriptorPool* pool; // The factory's DescriptorPool. member in struct:google::protobuf::DynamicMessage::TypeInfo
454 DynamicMessageFactory::DynamicMessageFactory(const DescriptorPool* pool) argument
455 : pool_(pool), delegate_to_generated_factory_(false),
474 type->file()->pool() == DescriptorPool::generated_pool()) {
488 type_info->pool = (pool_ == NULL) ? type->file()->pool() : pool_;
560 type_info->pool,
/external/chromium_org/third_party/skia/tools/
H A Dbench_pictures_main.cpp182 SkDiscardableMemoryPool* pool = SkGetGlobalDiscardableMemoryPool(); local
184 SkASSERT(pool->getRAMUsed() == 0);
186 pool->setRAMBudget(SK_MaxU32);
225 int cacheHits = pool->getCacheHits();
226 int cacheMisses = pool->getCacheMisses();
227 pool->resetCacheHitsAndMisses();
237 size_t bytes = pool->getRAMUsed();
/external/chromium_org/third_party/libwebp/utils/
H A Dhuffman_encode.c136 const HuffmanTree* const pool,
139 SetBitDepths(&pool[tree->pool_index_left_], pool, bit_depths, level + 1);
140 SetBitDepths(&pool[tree->pool_index_right_], pool, bit_depths, level + 1);
135 SetBitDepths(const HuffmanTree* const tree, const HuffmanTree* const pool, uint8_t* const bit_depths, int level) argument
/external/webp/src/utils/
H A Dhuffman_encode.c136 const HuffmanTree* const pool,
139 SetBitDepths(&pool[tree->pool_index_left_], pool, bit_depths, level + 1);
140 SetBitDepths(&pool[tree->pool_index_right_], pool, bit_depths, level + 1);
135 SetBitDepths(const HuffmanTree* const tree, const HuffmanTree* const pool, uint8_t* const bit_depths, int level) argument
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dfetch.c51 /* A common pool for system call and function call return is
154 size_t sz, size_t offset, enum reg_pool pool, size_t archw)
162 if (pool != POOL_RETVAL) {
214 size_t sz, size_t offset, enum reg_pool pool)
222 switch (pool) {
299 size_t sz, size_t offset, enum reg_pool pool)
302 switch (pool) {
313 * pool. */
314 assert(pool == POOL_FUNCALL);
327 struct value *valuep, size_t sz, size_t offset, enum reg_pool pool)
153 allocate_x87(struct fetch_context *context, struct value *valuep, size_t sz, size_t offset, enum reg_pool pool, size_t archw) argument
213 allocate_integer(struct fetch_context *context, struct value *valuep, size_t sz, size_t offset, enum reg_pool pool) argument
298 allocate_sse(struct fetch_context *context, struct value *valuep, size_t sz, size_t offset, enum reg_pool pool) argument
326 allocate_class(enum arg_class cls, struct fetch_context *context, struct value *valuep, size_t sz, size_t offset, enum reg_pool pool) argument
768 arch_fetch_pool_arg_next(struct fetch_context *context, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep, enum reg_pool pool) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_compute.c509 //FETCH1 = VTX1 (global buffer pool), FETCH2... = TEX
539 struct compute_memory_pool *pool = ctx->screen->global_pool; local
551 compute_memory_finalize_pending(pool, ctx_);
561 evergreen_set_rat(ctx->cs_shader_state.shader, 0, pool->bo, 0, pool->size_in_dw * 4);
563 (struct pipe_resource*)pool->bo);
817 ///TODO: do it better, mapping is not possible if the pool is too big
819 if (!(map = ctx->ws->buffer_map(buffer->chunk->pool->bo->cs_buf,
839 ctx->ws->buffer_unmap(buffer->chunk->pool->bo->cs_buf);
850 struct compute_memory_pool *pool local
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c509 //FETCH1 = VTX1 (global buffer pool), FETCH2... = TEX
539 struct compute_memory_pool *pool = ctx->screen->global_pool; local
551 compute_memory_finalize_pending(pool, ctx_);
561 evergreen_set_rat(ctx->cs_shader_state.shader, 0, pool->bo, 0, pool->size_in_dw * 4);
563 (struct pipe_resource*)pool->bo);
817 ///TODO: do it better, mapping is not possible if the pool is too big
819 if (!(map = ctx->ws->buffer_map(buffer->chunk->pool->bo->cs_buf,
839 ctx->ws->buffer_unmap(buffer->chunk->pool->bo->cs_buf);
850 struct compute_memory_pool *pool local
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_voicemgt.c192 * Updates the voice pool count when a voice changes state
198 EAS_INT pool; local
207 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool;
212 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
215 pSynth->poolCount[pool]++;
218 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IncVoicePoolCount: Synth=%d pool=%d\n", pSynth->vSynthNum, pool); */ }
225 * Updates the voice pool coun
231 EAS_INT pool; local
715 EAS_INT pool; local
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_voicemgt.c192 * Updates the voice pool count when a voice changes state
198 EAS_INT pool; local
207 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool;
212 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
215 pSynth->poolCount[pool]++;
218 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IncVoicePoolCount: Synth=%d pool=%d\n", pSynth->vSynthNum, pool); */ }
225 * Updates the voice pool coun
231 EAS_INT pool; local
715 EAS_INT pool; local
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_voicemgt.c192 * Updates the voice pool count when a voice changes state
198 EAS_INT pool; local
207 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool;
212 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
215 pSynth->poolCount[pool]++;
218 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IncVoicePoolCount: Synth=%d pool=%d\n", pSynth->vSynthNum, pool); */ }
225 * Updates the voice pool coun
231 EAS_INT pool; local
715 EAS_INT pool; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzWM.m43 NSAutoreleasePool *pool;
45 pool = [ [ NSAutoreleasePool alloc ] init ];
80 [ pool release ];
84 [ pool release ];
417 NSAutoreleasePool *pool;
423 pool = [ [ NSAutoreleasePool alloc ] init ];
477 [ pool release ];
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp386 ThreadPool pool(1);
387 pool.StartWorkers();
389 pool.Add(NewCallback(Waker));
432 ThreadPool pool(1);
433 pool.StartWorkers();
435 pool.Add(NewCallback(Waker));
514 ThreadPool pool(1);
515 pool.StartWorkers();
517 pool.Add(NewCallback(Waker));
566 ThreadPool pool(
[all...]
/external/chromium_org/net/socket/
H A Dtransport_client_socket_pool_unittest.cc460 TransportClientSocketPool* pool)
462 pool_(pool),
588 // Need to run all pending to release the socket back to the pool.
616 // Need to run all pending to release the socket back to the pool.
828 // Create a pool without backup jobs.
830 TransportClientSocketPool pool(kMaxSockets,
852 int rv = handle.Init("a", params_, LOW, callback.callback(), &pool,
871 // Create a pool without backup jobs.
873 TransportClientSocketPool pool(kMaxSockets,
897 int rv = handle.Init("a", params_, LOW, callback.callback(), &pool,
459 RequestSocketCallback(ClientSocketHandle* handle, TransportClientSocketPool* pool) argument
[all...]
/external/chromium_org/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp304 SkAutoTUnref<SkDiscardableMemoryPool> pool(
306 REPORTER_ASSERT(reporter, 0 == pool->getRAMUsed());
308 reporter, kSkDiscardable_PixelRefType, pool);
309 REPORTER_ASSERT(reporter, 0 == pool->getRAMUsed());
311 reporter, kSkDiscardable_PixelRefType, pool);
312 REPORTER_ASSERT(reporter, 0 == pool->getRAMUsed());
317 // global DM pool.

Completed in 5490 milliseconds

1234567891011>>