Searched defs:Invoker (Results 1 - 8 of 8) sorted by relevance

/external/libchrome/base/
H A Dbind_internal.h43 // support. This is separate from Invoker to avoid creating
44 // multiple version of Invoker<>.
45 // Invoker<> -- Unwraps the curried parameters and executes the Functor.
309 // Invoker<>
313 struct Invoker;
316 struct Invoker<StorageType, R(UnboundArgs...)> { struct in namespace:base::internal
/external/emma/core/java12/com/vladium/emma/rt/
H A DAppRunner.java500 Invoker invoker = new Invoker (appMain, null, new Object [] {m_appArgs});
639 private static final class Invoker implements Runnable class in class:AppRunner
641 Invoker (final Method method, final Object target, final Object [] args) method in class:AppRunner.Invoker
/external/testng/src/main/java/org/testng/internal/
H A DInvoker.java63 public class Invoker implements IInvoker { class in inherits:IInvoker
73 /** Group failures must be synced as the Invoker is accessed concurrently */
76 /** Class failures must be synced as the Invoker is accessed concurrently */
106 public Invoker(IConfiguration configuration, method in class:Invoker
1712 Utils.log("Invoker " + Thread.currentThread().hashCode(), level, s);
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp11316 CXXMethodDecl *Invoker = Lambda->getLambdaStaticInvoker(); local
11322 Invoker->getDescribedFunctionTemplate();
11329 Invoker = cast<CXXMethodDecl>(InvokeSpec);
11332 Expr *FunctionRef = BuildDeclRefExpr(Invoker, Invoker->getType(),
11345 Invoker->markUsed(Context);
11346 Invoker->setReferenced();
11347 Invoker->setBody(new (Context) CompoundStmt(Conv->getLocation()));
11351 L->CompletedImplicitDefinition(Invoker);
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 1235 milliseconds