Searched defs:pool (Results 251 - 275 of 311) sorted by relevance

<<111213

/external/libnfc-nci/halimpl/bcm2079x/include/
H A Duserial.h211 UINT8 pool; /* GKI buffer pool for received data */ member in struct:__anon23891
212 UINT16 size; /* Size of GKI buffer pool */
213 UINT16 offset; /* Offset in GKI buffer pool */
/external/libnfc-nci/src/udrv/include/
H A Dusb.h184 UINT8 pool; /* GKI buffer pool for received data */ member in struct:__anon24398
185 UINT16 size; /* Size of GKI buffer pool */
186 UINT16 offset; /* Offset in GKI buffer pool */
/external/libpcap/
H A Dpcap-dos.c62 static int pktq_init (struct rx_ringbuf *q, int size, int num, char *pool);
777 strcpy (ebuf, "Not enough memory (Rx pool)");
1407 static int pktq_init (struct rx_ringbuf *q, int size, int num, char *pool) argument
1413 q->buf_start = pool;
1419 PCAP_ASSERT (pool);
1424 struct rx_elem *elem = (struct rx_elem*) pool;
1430 pool += size;
1431 *(DWORD*) (pool - sizeof(DWORD)) = PKTQ_MARKER;
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassWriter.java159 * The type of CONSTANT_Class constant pool items.
164 * The type of CONSTANT_Fieldref constant pool items.
169 * The type of CONSTANT_Methodref constant pool items.
174 * The type of CONSTANT_InterfaceMethodref constant pool items.
179 * The type of CONSTANT_String constant pool items.
184 * The type of CONSTANT_Integer constant pool items.
189 * The type of CONSTANT_Float constant pool items.
194 * The type of CONSTANT_Long constant pool items.
199 * The type of CONSTANT_Double constant pool items.
204 * The type of CONSTANT_NameAndType constant pool item
253 final ByteVector pool; field in class:ClassWriter
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java116 final GenericDescriptor result = pool.findSymbol(name);
140 final GenericDescriptor result = pool.findSymbol(name);
164 final GenericDescriptor result = pool.findSymbol(name);
187 final GenericDescriptor result = pool.findSymbol(name);
220 final DescriptorPool pool = new DescriptorPool(dependencies);
222 new FileDescriptor(proto, dependencies, pool);
329 private final DescriptorPool pool; field in class:Descriptors.FileDescriptor
333 final DescriptorPool pool)
335 this.pool = pool;
331 FileDescriptor(final FileDescriptorProto proto, final FileDescriptor[] dependencies, final DescriptorPool pool) argument
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc667 DescriptorPool pool; local
671 GOOGLE_CHECK(pool.BuildFile(file) != NULL);
673 if (!EncodeOrDecode(&pool)) {
677 if (!EncodeOrDecode(importer.pool())) {
1214 bool CommandLineInterface::EncodeOrDecode(const DescriptorPool* pool) { argument
1216 const Descriptor* type = pool->FindMessageTypeByName(codec_type_);
1222 DynamicMessageFactory dynamic_factory(pool);
/external/qemu/include/block/
H A Dblock_int.h204 AIOPool *pool; member in struct:BlockDriverAIOCB
213 void *qemu_aio_get(AIOPool *pool, BlockDriverState *bs,
/external/skia/tools/
H A DPictureRenderer.cpp241 SkDiscardableMemoryPool* pool = SkGetGlobalDiscardableMemoryPool(); local
243 pool->dumpPool();
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_synth.h229 EAS_U8 pool; /* SPMIDI channel voice pool */ member in struct:s_synth_channel_tag
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_synth.h229 EAS_U8 pool; /* SPMIDI channel voice pool */ member in struct:s_synth_channel_tag
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_synth.h229 EAS_U8 pool; /* SPMIDI channel voice pool */ member in struct:s_synth_channel_tag
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/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h487 /*! A thread pool that uses ProducerConsumerQueue.
490 ThreadPool pool(n_workers);
491 pool.StartWorkers();
492 pool.Add(NewCallback(func_with_no_args));
493 pool.Add(NewCallback(func_with_one_arg, arg));
494 pool.Add(NewCallback(func_with_two_args, arg1, arg2));
495 ... // more calls to pool.Add()
498 // and then join all threads in the pool.
541 ThreadPool *pool = reinterpret_cast<ThreadPool*>(p); local
543 Closure *closure = reinterpret_cast<Closure*>(pool
[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...]
H A Dclient_socket_pool_base_unittest.cc1464 TestClientSocketPool* pool,
1468 pool_(pool),
2034 // Request another socket from the same pool, buth with a higher priority.
2066 // Test GetLoadState in the case the per-pool limit is reached.
2081 // Request for socket from another pool.
2092 // Request another socket from the first pool. Request should stall at the
2093 // socket pool limit.
2584 TestReleasingSocketRequest(TestClientSocketPool* pool, argument
2587 : pool_(pool),
2650 // We start releasing the pool whe
1463 RequestSocketCallback(ClientSocketHandle* handle, TestClientSocketPool* pool, TestConnectJobFactory* test_connect_job_factory, TestConnectJob::JobType next_job_type) argument
2708 ConnectWithinCallback( const std::string& group_name, const scoped_refptr<TestSocketParams>& params, TestClientSocketPool* pool) argument
3787 MockLayeredPool(TestClientSocketPool* pool, const std::string& group_name) argument
3799 RequestSocket(TestClientSocketPool* pool) argument
3806 RequestSocketWithoutLimits(TestClientSocketPool* pool) argument
[all...]
/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_session.cc693 SpdySessionPool* pool,
755 pool_ = pool;
1292 // If there are no active streams and the socket pool is stalled, close the
691 InitializeWithSocket( scoped_ptr<ClientSocketHandle> connection, SpdySessionPool* pool, bool is_secure, int certificate_error_code) argument
/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/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...]
/external/tcpdump/
H A Dprint-sflow.c96 u_int8_t pool[4]; member in struct:sflow_flow_sample_t
109 u_int8_t pool[4]; member in struct:sflow_expanded_flow_sample_t
767 printf(" seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, input %u output %u records %u",
772 EXTRACT_32BITS(sflow_flow_sample->pool),
797 printf(" seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, records %u",
802 EXTRACT_32BITS(sflow_expanded_flow_sample->pool),
/external/tinyxml2/
H A Dtinyxml2.h158 Has a small initial memory pool, so that low or no usage will not
167 mem = pool;
173 if ( mem != pool ) {
214 if ( mem != pool ) delete [] mem;
221 T pool[INIT]; member in class:tinyxml2::DynArray
228 Parent virtual class of a pool for fast allocation
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_pipe.h142 void compute_memory_pool_delete(struct compute_memory_pool* pool);
153 struct list_head pool; member in struct:r600_pipe_fences
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.h142 void compute_memory_pool_delete(struct compute_memory_pool* pool);
153 struct list_head pool; member in struct:r600_pipe_fences

Completed in 713 milliseconds

<<111213