HomeSort by relevance Sort by last modified time
    Searched defs:invocation (Results 1 - 16 of 16) 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 56 CompilerInvocation *invocation = new CompilerInvocation; local
57 invocation->getPreprocessorOpts().addRemappedFile(
59 invocation->getFrontendOpts().Inputs.push_back(FrontendInputFile("test.cc",
61 invocation->getFrontendOpts().ProgramAction = frontend::ParseSyntaxOnly;
62 invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu";
64 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();
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generateviewbylayout/codegenerators/
AbstractLayoutCodeGenerator.java 79 * Adds method invocation that instantiates an anonymous class to deal with the event
92 * Adds method invocation that instantiates an anonymous class to deal with the event
277 //check if method invocation already declared
323 * @param optionalExpression if invocation was nested (e.g.: getFragmentManager())
355 MethodInvocation invocation = onCreateDeclaration.getAST().newMethodInvocation(); local
356 invocation.setName(method);
359 invocation.setExpression(optionalExpression);
366 invocation.setExpression(onCreateDeclaration.getAST().newSimpleName(
370 invocation.arguments().add(rQualified2);
373 castExpr.setExpression(invocation);
    [all...]
RadioButtonCodeGenerator.java 341 MethodInvocation invocation = typeDeclaration.getAST().newMethodInvocation(); local
342 invocation
347 invocation.setName(getIdName);
358 createElseIfAndElseStatements(ifSt, invocation, guiQN);
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generatemenucode/model/codegenerators/
MenuHandlerCodeGenerator.java 82 //for fragments, it is required to change onCreate to add setHasOptionMenu invocation
583 MethodInvocation invocation = typeDeclaration.getAST().newMethodInvocation(); local
584 invocation.setExpression(getVariableName(CodeGeneratorBasedOnMenuConstants.ITEM));
588 invocation.setName(getIdName);
597 createElseIfAndElseStatements(ifSt, invocation, guiQN);
  /external/skia/src/opts/
SkBlitRow_opts_arm.cpp 1609 static int invocation; local
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
easymock-3.1-tests.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 909 milliseconds