Home
last modified time | relevance | path

Searched defs:GetRuntime (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/bootable/deprecated-ota/updater/include/updater/
H A Dupdater.h56 UpdaterRuntimeInterface* GetRuntime() const override { in GetRuntime() function
/aosp_15_r20/external/pdfium/fxjs/
H A Dglobal_timer.h36 CJS_Runtime* GetRuntime() const { return m_pRuntime.Get(); } in GetRuntime() function
H A Dcjs_object.h54 CJS_Runtime* GetRuntime() const { return m_pRuntime.Get(); } in GetRuntime() function
/aosp_15_r20/art/compiler/
H A Dcommon_compiler_test.h120 Runtime* GetRuntime() override { in GetRuntime() function
/aosp_15_r20/external/armnn/delegate/classic/include/
H A Darmnn_delegate.hpp70 armnn::IRuntime* GetRuntime(const armnn::IRuntime::CreationOptions& options) in GetRuntime() function in armnnDelegate::Delegate
/aosp_15_r20/external/armnn/delegate/opaque/include/
H A Darmnn_delegate.hpp55 armnn::IRuntime* GetRuntime(const armnn::IRuntime::CreationOptions& options) in GetRuntime() function in armnnOpaqueDelegate::ArmnnOpaqueDelegate
/aosp_15_r20/art/runtime/jni/
H A Djava_vm_ext.h74 Runtime* GetRuntime() const { in GetRuntime() function
/aosp_15_r20/external/armnn/tests/ExecuteNetwork/
H A DArmNNExecutor.hpp51 armnn::IRuntime* GetRuntime(const armnn::IRuntime::CreationOptions& options) in GetRuntime() function in ArmNNExecutor
/aosp_15_r20/external/google-cloud-java/java-notebooks/proto-google-cloud-notebooks-v1/src/main/proto/google/cloud/notebooks/v1/
H A Dmanaged_service.proto53 rpc GetRuntime(GetRuntimeRequest) returns (Runtime) { rpc
/aosp_15_r20/external/googleapis/google/cloud/notebooks/v1/
H A Dmanaged_service.proto53 rpc GetRuntime(GetRuntimeRequest) returns (Runtime) { rpc
/aosp_15_r20/art/compiler/optimizing/
H A Dcodegen_test_utils.h251 Runtime* GetRuntime() override { return nullptr; } in Run() function
/aosp_15_r20/external/google-cloud-java/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1/
H A Dgapic_metadata.json28 "GetRuntime": { object
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc409 static Runtime* GetRuntime() { in GetRuntime() function in art::WatchDog