Home
last modified time | relevance | path

Searched defs:Custom (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue11/
H A DYamlMapTest.java50 assertTrue(m.get("customTag") instanceof Custom); in testYamlMap() local
97 public static class Custom { class in YamlMapTest
101 public Custom(Integer i) { in Custom() method in YamlMapTest.Custom
105 public Custom(Custom c) { in Custom() method in YamlMapTest.Custom
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/error/
H A Drepr_unpacked.rs32 pub(super) fn into_data(self) -> ErrorData<Box<Custom>> { in into_data()
36 pub(super) fn data(&self) -> ErrorData<&Custom> { in data()
45 pub(super) fn data_mut(&mut self) -> ErrorData<&mut Custom> { in data_mut()
H A Drepr_bitpacked.rs214 pub(super) fn data(&self) -> ErrorData<&Custom> { in data()
220 pub(super) fn data_mut(&mut self) -> ErrorData<&mut Custom> { in data_mut()
226 pub(super) fn into_data(self) -> ErrorData<Box<Custom>> { in into_data()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/error/
H A Drepr_unpacked.rs32 pub(super) fn into_data(self) -> ErrorData<Box<Custom>> { in into_data()
36 pub(super) fn data(&self) -> ErrorData<&Custom> { in data()
45 pub(super) fn data_mut(&mut self) -> ErrorData<&mut Custom> { in data_mut()
H A Drepr_bitpacked.rs214 pub(super) fn data(&self) -> ErrorData<&Custom> { in data()
220 pub(super) fn data_mut(&mut self) -> ErrorData<&mut Custom> { in data_mut()
226 pub(super) fn into_data(self) -> ErrorData<Box<Custom>> { in into_data()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/error/
H A Drepr_unpacked.rs32 pub(super) fn into_data(self) -> ErrorData<Box<Custom>> { in into_data()
36 pub(super) fn data(&self) -> ErrorData<&Custom> { in data()
45 pub(super) fn data_mut(&mut self) -> ErrorData<&mut Custom> { in data_mut()
H A Drepr_bitpacked.rs214 pub(super) fn data(&self) -> ErrorData<&Custom> { in data()
220 pub(super) fn data_mut(&mut self) -> ErrorData<&mut Custom> { in data_mut()
226 pub(super) fn into_data(self) -> ErrorData<Box<Custom>> { in into_data()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/error/
H A Drepr_unpacked.rs32 pub(super) fn into_data(self) -> ErrorData<Box<Custom>> { in into_data()
36 pub(super) fn data(&self) -> ErrorData<&Custom> { in data()
45 pub(super) fn data_mut(&mut self) -> ErrorData<&mut Custom> { in data_mut()
H A Drepr_bitpacked.rs214 pub(super) fn data(&self) -> ErrorData<&Custom> { in data()
220 pub(super) fn data_mut(&mut self) -> ErrorData<&mut Custom> { in data_mut()
226 pub(super) fn into_data(self) -> ErrorData<Box<Custom>> { in into_data()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/error/
H A Drepr_unpacked.rs32 pub(super) fn into_data(self) -> ErrorData<Box<Custom>> { in into_data()
36 pub(super) fn data(&self) -> ErrorData<&Custom> { in data()
45 pub(super) fn data_mut(&mut self) -> ErrorData<&mut Custom> { in data_mut()
H A Drepr_bitpacked.rs214 pub(super) fn data(&self) -> ErrorData<&Custom> { in data()
220 pub(super) fn data_mut(&mut self) -> ErrorData<&mut Custom> { in data_mut()
226 pub(super) fn into_data(self) -> ErrorData<Box<Custom>> { in into_data()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/
H A Derror.rs129 Custom(C), enumerator
185 struct Custom { struct
186 kind: ErrorKind,
187 error: Box<dyn error::Error + Send + Sync>,
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/
H A Derror.rs129 Custom(C), enumerator
185 struct Custom { struct
186 kind: ErrorKind,
187 error: Box<dyn error::Error + Send + Sync>,
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/
H A Derror.rs129 Custom(C), enumerator
185 struct Custom { struct
186 kind: ErrorKind,
187 error: Box<dyn error::Error + Send + Sync>,
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/
H A Derror.rs129 Custom(C), enumerator
185 struct Custom { struct
186 kind: ErrorKind,
187 error: Box<dyn error::Error + Send + Sync>,
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/
H A Derror.rs129 Custom(C), enumerator
185 struct Custom { struct
186 kind: ErrorKind,
187 error: Box<dyn error::Error + Send + Sync>,
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/hash/
H A Dmod.rs110 struct Custom { struct
113 struct CustomHasher { argument
135 impl Hash for Custom { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/hash/
H A Dmod.rs110 struct Custom { struct
113 struct CustomHasher { argument
135 impl Hash for Custom { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/hash/
H A Dmod.rs110 struct Custom { struct
113 struct CustomHasher { argument
135 impl Hash for Custom { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/hash/
H A Dmod.rs110 struct Custom { struct
113 struct CustomHasher { argument
135 impl Hash for Custom { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/hash/
H A Dmod.rs110 struct Custom { struct
113 struct CustomHasher { argument
135 impl Hash for Custom { implementation
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/tests/
DDelegatorTests.java36 private class Custom extends ITestService.Delegator { class in DelegatorTests
37 public Custom(ITestService impl) { super(impl); } in Custom() method in DelegatorTests.Custom
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/model/
H A DColorsModel.kt46 data class Custom(val backgroundColorInt: Int) : ColorsModel { class
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectLibrary/android_common_apex34/kapt/gen/stubs/com/android/healthconnect/controller/permissions/request/wear/elements/
DButtonSize.java26 …public static final class Custom extends com.android.healthconnect.controller.permissions.request.… class in ButtonSize
30 private Custom(float customIconSize, float customTapTargetSize) { in Custom() method in ButtonSize.Custom
/aosp_15_r20/frameworks/base/tools/processors/property_cache/test/resources/
H A DCustom.java26 public class Custom { class
30 public Custom() { in Custom() method in Custom

12345678910>>...13