/external/rust/crates/jni/src/wrapper/ |
D | executor.rs | 53 pub struct Executor { struct 57 impl Executor { argument
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_executor.cpp | 29 using Executor = in DefaultAssign() typedef 42 using Executor = Eigen::internal::TensorExecutor<const Assign, Device, in DeviceAssign() typedef 74 using Executor = in test_execute_unary_expr() typedef 105 using Executor = in test_execute_binary_expr() typedef 138 using Executor = in test_execute_broadcasting() typedef 343 using Executor = in test_execute_reshape() typedef 383 using Executor = in test_execute_slice_rvalue() typedef 426 using Executor = in test_execute_slice_lvalue() typedef 458 using Executor = in test_execute_broadcasting_of_forced_eval() typedef 501 using Executor = in test_execute_generator_op() typedef [all …]
|
/external/rust/crates/jni/tests/ |
D | executor.rs | 32 fn test_single_thread(executor: Executor) { in test_single_thread() 40 fn test_serialized_threads(executor: Executor) { in test_serialized_threads() 52 fn test_concurrent_threads(executor: Executor, thread_num: usize) { in test_concurrent_threads()
|
D | executor_nested_attach.rs | 31 fn check_nested_attach(vm: &Arc<JavaVM>, executor: Executor) { in check_nested_attach()
|
/external/crosvm/devices/src/virtio/ |
D | async_utils.rs | 18 pub async fn await_and_exit(ex: &Executor, event: Event) -> Result<()> { in await_and_exit() 26 pub async fn handle_irq_resample(ex: &Executor, interrupt: Rc<RefCell<Interrupt>>) -> Result<()> { in handle_irq_resample()
|
/external/crosvm/cros_async/src/ |
D | executor.rs | 119 pub enum Executor { enum 124 impl Executor { implementation
|
D | timer.rs | 41 pub async fn sleep(ex: &Executor, dur: Duration) -> std::result::Result<(), Error> { in sleep() 110 async fn this_test(ex: &Executor) { in timer()
|
D | audio_streams_async.rs | 57 impl AudioStreamsExecutor for super::Executor { implementation
|
/external/crosvm/common/cros_async/src/ |
D | executor.rs | 119 pub enum Executor { enum 124 impl Executor { implementation
|
D | timer.rs | 41 pub async fn sleep(ex: &Executor, dur: Duration) -> std::result::Result<(), Error> { in sleep() 110 async fn this_test(ex: &Executor) { in timer()
|
D | audio_streams_async.rs | 57 impl AudioStreamsExecutor for super::Executor { implementation
|
/external/rust/crates/grpcio/src/task/ |
D | executor.rs | 231 pub(crate) struct Executor<'a> { struct 235 impl<'a> Executor<'a> { implementation
|
/external/crosvm/common/cros_asyncv2/src/ |
D | executor.rs | 134 pub struct Executor { struct 138 impl Executor { impl 590 ex: &Executor, in outer_future_is_send() 604 ex: &Executor, in outer_future_is_send() 618 ex: Executor, in outer_future_is_send() 766 fn notify_on_idle_worker(ex: Executor, tx: oneshot::Sender<bool>) { in notify_on_idle_worker()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorDevice.h | 92 typedef internal::TensorExecutor<const Assign, DeviceType> Executor; typedef 119 typedef internal::TensorAsyncExecutor<const Assign, ThreadPoolDevice, DoneCallback> Executor; typedef
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor_factory.h | 28 class Executor; variable
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/ |
D | benchmark.h | 112 using Executor = in run() local
|
/external/tensorflow/tensorflow/python/eager/ |
D | executor.py | 24 class Executor(object): class
|
/external/rust/crates/jni/tests/util/ |
D | example_proxy.rs | 19 pub fn new(exec: Executor, init_value: jint) -> Result<Self> { in new()
|
/external/crosvm/cros_async/src/win/ |
D | async_types.rs | 17 pub fn new(ex: &Executor, tube: Tube) -> io::Result<AsyncTube> { in new()
|
/external/crosvm/cros_async/src/unix/ |
D | async_types.rs | 15 pub fn new(ex: &Executor, tube: Tube) -> io::Result<AsyncTube> { in new()
|
/external/crosvm/devices/src/virtio/snd/cras_backend/ |
D | async_funcs.rs | 29 ex: &Executor, in process_pcm_ctrl() 217 ex: Executor, in start_pcm_worker() 477 pub async fn handle_ctrl_queue<I: SignalableInterrupt>( in handle_ctrl_queue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Parallel.cpp | 30 class Executor { class
|
/external/crosvm/devices/src/virtio/vhost/user/device/ |
D | vsock.rs | 78 ex: &Executor, in new() 510 async fn run_device<P: AsRef<Path>>( in run_device() 574 fn run_vvu_device<P: AsRef<Path>>( in run_vvu_device()
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | eager_operation.h | 185 EagerExecutor& Executor() { return *executor_; } in Executor() function
|
/external/gemmlowp/meta/ |
D | test_gemm_correctness.cc | 73 typedef GemmExecutorPackLHSCacheFriendly<> Executor; typedef 75 typedef GemmExecutorPackRHSCacheFriendly<> Executor; typedef
|