HomeSort by relevance Sort by last modified time
    Searched defs:invocation (Results 1 - 9 of 9) 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/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/webkit/Source/JavaScriptCore/wtf/
MainThread.cpp 146 FunctionWithContext invocation; local
152 invocation = functionQueue().takeFirst();
155 invocation.function(invocation.context);
156 if (invocation.syncFlag)
157 invocation.syncFlag->signal();
ThreadingPthreads.cpp 148 OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(static_cast<ThreadFunctionInvocation*>(arg)); local
153 ret = invocation->function(invocation->data);
164 OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(new ThreadFunctionInvocation(entryPoint, data)); local
166 if (pthread_create(&threadHandle, 0, runThreadWithRegistration, invocation.get())) {
171 // The thread will take ownership of invocation.
172 ThreadFunctionInvocation* unused = invocation.leakPtr();
ThreadingWin.cpp 196 OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(static_cast<ThreadFunctionInvocation*>(param)); local
197 void* result = invocation->function(invocation->data);
211 OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(new ThreadFunctionInvocation(entryPoint, data)); local
215 HANDLE threadHandle = CreateThread(0, 0, (LPTHREAD_START_ROUTINE)wtfThreadEntryPoint, invocation.get(), 0, (LPDWORD)&threadIdentifier);
217 HANDLE threadHandle = reinterpret_cast<HANDLE>(_beginthreadex(0, 0, wtfThreadEntryPoint, invocation.get(), 0, &threadIdentifier));
230 // The thread will take ownership of invocation.
231 invocation.leakPtr();
  /external/skia/src/opts/
SkBlitRow_opts_arm.cpp 1074 static int invocation; local
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 784 milliseconds