Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/testng/src/test/java/test/triangle/
H A 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
H A DCountCalls.java9 static int numCalls = 0; field in CountCalls
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A 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
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A 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
/aosp_15_r20/external/deqp/framework/delibs/deutil/
H A DdeTimerTest.c34 volatile int *numCalls = (volatile int *)arg; in timerCallback() local
47 volatile int numCalls = 0; in deTimer_selfTest() local
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/
H A DInCallServiceStateValidator.java48 public void onCallAdded(Call call, int numCalls) {}; in onCallAdded()
49 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved()
H A DDomainSelectionCallingBase.java268 public void onCallAdded(Call call, int numCalls) { in onCallAdded()
275 public void onCallRemoved(Call call, int numCalls) { in onCallRemoved()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DTimerProvider_test.cpp235 int numCalls = 0; in TEST_F() local
302 int numCalls = 0; in TEST_F() local
/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/
H A DMockInCallService.java58 public void onCallAdded(Call call, int numCalls) {}; in onCallAdded()
59 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved()
/aosp_15_r20/external/deqp/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp354 int numCalls = m_calibrator.getCallCount(); in iterate() local
458 int numCalls = m_calibrator.getCallCount(); in iterate() local
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
H A DImsCallingBase.java505 public void onCallAdded(Call call, int numCalls) { in onCallAdded()
515 public void onCallRemoved(Call call, int numCalls) { in onCallRemoved()
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Ddeterministic.go27 numCalls uint64 member
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Ddeterministic.go27 numCalls uint64 member
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A 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()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/neuralnet/sofm/
H A DKohonenUpdateAction.java97 final long numCalls = numberOfCalls.incrementAndGet() - 1; in update() local
/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordLoggerFake.java73 public int numCalls() { in numCalls() method in NotificationRecordLoggerFake
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java792 final int[] numCalls = {0}; in testClearNotifications_All() local
808 final int[] numCalls = {0}; in testClearNotifications_Gentle() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityLoggerFake.java84 public int numCalls() { in numCalls() method in ChooserActivityLoggerFake
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java199 public void waitUntilNumCalls(int numCalls) { in waitUntilNumCalls()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Derrors.c98 static int numCalls = 0; in _mesa_problem() local
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/
DRttMetrics.java115 public int numCalls; field in RttMetrics.PerPeerTypeInfo
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A DPoolAlloc.h246 int numCalls; // just an interesting statistic in initializeAllocation() variable
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h246 int numCalls; // just an interesting statistic in initializeAllocation() variable
/aosp_15_r20/external/grpc-grpc-java/binder/src/test/java/io/grpc/binder/
H A DSecurityPoliciesTest.java605 private final AtomicInteger numCalls = new AtomicInteger(0); field in SecurityPoliciesTest.RecordingPolicy
/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/
Dserver.go157 numCalls uint member

1234