| /external/chromium_org/remoting/base/ |
| D | dispatch_win.h | 119 HRESULT Invoke(IDispatch* object, in Invoke() function 164 HRESULT Invoke(IDispatch* object, in Invoke() function 217 HRESULT Invoke(IDispatch* object, in Invoke() function 275 HRESULT Invoke(IDispatch* object, in Invoke() function 338 HRESULT Invoke(IDispatch* object, in Invoke() function 406 HRESULT Invoke(IDispatch* object, in Invoke() function 480 HRESULT Invoke(IDispatch* object, in Invoke() function 559 HRESULT Invoke(IDispatch* object, in Invoke() function
|
| /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
| D | proxy.h | 66 void Invoke(C* c, M m) { r_ = (c->*m)(); } in Invoke() function 68 void Invoke(C* c, M m, T1 a1) { r_ = (c->*m)(a1); } in Invoke() function 70 void Invoke(C* c, M m, T1 a1, T2 a2) { r_ = (c->*m)(a1, a2); } in Invoke() function 72 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { r_ = (c->*m)(a1, a2, a3); } in Invoke() function 84 void Invoke(C* c, M m) { (c->*m)(); } in Invoke() function 86 void Invoke(C* c, M m, T1 a1) { (c->*m)(a1); } in Invoke() function 88 void Invoke(C* c, M m, T1 a1, T2 a2) { (c->*m)(a1, a2); } in Invoke() function 90 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { (c->*m)(a1, a2, a3); } in Invoke() function
|
| /external/chromium_org/tools/cr/cr/actions/ |
| D | gdb.py | 20 def Invoke(self, targets, arguments): member in GdbDebugger
|
| D | debugger.py | 44 def Invoke(self, targets, arguments): member in Debugger
|
| D | runner.py | 50 def Invoke(self, targets, arguments): member in Runner
|
| /external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
| D | callback_tracker_unittest.cc | 38 TEST(CallbackTrackerTest, Invoke) { in TEST() argument
|
| /external/chromium_org/tools/gn/ |
| D | template.cc | 27 Value Template::Invoke(Scope* scope, in Invoke() function in Template
|
| /external/chromium_org/base/strings/ |
| D | string_number_conversions.cc | 143 static bool Invoke(char c) { in Invoke() function in base::__anon35c183d00111::WhitespaceHelper 150 static bool Invoke(char16 c) { in Invoke() function in base::__anon35c183d00111::WhitespaceHelper 174 static bool Invoke(const_iterator begin, in Invoke() function in base::__anon35c183d00111::IteratorRangeToNumber 211 static bool Invoke(const_iterator begin, const_iterator end, in Invoke() function in base::__anon35c183d00111::IteratorRangeToNumber::Base
|
| /external/chromium_org/win8/metro_driver/ |
| D | metro_dialog_box.cc | 137 HRESULT STDMETHODCALLTYPE MetroDialogBox::Invoke( in Invoke() function in MetroDialogBox
|
| /external/chromium_org/base/win/ |
| D | scoped_variant_unittest.cc | 56 STDMETHOD(Invoke)(DISPID, REFIID, LCID, WORD, DISPPARAMS*, VARIANT*, in STDMETHOD() argument
|
| /external/chromium_org/third_party/webrtc/base/ |
| D | thread.h | 167 ReturnT Invoke(const FunctorT& functor) { in Invoke() function
|
| D | thread_unittest.cc | 260 TEST(ThreadTest, DISABLED_ON_MAC(Invoke)) { in TEST()
|
| /external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
| D | srpc_client.cc | 161 bool SrpcClient::Invoke(const std::string& method_name, SrpcParams* params) { in Invoke() function in plugin::SrpcClient
|
| /external/chromium_org/ppapi/native_client/src/trusted/weak_ref/ |
| D | call_on_main_thread.h | 166 void Invoke(int32_t err) { in Invoke() function
|
| /external/chromium_org/content/browser/android/java/ |
| D | gin_java_method_invocation_helper.cc | 122 void GinJavaMethodInvocationHelper::Invoke() { in Invoke() function in content::GinJavaMethodInvocationHelper
|
| /external/llvm/lib/Transforms/Utils/ |
| D | InlineFunction.cpp | 166 InvokeInliningInfo &Invoke) { in HandleCallsInBlockInlinedThroughInvoke() 225 InvokeInliningInfo Invoke(II); in HandleInlinedInvoke() local
|
| D | CodeExtractor.cpp | 570 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(outputs[out])) { in emitCallAndSwitchStatement() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | FunctionLoweringInfo.cpp | 221 if (const InvokeInst *Invoke = dyn_cast<InvokeInst>(BB->getTerminator())) in set() local
|
| /external/llvm/unittests/IR/ |
| D | InstructionsTest.cpp | 94 std::unique_ptr<InvokeInst> Invoke(InvokeInst::Create(F, BB1, BB2, Args)); in TEST_F() local
|
| /external/chromium_org/v8/src/ |
| D | execution.cc | 37 MUST_USE_RESULT static MaybeHandle<Object> Invoke( in Invoke() function
|
| /external/chromium_org/android_webview/native/ |
| D | cookie_manager.cc | 71 void Invoke(bool result) { in Invoke() function in android_webview::__anon3012c8680111::BoolCookieCallbackHolder
|
| /external/clang/lib/Sema/ |
| D | SemaLambda.cpp | 1305 CXXMethodDecl *Invoke in addFunctionPointerConversion() local
|
| /external/llvm/bindings/ocaml/llvm/ |
| D | llvm.ml | 149 | Invoke Constructor
|
| D | llvm.mli | 205 | Invoke Constructor
|
| /external/compiler-rt/lib/msan/tests/ |
| D | msan_test.cc | 2220 TEST(MemorySanitizer, Invoke) { in TEST() argument 3986 TEST(MemorySanitizerOrigins, Invoke) { in TEST() argument
|