Home
last modified time | relevance | path

Searched defs:numCalls (Results 1 – 13 of 13) 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/boringssl/src/ssl/test/runner/
Ddeterministic.go25 numCalls uint64 member
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSerializingExecutorTest.java129 final AtomicInteger numCalls = new AtomicInteger(); in testExceptions() local
147 final AtomicInteger numCalls = new AtomicInteger(); in testDelegateRejection() local
/external/deqp/modules/gles2/performance/
Des2pTextureUploadTests.cpp344 int numCalls = m_calibrator.getCallCount(); in iterate() local
445 int numCalls = m_calibrator.getCallCount(); in iterate() local
/external/mesa3d/src/mesa/main/
Derrors.c165 static int numCalls = 0; in _mesa_problem() local
/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h217 int numCalls; // just an interesting statistic variable
/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp2145 …tomicCase (Context& context, const char* name, const char* description, int numCalls, int workSize) in SSBOConcurrentAtomicCase()
2379 …unterCase (Context& context, const char* name, const char* description, int numCalls, int workSize) in ConcurrentAtomicCounterCase()
2603 …tomicCase (Context& context, const char* name, const char* description, int numCalls, int workSize) in ConcurrentImageAtomicCase()
2967 …MixedCase (Context& context, const char* name, const char* description, int numCalls, int workSize) in ConcurrentSSBOAtomicCounterMixedCase()
/external/icu/icu4c/source/test/cintltst/
Dreapits.c185 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.cpp4816 int32_t numCalls; member
4920 int32_t numCalls; member
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp1026 int numCalls; in iterate() member