Home
last modified time | relevance | path

Searched defs:numCalls (Results 1 – 22 of 22) sorted by relevance

/external/testng/src/test/java/test/triangle/
DCheckCount.java18 int numCalls = CountCalls.getNumCalls(); in testCheckCountDeprecated() local
19 assert (numCalls == i) : "Count calls expected " + i + " but got " + numCalls; in testCheckCountDeprecated() local
33 int numCalls = CountCalls.getNumCalls(); in testCheckCount() local
34 assert (numCalls == i) : "Count calls expected " + i + " but got " + numCalls; in testCheckCount() local
DCountCalls.java9 static int numCalls = 0; field in CountCalls
/external/deqp/framework/delibs/deutil/
DdeTimerTest.c34 volatile int *numCalls = (volatile int *)arg; in timerCallback() local
47 volatile int numCalls = 0; in deTimer_selfTest() local
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DSequentialExecutorTest.java147 final AtomicInteger numCalls = new AtomicInteger(); in testRuntimeException_doesNotStopExecution() local
221 final AtomicInteger numCalls = new AtomicInteger(); in testInterrupt_doesNotStopExecution() local
243 final AtomicInteger numCalls = new AtomicInteger(); in testDelegateRejection() local
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSequentialExecutorTest.java147 final AtomicInteger numCalls = new AtomicInteger(); in testRuntimeException_doesNotStopExecution() local
221 final AtomicInteger numCalls = new AtomicInteger(); in testInterrupt_doesNotStopExecution() local
243 final AtomicInteger numCalls = new AtomicInteger(); in testDelegateRejection() local
/external/cronet/third_party/boringssl/src/ssl/test/runner/
Ddeterministic.go27 numCalls uint64 member
/external/boringssl/src/ssl/test/runner/
Ddeterministic.go27 numCalls uint64 member
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/neuralnet/sofm/
DKohonenUpdateAction.java97 final long numCalls = numberOfCalls.incrementAndGet() - 1; in update() local
/external/deqp/modules/gles2/performance/
Des2pTextureUploadTests.cpp354 int numCalls = m_calibrator.getCallCount(); in iterate() local
458 int numCalls = m_calibrator.getCallCount(); in iterate() local
/external/mesa3d/src/mesa/main/
Derrors.c137 static int numCalls = 0; in _mesa_problem() local
/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h246 int numCalls; // just an interesting statistic in initializeAllocation() variable
/external/angle/third_party/glslang/src/glslang/Include/
DPoolAlloc.h246 int numCalls; // just an interesting statistic in initializeAllocation() variable
/external/grpc-grpc-java/binder/src/test/java/io/grpc/binder/
DSecurityPoliciesTest.java605 private final AtomicInteger numCalls = new AtomicInteger(0); field in SecurityPoliciesTest.RecordingPolicy
/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp2350 int numCalls, int workSize) in SSBOConcurrentAtomicCase()
2585 int numCalls, int workSize) in ConcurrentAtomicCounterCase()
2809 int numCalls, int workSize) in ConcurrentImageAtomicCase()
3186 … const char *description, int numCalls, in ConcurrentSSBOAtomicCounterMixedCase()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDispatchTests.cpp72 int numCalls; member
/external/cronet/third_party/icu/source/test/cintltst/
Dreapits.c195 int32_t numCalls; member
/external/icu/icu4c/source/test/cintltst/
Dreapits.c195 int32_t numCalls; member
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js539 canvas.loseContextInNCalls = function(numCalls) { argument
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp4692 int32_t numCalls; member
4796 int32_t numCalls; member
/external/cronet/third_party/icu/source/test/intltest/
Dregextst.cpp4692 int32_t numCalls; member
4796 int32_t numCalls; member
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp1138 int numCalls; in iterate() member
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp77 uint32_t numCalls; // Number of draw or dispatch calls member