/aosp_15_r20/external/testng/src/test/java/test/triangle/ |
H A 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
|
H A D | CountCalls.java | 9 static int numCalls = 0; field in CountCalls
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
H A D | SequentialExecutorTest.java | 147 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 D | SequentialExecutorTest.java | 147 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 D | deTimerTest.c | 34 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 D | InCallServiceStateValidator.java | 48 public void onCallAdded(Call call, int numCalls) {}; in onCallAdded() 49 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved()
|
H A D | DomainSelectionCallingBase.java | 268 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 D | TimerProvider_test.cpp | 235 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 D | MockInCallService.java | 58 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 D | es2pTextureUploadTests.cpp | 354 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 D | ImsCallingBase.java | 505 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 D | deterministic.go | 27 numCalls uint64 member
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/ |
H A D | deterministic.go | 27 numCalls uint64 member
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fSynchronizationTests.cpp | 2350 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 D | KohonenUpdateAction.java | 97 final long numCalls = numberOfCalls.incrementAndGet() - 1; in update() local
|
/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationRecordLoggerFake.java | 73 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 D | NotificationStackScrollLayoutTest.java | 792 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 D | ChooserActivityLoggerFake.java | 84 public int numCalls() { in numCalls() method in ChooserActivityLoggerFake
|
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | InCallServiceFixture.java | 199 public void waitUntilNumCalls(int numCalls) { in waitUntilNumCalls()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | errors.c | 98 static int numCalls = 0; in _mesa_problem() local
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/ |
D | RttMetrics.java | 115 public int numCalls; field in RttMetrics.PerPeerTypeInfo
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/ |
H A D | PoolAlloc.h | 246 int numCalls; // just an interesting statistic in initializeAllocation() variable
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/ |
D | PoolAlloc.h | 246 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 D | SecurityPoliciesTest.java | 605 private final AtomicInteger numCalls = new AtomicInteger(0); field in SecurityPoliciesTest.RecordingPolicy
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/ |
D | server.go | 157 numCalls uint member
|