/third_party/node/deps/v8/src/torque/ |
D | type-inference.h | 66 TypeVector GetResult() const;
|
D | type-inference.cc | 49 TypeVector TypeArgumentInference::GetResult() const { in GetResult() function in v8::internal::torque::TypeArgumentInference
|
D | declarable.cc | 159 FindConstraintViolation(inference.GetResult(), Constraints())) { in InferSpecializationTypes()
|
D | type-visitor.cc | 548 TypeOracle::GetGenericTypeInstance(generic_type, inference.GetResult())); in ComputeTypeForStructExpression()
|
D | implementation-visitor.cc | 2034 inference.GetResult()})); in LookupCallable() 2089 SpecializationKey<GenericCallable>{generic, inference.GetResult()}); in LookupCallable()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | command_buffer.h | 83 Result GetResult() { return result_; } in GetResult() function
|
D | pipeline.cc | 416 return guard.GetResult(); in SendDescriptorDataToDeviceIfNeeded() 449 return guard.GetResult(); in SendDescriptorDataToDeviceIfNeeded() 519 return guard.GetResult(); in ReadbackDescriptorsToHostDataQueue()
|
D | compute_pipeline.cc | 90 return guard.GetResult(); in Compute()
|
D | graphics_pipeline.cc | 737 return guard.GetResult(); in SetIndexBuffer() 785 return cmd_buf_guard.GetResult(); in Clear() 868 return cmd_buf_guard.GetResult(); in Draw()
|
/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/node/deps/v8/tools/cppgc/ |
D | gen_cmake_test.py | 103 return builder.GetResult()
|
D | gen_cmake.py | 398 def GetResult(self): member in CMakeBuilder 499 result = FormatCMake(builder.GetResult())
|
/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/node/deps/v8/src/numbers/ |
D | conversions.cc | 492 double GetResult() { in GetResult() function in v8::internal::NumberParseIntHelper 916 return helper.GetResult(); in StringToInt() 945 MaybeHandle<BigInt> GetResult() { in GetResult() function in v8::internal::StringToBigIntHelper 1023 return helper.GetResult(); in StringToBigInt() 1031 return helper.GetResult(); in BigIntLiteral()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | dxc_helper.cc | 241 if (result->GetResult(&compiled_blob) < 0) { in Compile()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
D | sweeper.cc | 235 ResultType GetResult(bool is_empty, size_t largest_new_free_list_entry) { in GetResult() function in cppgc::internal::__anonc44b6d5f0111::InlinedFinalizationBuilder 280 ResultType&& GetResult(bool is_empty, size_t largest_new_free_list_entry) { in GetResult() function in cppgc::internal::__anonc44b6d5f0111::DeferredFinalizationBuilder 363 return builder.GetResult(is_empty, largest_new_free_list_entry); in SweepNormalPage()
|
/third_party/skia/third_party/externals/tint/tools/ |
D | run_tests.py | 55 def GetResult(self, fmt): member in TestCase
|
/third_party/vk-gl-cts/external/amber/src/tests/ |
D | run_tests.py | 249 def GetResult(self, fmt): member in TestCase
|
/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 | 387 …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()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 549 HRESULT GetResult() in GetResult() function in CBenchProgressStatus 600 HRESULT res = Status->GetResult(); in SetRatioInfo()
|