Home
last modified time | relevance | path

Searched refs:GetResult (Results 1 – 15 of 15) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dresource_base.h45 Any GetResult(const std::string &key) { in GetResult() function
/third_party/cef/tests/cefclient/browser/
Dosr_ime_handler_win.h43 bool GetResult(LPARAM lparam, CefString& result);
Dosr_ime_handler_win.cc322 bool OsrImeHandlerWin::GetResult(LPARAM lparam, CefString& result) { in GetResult() function in client::OsrImeHandlerWin
Dosr_window_win.cc411 if (ime_handler_->GetResult(lParam, cTextStr)) { in OnIMEComposition()
/third_party/cef/libcef/browser/extensions/api/tabs/
Dtabs_api.h68 ResponseValue GetResult();
Dtabs_api.cc196 return RespondNow(GetResult()); in Run()
241 ExtensionFunction::ResponseValue TabsUpdateFunction::GetResult() { in GetResult() function in extensions::cef::TabsUpdateFunction
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dstatic_analysis.cc775 (void)async_run_flag->GetResult(); in ExecEvaluator()
864 auto firstResult = async_main->GetResult(); in ExecuteMultipleEvaluatorsMultiThread()
877 auto result = async_branch->GetResult(); in ExecuteMultipleEvaluatorsMultiThread()
886 (void)async_tmp->GetResult(); in ExecuteMultipleEvaluatorsMultiThread()
Dasync_eval_result.cc208 auto result = async_infer_task->GetResult(); in GetSwitchValue()
Dasync_eval_result.h266 AbstractBasePtr GetResult() { in GetResult() function
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DStressTestClient.cs123 … var task = Task.Factory.StartNew(() => RunBodyAsync(client).GetAwaiter().GetResult(), in Run()
/third_party/skia/third_party/externals/tint/tools/
Drun_tests.py55 def GetResult(self, fmt): member in TestCase
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DAsyncCall.cs141 return unaryResponseTcs.Task.GetAwaiter().GetResult(); in UnaryCall()
/third_party/python/Modules/_ctypes/
Dcallproc.c962 static PyObject *GetResult(PyObject *restype, void *result, PyObject *checker) in GetResult() function
1297 retval = GetResult(restype, resbuf, checker); in _ctypes_callproc()
/third_party/mesa3d/src/microsoft/compiler/
Ddxcapi.h344 …virtual HRESULT STDMETHODCALLTYPE GetResult(_COM_Outptr_result_maybenull_ IDxcBlob **ppResult) = 0;
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DShaderModuleD3D12.cpp497 DAWN_TRY(CheckHRESULT(result->GetResult(&compiledShader), "DXC get result")); in CompileShaderDXC()