/aosp12/system/security/keystore2/src/ |
H A D | try_insert.rs | 24 type Item; typedef 43 fn get_or_try_to_insert_with<E, F: FnOnce() -> Result<Self::Item, E>>( in get_or_try_to_insert_with() 46 ) -> Result<&mut Self::Item, E>; in get_or_try_to_insert_with() 50 type Item = T; typedef 51 fn get_or_try_to_insert_with<E, F: FnOnce() -> Result<Self::Item, E>>( in get_or_try_to_insert_with() 54 ) -> Result<&mut Self::Item, E> { in get_or_try_to_insert_with()
|
H A D | permission.rs | 366 type Item = KeyPerm; typedef 368 fn next(&mut self) -> Option<Self::Item> { in next() 425 type Item = KeyPerm; typedef
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
H A D | Item.java | 28 public class Item implements Parcelable { class 36 public Item(int id, String text) { in Item() method in Item 40 public Item(int id, String text, Bitmap icon) { in Item() method in Item 46 public Item(Parcel in) { in Item() method in Item
|
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
H A D | AMessage.h | 292 struct Item { struct 293 union { 303 } u; 304 const char *mName; 305 size_t mNameLength; 306 Type mType; 308 Item() : mName(nullptr), mNameLength(0), mType(kTypeInt32) { } in Item() function
|
/aosp12/frameworks/base/core/jni/hwbinder/ |
H A D | EphemeralStorage.h | 69 struct Item { struct 70 Type mType; 71 jobject mObj; 72 void *mPtr;
|
/aosp12/frameworks/av/media/libstagefright/httplive/ |
H A D | M3UParser.h | 66 struct Item { struct 67 AString mURI; 68 sp<AMessage> mMeta;
|
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/ |
H A D | Item.java | 32 public class Item extends AbstractItem { class 41 public Item() { in Item() method in Item 46 public Item(Context context, AttributeSet attrs) { in Item() method in Item
|
/aosp12/system/extras/simpleperf/ |
H A D | SampleDisplayer.h | 192 struct Item { struct 204 Item item; in AddDisplayFunction() argument
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
H A D | Item.java | 37 public abstract class Item { class 44 public Item(@LayoutRes int layoutId, String title, String stringId, UserId userId) { in Item() method in Item
|
/aosp12/packages/modules/Virtualization/authfs/src/ |
H A D | common.rs | 39 type Item = (u64, usize); typedef 41 fn next(&mut self) -> Option<Self::Item> { in next()
|
H A D | crypto.rs | 71 I: IntoIterator<Item = T>, in update_from()
|
/aosp12/frameworks/av/services/mediametrics/ |
H A D | iface_statsd.h | 22 class Item; variable
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | ClipData.java | 205 public static class Item { class in ClipData 218 public Item(Item other) { in Item() method in ClipData.Item 230 public Item(CharSequence text) { in Item() method in ClipData.Item 246 public Item(CharSequence text, String htmlText) { in Item() method in ClipData.Item 256 public Item(Intent intent) { in Item() method in ClipData.Item 266 public Item(Uri uri) { in Item() method in ClipData.Item 277 public Item(CharSequence text, Intent intent, Uri uri) { in Item() method in ClipData.Item 290 public Item(CharSequence text, String htmlText, Intent intent, Uri uri) { in Item() method in ClipData.Item
|
/aosp12/frameworks/base/core/proto/android/content/ |
H A D | clipdata.proto | 42 message Item { message
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
H A D | FetchProfile.java | 39 public enum Item implements Fetchable { enum in FetchProfile
|
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_pragma_handler.h | 46 virtual void handleItem(const std::string &Item) { } in handleItem()
|
H A D | slang_rs_pragma_handler.cpp | 42 void handleItem(const std::string &Item) { in handleItem() 345 void handleItem(const std::string &Item) { in handleItem()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | PopupList.java | 44 public static class Item { class in PopupList 48 public Item(int id, String title) { in Item() method in PopupList.Item
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | ActivityPicker.java | 212 public static class Item implements AppWidgetLoader.LabelledItem { class in ActivityPicker.PickAdapter 233 Item(Context context, CharSequence label, Drawable icon) { in Item() method in ActivityPicker.PickAdapter.Item 242 Item(Context context, PackageManager pm, ResolveInfo resolveInfo) { in Item() method in ActivityPicker.PickAdapter.Item
|
/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
H A D | Item.java | 24 public abstract class Item { class
|
/aosp12/system/bt/gd/rust/link/src/acl/ |
H A D | fragment.rs | 97 std::boxed::Box<dyn futures::Stream<Item = bt_packets::hci::AclPacket> + std::marker::Send>, in fragmenting_stream()
|
/aosp12/system/bt/common/ |
H A D | leaky_bonded_queue_unittest.cc | 35 class Item { class 37 Item(int i) { index = i; } in Item() function in testing::Item
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaMetrics.java | 246 public static class Item { class 332 public Item(String key) { in Item() method in Item 359 public Item(String key, int pid, int uid, long timeNs, int capacity) { in Item() method in Item
|
/aosp12/build/make/tools/releasetools/ |
H A D | test_blockimgdiff.py | 29 class Item(object): class in HealpItemTest
|
/aosp12/system/bt/stack/btm/ |
H A D | btm_ble_gap.cc | 136 struct Item { struct in __anonfefdf81b0110::AdvertisingCache 137 uint8_t addr_type; 138 RawAddress addr; 139 std::vector<uint8_t> data; 141 Item(uint8_t addr_type, const RawAddress& addr, std::vector<uint8_t> data) in Item() function
|