HomeSort by relevance Sort by last modified time
    Searched defs:invocation (Results 1 - 6 of 6) sorted by null

  /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...]
Result.java 76 Invocation invocation = LastControl.getCurrentInvocation(); local
78 return invocation.getMethod().invoke(value,
79 invocation.getArguments());
84 + invocation.getMethod() + "]", e);
  /external/webkit/JavaScriptCore/wtf/
MainThread.cpp 86 FunctionWithContext invocation; local
92 invocation = functionQueue().first();
96 invocation.function(invocation.context);
97 if (invocation.syncFlag)
98 invocation.syncFlag->signal();
ThreadingWin.cpp 203 ThreadFunctionInvocation invocation = *static_cast<ThreadFunctionInvocation*>(param); local
206 void* result = invocation.function(invocation.data);
220 ThreadFunctionInvocation* invocation = new ThreadFunctionInvocation(entryPoint, data); local
224 HANDLE threadHandle = CreateThread(0, 0, (LPTHREAD_START_ROUTINE)wtfThreadEntryPoint, invocation, 0, (LPDWORD)&threadIdentifier);
226 HANDLE threadHandle = reinterpret_cast<HANDLE>(_beginthreadex(0, 0, wtfThreadEntryPoint, invocation, 0, &threadIdentifier));
  /external/skia/src/opts/
SkBlitRow_opts_arm.cpp 844 static int invocation; local
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 447 milliseconds