Home
last modified time | relevance | path

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

/external/easymock/src/org/easymock/internal/
DResults.java27 private int callCount; field in Results
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DLocalizedNumberFormatter.java31 static final AtomicLongFieldUpdater<LocalizedNumberFormatter> callCount = AtomicLongFieldUpdater field in LocalizedNumberFormatter
/external/icu/android_icu4j/src/main/java/android/icu/number/
DLocalizedNumberFormatter.java32 static final AtomicLongFieldUpdater<LocalizedNumberFormatter> callCount = AtomicLongFieldUpdater field in LocalizedNumberFormatter
/external/guice/jdk8-tests/test/com/google/inject/jdk8/
DDefaultMethodInterceptionTest.java40 private static final AtomicInteger callCount = new AtomicInteger(0); field in DefaultMethodInterceptionTest
/external/guava/guava-tests/test/com/google/common/cache/
DCacheLoadingTest.java1940 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingDefault() local
1970 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingNull() local
2007 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingUncheckedException() local
2048 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingCheckedException() local
2330 final AtomicInteger callCount = new AtomicInteger(); in testExpandDuringLoading() local
2417 final AtomicInteger callCount = new AtomicInteger(); in testExpandDuringRefresh() local
/external/icu/icu4c/source/i18n/
Dnumber_fluent.cpp430 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in clear() local
440 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in lnfMoveHelper() local
703 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in computeCompiled() local
742 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in getCallCount() local
/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/v8/src/inspector/
Dv8-profiler-agent-impl.cc258 bool callCount = m_state->booleanProperty( in restore() local
293 Response V8ProfilerAgentImpl::startPreciseCoverage(Maybe<bool> callCount, in startPreciseCoverage()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java328 AtomicInteger callCount = new AtomicInteger(); in openOutputStream_shouldReturnRegisteredStream() local