| /external/rust/crates/tokio/src/runtime/tests/ |
| D | task.rs | 42 fn with(f: impl FnOnce(Runtime)) { in with() 66 struct Runtime(Arc<Inner>); struct 80 impl Runtime { implementation 103 fn next_task(&self) -> task::Notified<Runtime> { in next_task() 142 impl Schedule for Runtime { implementation 143 fn bind(task: Task<Self>) -> Runtime { in bind()
|
| D | loom_queue.rs | 201 struct Runtime; struct 203 impl Schedule for Runtime { implementation 204 fn bind(task: Task<Self>) -> Runtime { in bind()
|
| D | queue.rs | 187 struct Runtime; struct 189 impl Schedule for Runtime { implementation 190 fn bind(task: Task<Self>) -> Runtime { in bind()
|
| D | loom_blocking.rs | 26 fn mk_runtime(num_threads: usize) -> Runtime { in mk_runtime()
|
| D | loom_basic_scheduler.rs | 12 fn assert_at_most_num_polls(rt: Arc<Runtime>, at_most_polls: usize) { in assert_at_most_num_polls()
|
| D | loom_pool.rs | 298 fn mk_pool(num_threads: usize) -> Runtime { in mk_pool()
|
| /external/rust/crates/criterion/src/ |
| D | async_executor.rs | 46 impl AsyncExecutor for tokio::runtime::Runtime { implementation 52 impl AsyncExecutor for &tokio::runtime::Runtime { implementation
|
| /external/tensorflow/tensorflow/lite/swift/Sources/ |
| D | TensorFlowLite.swift | 18 public enum Runtime { enum
|
| /external/rust/crates/tokio/src/runtime/ |
| D | mod.rs | 289 impl Runtime { impl
|
| D | builder.rs | 392 pub fn build(&mut self) -> io::Result<Runtime> { in build() 435 fn build_basic_runtime(&mut self) -> io::Result<Runtime> { in build_basic_runtime()
|
| /external/llvm-project/lldb/include/lldb/Target/ |
| D | Runtime.h | 17 Runtime(Process *process) : m_process(process) {} in Runtime() function
|
| /external/protobuf/src/google/protobuf/compiler/cpp/ |
| D | cpp_generator.h | 59 enum class Runtime { enum
|
| /external/rust/crates/clang-sys/ |
| D | README.md | 129 ### Runtime subsection
|
| /external/tensorflow/tensorflow/cc/experimental/base/public/ |
| D | runtime.h | 47 explicit Runtime(TFE_Context* ctx) : ctx_(ctx) {} in Runtime() function
|
| D | status.h | 59 friend class Runtime; variable
|
| D | tensor.h | 98 friend class Runtime; variable
|
| /external/llvm-project/polly/include/polly/CodeGen/ |
| D | LoopGenerators.h | 31 Runtime = 37 enumerator
|
| /external/llvm-project/polly/lib/CodeGen/ |
| D | ManagedMemoryRewrite.cpp | 354 GPURuntime Runtime; member in __anone5f2ad280111::ManagedMemoryRewritePass 405 GPURuntime Runtime) { in createManagedMemoryRewritePassPass()
|
| /external/pigweed/pw_tokenizer/ |
| D | hash_test.cc | 68 TEST(Hashing, Runtime) PW_NO_SANITIZE("unsigned-integer-overflow") { in TEST() argument
|
| /external/llvm-project/libc/benchmarks/ |
| D | LibcMemoryBenchmark.h | 72 Duration Runtime = {}; member
|
| /external/rust/crates/tokio/tests/ |
| D | rt_handle_block_on.rs | 455 fn new_multi_thread(n: usize) -> Runtime { in new_multi_thread()
|
| /external/rust/crates/tokio/src/task/ |
| D | local.rs | 455 pub fn block_on<F>(&self, rt: &crate::runtime::Runtime, future: F) -> F::Output in block_on()
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CGObjC.cpp | 78 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCBoxedExpr() local 222 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCCollectionLiteral() local 382 auto &Runtime = CGM.getLangOpts().ObjCRuntime; in tryGenerateSpecializedMessageSend() local 523 auto &Runtime = CGF.getLangOpts().ObjCRuntime; in tryEmitSpecializedAllocInit() local 604 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMessageExpr() local 2658 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMRRAutoreleasePoolPush() local 3810 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitBlockCopyAndAutorelease() local
|
| /external/clang/lib/CodeGen/ |
| D | CGObjC.cpp | 72 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCBoxedExpr() local 205 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCCollectionLiteral() local 372 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMessageExpr() local 2325 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMRRAutoreleasePoolPush() local 3355 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitBlockCopyAndAutorelease() local
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
| D | runtime.cc | 240 Runtime::Runtime(const RuntimeOptions& options, const GpuInfo& gpu_info, in Runtime() function in tflite::gpu::gl::Runtime
|