Home
last modified time | relevance | path

Searched defs:callCount (Results 1 – 19 of 19) sorted by relevance

/external/dagger2/javatests/dagger/functional/cycle/
DDoubleCheckCycleTest.java79 AtomicInteger callCount = new AtomicInteger(0); in testNonReentrant() local
103 AtomicInteger callCount = new AtomicInteger(0); in testReentrant() local
130 AtomicInteger callCount = new AtomicInteger(0); in testFailingReentrant() local
162 AtomicInteger callCount = new AtomicInteger(0); in testGetFromMultipleThreads() local
/external/oboe/src/flowgraph/
DFlowGraphNode.cpp25 int32_t FlowGraphNode::pullData(int32_t numFrames, int64_t callCount) { in pullData()
76 int32_t FlowGraphPortFloatOutput::pullData(int64_t callCount, int32_t numFrames) { in pullData()
95 int32_t FlowGraphPortFloatInput::pullData(int64_t callCount, int32_t numFrames) { in pullData()
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/common/internal/
DLazyByteArrayInputStreamTest.java137 private int callCount; field in LazyByteArrayInputStreamTest.SpyCallable
150 int callCount() { in callCount() method in LazyByteArrayInputStreamTest.SpyCallable
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/concurrent/
DCallableBackgroundInitializerTest.java96 int callCount; field in CallableBackgroundInitializerTest.TestCallable
/external/easymock/src/org/easymock/internal/
DResults.java27 private int callCount; field in Results
/external/armnn/src/armnn/test/
DDebugCallbackTest.cpp58 int callCount = 0; variable
/external/icu/icu4c/source/i18n/
Dnumber_fluent.cpp487 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in resetCompiled() local
498 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in lnfMoveHelper() local
683 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in computeCompiled() local
722 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in getCallCount() local
/external/cronet/third_party/icu/source/i18n/
Dnumber_fluent.cpp487 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in resetCompiled() local
498 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in lnfMoveHelper() local
683 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in computeCompiled() local
722 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in getCallCount() local
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheLoadingTest.java1970 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingDefault() local
2002 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingNull() local
2041 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingUncheckedException() local
2084 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingCheckedException() local
2379 final AtomicInteger callCount = new AtomicInteger(); in testExpandDuringLoading() local
2470 final AtomicInteger callCount = new AtomicInteger(); in ignoreTestExpandDuringRefresh() local
/external/guava/guava-tests/test/com/google/common/cache/
DCacheLoadingTest.java1970 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingDefault() local
2002 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingNull() local
2041 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingUncheckedException() local
2084 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingCheckedException() local
2379 final AtomicInteger callCount = new AtomicInteger(); in testExpandDuringLoading() local
2470 final AtomicInteger callCount = new AtomicInteger(); in ignoreTestExpandDuringRefresh() local
/external/guice/jdk8-tests/test/com/google/inject/jdk8/
DDefaultMethodInterceptionTest.java40 private static final AtomicInteger callCount = new AtomicInteger(0); field in DefaultMethodInterceptionTest
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DLocalizedNumberFormatter.java33 static final AtomicLongFieldUpdater<LocalizedNumberFormatter> callCount = AtomicLongFieldUpdater field in LocalizedNumberFormatter
/external/icu/android_icu4j/src/main/java/android/icu/number/
DLocalizedNumberFormatter.java33 static final AtomicLongFieldUpdater<LocalizedNumberFormatter> callCount = AtomicLongFieldUpdater field in LocalizedNumberFormatter
/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp102 int callCount; member
1347 const int callCount = callCounts[callCountNdx]; in AtomicCounterTests() local
1431 const int callCount = callCounts[callCountNdx]; in AtomicCounterTests() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java517 AtomicInteger callCount = new AtomicInteger(); in openOutputStream_shouldReturnRegisteredStream() local
611 AtomicInteger callCount = new AtomicInteger(); in openOutputStream_withModeShouldReturnRegisteredStream() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java328 AtomicInteger callCount = new AtomicInteger(); in openOutputStream_shouldReturnRegisteredStream() local
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderQueryTestsEXT.cpp242 const uint32_t callCount = std::accumulate(drawBlocks.begin(), drawBlocks.end(), 0u); in getTotalDrawCount() local
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp1599 uint32_t callCount; member
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp1640 int callCount = 0; in WriteCppReplayFunctionWithParts() local
7890 size_t &callCount = isCaptureActive() ? mInvalidCallCountsActive[inCall.entryPoint] in captureCall() local