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

1 2 3 4 5 67 8 910

  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
TypeIdsSection.java 50 public Collection<? extends Item> items() {
158 TypeIdItem item = typeIds.get(type); local
160 if (item == null) {
164 return item.getIndex();
MixedItemSection.java 38 * <b>Note:</b> It is invalid for an item in an instance of this class to
100 public Collection<? extends Item> items() {
113 public int getAbsoluteItemOffset(Item item) {
114 OffsettedItem oi = (OffsettedItem) item;
162 * Adds an item to this instance. This will in turn tell the given item
164 * same item to more than one instance, nor to add the same items
167 * @param item {@code non-null;} the item to ad
256 OffsettedItem item = entry.getValue(); local
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
AnnotationItem.java 35 public class AnnotationItem extends Item<AnnotationItem> {
43 * @param dexFile The <code>DexFile</code> that this item belongs to
51 * @param dexFile The <code>DexFile</code> that this item belongs to
65 * @param dexFile The <code>DexFile</code> that this item belongs to
AnnotationSetRefList.java 36 public class AnnotationSetRefList extends Item<AnnotationSetRefList> {
43 * @param dexFile The <code>DexFile</code> that this item belongs to
51 * @param dexFile The <code>DexFile</code> that this item belongs to
62 * @param dexFile The <code>DexFile</code> that this item belongs to
MapItem.java 35 * This item represents a map_list item from the dex specification. It contains a
39 public class MapItem extends Item<MapItem> {
41 * This item is read in immediately after the HeaderItem, and the section info contained
42 * by this item is added to the ReadContext object, which is used when reading in the other
45 * This item should be placed last. It depends on the fact that the other sections
51 * @param dexFile The <code>DexFile</code> that this item belongs to
StringDataItem.java 36 public class StringDataItem extends Item<StringDataItem> {
43 * @param dexFile The <code>DexFile</code> that this item belongs to
51 * @param dexFile The <code>DexFile</code> that this item belongs to
52 * @param stringValue The string value that this item represents
63 * @param dexFile The <code>DexFile</code> that this item belongs to
64 * @param value The string value that this item represents
130 * Get the string value of this item as a <code>String</code>
131 * @return the string value of this item as a String
164 //"getInterned..." style methods to make new items, and any item created
TypeIdItem.java 34 public class TypeIdItem extends Item<TypeIdItem> {
39 * @param dexFile The <code>DexFile</code> that this item belongs to
47 * @param dexFile The <code>DexFile</code> that this item will belong to
59 * @param dexFile The <code>DexFile</code> that this item will belong to
73 * @param dexFile The <code>DexFile</code> that this item will belong to
194 //"getInterned..." style methods to make new items, and any item created
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebPopupMenu.cpp 88 // FIXME: Find a way to customize text color when an item is highlighted.
90 items.append(WebPopupItem(WebPopupItem::Item, m_popupClient->itemText(i), itemStyle.textDirection(), itemStyle.hasTextDirectionOverride(), m_popupClient->itemToolTip(i), m_popupClient->itemAccessibilityText(i), m_popupClient->itemIsEnabled(i), m_popupClient->itemIsLabel(i)));
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_element.java 110 _RS_ASSERT("complexElem.getSizeBytes() == ScriptField_ComplexStruct.Item.sizeof",
111 complexElem.getBytesSize() == ScriptField_ComplexStruct.Item.sizeof);
RSTestCore.java 109 ScriptField_ListAllocs_s.Item listElem = new ScriptField_ListAllocs_s.Item();
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MixedItemSection.java 38 * <b>Note:</b> It is invalid for an item in an instance of this class to
100 public Collection<? extends Item> items() {
113 public int getAbsoluteItemOffset(Item item) {
114 OffsettedItem oi = (OffsettedItem) item;
162 * Adds an item to this instance. This will in turn tell the given item
164 * same item to more than one instance, nor to add the same items
167 * @param item {@code non-null;} the item to ad
256 OffsettedItem item = entry.getValue(); local
    [all...]
ClassDefsSection.java 57 public Collection<? extends Item> items() {
  /dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java 38 * <b>Note:</b> It is invalid for an item in an instance of this class to
100 public Collection<? extends Item> items() {
113 public int getAbsoluteItemOffset(Item item) {
114 OffsettedItem oi = (OffsettedItem) item;
162 * Adds an item to this instance. This will in turn tell the given item
164 * same item to more than one instance, nor to add the same items
167 * @param item {@code non-null;} the item to ad
256 OffsettedItem item = entry.getValue(); local
    [all...]
ClassDefsSection.java 57 public Collection<? extends Item> items() {
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ClipboardSample.java 146 ClipData.Item item = clip.getItemAt(0); local
147 if (item.getHtmlText() != null) {
149 } else if (item.getText() != null) {
151 } else if (item.getIntent() != null) {
153 } else if (item.getUri() != null) {
164 ClipData.Item item = clip.getItemAt(0); local
170 mDataText.setText(item.getText());
173 mDataText.setText(item.getHtmlText())
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
AnalyzedInstruction.java 32 import org.jf.dexlib.Item;
248 Item item = instruction.getReferencedItem();
249 assert item.getItemType() == ItemType.TYPE_METHOD_ID_ITEM;
250 MethodIdItem method = (MethodIdItem)item;
MethodAnalyzer.java 467 //next, populate the exceptionHandlers array. The array item for each instruction that can throw an exception
594 //the item for this instruction in exceptionHandlersForSuccessor should only be set if this instruction
1613 Item item = invokeInstruction.getReferencedItem(); local
1644 Item item = invokeInstruction.getReferencedItem(); local
1817 Item item = instruction.getReferencedItem(); local
1833 Item item = instruction.getReferencedItem(); local
1853 Item item = instruction.getReferencedItem(); local
1882 Item item = instruction.getReferencedItem(); local
1930 Item item = instruction.getReferencedItem(); local
1966 Item item = instruction.getReferencedItem(); local
1985 Item item = instruction.getReferencedItem(); local
2002 Item item = instruction.getReferencedItem(); local
2025 Item item = instruction.getReferencedItem(); local
2946 Item item = instruction.getReferencedItem(); local
2997 Item item = instruction.getReferencedItem(); local
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebSearchableFormData.cpp 112 // least one item is selected, determine which one.
193 const Vector<FormDataList::Item>& items = dataList.items();
202 for (Vector<FormDataList::Item>::const_iterator j(items.begin()); j != items.end(); ++j) {
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Renderable.java 57 ScriptField_Renderable_s.Item mData;
61 mData = new ScriptField_Renderable_s.Item();
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java 112 ScriptField_VpConsts.Item i = new ScriptField_VpConsts.Item();
  /external/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 384 RawMessageSet.Item.newBuilder()
392 RawMessageSet.Item.newBuilder()
400 RawMessageSet.Item.newBuilder()
  /external/webkit/Source/WebCore/platform/network/
FormData.cpp 190 const Vector<FormDataList::Item>& items = list.items();
194 const FormDataList::Item& key = items[i];
195 const FormDataList::Item& value = items[i + 1];
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 183 ScriptField_Blade.Item item = new ScriptField_Blade.Item(); local
184 createBlade(item);
185 mBlades.set(item, i, false);
187 mIndicies += item.size * 2 * 3;
188 mVerticies += item.size + 2;
189 mBladeSizes[i] = item.size;
227 private void createBlade(ScriptField_Blade.Item blades) {
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader2.java 67 // Set the last selected item.
75 mLogger.info("MyRssReader.onCreate-6 -- Last selected item:" + selectedItem);
116 public boolean onOptionsItemSelected(Menu.Item item){
117 switch (item.getId()){
149 // Here's our only important override--returning the list item.
153 // Get the item from the underlying array,
155 RssItem item = (RssItem)this.getItem(position); local
156 if(item != null)
159 view.setText(item.toString())
    [all...]
MyRssReader3.java 56 // Set the last selected item.
99 public boolean onOptionsItemSelected(Menu.Item item){
100 super.onOptionsItemSelected(item);
102 switch (item.getId()){
109 case 2: // Add Item
112 // Use an ID so that if we create a "remove item" form we
116 case 3: // Delete item.
132 // Called by the "Add RSS Item" floating screen when it closes.
157 // Here's our only important override--returning the list item
163 RssItem item = (RssItem)this.getItem(position); local
    [all...]

Completed in 458 milliseconds

1 2 3 4 5 67 8 910