HomeSort by relevance Sort by last modified time
    Searched refs:Item (Results 1 - 25 of 895) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
Item.java 20 * Represents an Item in our application. Each item has a name, id, full size image url and
23 public class Item {
28 public static Item[] ITEMS = new Item[] {
29 new Item("Flying in the Light", "Romain Guy", "flying_in_the_light.jpg"),
30 new Item("Caterpillar", "Romain Guy", "caterpillar.jpg"),
31 new Item("Look Me in the Eye", "Romain Guy", "look_me_in_the_eye.jpg"),
32 new Item("Flamingo", "Romain Guy", "flamingo.jpg"),
33 new Item("Rainbow", "Romain Guy", "rainbow.jpg")
    [all...]
  /developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
Item.java 20 * Represents an Item in our application. Each item has a name, id, full size image url and
23 public class Item {
28 public static Item[] ITEMS = new Item[] {
29 new Item("Flying in the Light", "Romain Guy", "flying_in_the_light.jpg"),
30 new Item("Caterpillar", "Romain Guy", "caterpillar.jpg"),
31 new Item("Look Me in the Eye", "Romain Guy", "look_me_in_the_eye.jpg"),
32 new Item("Flamingo", "Romain Guy", "flamingo.jpg"),
33 new Item("Rainbow", "Romain Guy", "rainbow.jpg")
    [all...]
  /development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
Item.java 20 * Represents an Item in our application. Each item has a name, id, full size image url and
23 public class Item {
28 public static Item[] ITEMS = new Item[] {
29 new Item("Flying in the Light", "Romain Guy", "flying_in_the_light.jpg"),
30 new Item("Caterpillar", "Romain Guy", "caterpillar.jpg"),
31 new Item("Look Me in the Eye", "Romain Guy", "look_me_in_the_eye.jpg"),
32 new Item("Flamingo", "Romain Guy", "flamingo.jpg"),
33 new Item("Rainbow", "Romain Guy", "rainbow.jpg")
    [all...]
  /external/robolectric/v1/src/main/java/com/google/android/maps/
ShadowItemizedOverlayBridge.java 6 public class ShadowItemizedOverlayBridge<Item extends OverlayItem> {
7 private ItemizedOverlay<Item> itemizedObject;
9 public ShadowItemizedOverlayBridge(ItemizedOverlay<Item> itemizedObject) {
13 public Item createItem(int i) {
  /libcore/luni/src/test/java/libcore/java/util/
ComparatorTest.java 27 private static final Item ZERO = new Item(0);
28 private static final Item ONE = new Item(1);
29 private static final Item TWO = new Item(2);
30 private static final Item THREE = new Item(3);
31 private static final Item FOUR = new Item(4)
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
Box.java 21 private Item top;
22 private Item bottom;
30 public Item getTop() {
34 public void setTop(Item top) {
38 public Item getBottom() {
42 public void setBottom(Item bottom) {
  /external/llvm/include/llvm/DebugInfo/CodeView/
RecordSerialization.h 64 std::error_code consume(ArrayRef<uint8_t> &Data, uint32_t &Item);
65 std::error_code consume(StringRef &Data, uint32_t &Item);
66 std::error_code consume(ArrayRef<uint8_t> &Data, int32_t &Item);
69 std::error_code consume(ArrayRef<uint8_t> &Data, StringRef &Item);
74 std::error_code consume(ArrayRef<uint8_t> &Data, T *&Item) {
75 return consumeObject(Data, Item);
79 serialize_conditional_impl(T &Item, U Func) : Item(Item), Func(Func) {}
84 return consume(Data, Item);
    [all...]
CVRecord.h 32 CVRecord<Kind> &Item) const {
39 Item.Length = Prefix->RecordLen;
40 if (Item.Length < 2)
42 Item.Type = static_cast<Kind>(uint16_t(Prefix->RecordKind));
46 Reader.readBytes(Item.RawData, Item.Length + sizeof(uint16_t)))
48 Item.Data = Item.RawData.slice(sizeof(RecordPrefix));
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIAEnumLineNumbers.cpp 28 CComPtr<IDiaLineNumber> Item;
29 if (S_OK != Enumerator->Item(Index, &Item))
32 return std::unique_ptr<IPDBLineNumber>(new DIALineNumber(Item));
36 CComPtr<IDiaLineNumber> Item;
38 if (S_OK != Enumerator->Next(1, &Item, &NumFetched))
41 return std::unique_ptr<IPDBLineNumber>(new DIALineNumber(Item));
DIAEnumDebugStreams.cpp 28 CComPtr<IDiaEnumDebugStreamData> Item;
32 if (S_OK != Enumerator->Item(VarIndex, &Item))
35 return std::unique_ptr<IPDBDataStream>(new DIADataStream(Item));
39 CComPtr<IDiaEnumDebugStreamData> Item;
41 if (S_OK != Enumerator->Next(1, &Item, &NumFetched))
44 return std::unique_ptr<IPDBDataStream>(new DIADataStream(Item));
DIAEnumSourceFiles.cpp 28 CComPtr<IDiaSourceFile> Item;
29 if (S_OK != Enumerator->Item(Index, &Item))
32 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item));
36 CComPtr<IDiaSourceFile> Item;
38 if (S_OK != Enumerator->Next(1, &Item, &NumFetched))
41 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item));
DIAEnumSymbols.cpp 29 CComPtr<IDiaSymbol> Item;
30 if (S_OK != Enumerator->Item(Index, &Item))
33 std::unique_ptr<DIARawSymbol> RawSymbol(new DIARawSymbol(Session, Item));
38 CComPtr<IDiaSymbol> Item;
40 if (S_OK != Enumerator->Next(1, &Item, &NumFetched))
43 std::unique_ptr<DIARawSymbol> RawSymbol(new DIARawSymbol(Session, Item));
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
XmlParser.py 64 # Check if any required item is missing in DistributionPackage
133 for Item in self.DistP.Tools.GetFileList():
135 CheckDict = {'FileName':Item.GetURI(), }
150 for Item in self.DistP.MiscellaneousFiles.GetFileList():
152 CheckDict = {'FileName':Item.GetURI(), }
158 for Item in self.DistP.UserExtensions:
160 CheckDict = {'UserId':Item.GetUserID(), }
182 for Item in XmlList(self.Pkg, '/DistributionPackage/PackageSurfaceArea'):
184 Package = Psa.FromXml(Item, 'PackageSurfaceArea')
192 for Item in XmlList(self.Pkg, '/DistributionPackage/ModuleSurfaceArea'):
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Item.java 24 * Represents an Item COMPREHENSION-TLV object.
28 public class Item implements Parcelable {
29 /** Identifier of the item. */
31 /** Text string of the item. */
33 /** Icon of the item */
36 public Item(int id, String text) {
40 public Item(int id, String text, Bitmap icon) {
46 public Item(Parcel in) {
64 public static final Parcelable.Creator<Item> CREATOR = new Parcelable.Creator<Item>() {
    [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 61 class Item;
92 const Item& getItem (int ndx) const { return *m_items[ndx]; }
93 Item& getItem (int ndx) { return *m_items[ndx]; }
99 std::vector<Item*> m_items;
106 T* item = new T(); local
107 m_items.push_back(static_cast<ri::Item*>(item));
108 return item;
134 // Result item type.
192 class Item
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
LinuxLoaderEfiApp.c 18 Extract the next item from the command line.
24 @param[out] Item Pointer to the allocated buffer where the
25 item is stored.
28 @retval EFI_NOT_FOUND No item found.
36 OUT CHAR16 **Item
80 *Item = Buffer;
86 Check if an item of the command line is a flag or not.
88 @param[in] Item Command line item.
90 @retval TRUE The item is a flag.
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Exception.py 27 def FromXml(self, Item, Key):
28 self.KeyWord = XmlElement(Item, '%s/KeyWord' % Key)
29 self.ErrorID = XmlElement(Item, '%s/ErrorID' % Key)
30 self.FilePath = os.path.normpath(XmlElement(Item, '%s/FilePath' % Key))
42 for Item in XmlList(XmlContent, '/ExceptionList/Exception'):
44 Exp.FromXml(Item, 'Exception')
49 for Item in self.List:
50 #RtnList.append((Item.ErrorID, Item.KeyWord, Item.FilePath))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfSoucesObject.py 36 def GenSourceInstance(Item, CurrentLineOfItem, ItemObj):
40 if len(Item) < 6 and len(Item) >= 1:
44 if len(Item) == 5:
48 if Item[4].strip() == '':
58 FeatureFlagRtv = IsValidFeatureFlagExp(Item[4].strip())
66 ItemObj.SetFeatureFlagExp(Item[4])
67 if len(Item) >= 4:
68 if Item[3].strip() == '':
69 ItemObj.SetToolCode(Item[3])
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
Item.java 25 public abstract class Item {
29 public Item() {
34 * Returns the item type for this instance.
36 * @return {@code non-null;} the item type
41 * Returns the human name for the particular type of item this
59 * This will <i>not</i> add an item to the file for this instance itself
  /dalvik/dx/src/com/android/dx/dex/file/
Item.java 25 public abstract class Item {
29 public Item() {
34 * Returns the item type for this instance.
36 * @return {@code non-null;} the item type
41 * Returns the human name for the particular type of item this
59 * This will <i>not</i> add an item to the file for this instance itself
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
print.c 68 POINTER Item;
102 // Current item being formatted
103 struct _pitem *Item;
895 PRINT_ITEM *Item;
898 // Get the length of the item
899 Item = ps->Item;
900 Item->Item.Index = 0;
901 while (Item->Item.Index < Item->FieldWidth)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_list.h 28 template<class Item>
40 void push_back(Item *x) {
53 void push_front(Item *x) {
73 Item *front() { return first_; }
74 const Item *front() const { return first_; }
75 Item *back() { return last_; }
76 const Item *back() const { return last_; }
78 void append_front(IntrusiveList<Item> *l) {
92 void append_back(IntrusiveList<Item> *l) {
112 for (Item *i = first_; ; i = i->next)
    [all...]
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
SortedListTest.java 39 SortedList<Item> mList;
44 private SortedList.Callback<Item> mCallback;
45 InsertedCallback<Item> mInsertedCallback;
46 ChangedCallback<Item> mChangedCallback;
48 private Comparator<? super Item> sItemComparator = new Comparator<Item>() {
50 public int compare(Item o1, Item o2) {
67 mCallback = new SortedList.Callback<Item>() {
69 public int compare(Item o1, Item o2)
121 Item item = new Item(); local
140 Item item = new Item(); local
152 Item item = new Item(); local
166 Item item = new Item(); local
204 Item item = new Item(); local
233 assertNotSame(mList.get(index), item); local
281 Item item = new Item(id, id); local
308 Item item = mList.get(i); local
475 Item item = new Item(uniqueId++, cmpField); local
488 Item item = mList.get(i); local
530 Item item = new Item(id++, 0); local
753 Item item = (Item) o; local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
LocalVariableList.java 84 Item item = descriptorList.get(i); local
85 Item signatureItem = signatureList.itemToLocal(item);
88 item = item.withSignature(signature);
90 result.set(i, item);
107 * Gets the indicated item.
109 * @param n {@code >= 0;} which item
110 * @return {@code null-ok;} the indicated item
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowItemizedOverlay.java 19 public class ShadowItemizedOverlay<Item extends OverlayItem> {
23 private ArrayList<Item> items = new ArrayList<Item>();
26 private ItemizedOverlay<Item> realObject;
39 public final Item getItem(int position) {
44 public boolean hitTest(OverlayItem item, android.graphics.drawable.Drawable drawable, int i, int i1) {
89 private ShadowItemizedOverlayBridge<Item> getBridge() {
90 return new ShadowItemizedOverlayBridge<Item>(realObject);

Completed in 1088 milliseconds

1 2 3 4 5 6 7 8 91011>>