/external/chromium_org/gin/ |
function_template.h | 90 struct Invoker { 102 struct Invoker<void, P1, P2, P3, P4> { 115 struct Invoker<R, P1, P2, P3, void> { 126 struct Invoker<void, P1, P2, P3, void> { 138 struct Invoker<R, P1, P2, void, void> { 148 struct Invoker<void, P1, P2, void, void> { 159 struct Invoker<R, P1, void, void, void> { 168 struct Invoker<void, P1, void, void, void> { 178 struct Invoker<R, void, void, void, void> { 186 struct Invoker<void, void, void, void, void> [all...] |
/external/chromium/base/ |
callback.h | 244 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke), 275 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke), 307 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke), 342 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke), 380 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke), 422 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke), 467 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
|
callback_unittest.cc | 33 typedef FakeInvoker Invoker; 38 typedef FakeInvoker Invoker;
|
bind_internal.h | 386 StorageType* invoker = static_cast<StorageType*>(base); local 387 return invoker->f_(); 396 StorageType* invoker = static_cast<StorageType*>(base); local 397 return invoker->f_(x1); 407 StorageType* invoker = static_cast<StorageType*>(base); local 408 return invoker->f_(x1, x2); 420 StorageType* invoker = static_cast<StorageType*>(base); local 421 return invoker->f_(x1, x2, x3); 434 StorageType* invoker = static_cast<StorageType*>(base); local 435 return invoker->f_(x1, x2, x3, x4) 449 StorageType* invoker = static_cast<StorageType*>(base); local 465 StorageType* invoker = static_cast<StorageType*>(base); local 477 StorageType* invoker = static_cast<StorageType*>(base); local 486 StorageType* invoker = static_cast<StorageType*>(base); local 496 StorageType* invoker = static_cast<StorageType*>(base); local 506 StorageType* invoker = static_cast<StorageType*>(base); local 518 StorageType* invoker = static_cast<StorageType*>(base); local 530 StorageType* invoker = static_cast<StorageType*>(base); local 543 StorageType* invoker = static_cast<StorageType*>(base); local 556 StorageType* invoker = static_cast<StorageType*>(base); local 570 StorageType* invoker = static_cast<StorageType*>(base); local 584 StorageType* invoker = static_cast<StorageType*>(base); local 599 StorageType* invoker = static_cast<StorageType*>(base); local 614 StorageType* invoker = static_cast<StorageType*>(base); local 626 StorageType* invoker = static_cast<StorageType*>(base); local 635 StorageType* invoker = static_cast<StorageType*>(base); local 646 StorageType* invoker = static_cast<StorageType*>(base); local 657 StorageType* invoker = static_cast<StorageType*>(base); local 669 StorageType* invoker = static_cast<StorageType*>(base); local 681 StorageType* invoker = static_cast<StorageType*>(base); local 694 StorageType* invoker = static_cast<StorageType*>(base); local 707 StorageType* invoker = static_cast<StorageType*>(base); local 722 StorageType* invoker = static_cast<StorageType*>(base); local 737 StorageType* invoker = static_cast<StorageType*>(base); local 751 StorageType* invoker = static_cast<StorageType*>(base); local 762 StorageType* invoker = static_cast<StorageType*>(base); local 774 StorageType* invoker = static_cast<StorageType*>(base); local 786 StorageType* invoker = static_cast<StorageType*>(base); local 799 StorageType* invoker = static_cast<StorageType*>(base); local 812 StorageType* invoker = static_cast<StorageType*>(base); local 826 StorageType* invoker = static_cast<StorageType*>(base); local 840 StorageType* invoker = static_cast<StorageType*>(base); local 854 StorageType* invoker = static_cast<StorageType*>(base); local 865 StorageType* invoker = static_cast<StorageType*>(base); local 877 StorageType* invoker = static_cast<StorageType*>(base); local 889 StorageType* invoker = static_cast<StorageType*>(base); local 902 StorageType* invoker = static_cast<StorageType*>(base); local 915 StorageType* invoker = static_cast<StorageType*>(base); local 929 StorageType* invoker = static_cast<StorageType*>(base); local 940 StorageType* invoker = static_cast<StorageType*>(base); local 952 StorageType* invoker = static_cast<StorageType*>(base); local 964 StorageType* invoker = static_cast<StorageType*>(base); local 978 StorageType* invoker = static_cast<StorageType*>(base); local 990 StorageType* invoker = static_cast<StorageType*>(base); local [all...] |
/external/chromium_org/base/ |
bind_internal.h | 72 // Invoker to avoid creating multiple version of Invoker<> 75 // Invoker<> -- Unwraps the curried parameters and executes the Runnable. [all...] |
/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...] |
/prebuilts/devtools/tools/lib/ |
jython-standalone-2.5.3.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |
/external/emma/lib/ |
emma.jar | |