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

1 2 3 4 5 6 7 8 910

  /frameworks/base/telephony/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) {
42 public Item(Parcel in) {
58 public static final Parcelable.Creator<Item> CREATOR = new Parcelable.Creator<Item>() {
59 public Item createFromParcel(Parcel in)
    [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
IndexedItem.java 20 * An item in a Dalvik file which is referenced by index.
22 public abstract class IndexedItem extends Item {
23 /** {@code >= -1;} assigned index of the item, or {@code -1} if not
44 * Gets the item index.
47 * @throws RuntimeException thrown if the item index is not yet assigned
58 * Sets the item index. This method may only ever be called once
62 * @param index {@code >= 0;} the item index
73 * Gets the index of this item as a string, suitable for including in
UniformItemSection.java 26 * {@link Item} objects. Each of the items must have the same size in
46 Collection<? extends Item> items = items();
53 // Since each item has to be the same size, we can pick any.
58 * Gets the item corresponding to the given {@link Constant}. This
64 * @return {@code non-null;} the corresponding item found in this instance
75 for (Item one : items()) {
86 for (Item one : items()) {
94 public final int getAbsoluteItemOffset(Item item) {
99 IndexedItem ii = (IndexedItem) item;
    [all...]
  /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
IndexedItem.java 20 * An item in a Dalvik file which is referenced by index.
22 public abstract class IndexedItem extends Item {
23 /** {@code >= -1;} assigned index of the item, or {@code -1} if not
44 * Gets the item index.
47 * @throws RuntimeException thrown if the item index is not yet assigned
58 * Sets the item index. This method may only ever be called once
62 * @param index {@code >= 0;} the item index
73 * Gets the index of this item as a string, suitable for including in
UniformItemSection.java 26 * {@link Item} objects. Each of the items must have the same size in
46 Collection<? extends Item> items = items();
53 // Since each item has to be the same size, we can pick any.
58 * Gets the item corresponding to the given {@link Constant}. This
64 * @return {@code non-null;} the corresponding item found in this instance
75 for (Item one : items()) {
86 for (Item one : items()) {
94 public final int getAbsoluteItemOffset(Item item) {
99 IndexedItem ii = (IndexedItem) item;
    [all...]
  /external/dexmaker/src/dx/java/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
IndexedItem.java 20 * An item in a Dalvik file which is referenced by index.
22 public abstract class IndexedItem extends Item {
23 /** {@code >= -1;} assigned index of the item, or {@code -1} if not
44 * Gets the item index.
47 * @throws RuntimeException thrown if the item index is not yet assigned
58 * Sets the item index. This method may only ever be called once
62 * @param index {@code >= 0;} the item index
73 * Gets the index of this item as a string, suitable for including in
UniformItemSection.java 26 * {@link Item} objects. Each of the items must have the same size in
46 Collection<? extends Item> items = items();
53 // Since each item has to be the same size, we can pick any.
58 * Gets the item corresponding to the given {@link Constant}. This
64 * @return {@code non-null;} the corresponding item found in this instance
75 for (Item one : items()) {
86 for (Item one : items()) {
94 public final int getAbsoluteItemOffset(Item item) {
99 IndexedItem ii = (IndexedItem) item;
    [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...]
LineNumberList.java 69 * Gets the indicated item.
71 * @param n {@code >= 0;} which item
72 * @return {@code null-ok;} the indicated item
74 public Item get(int n) {
75 return (Item) get0(n);
79 * Sets the item at the given index.
82 * @param item {@code non-null;} the item
84 public void set(int n, Item item) {
    [all...]
ByteCatchList.java 54 * Gets the indicated item.
56 * @param n {@code >= 0;} which item
57 * @return {@code null-ok;} the indicated item
59 public Item get(int n) {
60 return (Item) get0(n);
64 * Sets the item at the given index.
67 * @param item {@code non-null;} the item
69 public void set(int n, Item item) {
    [all...]
  /external/clang/test/CodeGenCXX/
typeid-cxx11.cpp 6 struct Item {
13 template<typename T> constexpr Item item(const char *name) { function in namespace:Test1
23 constexpr Item items[] = {
24 item<A>("A"), item<B>("B"), item<C>("C"), item<int>("int")
  /external/emma/core/java12/com/vladium/emma/report/
AllItem.java 16 final class AllItem extends Item
53 private static final Item.ItemMetadata METADATA; // set in <clinit>
57 METADATA = new Item.ItemMetadata (IItemMetadata.TYPE_ID_ALL, "all",
PackageItem.java 16 final class PackageItem extends Item
62 private static final Item.ItemMetadata METADATA; // set in <clinit>
66 METADATA = new Item.ItemMetadata (IItemMetadata.TYPE_ID_PACKAGE, "package",
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchBaseTest.java 24 ScriptField_TestScripts_s.Item[] getTests();
TextTest.java 34 ScriptField_TestScripts_s.Item[] mTests;
46 mTests[index] = new ScriptField_TestScripts_s.Item();
55 ScriptField_TextTestData_s.Item dataItem = new ScriptField_TextTestData_s.Item();
66 mTests = new ScriptField_TestScripts_s.Item[mNames.length];
76 public ScriptField_TestScripts_s.Item[] getTests() {
  /external/webkit/Source/WebCore/html/
FormDataList.h 33 class Item {
35 Item() { }
36 Item(const WTF::CString& data) : m_data(data) { }
37 Item(PassRefPtr<Blob> blob) : m_blob(blob) { }
70 const Vector<Item>& items() const { return m_items; }
79 Vector<Item> m_items;
  /dalvik/dexgen/src/com/android/dexgen/rop/
LineNumberList.java 69 * Gets the indicated item.
71 * @param n {@code >= 0;} which item
72 * @return {@code null-ok;} the indicated item
74 public Item get(int n) {
75 return (Item) get0(n);
79 * Sets the item at the given index.
82 * @param item {@code non-null;} the item
84 public void set(int n, Item item) {
    [all...]
ByteCatchList.java 54 * Gets the indicated item.
56 * @param n {@code >= 0;} which item
57 * @return {@code null-ok;} the indicated item
59 public Item get(int n) {
60 return (Item) get0(n);
64 * Sets the item at the given index.
67 * @param item {@code non-null;} the item
69 public void set(int n, Item item) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Collections.Tests.pas 110 Item: String;
112 Item := 'Item 1';
113 FIStackList.Push(Item);
114 Item := 'Item 2';
115 FIStackList.Push(Item);
116 CheckEquals(FIStackList.Pop,'Item 2');
117 CheckEquals(FIStackList.Pop,'Item 1');
122 FIStackList.Push('Item 1')
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
ReadContext.java 39 * Namely, it handles "pre-creating" items when an item needs to resolve some other item
100 * Gets the offsetted item of the specified type for the given offset. This method does not support retrieving an
101 * optional item where a value of 0 indicates "not present". Use getOptionalOffsettedItemByOffset instead.
103 * @param itemType The type of item to get
104 * @param offset The offset of the item
105 * @return the offsetted item of the specified type at the specified offset
107 public Item getOffsettedItemByOffset(ItemType itemType, int offset) {
110 SparseArray<Item> sa = itemsByType[itemType.SectionIndex];
111 Item item = sa.get(offset) local
132 Item item = sa.get(offset); local
181 sa.append(item.getOffset(), item); local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/attrib/
InnerClassList.java 38 * Gets the indicated item.
40 * @param n {@code >= 0;} which item
41 * @return {@code null-ok;} the indicated item
43 public Item get(int n) {
44 return (Item) get0(n);
48 * Sets the item at the given index.
51 * @param innerClass {@code non-null;} class this item refers to
60 set0(n, new Item(innerClass, outerClass, innerName, accessFlags));
64 * Item in an inner classes list.
66 public static class Item {
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
StructPadTest.java 38 ScriptField_PadMe.Item I = new ScriptField_PadMe.Item();
43 S.set(new ScriptField_PadMe.Item(), 0, true);

Completed in 334 milliseconds

1 2 3 4 5 6 7 8 910