Searched defs:Invoke (Results 1 - 21 of 21) sorted by last modified time

/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml149 | Invoke Constructor in type:Opcode/t
/external/llvm/include/llvm/IR/
H A DInstructions.h2948 /// InvokeInst - Invoke instruction. The SubclassData field is used to hold the
3164 return (I->getOpcode() == Instruction::Invoke);
3194 Instruction::Invoke, member in class:llvm::InvokeInst::Instruction
3205 Instruction::Invoke,
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp166 InvokeInliningInfo &Invoke) {
190 Invoke.getOuterResumeDest(),
205 Invoke.addIncomingPHIValuesFor(BB);
225 InvokeInliningInfo Invoke(II);
235 LandingPadInst *OuterLPad = Invoke.getLandingPadInst();
249 HandleCallsInBlockInlinedThroughInvoke(BB, Invoke);
253 Invoke.forwardResume(RI, InlinedLPads);
865 // Since we are now done with the Call/Invoke, we can delete it.
991 // Since we are now done with the Call/Invoke, we can delete it.
165 HandleCallsInBlockInlinedThroughInvoke(BasicBlock *BB, InvokeInliningInfo &Invoke) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/Sema/
H A DSemaLambda.cpp1298 // loop below and then use its Params to set Invoke->setParams(...) below.
1305 CXXMethodDecl *Invoke local
1314 InvokerParams[I]->setOwningFunction(Invoke);
1315 Invoke->setParams(InvokerParams);
1316 Invoke->setAccess(AS_private);
1317 Invoke->setImplicit(true);
1324 Invoke);
1327 Invoke->setDescribedFunctionTemplate(StaticInvokerTemplate);
1330 Class->addDecl(Invoke);
/external/chromium_org/v8/src/
H A Dexecution.cc37 MUST_USE_RESULT static MaybeHandle<Object> Invoke( function in namespace:v8::internal
141 return Invoke(false, func, receiver, argc, argv);
148 return Invoke(true, func, handle(func->global_proxy()), argc, argv);
169 maybe_result = Invoke(false, func, receiver, argc, args);
/external/chromium_org/third_party/webrtc/base/
H A Dthread.h112 // (Invoke) for a given scope. If a synchronous call is made while this is in
163 // Ex: bool result = thread.Invoke<bool>(&MyFunctionReturningBool);
167 ReturnT Invoke(const FunctorT& functor) { function in class:rtc::Thread
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dproxy.h66 void Invoke(C* c, M m) { r_ = (c->*m)(); } function in class:webrtc::ReturnType
68 void Invoke(C* c, M m, T1 a1) { r_ = (c->*m)(a1); } function in class:webrtc::ReturnType
70 void Invoke(C* c, M m, T1 a1, T2 a2) { r_ = (c->*m)(a1, a2); } function in class:webrtc::ReturnType
72 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { r_ = (c->*m)(a1, a2, a3); } function in class:webrtc::ReturnType
84 void Invoke(C* c, M m) { (c->*m)(); } function in class:webrtc::ReturnType
86 void Invoke(C* c, M m, T1 a1) { (c->*m)(a1); } function in class:webrtc::ReturnType
88 void Invoke(C* c, M m, T1 a1, T2 a2) { (c->*m)(a1, a2); } function in class:webrtc::ReturnType
90 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { (c->*m)(a1, a2, a3); } function in class:webrtc::ReturnType
108 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_);}
128 void OnMessage(rtc::Message*) { r_.Invoke(c
[all...]
/external/chromium_org/tools/cr/cr/actions/
H A Ddebugger.py13 Implementations must override the Invoke and Attach methods.
33 Defaults to a Kill Invoke sequence.
36 self.Invoke(targets, arguments)
44 def Invoke(self, targets, arguments): member in class:Debugger
45 """Invoke the program within a debugger."""
H A Dgdb.py20 def Invoke(self, targets, arguments): member in class:GdbDebugger
H A Drunner.py50 def Invoke(self, targets, arguments): member in class:Runner
51 """Invoke a target.
65 Default implementation is to do a Kill Invoke sequence.
69 self.Invoke(targets, arguments)
/external/chromium_org/tools/gn/
H A Dtemplate.cc27 Value Template::Invoke(Scope* scope, function in class:Template
/external/chromium_org/win8/metro_driver/
H A Dmetro_dialog_box.cc137 HRESULT STDMETHODCALLTYPE MetroDialogBox::Invoke( function in class:MetroDialogBox
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dsrpc_client.cc161 bool SrpcClient::Invoke(const std::string& method_name, SrpcParams* params) { function in class:plugin::SrpcClient
163 // case. However, there are calls to Invoke from within the plugin itself,
166 PLUGIN_PRINTF(("SrpcClient::Invoke (this=%p, method_name='%s', params=%p)\n",
171 // Ensure Invoke was called with a method name that has a binding.
173 PLUGIN_PRINTF(("SrpcClient::Invoke (ident not in methods_)\n"));
177 PLUGIN_PRINTF(("SrpcClient::Invoke (sending the rpc)\n"));
183 PLUGIN_PRINTF(("SrpcClient::Invoke (response=%d)\n", last_error_));
185 PLUGIN_PRINTF(("SrpcClient::Invoke (err='%s', return 0)\n",
190 PLUGIN_PRINTF(("SrpcClient::Invoke (return 1)\n"));
/external/chromium_org/ppapi/native_client/src/trusted/weak_ref/
H A Dcall_on_main_thread.h166 void Invoke(int32_t err) { function in class:plugin::WeakRefMemberFuncBinder
168 ("WeakRefMemberFuncBinder: Invoke obj 0x%" NACL_PRIxPTR
188 binder->Invoke(err);
/external/chromium_org/remoting/base/
H A Ddispatch_win.h25 // IDispatch::Invoke(). The latter accepts parameters as an array of
26 // |VARIANTARG| structures. The calling convention of IDispatch::Invoke() is:
28 // - [out] parameters are initialized by IDispatch::Invoke(). It is up to
53 // that they can be passed to IDispatch::Invoke.
64 // IDispatch::Invoke().
103 // Invoke() is a convenience wrapper for IDispatch::Invoke. It takes care of
119 HRESULT Invoke(IDispatch* object, function in namespace:remoting::dispatch
138 // Invoke the method passing the parameters via the DISPPARAMS structure.
149 hr = object->Invoke(disp_i
164 HRESULT Invoke(IDispatch* object, function in namespace:remoting::dispatch
217 HRESULT Invoke(IDispatch* object, function in namespace:remoting::dispatch
275 HRESULT Invoke(IDispatch* object, function in namespace:remoting::dispatch
338 HRESULT Invoke(IDispatch* object, function in namespace:remoting::dispatch
406 HRESULT Invoke(IDispatch* object, function in namespace:remoting::dispatch
480 HRESULT Invoke(IDispatch* object, function in namespace:remoting::dispatch
559 HRESULT Invoke(IDispatch* object, function in namespace:remoting::dispatch
[all...]
/external/chromium_org/content/browser/android/java/
H A Dgin_java_method_invocation_helper.cc122 void GinJavaMethodInvocationHelper::Invoke() { function in class:content::GinJavaMethodInvocationHelper
/external/chromium_org/android_webview/native/
H A Dcookie_manager.cc71 void Invoke(bool result) { function in class:android_webview::__anon1827::BoolCookieCallbackHolder
81 return base::Bind(&BoolCookieCallbackHolder::Invoke,
/external/chromium_org/base/strings/
H A Dstring_number_conversions.cc143 static bool Invoke(char c) { function in class:base::__anon2451::WhitespaceHelper
150 static bool Invoke(char16 c) { function in class:base::__anon2451::WhitespaceHelper
156 return WhitespaceHelper<CHAR>::Invoke(c);
174 static bool Invoke(const_iterator begin, function in class:base::__anon2451::IteratorRangeToNumber
187 } else if (!Negative::Invoke(begin + 1, end, output)) {
194 if (!Positive::Invoke(begin, end, output)) {
211 static bool Invoke(const_iterator begin, const_iterator end, function in class:base::__anon2451::IteratorRangeToNumber::Base
351 return IteratorRangeToNumber<StringPieceToNumberTraits<VALUE, 10> >::Invoke(
364 return IteratorRangeToNumber<StringPiece16ToNumberTraits<VALUE, 10> >::Invoke(
506 return IteratorRangeToNumber<HexIteratorRangeToIntTraits>::Invoke(
[all...]
/external/chromium_org/base/win/
H A Dscoped_variant_unittest.cc56 STDMETHOD(Invoke)(DISPID, REFIID, LCID, WORD, DISPPARAMS*, VARIANT*, function in class:base::win::__anon2615::FakeComObject

Completed in 672 milliseconds