HomeSort by relevance Sort by last modified time
    Searched defs:getInvocation (Results 1 - 25 of 39) sorted by null

1 2

  /external/mockito/src/main/java/org/mockito/stubbing/
Stubbing.java 30 Invocation getInvocation();
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
InvocationHistory.java 42 public InvocationRecord getInvocation(int index);
AbstractTrackingCommandHandler.java 145 * @see org.mockftpserver.core.command.InvocationHistory#getInvocation(int)
147 public InvocationRecord getInvocation(int index) {
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
InvocationHistory.java 42 public InvocationRecord getInvocation(int index);
AbstractCommandHandler.java 202 * @see org.mockftpserver.core.command.InvocationHistory#getInvocation(int)
204 public InvocationRecord getInvocation(int index) {
  /external/mockito/src/main/java/org/mockito/invocation/
MatchableInvocation.java 30 Invocation getInvocation();
  /external/mockito/src/main/java/org/mockito/listeners/
MethodInvocationReport.java 22 DescribedInvocation getInvocation();
  /external/mockito/src/main/java/org/mockito/internal/handler/
NotifiedMethodInvocationReport.java 48 public DescribedInvocation getInvocation() {
  /external/mockito/src/main/java/org/mockito/internal/invocation/
UnusedStubsFinder.java 30 unused.add(s.getInvocation());
InvocationMatcher.java 63 public Invocation getInvocation() {
98 if (getInvocation().getMock() != candidate.getMock()) {
  /external/mockito/src/main/java/org/mockito/internal/debugging/
VerboseMockInvocationLogger.java 36 printInvocation(methodInvocationReport.getInvocation());
  /external/mockito/src/main/java/org/mockito/internal/junit/
DefaultStubbingLookupListener.java 53 if (!s.wasUsed() && s.getInvocation().getMethod().getName().equals(invocation.getMethod().getName())) {
54 matchingStubbings.add(s.getInvocation());
  /external/mockito/src/main/java/org/mockito/internal/stubbing/
StubbedInvocationMatcher.java 25 super(invocation.getInvocation(), invocation.getMatchers());
InvocationContainerImpl.java 38 registeredInvocations.add(invocation.getInvocation());
59 Invocation invocation = invocationForStubbing.getInvocation();
136 return invocationForStubbing.getInvocation().getMock();
  /external/mockito/src/main/java/org/mockito/internal/stubbing/defaultanswers/
ReturnsDeepStubs.java 65 if (container.getInvocationForStubbing().matches(stubbedInvocationMatcher.getInvocation())) {
78 stubbing.markStubUsed(stubbing.getInvocation());
  /external/clang/include/clang/Frontend/
CompilerInstance.h 227 CompilerInvocation &getInvocation() {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 229 CompilerInvocation &getInvocation() {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 229 CompilerInvocation &getInvocation() {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 229 CompilerInvocation &getInvocation() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 229 CompilerInvocation &getInvocation() {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 229 CompilerInvocation &getInvocation() {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 229 CompilerInvocation &getInvocation() {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 229 CompilerInvocation &getInvocation() {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 229 CompilerInvocation &getInvocation() {
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandScheduler.java 540 ITestInvocation instance = getInvocation();
675 ITestInvocation getInvocation() {
688 getInvocation().notifyInvocationStopped();
    [all...]

Completed in 292 milliseconds

1 2