HomeSort by relevance Sort by last modified time
    Searched full:invocation (Results 1 - 25 of 1095) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/easymock/src/org/easymock/internal/
ExpectedInvocation.java 31 private final Invocation invocation; field in class:ExpectedInvocation
38 public ExpectedInvocation(Invocation invocation,
40 this(invocation, matchers, null);
43 private ExpectedInvocation(Invocation invocation,
46 this.invocation = invocation;
48 this.matchers = (matcher == null) ? createMissingMatchers(invocation,
    [all...]
ReplayState.java 36 public Object invoke(Invocation invocation) throws Throwable {
44 return invokeInner(invocation);
51 return invokeInner(invocation);
54 private Object invokeInner(Invocation invocation) throws Throwable {
55 LastControl.pushCurrentInvocation(invocation);
57 Result result = behavior.addActual(invocation);
LastControl.java 31 private static final ThreadLocal<Stack<Invocation>> threadToCurrentInvocation = new ThreadLocal<Stack<Invocation>>();
103 public static Invocation getCurrentInvocation() {
104 Stack<Invocation> stack = threadToCurrentInvocation.get();
111 public static void pushCurrentInvocation(Invocation invocation) {
112 Stack<Invocation> stack = threadToCurrentInvocation.get();
114 stack = new Stack<Invocation>();
117 stack.push(invocation);
121 Stack<Invocation> stack = threadToCurrentInvocation.get();
    [all...]
IMocksBehavior.java 32 Result addActual(Invocation invocation);
Result.java 76 Invocation invocation = LastControl.getCurrentInvocation(); local
78 return invocation.getMethod().invoke(value,
79 invocation.getArguments());
84 + invocation.getMethod() + "]", e);
UnorderedBehavior.java 47 public Result addActual(Invocation actual) {
78 public List<ErrorMessage> getMessages(Invocation invocation) {
84 boolean match = invocation != null
85 && entry.getExpectedInvocation().matches(invocation);
  /external/clang/test/Preprocessor/
ifdef-recover.c 8 /* End of function-like macro invocation in #ifdef */
macro_fn.c 11 zero(1); /* expected-error {{too many arguments provided to function-like macro invocation}} */
12 zero(1, 2, 3); /* expected-error {{too many arguments provided to function-like macro invocation}} */
16 one(a,) /* expected-error {{too many arguments provided to function-like macro invocation}} */
17 one(a, b) /* expected-error {{too many arguments provided to function-like macro invocation}} */
19 two() /* expected-error {{too few arguments provided to function-like macro invocation}} */
20 two(a) /* expected-error {{too few arguments provided to function-like macro invocation}} */
23 two(a,b,c) /* expected-error {{too many arguments provided to function-like macro invocation}} */
27 expected-error {{too many arguments provided to function-like macro invocation}} */
macro_rescan_varargs.c 8 1: ELLIP_FUNC(F, LPAREN, 'a', 'b', RPAREN); /* 1st invocation */
9 2: ELLIP_FUNC(F LPAREN 'a', 'b' RPAREN); /* 2nd invocation */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
dir 46 * autopoint: (gettext)autopoint Invocation.
48 * envsubst: (gettext)envsubst Invocation.
50 * gettextize: (gettext)gettextize Invocation.
54 * msgattrib: (gettext)msgattrib Invocation.
56 * msgcat: (gettext)msgcat Invocation. Combine several PO files.
57 * msgcmp: (gettext)msgcmp Invocation. Compare a PO file and template.
58 * msgcomm: (gettext)msgcomm Invocation. Match two PO files.
59 * msgconv: (gettext)msgconv Invocation. Convert PO file to encoding.
60 * msgen: (gettext)msgen Invocation. Create an English PO file.
61 * msgexec: (gettext)msgexec Invocation. Process a PO file
    [all...]
dir.old 46 * autopoint: (gettext)autopoint Invocation.
48 * envsubst: (gettext)envsubst Invocation.
50 * gettextize: (gettext)gettextize Invocation.
54 * msgattrib: (gettext)msgattrib Invocation.
56 * msgcat: (gettext)msgcat Invocation. Combine several PO files.
57 * msgcmp: (gettext)msgcmp Invocation. Compare a PO file and template.
58 * msgcomm: (gettext)msgcomm Invocation. Match two PO files.
59 * msgconv: (gettext)msgconv Invocation. Convert PO file to encoding.
60 * msgen: (gettext)msgen Invocation. Create an English PO file.
61 * msgexec: (gettext)msgexec Invocation. Process a PO file
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/info/
dir 46 * autopoint: (gettext)autopoint Invocation.
48 * envsubst: (gettext)envsubst Invocation.
50 * gettextize: (gettext)gettextize Invocation.
54 * msgattrib: (gettext)msgattrib Invocation.
56 * msgcat: (gettext)msgcat Invocation. Combine several PO files.
57 * msgcmp: (gettext)msgcmp Invocation. Compare a PO file and template.
58 * msgcomm: (gettext)msgcomm Invocation. Match two PO files.
59 * msgconv: (gettext)msgconv Invocation. Convert PO file to encoding.
60 * msgen: (gettext)msgen Invocation. Create an English PO file.
61 * msgexec: (gettext)msgexec Invocation. Process a PO file
    [all...]
dir.old 46 * autopoint: (gettext)autopoint Invocation.
48 * envsubst: (gettext)envsubst Invocation.
50 * gettextize: (gettext)gettextize Invocation.
54 * msgattrib: (gettext)msgattrib Invocation.
56 * msgcat: (gettext)msgcat Invocation. Combine several PO files.
57 * msgcmp: (gettext)msgcmp Invocation. Compare a PO file and template.
58 * msgcomm: (gettext)msgcomm Invocation. Match two PO files.
59 * msgconv: (gettext)msgconv Invocation. Convert PO file to encoding.
60 * msgen: (gettext)msgen Invocation. Create an English PO file.
61 * msgexec: (gettext)msgexec Invocation. Process a PO file
    [all...]
  /dalvik/dx/tests/056-dex-call-interface/
info.txt 2 a couple cases of interface method invocation work properly.
  /dalvik/dx/tests/057-dex-call-virtual/
info.txt 2 a couple cases of regular virtual method invocation work properly.
  /dalvik/dx/tests/058-dex-call-direct/
info.txt 2 a couple cases of direct instance method invocation work properly.
  /dalvik/dx/tests/059-dex-call-super/
info.txt 2 a couple cases of superclass virtual method invocation work properly.
  /dalvik/dx/tests/060-dex-call-static/
info.txt 2 a couple cases of static method invocation work properly.
  /external/llvm/projects/
CMakeLists.txt 2 # Note that explicit cmake invocation is required every time a new project is
  /external/javassist/src/main/javassist/util/proxy/
MethodHandler.java 21 * The interface implemented by the invocation handler of a proxy
29 * with this handler. This method must process that method invocation.
38 * the arguments passed in the method invocation
42 * @return the resulting value of the method invocation.
44 * @throws Throwable if the method invocation fails.
  /external/easymock/src/org/easymock/
IExpectationSetters.java 19 * Allows setting expectations for an associated expected invocation.
28 * Sets a return value that will be returned for the expected invocation.
37 * Sets a throwable that will be thrown for the expected invocation.
47 * invocation (either return a value, or throw an exception).
50 * the object used to answer the invocation.
69 * invocation.
77 * Sets a stub throwable that will be thrown for the expected invocation.
86 * expected invocation (either return a value, or throw an exception).
89 * the object used to answer the invocation.
105 * Sets stub behavior for the expected invocation (this is needed for void
    [all...]
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 55 CompilerInvocation *invocation = new CompilerInvocation; local
56 invocation->getPreprocessorOpts().addRemappedFile(
58 invocation->getFrontendOpts().Inputs.push_back(
60 invocation->getFrontendOpts().ProgramAction = frontend::ParseSyntaxOnly;
61 invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu";
63 compiler.setInvocation(invocation);
  /external/clang/include/clang/Frontend/
CompilerInstance.h 62 llvm::IntrusiveRefCntPtr<CompilerInvocation> Invocation;
129 /// - The invocation options should be initialized. This function does not
157 /// @name Compiler Invocation and Options
160 bool hasInvocation() const { return Invocation != 0; }
163 assert(Invocation && "Compiler instance has no invocation!");
164 return *Invocation;
167 /// setInvocation - Replace the current invocation.
175 return Invocation->getAnalyzerOpts();
178 return Invocation->getAnalyzerOpts()
    [all...]
  /external/e2fsprogs/lib/ss/
ss_err.et 10 "No current invocation"
  /external/javassist/src/main/javassist/tools/rmi/
package.html 3 Sample implementation of remote method invocation.

Completed in 553 milliseconds

1 2 3 4 5 6 7 8 91011>>