Searched defs:Item (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | Item.java | 28 public class Item implements Parcelable { class 36 public Item(int id, String text) { in Item() method in Item 42 public Item(Parcel in) { in Item() method in Item
|
/frameworks/av/include/media/stagefright/foundation/ |
D | AMessage.h | 124 struct Item { struct 125 union { 135 } u; 136 const char *mName; 137 Type mType;
|
/frameworks/av/media/libstagefright/include/ |
D | M3UParser.h | 47 struct Item { struct 48 AString mURI; 49 sp<AMessage> mMeta;
|
/frameworks/base/core/java/android/content/ |
D | ClipData.java | 185 public static class Item { class in ClipData 194 public Item(CharSequence text) { in Item() method in ClipData.Item 207 public Item(CharSequence text, String htmlText) { in Item() method in ClipData.Item 217 public Item(Intent intent) { in Item() method in ClipData.Item 227 public Item(Uri uri) { in Item() method in ClipData.Item 238 public Item(CharSequence text, Intent intent, Uri uri) { in Item() method in ClipData.Item 251 public Item(CharSequence text, String htmlText, Intent intent, Uri uri) { in Item() method in ClipData.Item
|
/frameworks/compile/slang/ |
D | slang_rs_pragma_handler.h | 47 virtual void handleItem(const std::string &Item) { return; } in handleItem()
|
D | slang_rs_pragma_handler.cpp | 37 void handleItem(const std::string &Item) { in handleItem() 125 void handleItem(const std::string &Item) { in handleItem()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 257 Item() : isId(false), format(ResTable_map::TYPE_ANY), bagKeyId(0), evaluating(false) in Item() function 264 Item(const Item& o) : sourcePos(o.sourcePos), in Item() function
|
D | ResourceTable.cpp | 3062 ResourceTable::Item::Item(const SourcePos& _sourcePos, in Item() function in ResourceTable::Item
|