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

  /external/libchrome/base/
bind_internal.h 43 // support. This is separate from Invoker to avoid creating
44 // multiple version of Invoker<>.
45 // Invoker<> -- Unwraps the curried parameters and executes the Functor.
633 // Invoker<>
637 struct Invoker;
640 struct Invoker<StorageType, R(UnboundArgs...)> {
    [all...]
  /external/perfetto/src/ipc/
host_impl_unittest.cc 54 static void Invoker(Service* service,
71 {"FakeMethod1", &RequestDecoder, nullptr, &Invoker});
  /external/testng/src/main/java/org/testng/remote/
SuiteDispatcher.java 15 import org.testng.internal.Invoker;
155 Invoker.runTestListeners(tr, testListeners);
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 500 Invoker invoker = new Invoker (appMain, null, new Object [] {m_appArgs}); local
505 Thread appThread = new Thread (appThreadGroup, invoker, IAppConstants.APP_NAME + " main() thread");
524 final Throwable mainFailure = invoker.getFailure ();
525 invoker = null;
639 private static final class Invoker implements Runnable
641 Invoker (final Method method, final Object target, final Object [] args)
    [all...]
  /external/testng/src/main/java/org/testng/internal/
Invoker.java 63 public class Invoker implements 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,
554 InvokedMethodListenerInvoker invoker = new InvokedMethodListenerInvoker(listenerMethod, testResult, m_testContext); local
556 invoker.invokeListener(currentListener, invokedMethod);
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 935 milliseconds