Home
last modified time | relevance | path

Searched refs:callCount (Results 1 – 23 of 23) sorted by relevance

/external/dagger2/javatests/dagger/functional/cycle/
DDoubleCheckCycleTest.java79 AtomicInteger callCount = new AtomicInteger(0); in testNonReentrant() local
87 callCount.getAndIncrement(); in testNonReentrant()
93 assertThat(callCount.get()).isEqualTo(0); in testNonReentrant()
95 assertThat(callCount.get()).isEqualTo(1); in testNonReentrant()
97 assertThat(callCount.get()).isEqualTo(1); in testNonReentrant()
103 AtomicInteger callCount = new AtomicInteger(0); in testReentrant() local
112 if (callCount.incrementAndGet() == 1) { in testReentrant()
120 assertThat(callCount.get()).isEqualTo(0); in testReentrant()
122 assertThat(callCount.get()).isEqualTo(2); in testReentrant()
124 assertThat(callCount.get()).isEqualTo(2); in testReentrant()
[all …]
/external/oboe/src/flowgraph/
DFlowGraphNode.cpp25 int32_t FlowGraphNode::pullData(int32_t numFrames, int64_t callCount) { in pullData() argument
28 if (callCount > mLastCallCount) { in pullData()
29 mLastCallCount = callCount; in pullData()
34 frameCount = port.get().pullData(callCount, frameCount); in pullData()
76 int32_t FlowGraphPortFloatOutput::pullData(int64_t callCount, int32_t numFrames) { in pullData() argument
78 return mContainingNode.pullData(numFrames, callCount); in pullData()
95 int32_t FlowGraphPortFloatInput::pullData(int64_t callCount, int32_t numFrames) { in pullData() argument
98 : mConnected->pullData(callCount, numFrames); in pullData()
DFlowGraphNode.h96 int32_t pullData(int32_t numFrames, int64_t callCount);
/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp92 , callCount (0) in TestSpec()
102 int callCount; member
122 deUint32 getInitialValue (void) const { return m_spec.callCount * m_spec.threadCount + 1; } in getInitialValue()
242 src << " uint preGet[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
245 …src << " uint increment[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
248 …src << " uint decrement[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
251 src << " uint postGet[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
254 src << " uint get[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
415 if (spec.callCount > 1) in generateShaderSource()
416 src << "\tfor (uint i = 0u; i < " << spec.callCount << "u; i++)\n"; in generateShaderSource()
[all …]
/external/guice/jdk8-tests/test/com/google/inject/jdk8/
DDefaultMethodInterceptionTest.java40 private static final AtomicInteger callCount = new AtomicInteger(0); field in DefaultMethodInterceptionTest
52 callCount.set(0); in setUp()
64 callCount.incrementAndGet(); in defaultMethod()
90 assertEquals(1, callCount.get()); in testInterceptedDefaultMethod()
107 assertEquals(1, callCount.get()); in testInterceptedDefaultMethod_calledByAnotherMethod()
115 callCount.incrementAndGet(); in defaultMethod()
138 assertEquals(1, callCount.get()); in testInterceptedDefaultMethod_whenParentClassDefinesNonInterceptedMethod()
149 callCount.incrementAndGet(); in defaultMethod()
174 assertEquals(1, callCount.get()); in testInterceptedDefaultMethod_whenParentClassDefinesInterceptedMethod()
/external/easymock/src/org/easymock/internal/
DResults.java27 private int callCount; field in Results
50 callCount += 1; in next()
54 if (currentPosition > callCount) { in next()
55 callCount += 1; in next()
87 return callCount; in getCallCount()
/external/deqp/modules/gles3/performance/
Des3pStateChangeCallTests.cpp58 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount)\
61 for (int callNdx = 0; callNdx < callCount; callNdx++)\
63 const int baseNdx = iterNdx*callCount + callNdx;\
81 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount)\
85 for (int callNdx = 0; callNdx < callCount; callNdx++)\
87 const int baseNdx = iterNdx*callCount + callNdx;\
106 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount)\
111 for (int callNdx = 0; callNdx < callCount; callNdx++)\
113 const int baseNdx = iterNdx*callCount + callNdx;\
133 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount)\
[all …]
/external/deqp/modules/gles2/performance/
Des2pStateChangeCallTests.cpp58 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount)\
61 for (int callNdx = 0; callNdx < callCount; callNdx++)\
63 const int baseNdx = iterNdx*callCount + callNdx;\
81 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount)\
85 for (int callNdx = 0; callNdx < callCount; callNdx++)\
87 const int baseNdx = iterNdx*callCount + callNdx;\
106 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount)\
111 for (int callNdx = 0; callNdx < callCount; callNdx++)\
113 const int baseNdx = iterNdx*callCount + callNdx;\
133 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount)\
[all …]
/external/icu/icu4c/source/i18n/
Dnumber_fluent.cpp445 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in resetCompiled() local
446 umtx_storeRelease(*callCount, 0); in resetCompiled()
456 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in lnfMoveHelper() local
457 umtx_storeRelease(*callCount, INT32_MIN); in lnfMoveHelper()
641 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in computeCompiled() local
649 int32_t currentCount = umtx_loadAcquire(*callCount); in computeCompiled()
651 currentCount = umtx_atomic_inc(callCount); in computeCompiled()
663 umtx_storeRelease(*callCount, INT32_MIN); in computeCompiled()
680 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in getCallCount() local
682 return umtx_loadAcquire(*callCount); in getCallCount()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DLocalizedNumberFormatter.java33 static final AtomicLongFieldUpdater<LocalizedNumberFormatter> callCount = AtomicLongFieldUpdater field in LocalizedNumberFormatter
204 long currentCount = callCount.incrementAndGet(this); in computeCompiled()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DLocalizedNumberFormatter.java33 static final AtomicLongFieldUpdater<LocalizedNumberFormatter> callCount = AtomicLongFieldUpdater field in LocalizedNumberFormatter
209 long currentCount = callCount.incrementAndGet(this); in computeCompiled()
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheLoadingTest.java1967 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingDefault() local
1976 callCount.incrementAndGet(); in testConcurrentLoadingDefault()
1984 assertEquals(1, callCount.get()); in testConcurrentLoadingDefault()
1999 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingNull() local
2007 callCount.incrementAndGet(); in testConcurrentLoadingNull()
2015 assertEquals(1, callCount.get()); in testConcurrentLoadingNull()
2026 assertEquals(2, callCount.get()); in testConcurrentLoadingNull()
2038 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingUncheckedException() local
2047 callCount.incrementAndGet(); in testConcurrentLoadingUncheckedException()
2055 assertEquals(1, callCount.get()); in testConcurrentLoadingUncheckedException()
[all …]
/external/guava/guava-tests/test/com/google/common/cache/
DCacheLoadingTest.java1967 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingDefault() local
1976 callCount.incrementAndGet(); in testConcurrentLoadingDefault()
1984 assertEquals(1, callCount.get()); in testConcurrentLoadingDefault()
1999 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingNull() local
2007 callCount.incrementAndGet(); in testConcurrentLoadingNull()
2015 assertEquals(1, callCount.get()); in testConcurrentLoadingNull()
2026 assertEquals(2, callCount.get()); in testConcurrentLoadingNull()
2038 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingUncheckedException() local
2047 callCount.incrementAndGet(); in testConcurrentLoadingUncheckedException()
2055 assertEquals(1, callCount.get()); in testConcurrentLoadingUncheckedException()
[all …]
/external/deqp/modules/glshared/
DglsStateChangePerfTestCases.hpp117 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount) = 0;
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java328 AtomicInteger callCount = new AtomicInteger(); in openOutputStream_shouldReturnRegisteredStream() local
334 callCount.incrementAndGet(); in openOutputStream_shouldReturnRegisteredStream()
345 assertThat(callCount.get()).isEqualTo(0); in openOutputStream_shouldReturnRegisteredStream()
347 assertThat(callCount.get()).isEqualTo(1); in openOutputStream_shouldReturnRegisteredStream()
350 assertThat(callCount.get()).isEqualTo(1); in openOutputStream_shouldReturnRegisteredStream()
/external/guice/lib/build/
Deasymock.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/ ...
/external/guice/extensions/persist/lib/
Deasymock.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/ ...
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp1027 int callCount = 0; in WriteCppReplayFunctionWithParts() local
1045 if (partCount > 0 && ++callCount % kFunctionSizeLimit == 0) in WriteCppReplayFunctionWithParts()
/external/guice/extensions/struts2/lib/
Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/ ...
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...