Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dbit_struct_test.cc73 TEST(BitStructs, Custom) { in TEST() argument
/aosp12/frameworks/native/libs/binder/rust/src/parcel/
H A Dparcelable.rs688 struct Custom(u32, bool, String, Vec<String>); in test_custom_parcelable() struct
690 impl Serialize for Custom { in test_custom_parcelable() implementation
699 impl Deserialize for Custom { in test_custom_parcelable() implementation
/aosp12/build/soong/android/
H A Dandroidmk.go73 Custom func(w io.Writer, name, prefix, moduleDir string, data AndroidMkData) member