HomeSort by relevance Sort by last modified time
    Searched refs:Invocation (Results 76 - 100 of 160) sorted by null

1 2 34 5 6 7

  /external/mockito/src/org/mockito/internal/handler/
MockHandlerImpl.java 9 import org.mockito.internal.invocation.InvocationMatcher;
10 import org.mockito.internal.invocation.MatchersBinder;
16 import org.mockito.invocation.Invocation;
25 * Invocation handler set on mock objects.
47 public Object handle(Invocation invocation) throws Throwable {
52 invocation
61 invocation
70 if (((MockAwareVerificationMode) verificationMode).getMock() == invocation.getMock())
    [all...]
  /external/mockito/src/org/mockito/internal/progress/
MockingProgressImpl.java 15 import org.mockito.invocation.Invocation;
16 import org.mockito.invocation.Location;
93 public void stubbingCompleted(Invocation invocation) {
  /external/easymock/src/org/easymock/internal/
Result.java 76 Invocation invocation = LastControl.getCurrentInvocation(); local
78 return invocation.getMethod().invoke(value,
79 invocation.getArguments());
84 + invocation.getMethod() + "]", e);
ObjectMethodsFilter.java 40 if (name != null && !Invocation.isJavaIdentifier(name)) {
MocksBehavior.java 70 private final Result getStubResult(Invocation actual) {
92 public final Result addActual(Invocation actual) {
RecordState.java 73 public java.lang.Object invoke(Invocation invocation) {
76 lastInvocation = new ExpectedInvocation(invocation, lastMatchers);
78 return emptyReturnValueFor(invocation.getMethod().getReturnType());
  /external/clang/include/clang/Tooling/
Tooling.h 70 /// \brief Perform an action for an invocation.
72 runInvocation(clang::CompilerInvocation *Invocation, FileManager *Files,
88 bool runInvocation(clang::CompilerInvocation *Invocation, FileManager *Files,
205 /// \brief Utility to run a FrontendAction in a single clang invocation.
208 /// \brief Create a tool invocation.
224 /// \brief Create a tool invocation.
249 /// \brief Run the clang invocation.
259 clang::CompilerInvocation *Invocation,
  /external/clang/lib/Frontend/
ASTUnit.cpp 247 // compiler instance *not* free these buffers for each invocation of the
249 if (Invocation.get() && OwnsRemappedFileBuffers) {
250 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
    [all...]
CompilerInstance.cpp 57 : ModuleLoader(BuildingModule), Invocation(new CompilerInvocation()),
67 Invocation = Value;
    [all...]
  /external/clang/unittests/Tooling/
ToolingTest.cpp 164 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction,
170 EXPECT_TRUE(Invocation.run());
190 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction,
200 EXPECT_TRUE(Invocation.run());
  /external/mockito/src/org/mockito/internal/invocation/
InvocationImpl.java 6 package org.mockito.internal.invocation;
11 import org.mockito.internal.invocation.realmethod.RealMethod;
13 import org.mockito.invocation.*;
24 * Contains stack trace of invocation
27 public class InvocationImpl implements Invocation, VerificationAwareInvocation {
  /external/bison/doc/
bison.x 40 .B Invocation
  /external/mockito/src/org/mockito/exceptions/
Reporter.java 19 import org.mockito.invocation.DescribedInvocation;
20 import org.mockito.invocation.Invocation;
21 import org.mockito.invocation.InvocationOnMock;
22 import org.mockito.invocation.Location;
293 "Actual invocation has different arguments:",
362 "But was " + pluralize(actualCount) + ". Undesired invocation:",
415 public void noMoreInteractionsWanted(Invocation undesired, List<VerificationAwareInvocation> invocations) {
428 public void noMoreInteractionsWantedInOrder(Invocation undesired) {
512 public void smartNullPointerException(String invocation, Location location)
    [all...]
  /external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
BufferPerformanceBench.java 221 @Setup(Level.Invocation)
  /external/clang/include/clang/Frontend/
ASTUnit.h 114 /// Optional owned invocation, just used to make the invocation used in
116 IntrusiveRefCntPtr<CompilerInvocation> Invocation;
444 ComputedPreamble ComputePreamble(CompilerInvocation &Invocation,
738 /// \c LoadFromCommandLine(), which loads an AST from a compiler invocation.
755 /// \param CI - The compiler invocation to use; it must have exactly one input
796 /// \param CI - The compiler invocation to use; it must have exactly one input
    [all...]
  /external/llvm/tools/llvm-profdata/
llvm-profdata.cpp 424 std::string Invocation(ProgName.str() + " " + argv[1]);
425 argv[1] = Invocation.c_str();
  /external/easymock/src/org/easymock/
EasyMock.java 170 * Returns the expectation setter for the last expected invocation in the
187 * Returns the expectation setter for the last expected invocation in the
    [all...]
  /external/guice/extensions/persist/lib/
easymock.jar 
  /external/guice/lib/build/
easymock.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 
  /frameworks/rs/api/
rs_for_each.spec 18 summary: Kernel Invocation Functions and Types
22 The other functions are used to get the characteristics of the invocation of
48 summary: Handle to a kernel invocation context
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/devtools/tools/lib/
easymock-3.3.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 

Completed in 1802 milliseconds

1 2 34 5 6 7