HomeSort by relevance Sort by last modified time
    Searched refs:Invoker (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/libchrome/base/
bind.h 33 using Invoker = internal::Invoker<BindState, UnboundRunType>;
38 &Invoker::Run);
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.
309 // Invoker<>
313 struct Invoker;
316 struct Invoker<StorageType, R(UnboundArgs...)> {
  /libcore/ojluni/src/main/java/sun/nio/ch/
UnixAsynchronousSocketChannelImpl.java 307 Invoker.invokeUnchecked(handler, att, null, e);
309 Invoker.invokeIndirectly(this, handler, att, null, e);
325 Invoker.invoke(this, handler, attachment, null, e);
392 Invoker.invoke(this, handler, attachment, null, e);
459 Invoker.invokeUnchecked(handler, att, result, exc);
461 Invoker.invokeIndirectly(this, handler, att, result, exc);
490 Invoker.invokeIndirectly(ch, handler, att, null, exc);
512 Invoker.GroupAndInvokeCount myGroupAndInvokeCount = null;
519 myGroupAndInvokeCount = Invoker.getGroupAndInvokeCount();
520 invokeDirect = Invoker.mayInvokeDirect(myGroupAndInvokeCount, port)
    [all...]
SimpleAsynchronousFileChannelImpl.java 190 Invoker.invokeIndirectly(handler, attachment, null, exc, executor);
225 Invoker.invokeUnchecked(handler, attachment, fli, exc);
305 Invoker.invokeIndirectly(handler, attachment, 0, exc, executor);
335 Invoker.invokeUnchecked(handler, attachment, n, exc);
359 Invoker.invokeIndirectly(handler, attachment, 0, exc, executor);
389 Invoker.invokeUnchecked(handler, attachment, n, exc);
UnixAsynchronousServerSocketChannelImpl.java 132 Invoker.invokeIndirectly(this, handler, att, null, x);
218 Invoker.invoke(this, handler, att, child, exc);
282 Invoker.invoke(this, handler, att, null, e);
355 Invoker.invokeIndirectly(this, handler, att, child, exc);
EPollPort.java 249 Invoker.GroupAndInvokeCount myGroupAndInvokeCount =
250 Invoker.getGroupAndInvokeCount();
Invoker.java 37 class Invoker {
38 private Invoker() { }
158 Invoker.invokeUnchecked(handler, attachment, result, exc);
AsynchronousSocketChannelImpl.java 236 Invoker.invoke(this, handler, att, null, e);
272 Invoker.invoke(this, handler, att, (V)result, null);
369 Invoker.invoke(this, handler, att, null, e);
378 Invoker.invoke(this, handler, att, (V)result, null);
AsynchronousChannelGroupImpl.java 111 Invoker.bindToGroup(thisGroup);
159 if (Invoker.isBoundToAnyGroup()) {
  /external/testng/src/main/java/org/testng/internal/
TestMethodWithDataProviderMethodWorker.java 25 private Invoker m_invoker;
36 public TestMethodWithDataProviderMethodWorker(Invoker invoker, ITestNGMethod testMethod,
44 m_invoker = invoker;
72 final Invoker.FailureContext failure = new Invoker.FailureContext();
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...]
  /prebuilts/tools/common/fest/
fest-reflect-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-invoker/2.0.11/
maven-invoker-2.0.11.jar 
  /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/clang/lib/AST/
DeclCXX.cpp     [all...]
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandles.java 468 * (By contrast, the invoker of the method handle is disregarded.)
1844 MethodHandle invoker = MethodHandles.invoker(type); local
1925 MethodHandle invoker(MethodType type) { method in class:MethodHandles
    [all...]
  /external/testng/src/main/java/org/testng/
TestRunner.java 35 import org.testng.internal.Invoker;
207 m_invoker = new Invoker(m_configuration, this, this, m_suite.getSuiteState(),
    [all...]
  /prebuilts/devtools/tools/lib/
manifest-merger.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.8.0/
manifest-merger-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.9.2/
manifest-merger-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.1/
manifest-merger-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.2/
manifest-merger-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.1.0/
manifest-merger-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.1.3/
manifest-merger-23.1.3.jar 

Completed in 364 milliseconds

1 2 3 4 5