Home
last modified time | relevance | path

Searched defs:Generic (Results 1 – 25 of 260) sorted by relevance

1234567891011

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_java_ffi/src/class/
Dv1_data_element.rs29 pub struct Generic<Obj>(pub Obj); struct
31 impl<'local> Generic<JObject<'local>> { impl
42 impl<'local, Obj: AsRef<JObject<'local>>> Generic<Obj> { implementation
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/ops/
H A Dgeneric.cpp6 Generic::Generic( in Generic() function in torch::lazy::Generic
15 Generic::Generic( in Generic() function in torch::lazy::Generic
24 Generic::Generic( in Generic() function in torch::lazy::Generic
31 Generic::Generic(OpKind op, Shape shape, size_t num_outputs, hash_t hash_seed) in Generic() function in torch::lazy::Generic
/aosp_15_r20/external/dagger2/javatests/dagger/functional/generictypes/subpackage/
H A DGeneric.java21 public class Generic<T> { class
25 Generic(T t) { in Generic() method in Generic
/aosp_15_r20/external/rust/android-crates-io/crates/arbitrary/tests/
Dpath.rs30 struct Generic<T> { struct
31 inner: T,
Dderive.rs142 struct Generic<T> { struct
149 let gen: Generic<bool> = arbitrary_from(&raw); in generics() argument
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_java_ffi/java/com/google/android/nearby/presence/rust/
DV1DataElement.java42 public static final class Generic extends V1DataElement { class in V1DataElement
46 public Generic(long type, byte[] data) { in Generic() method in V1DataElement.Generic
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/
DBiometricDisplayListener.java82 …public static final class Generic extends com.android.systemui.biometrics.BiometricDisplayListener… class in BiometricDisplayListener.SensorType
86 private Generic() { in Generic() method in BiometricDisplayListener.SensorType.Generic
/aosp_15_r20/external/kotlinx.serialization/benchmark/src/jmh/kotlin/kotlinx/benchmarks/json/
H A DLookupOverheadBenchmark.kt25 class Generic<T>(val a: T) class
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dmem.rs595 struct Generic<T> { in offset_of() struct
596 x: u8, in offset_of()
597 y: u32, in offset_of()
598 z: T, in offset_of()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dmem.rs595 struct Generic<T> { in offset_of() struct
596 x: u8, in offset_of()
597 y: u32, in offset_of()
598 z: T, in offset_of()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dmem.rs595 struct Generic<T> { in offset_of() struct
596 x: u8, in offset_of()
597 y: u32, in offset_of()
598 z: T, in offset_of()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dmem.rs595 struct Generic<T> { in offset_of() struct
596 x: u8, in offset_of()
597 y: u32, in offset_of()
598 z: T, in offset_of()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dmem.rs595 struct Generic<T> { in offset_of() struct
596 x: u8, in offset_of()
597 y: u32, in offset_of()
598 z: T, in offset_of()
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/jvmTest/src/kotlinx/serialization/
H A DJvmMissingFieldsExceptionTest.kt14 data class Generic<out T1, out T2, out T3>(val f1: T1, val f2: T2, val f3: T3) class in kotlinx.serialization.JvmMissingFieldsExceptionTest
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/tests/ui/
H A Dextern_type_generic.rs4 type Generic<T>; typedef
/aosp_15_r20/external/rust/cxx/tests/ui/
Dextern_type_generic.rs4 type Generic<T>; typedef
/aosp_15_r20/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/testing/
DGeneric.java20 public final class Generic { class
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/generictypes/subpackage/
H A DGeneric.kt21 open class Generic<T> @Inject internal constructor(val t: T) class
/aosp_15_r20/external/rust/android-crates-io/crates/thiserror/tests/ui/
Dlifetime.rs20 struct Generic<T: Debug>(T); struct
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/
H A DGeneric.cpp24 Generic::Generic() in Generic() function in android::nl::protocols::generic::Generic
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.h16 enum class ArchEnum { NoArch, Generic, V5, V55, V60, V62, V65, V66 }; enumerator
/aosp_15_r20/external/scudo/standalone/tests/
H A Dreport_test.cpp20 TEST(ScudoReportDeathTest, Generic) { in TEST() argument
/aosp_15_r20/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp24 Generic = 0, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.h19 Generic, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp23 Generic = 0, enumerator

1234567891011