HomeSort by relevance Sort by last modified time
    Searched full:invocations (Results 26 - 50 of 753) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/mockito/src/org/mockito/internal/verification/checkers/
NumberOfInvocationsInOrderChecker.java 34 public void check(List<Invocation> invocations, InvocationMatcher wanted, int wantedCount, InOrderContext context) {
35 List<Invocation> chunk = finder.findMatchingChunk(invocations, wanted, wantedCount, context);
  /external/mockito/src/org/mockito/invocation/
MockHandler.java 23 * The default implementation provided by Mockito handles invocations by recording
25 * returns the stubbed values for invocations that have been stubbed, and much more.
  /external/testng/src/main/java/org/testng/
ITestContext.java 102 * Retrieves information about the successful configuration method invocations.
107 * Retrieves information about the skipped configuration method invocations.
112 * Retrieves information about the failed configuration method invocations.
  /external/clang/include/clang/Config/
config.h 24 /* Default <path> to all compiler invocations for --sysroot=<path>. */
config.h.cmake 23 /* Default <path> to all compiler invocations for --sysroot=<path>. */
config.h.in 23 /* Default <path> to all compiler invocations for --sysroot=<path>. */
  /external/llvm/test/DebugInfo/Inputs/
split-dwarf-test.cc 13 // 3) Manually run clang-cc1, objcopy and ld invocations.
  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
ForwardsInvocations.java 14 * Internal answer to forward invocations on a real instance.
  /external/mockito/src/org/mockito/listeners/
InvocationListener.java 10 * This listener can be notified of method invocations on a mock.
  /external/testng/src/test/java/test/retryAnalyzer/
RetryAnalyzerTest.java 35 assertEquals(skipped.size(), InvocationCountTest.invocations.size() - fsp.size());
  /frameworks/base/core/java/android/service/carrier/
ICarrierMessagingCallback.aidl 21 * result of various API invocations.
  /external/deqp/doc/testspecs/GLES31/
functional.compute.basic.txt 26 + Single and multiple compute shader invocations (1 to 4k invocations)
62 compute shader. One or more (in API-level barrier tests) compute invocations
  /external/mockito/src/org/mockito/verification/
VerificationWithTimeout.java 27 * Allows verifying exact number of invocations within given timeout
34 * @param wantedNumberOfInvocations wanted number of invocations
79 * @param minNumberOfInvocations minimum number of invocations
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingCaptureCallback.java 92 * Create a blocking capture listener without forwarding the capture listener invocations
100 * Create a blocking capture listener; forward original listener invocations
103 * @param listener a non-{@code null} listener to forward invocations into
  /development/samples/Spinner/
_index.html 16 management of state across invocations and power cycles.
  /external/dagger2/core/src/main/java/dagger/internal/
InstanceFactory.java 19 * A {@link Factory} implementation that returns a single instance for all invocations of
  /external/mockito/src/org/mockito/internal/verification/
Calls.java 46 return "Wanted invocations count (non-greedy): " + wantedCount;
  /external/testng/src/main/java/org/testng/internal/
IInvoker.java 44 * @return a list containing the results of the test methods invocations
InvokeMethodRunnable.java 36 // If there is an invocation time out, all the invocations need to be done within this
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
predictive_packet_manipulator.h 23 // the random invocations.
  /packages/apps/Camera2/src/com/android/camera/async/
FilteredCallback.java 28 * Wraps a callback by filtering out duplicate invocations.
  /prebuilts/go/darwin-x86/test/
cmplx.go 7 // Verify that incorrect invocations of the complex predeclared function are detected.
  /prebuilts/go/linux-x86/test/
cmplx.go 7 // Verify that incorrect invocations of the complex predeclared function are detected.
  /external/proguard/src/proguard/gui/
boilerplate.pro 93 # Remove - System method calls. Remove all invocations of System
107 # Remove - Math method calls. Remove all invocations of Math
156 # Remove - Number method calls. Remove all invocations of Number
273 # Remove - String method calls. Remove all invocations of String
330 # Remove - StringBuffer method calls. Remove all invocations of StringBuffer
346 # Remove - StringBuilder method calls. Remove all invocations of StringBuilder
362 # Remove debugging - Throwable_printStackTrace calls. Remove all invocations of
368 # Remove debugging - Thread_dumpStack calls. Remove all invocations of
374 # Remove debugging - All logging API calls. Remove all invocations of the
380 # Remove debugging - All Log4j API calls. Remove all invocations of th
    [all...]
  /external/google-breakpad/src/common/mac/testing/
GTMSenTestCase.m 342 NSMutableArray *invocations = nil;
355 if (!invocations) {
356 invocations = [NSMutableArray arrayWithCapacity:methodCount];
388 [invocations addObject:invocation];
394 [invocations sortUsingFunction:MethodSort context:nil];
395 return invocations;
425 NSArray *invocations = nil;
427 invocations = [super testInvocations];
429 return invocations;

Completed in 759 milliseconds

12 3 4 5 6 7 8 91011>>