HomeSort by relevance Sort by last modified time
    Searched defs:pool (Results 1 - 25 of 395) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/ARM/
pool.s 6 .global pool
7 .type pool,%function
8 pool: label
11 .pool
13 @ CHECK-LABEL: pool
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
pool.s 6 .global pool
7 .type pool,%function
8 pool: label
11 .pool
13 @ CHECK-LABEL: pool
  /external/protobuf/php/ext/google/protobuf/
test.php 6 $pool = get_generated_pool(); variable
7 $pool->addMessage("TestMessage")
  /external/grpc-grpc/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Core/
Stats.php 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
17 $pool->internalAddGeneratedFile(hex2bin(
  /external/grpc-grpc/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Testing/
BenchmarkService.php 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
18 $pool->internalAddGeneratedFile(hex2bin(
CompilerTest.php 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
17 $pool->internalAddGeneratedFile(hex2bin(
Control.php 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
19 $pool->internalAddGeneratedFile(hex2bin(
Echo.php 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
18 $pool->internalAddGeneratedFile(hex2bin(
EchoMessages.php 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
17 $pool->internalAddGeneratedFile(hex2bin(
GPBEmpty.php 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
17 $pool->internalAddGeneratedFile(hex2bin(
Messages.php 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
17 $pool->internalAddGeneratedFile(hex2bin(
Metrics.php 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
17 $pool->internalAddGeneratedFile(hex2bin(
Payloads.php 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
17 $pool->internalAddGeneratedFile(hex2bin(
ProxyService.php 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
19 $pool->internalAddGeneratedFile(hex2bin(
ReportQpsScenarioService.php 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
18 $pool->internalAddGeneratedFile(hex2bin(
Stats.php 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
18 $pool->internalAddGeneratedFile(hex2bin(
Test.php 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
19 $pool->internalAddGeneratedFile(hex2bin(
WorkerService.php 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
18 $pool->internalAddGeneratedFile(hex2bin(
  /external/llvm/unittests/Support/
StringPool.cpp 18 StringPool pool; local
19 const PooledStringPtr a = pool.intern("a");
20 const PooledStringPtr b = pool.intern("b");
25 StringPool pool; local
26 const PooledStringPtr a = pool.intern("a");
27 const PooledStringPtr b = pool.intern("b");
  /external/skia/src/gpu/ops/
GrClearStencilClipOp.cpp 20 GrOpMemoryPool* pool = context->priv().opMemoryPool(); local
22 return pool->allocate<GrClearStencilClipOp>(clip, insideStencilMask, proxy);
GrDebugMarkerOp.cpp 20 GrOpMemoryPool* pool = context->priv().opMemoryPool(); local
22 return pool->allocate<GrDebugMarkerOp>(proxy, str);
GrDrawableOp.cpp 20 GrOpMemoryPool* pool = context->priv().opMemoryPool(); local
21 return pool->allocate<GrDrawableOp>(std::move(drawable), bounds);
  /external/skqp/src/gpu/ops/
GrClearStencilClipOp.cpp 17 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); local
19 return pool->allocate<GrClearStencilClipOp>(clip, insideStencilMask, proxy);
GrDebugMarkerOp.cpp 20 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); local
22 return pool->allocate<GrDebugMarkerOp>(proxy, str);
GrDrawableOp.cpp 20 GrOpMemoryPool* pool = context->contextPriv().opMemoryPool(); local
21 return pool->allocate<GrDrawableOp>(std::move(drawable), bounds);

Completed in 1282 milliseconds

1 2 3 4 5 6 7 8 91011>>