Home
last modified time | relevance | path

Searched defs:invocations (Results 1 – 25 of 167) sorted by relevance

1234567

/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/invocation/
H A DInvocationsFinder.java23 …public static List<Invocation> findInvocations(List<Invocation> invocations, MatchableInvocation w… in findInvocations()
27 …public static List<Invocation> findAllMatchingUnverifiedChunks(List<Invocation> invocations, Match… in findAllMatchingUnverifiedChunks()
47 …public static List<Invocation> findMatchingChunk(List<Invocation> invocations, MatchableInvocation… in findMatchingChunk()
70 …public static Invocation findFirstMatchingUnverifiedInvocation(List<Invocation> invocations, Match… in findFirstMatchingUnverifiedInvocation()
79 …public static Invocation findSimilarInvocation(List<Invocation> invocations, MatchableInvocation w… in findSimilarInvocation()
96 public static Invocation findFirstUnverified(List<Invocation> invocations) { in findFirstUnverified()
100 static Invocation findFirstUnverified(List<Invocation> invocations, Object mock) { in findFirstUnverified()
110 public static Location getLastLocation(List<Invocation> invocations) { in getLastLocation()
119 …public static Invocation findPreviousVerifiedInOrder(List<Invocation> invocations, InOrderContext … in findPreviousVerifiedInOrder()
129 …private static List<Invocation> removeVerifiedInOrder(List<Invocation> invocations, InOrderContext… in removeVerifiedInOrder()
[all …]
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dhw_tests.rs120 let invocations = CBufRef { in new() localVariable
433 let invocations = src_comps * src_comps * 100; in test_foldable_op_with() localVariable
876 let invocations = 100; in test_iadd64() localVariable
939 let invocations = 100; in test_ineg64() localVariable
972 let invocations = 100; in test_isetp64() localVariable
1066 let invocations = 100; in test_shl64() localVariable
1100 let invocations = 100; in test_shr64() localVariable
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/verification/checkers/
H A DNumberOfInvocationsChecker.java33 …public static void checkNumberOfInvocations(List<Invocation> invocations, MatchableInvocation want… in checkNumberOfInvocations()
51 …public static void checkNumberOfInvocations(List<Invocation> invocations, MatchableInvocation want… in checkNumberOfInvocations()
67 …public static void checkNumberOfInvocationsNonGreedy(List<Invocation> invocations, MatchableInvoca… in checkNumberOfInvocationsNonGreedy()
H A DMissingInvocationChecker.java29 …public static void checkMissingInvocation(List<Invocation> invocations, MatchableInvocation wanted… in checkMissingInvocation()
47 …public static void checkMissingInvocation(List<Invocation> invocations, MatchableInvocation wanted… in checkMissingInvocation()
H A DAtLeastXNumberOfInvocationsChecker.java24 …public static void checkAtLeastNumberOfInvocations(List<Invocation> invocations, MatchableInvocati… in checkAtLeastNumberOfInvocations()
36 …public static void checkAtLeastNumberOfInvocations(List<Invocation> invocations, MatchableInvocati… in checkAtLeastNumberOfInvocations()
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/exceptions/
H A DReporter.java320 …rror wantedButNotInvoked(DescribedInvocation wanted, List<? extends DescribedInvocation> invocatio… in wantedButNotInvoked()
368 List<Location> invocations) { in createTooManyInvocationsMessage()
379 …ckitoAssertionError neverWantedButInvoked(DescribedInvocation wanted, List<Location> invocations) { in neverWantedButInvoked()
389 …InOrder(int wantedCount, int actualCount, DescribedInvocation wanted, List<Location> invocations) { in tooManyActualInvocationsInOrder()
433 …nError noMoreInteractionsWanted(Invocation undesired, List<VerificationAwareInvocation> invocation… in noMoreInteractionsWanted()
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/verification/
H A DVerificationDataImpl.java21 private final InvocationContainerImpl invocations; field in VerificationDataImpl
23 public VerificationDataImpl(InvocationContainerImpl invocations, InvocationMatcher wanted) { in VerificationDataImpl()
H A DAtMost.java32 List<Invocation> invocations = data.getAllInvocations(); in verify() local
50 private void removeAlreadyVerified(List<Invocation> invocations) { in removeAlreadyVerified()
H A DOnly.java25 List<Invocation> invocations = data.getAllInvocations(); in verify() local
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/
H A DAllInvocationsFinderTest.java52 List<Invocation> invocations = find(asList(mockOne, mockTwo)); in provides_invocations_in_order() local
67 List<Invocation> invocations = find(asList(mockOne, mockOne, mockOne)); in deduplicates_interactions_from_the_same_mock() local
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
H A DLastCallVerifier.java41 List<Invocation> invocations = data.getAllInvocations(); in verify() local
49 throw new LastCallMismatch(target.getInvocation(), invocation, invocations); in verify() local
/aosp_15_r20/cts/tests/tests/companion/common/src/android/companion/cts/common/
H A DInvocationTracker.kt24 val invocations: List<T> constant
56 override val invocations: List<T> in clearRecordedInvocations() constant in android.companion.cts.common.InvocationContainer
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/terminal/
H A DReduceTest.kt29 var invocations = 0 in <lambda>() variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_util_test.cc583 int invocations; in TEST() member
592 int invocations = 0; in TEST() local
611 int invocations = 0; in TEST() local
/aosp_15_r20/external/jazzer-api/examples/junit/src/test/java/com/example/
H A DCorpusDirectoryFuzzTest.java22 private static int invocations = 0; field in CorpusDirectoryFuzzTest
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dcg_storage_multi_egress_only.c21 __u32 invocations = 0; variable
H A Dcgroup_getset_retval_getsockopt.c11 __u32 invocations = 0; variable
H A Dcg_storage_multi_shared.c21 __u32 invocations = 0; variable
/aosp_15_r20/external/testng/src/test/java/test/configurationfailurepolicy/
H A DClassWithSkippingBeforeMethod.java9 private int invocations = 0; field in ClassWithSkippingBeforeMethod
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/exceptions/util/
H A DScenarioPrinter.java13 public String print(List<VerificationAwareInvocation> invocations) { in print()
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/verification/
H A DDefaultRegisteredInvocationsTest.java19 private DefaultRegisteredInvocations invocations; field in DefaultRegisteredInvocationsTest
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/debugging/
H A DInvocationsPrinter.java21 Collection<Invocation> invocations = Mockito.mockingDetails(mock).getInvocations(); in printInvocations() local
H A DMockitoDebuggerImpl.java26 List<Invocation> invocations = AllInvocationsFinder.find(asList(mocks)); in printInvocations() local
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/invocation/finder/
H A DVerifiableInvocationsFinder.java22 List<Invocation> invocations = AllInvocationsFinder.find(mocks); in find() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dsequence_urbg.h49 size_t invocations() const { return i_; } in invocations() function

1234567