Home
last modified time | relevance | path

Searched defs:BackendType (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Dxhci_backend_device.rs14 pub enum BackendType { enum
22 fn get_backend_type(&self) -> BackendType; in get_backend_type()
H A Dusb_hub.rs77 ty: BackendType, in new()
/aosp_15_r20/external/crosvm/perfetto/src/
H A Dlib.rs470 pub enum BackendType { enum
477 pub fn init_tracing(backend: BackendType) { in init_tracing()
H A Dbindings.rs73 pub type BackendType = ::std::os::raw::c_int; typedef
/aosp_15_r20/external/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/
H A DBackendType.java3 public enum BackendType { enum
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/
DBackendType.aidl3 enum BackendType { enum
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DBackendType.java10 public @interface BackendType { annotation
/aosp_15_r20/external/perfetto/include/perfetto/tracing/
H A Dbackend_type.h24 enum BackendType : uint32_t { enum
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/
H A Dbackend_type.h24 enum BackendType : uint32_t { enum
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DBackendType.java10 public @interface BackendType { annotation
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBackendType.h19 enum class BackendType : int8_t { enum
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBackendType.h19 enum class BackendType : int8_t { enum
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBackendType.h26 enum class BackendType : int8_t { enum
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBackendType.h26 enum class BackendType : int8_t { enum
/aosp_15_r20/external/cronet/net/base/
H A Dcache_type.h30 enum BackendType { enum
/aosp_15_r20/external/google-cloud-java/java-network-management/proto-google-cloud-network-management-v1beta1/src/main/java/com/google/cloud/networkmanagement/v1beta1/
H A DLoadBalancerInfo.java310 public enum BackendType implements com.google.protobuf.ProtocolMessageEnum { enum in LoadBalancerInfo
453 private BackendType(int value) { in BackendType() method in LoadBalancerInfo.BackendType
/aosp_15_r20/external/google-cloud-java/java-network-management/proto-google-cloud-network-management-v1/src/main/java/com/google/cloud/networkmanagement/v1/
H A DLoadBalancerInfo.java310 public enum BackendType implements com.google.protobuf.ProtocolMessageEnum { enum in LoadBalancerInfo
453 private BackendType(int value) { in BackendType() method in LoadBalancerInfo.BackendType
/aosp_15_r20/external/pytorch/torch/distributed/rpc/
H A Dbackend_registry.py43 BackendType = enum.Enum(value="BackendType", names={}) # type: ignore[misc] variable
/aosp_15_r20/external/skia/tools/sk_app/
H A DWindow.h60 enum BackendType { enum
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dkernel.h190 enum BackendType { enum
/aosp_15_r20/external/crosvm/devices/src/usb/backend/fido_backend/
H A Dfido_passthrough.rs520 fn get_backend_type(&self) -> BackendType { in get_backend_type()
/aosp_15_r20/external/crosvm/devices/src/usb/backend/host_backend/
H A Dhost_device.rs322 fn get_backend_type(&self) -> BackendType { in get_backend_type()
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DProcessGroup.hpp66 enum BackendType : uint8_t { enum in c10d::ProcessGroup
/aosp_15_r20/external/crosvm/devices/src/usb/backend/
H A Ddevice.rs227 fn get_backend_type(&self) -> BackendType { in get_backend_type()
/aosp_15_r20/external/google-cloud-java/java-network-management/proto-google-cloud-network-management-v1/src/main/proto/google/cloud/networkmanagement/v1/
H A Dtrace.proto459 enum BackendType { enum

12