HomeSort by relevance Sort by last modified time
    Searched refs:getInvocation (Results 1 - 18 of 18) sorted by null

  /external/clang/lib/ARCMigrate/
ARCMTActions.cpp 18 if (arcmt::checkForManualIssues(CI.getInvocation(), getCurrentInput(),
31 return !arcmt::applyTransformations(CI.getInvocation(), getCurrentInput(),
39 if (arcmt::migrateWithTemporaryFiles(CI.getInvocation(),
  /external/mockito/src/org/mockito/listeners/
MethodInvocationReport.java 27 DescribedInvocation getInvocation();
  /external/mockito/src/org/mockito/internal/debugging/
LoggingListener.java 27 "BUT called with different args " + unstubbed.getInvocation().getLocation(),
40 unstubbed.getInvocation().getLocation(),
VerboseMockInvocationLogger.java 37 printInvocation(methodInvocationReport.getInvocation());
  /external/mockito/src/org/mockito/internal/invocation/
UnusedStubsFinder.java 29 unused.add(s.getInvocation());
InvocationMatcher.java 47 public Invocation getInvocation() {
83 final boolean mockIsTheSame = getInvocation().getMock() == candidate.getMock();
  /external/mockito/src/org/mockito/internal/stubbing/
InvocationContainerImpl.java 40 registeredInvocations.add(invocation.getInvocation());
58 Invocation invocation = invocationForStubbing.getInvocation();
129 return invocationForStubbing.getInvocation().getMock();
StubbedInvocationMatcher.java 24 super(invocation.getInvocation(), invocation.getMatchers());
  /external/clang/tools/driver/
cc1_main.cpp 74 Success = CompilerInvocation::CreateFromArgs(Clang->getInvocation(),
  /external/mockito/src/org/mockito/internal/listeners/
NotifiedMethodInvocationReport.java 44 public DescribedInvocation getInvocation() {
  /external/mockito/src/org/mockito/internal/reporting/
PrintSettings.java 62 return print(invocationMatcher.getMatchers(), invocationMatcher.getInvocation());
  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
ReturnsDeepStubs.java 65 if(container.getInvocationForStubbing().matches(stubbedInvocationMatcher.getInvocation())) {
  /external/clang/include/clang/Frontend/
CompilerInstance.h 188 CompilerInvocation &getInvocation() {
  /external/clang/lib/Frontend/
CompilerInstance.cpp 254 getInvocation().getModuleHash());
790 (new CompilerInvocation(ImportingInstance.getInvocation()));
814 = ImportingInstance.getInvocation().getPreprocessorOpts();
860 assert(ImportingInstance.getInvocation().getModuleHash() ==
    [all...]
ChainedIncludesSource.cpp 78 CInvok.reset(new CompilerInvocation(CI.getInvocation()));
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 709 milliseconds