Home
last modified time | relevance | path

Searched defs:Item (Results 1 – 25 of 45) sorted by relevance

12

/aosp12/system/security/keystore2/src/
H A Dtry_insert.rs24 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 Dpermission.rs366 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 DItem.java28 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 DAMessage.h292 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 DEphemeralStorage.h69 struct Item { struct
70 Type mType;
71 jobject mObj;
72 void *mPtr;
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.h66 struct Item { struct
67 AString mURI;
68 sp<AMessage> mMeta;
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItem.java32 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 DSampleDisplayer.h192 struct Item { struct
204 Item item; in AddDisplayFunction() argument
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
H A DItem.java37 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 Dcommon.rs39 type Item = (u64, usize); typedef
41 fn next(&mut self) -> Option<Self::Item> { in next()
H A Dcrypto.rs71 I: IntoIterator<Item = T>, in update_from()
/aosp12/frameworks/av/services/mediametrics/
H A Diface_statsd.h22 class Item; variable
/aosp12/frameworks/base/core/java/android/content/
H A DClipData.java205 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 Dclipdata.proto42 message Item { message
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A DFetchProfile.java39 public enum Item implements Fetchable { enum in FetchProfile
/aosp12/frameworks/compile/slang/
H A Dslang_rs_pragma_handler.h46 virtual void handleItem(const std::string &Item) { } in handleItem()
H A Dslang_rs_pragma_handler.cpp42 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 DPopupList.java44 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 DActivityPicker.java212 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 DItem.java24 public abstract class Item { class
/aosp12/system/bt/gd/rust/link/src/acl/
H A Dfragment.rs97 std::boxed::Box<dyn futures::Stream<Item = bt_packets::hci::AclPacket> + std::marker::Send>, in fragmenting_stream()
/aosp12/system/bt/common/
H A Dleaky_bonded_queue_unittest.cc35 class Item { class
37 Item(int i) { index = i; } in Item() function in testing::Item
/aosp12/frameworks/base/media/java/android/media/
H A DMediaMetrics.java246 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 Dtest_blockimgdiff.py29 class Item(object): class in HealpItemTest
/aosp12/system/bt/stack/btm/
H A Dbtm_ble_gap.cc136 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

12