Home
last modified time | relevance | path

Searched defs:Backend (Results 1 – 25 of 168) sorted by relevance

1234567

/aosp_15_r20/external/executorch/runtime/backend/
H A Dinterface.h126 struct Backend { struct
130 BackendInterface* backend; argument
134 * Registers the Backend object (i.e. string name and BackendInterface pair) so argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_op_registry.h234 struct Backend { struct
240 BackendOpFilter op_filter; argument
248 std::unordered_map<string, Backend> backends_ TF_GUARDED_BY(mutex_); argument
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot_core/src/thread_parker/windows/
Dmod.rs18 enum Backend { enum
25 impl Backend { implementation
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/connection/sys/
H A Dwindows.rs23 _handler: Box<dyn vmm_vhost::Backend>, in run_req_handler()
33 _handler: Box<dyn vmm_vhost::Backend>, in run_req_handler()
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/connection/sys/linux/
H A Dlistener.rs43 handler: Box<dyn vmm_vhost::Backend>, in run_with_handler()
77 handler: Box<dyn vmm_vhost::Backend>, in run_req_handler()
H A Dstream.rs60 handler: Box<dyn vmm_vhost::Backend>, in run_req_handler()
75 handler: Box<dyn vmm_vhost::Backend>, in stream_run_with_handler()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/net/
DHttpHelperFuncTest.java112 private class Backend extends Thread { class in HttpHelperFuncTest
124 public Backend(int delay, int timeout, CyclicBarrier barrier) { in Backend() method in HttpHelperFuncTest.Backend
/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/ffi/
Dmod.rs10 pub trait Backend: Sync + Send { trait
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/
H A DBackend.java30 public final class Backend extends com.google.protobuf.GeneratedMessageV3 class
36 private Backend(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Backend() method in Backend
40 private Backend() { in Backend() method in Backend
/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache.h47 class Backend; variable
201 explicit Backend(net::CacheType cache_type) : cache_type_(cache_type) {} in Backend() function
/aosp_15_r20/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
DBackend.java44 public class Backend implements JobCallback { class
63 public Backend(Context context) { in Backend() method in Backend
/aosp_15_r20/system/security/keystore2/selinux/src/
H A Dlib.rs151 pub trait Backend { trait
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
H A DBackend.java30 public final class Backend extends com.google.protobuf.GeneratedMessageV3 class
36 private Backend(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Backend() method in Backend
40 private Backend() { in Backend() method in Backend
/aosp_15_r20/external/pytorch/torch/distributed/
H A Ddistributed_c10d.py221 class Backend(str): class
353 def __init__(self, backend: Backend):
724 def _get_default_timeout(backend: Backend) -> timedelta:
4241 wrapped_pg: torch._C._distributed_c10d.Backend,
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/
H A DIGraphMutator.h42 Backend /** Backend specific mutation */ enumerator
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/handler/sys/
H A Dlinux.rs16 pub async fn run_handler<S>(mut backend_server: BackendServer<S>, ex: &Executor) -> Result<()> in run_handler()
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DBackend.cpp7 Backend::Backend(int rank, int size) in Backend() function in c10d::Backend
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/
H A Dsnapshot_extensions.md70 ### Backend subsection
/aosp_15_r20/external/dagger2/java/dagger/spi/model/
H A DDaggerProcessingEnv.java28 public enum Backend { enum in DaggerProcessingEnv
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/model/
H A DDaggerProcessingEnv.java29 public enum Backend { JAVAC, KSP } enum in DaggerProcessingEnv
/aosp_15_r20/external/clang/include/clang/Driver/
H A DPhases.h22 Backend, enumerator
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dmod.rs73 fn build(self: Box<Self>, ex: &Executor) -> anyhow::Result<Box<dyn vmm_vhost::Backend>>; in build()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/
DPhases.h21 Backend, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/
DPhases.h21 Backend, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/
DPhases.h21 Backend, enumerator

1234567