/external/testng/src/test/java/test/triangle/ |
D | CheckCount.java | 18 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
|
D | CountCalls.java | 9 static int numCalls = 0; field in CountCalls
|
/external/deqp/framework/delibs/deutil/ |
D | deTimerTest.c | 34 volatile int* numCalls = (volatile int*)arg; in timerCallback() local 47 volatile int numCalls = 0; in deTimer_selfTest() local
|
/external/boringssl/src/ssl/test/runner/ |
D | deterministic.go | 25 numCalls uint64 member
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | SerializingExecutorTest.java | 129 final AtomicInteger numCalls = new AtomicInteger(); in testExceptions() local 147 final AtomicInteger numCalls = new AtomicInteger(); in testDelegateRejection() local
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureUploadTests.cpp | 344 int numCalls = m_calibrator.getCallCount(); in iterate() local 445 int numCalls = m_calibrator.getCallCount(); in iterate() local
|
/external/mesa3d/src/mesa/main/ |
D | errors.c | 165 static int numCalls = 0; in _mesa_problem() local
|
/external/swiftshader/src/OpenGL/compiler/ |
D | PoolAlloc.h | 217 int numCalls; // just an interesting statistic variable
|
/external/deqp/modules/gles31/functional/ |
D | es31fSynchronizationTests.cpp | 2145 …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/ |
D | reapits.c | 185 int32_t numCalls; member
|
/external/autotest/client/deps/webgl_mpd/src/debug/ |
D | webgl-debug.js | 539 canvas.loseContextInNCalls = function(numCalls) { argument
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 4816 int32_t numCalls; member 4920 int32_t numCalls; member
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 1026 int numCalls; in iterate() member
|