Searched refs:GetResult (Results 1 – 15 of 15) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/ |
D | resource_base.h | 45 Any GetResult(const std::string &key) { in GetResult() function
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_ime_handler_win.h | 43 bool GetResult(LPARAM lparam, CefString& result);
|
D | osr_ime_handler_win.cc | 322 bool OsrImeHandlerWin::GetResult(LPARAM lparam, CefString& result) { in GetResult() function in client::OsrImeHandlerWin
|
D | osr_window_win.cc | 411 if (ime_handler_->GetResult(lParam, cTextStr)) { in OnIMEComposition()
|
/third_party/cef/libcef/browser/extensions/api/tabs/ |
D | tabs_api.h | 68 ResponseValue GetResult();
|
D | tabs_api.cc | 196 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/ |
D | static_analysis.cc | 775 (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()
|
D | async_eval_result.cc | 208 auto result = async_infer_task->GetResult(); in GetSwitchValue()
|
D | async_eval_result.h | 266 AbstractBasePtr GetResult() { in GetResult() function
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | StressTestClient.cs | 123 … var task = Task.Factory.StartNew(() => RunBodyAsync(client).GetAwaiter().GetResult(), in Run()
|
/third_party/skia/third_party/externals/tint/tools/ |
D | run_tests.py | 55 def GetResult(self, fmt): member in TestCase
|
/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | AsyncCall.cs | 141 return unaryResponseTcs.Task.GetAwaiter().GetResult(); in UnaryCall()
|
/third_party/python/Modules/_ctypes/ |
D | callproc.c | 962 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/ |
D | dxcapi.h | 344 …virtual HRESULT STDMETHODCALLTYPE GetResult(_COM_Outptr_result_maybenull_ IDxcBlob **ppResult) = 0;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | ShaderModuleD3D12.cpp | 497 DAWN_TRY(CheckHRESULT(result->GetResult(&compiledShader), "DXC get result")); in CompileShaderDXC()
|