Home
last modified time | relevance | path

Searched defs:Runtime (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/
Druntime.rs99 pub struct Runtime { struct
110 /// The flavor of a `Runtime`. argument
141 impl Runtime { implementation
146 ) -> Runtime { in from_parts()
488 impl Drop for Runtime { implementation
513 impl std::panic::UnwindSafe for Runtime {} implementation
515 impl std::panic::RefUnwindSafe for Runtime {} implementation
Dbuilder.rs810 pub fn build(&mut self) -> io::Result<Runtime> { in build()
1331 fn build_current_thread_runtime(&mut self) -> io::Result<Runtime> { in build_current_thread_runtime()
/aosp_15_r20/external/stg/
H A Druntime.h40 struct Runtime { struct
41 Runtime(std::ostream& output, bool print_metrics) in Runtime() function
57 Time(Runtime& runtime, const char* name); argument
/aosp_15_r20/external/executorch/docs/source/
H A Dnative-delegates-executorch-xnnpack-delegate.md56 ### Runtime subsection
60 #### **XNNPACK Library**
63 #### **Init**
69 #### **Execute**
72 #### **Profiling**
H A Dmodel-debugging.md13 ### Runtime subsection
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/tests/
Dtask.rs351 fn with(f: impl FnOnce(Runtime)) { in with()
374 struct Runtime(Arc<Inner>); struct
387 impl Runtime { impl
423 fn next_task(&self) -> task::Notified<Runtime> { in next_task()
441 impl Schedule for Runtime { implementation
Dqueue.rs277 struct Runtime; struct
279 impl Schedule for Runtime { implementation
/aosp_15_r20/external/executorch/examples/demo-apps/android/ExecuTorchDemo/
H A DREADME.md60 ### Runtime subsection
64 #### XNNPACK
106 #### Qualcomm Hexagon NPU
/aosp_15_r20/external/aws-sdk-java-v2/services/lambda/src/main/resources/codegen-resources/
H A Dexamples-1.json39 "Runtime": "nodejs4.3", string
54 "Runtime": "nodejs4.3", string
229 "Runtime": "nodejs4.3", string
274 "Runtime": "python2.7", string
447 "Runtime": "python2.7", string
556 "Runtime": "python2.7", string
581 "Runtime": "python2.7", string
596 "Runtime": "python2.7", string
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dasync_executor.rs46 impl AsyncExecutor for tokio::runtime::Runtime { implementation
52 impl AsyncExecutor for &tokio::runtime::Runtime { implementation
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst1366 .. _whatsnew311-lazy-python-frames:
1368 Cheaper, lazy Python frames
1393 Inlined Python function calls
1416 PEP 659: Specializing Adaptive Interpreter
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DRuntime.cpp252 Runtime::Runtime(const RuntimeConfiguration config) in Runtime() function in at::native::vulkan::api::Runtime
301 Runtime::Runtime(Runtime&& other) noexcept in Runtime() function in at::native::vulkan::api::Runtime
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/
H A DRuntime.java32 public class Runtime { class
35 private Runtime() { in Runtime() method in Runtime
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dmarker.rs1045 pub struct Runtime; struct
1051 impl Compat<true> for Runtime {} implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dmarker.rs1045 pub struct Runtime; struct
1051 impl Compat<true> for Runtime {} implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/
H A Dmarker.rs1045 pub struct Runtime; struct
1051 impl Compat<true> for Runtime {} implementation
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DRuntime.java79 public class Runtime { class
125 private Runtime() {} in Runtime() method in Runtime
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DRuntime.java79 public class Runtime { class
125 private Runtime() {} in Runtime() method in Runtime
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/
DRuntime.java79 public class Runtime { class
125 private Runtime() {} in Runtime() method in Runtime
/aosp_15_r20/external/google-cloud-java/java-notebooks/proto-google-cloud-notebooks-v1/src/main/java/com/google/cloud/notebooks/v1/
H A DRuntime.java30 public final class Runtime extends com.google.protobuf.GeneratedMessageV3 class
36 private Runtime(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Runtime() method in Runtime
40 private Runtime() { in Runtime() method in Runtime
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/
H A DTensorFlowLite.swift18 public enum Runtime { enum
/aosp_15_r20/external/tensorflow/tensorflow/core/function/
H A Druntime_client.h60 explicit Runtime(EagerContext& eager_ctx) : eager_ctx_(eager_ctx) {} in Runtime() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DRuntime.h17 Runtime(Process *process) : m_process(process) {} in Runtime() function
/aosp_15_r20/external/executorch/backends/apple/coreml/
H A DREADME.md120 ## Runtime section in ExecuTorch Core ML Delegate
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/
DRuntime.h17 Runtime(Process *process) : m_process(process) {} in Runtime() function

12345678910>>...18