HomeSort by relevance Sort by last modified time
    Searched refs:Item (Results 76 - 100 of 159) sorted by null

1 2 34 5 6 7

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MethodIdsSection.java 50 public Collection<? extends Item> items() {
129 MethodIdItem item = methodIds.get(ref); local
131 if (item == null) {
135 return item.getIndex();
ProtoIdsSection.java 50 public Collection<? extends Item> items() {
121 ProtoIdItem item = protoIds.get(prototype); local
123 if (item == null) {
127 return item.getIndex();
OffsettedItem.java 23 * An item in a Dalvik file which is referenced by absolute offset.
25 public abstract class OffsettedItem extends Item
35 * {@code null-ok;} section the item was added to, or {@code null} if
41 * {@code >= -1;} assigned offset of the item from the start of its section,
47 * Gets the absolute offset of the given item, returning {@code 0}
50 * @param item {@code null-ok;} the item in question
51 * @return {@code >= 0;} the item's absolute offset, or {@code 0}
52 * if {@code item == null}
54 public static int getAbsoluteOffsetOr0(OffsettedItem item) {
    [all...]
StringIdsSection.java 53 public Collection<? extends Item> items() {
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...]
  /dalvik/dx/src/com/android/dx/dex/file/
FieldIdsSection.java 50 public Collection<? extends Item> items() {
129 FieldIdItem item = fieldIds.get(ref); local
131 if (item == null) {
135 return item.getIndex();
MethodIdsSection.java 50 public Collection<? extends Item> items() {
129 MethodIdItem item = methodIds.get(ref); local
131 if (item == null) {
135 return item.getIndex();
ProtoIdsSection.java 50 public Collection<? extends Item> items() {
121 ProtoIdItem item = protoIds.get(prototype); local
123 if (item == null) {
127 return item.getIndex();
OffsettedItem.java 23 * An item in a Dalvik file which is referenced by absolute offset.
25 public abstract class OffsettedItem extends Item
35 * {@code null-ok;} section the item was added to, or {@code null} if
41 * {@code >= -1;} assigned offset of the item from the start of its section,
47 * Gets the absolute offset of the given item, returning {@code 0}
50 * @param item {@code null-ok;} the item in question
51 * @return {@code >= 0;} the item's absolute offset, or {@code 0}
52 * if {@code item == null}
54 public static int getAbsoluteOffsetOr0(OffsettedItem item) {
    [all...]
StringIdsSection.java 52 public Collection<? extends Item> items() {
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/icu4c/tools/toolutil/
package.cpp 379 return (int32_t)strcmp(((Item *)left)->name, ((Item *)right)->name);
500 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */
514 /* offset of the last item plus at least 20 bytes for its header */
523 /* do not modify the package length variable until the last item's length is set */
535 /* swap the item name strings */
539 // don't include padding bytes at the end of the item names
545 fprintf(stderr, "icupkg: total length of item name strings too long\n");
552 fprintf(stderr, "icupkg failed to swap the input .dat package item name strings\n");
557 // reset the Item entrie
    [all...]
  /external/v8/test/mjsunit/regress/
regress-swapelements.js 31 function Item(val) {
48 array1[i] = new Item(i);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ProgramFragmentTest.java 56 c1.set(new ScriptField_ConstMatrix.Item(), 0, true);
62 c2.set(new ScriptField_ConstComplex.Item(), 0, true);
68 c3.set(new ScriptField_ConstExtra.Item(), 0, true);
ProgramVertexTest.java 67 c1.set(new ScriptField_ConstMatrix.Item(), 0, true);
73 c2.set(new ScriptField_ConstComplex.Item(), 0, true);
79 c3.set(new ScriptField_ConstExtra.Item(), 0, true);
  /external/emma/core/java12/com/vladium/emma/report/
SrcFileItem.java 23 final class SrcFileItem extends Item
110 // coverage computation dependent on the order of how item
290 private static final Item.ItemMetadata METADATA; // set in <clinit>
294 METADATA = new Item.ItemMetadata (IItemMetadata.TYPE_ID_SRCFILE, "srcfile",
  /frameworks/base/services/java/com/android/server/
ClipboardService.java 165 private final void checkItemOwnerLocked(ClipData.Item item, int uid) {
166 if (item.getUri() != null) {
167 checkUriOwnerLocked(item.getUri(), uid);
169 Intent intent = item.getIntent();
193 private final void grantItemLocked(ClipData.Item item, String pkg) {
194 if (item.getUri() != null) {
195 grantUriLocked(item.getUri(), pkg);
197 Intent intent = item.getIntent()
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
ValueParser.java 102 * Retrieves Item information from the COMPREHENSION-TLV object.
105 * @return An Item
108 static Item retrieveItem(ComprehensionTlv ctlv) throws ResultException {
109 Item item = null; local
122 item = new Item(id, text);
128 return item;
132 * Retrieves Item id information from the COMPREHENSION-TLV object.
135 * @return An Item i
    [all...]
CommandParams.java 139 for (Item item : menu.items) {
140 if (item.icon != null) {
143 item.icon = icon;
  /external/valgrind/unittest/
windows_tests.cc 394 struct Item {
400 Item *item = new Item; local
401 item->foo = 42;
402 InterlockedPushEntrySList(&list, (PSINGLE_LIST_ENTRY)item);
406 Item *item; local
407 while (0 == (item = (Item*)InterlockedPopEntrySList(&list)))
    [all...]
  /build/tools/releasetools/
ota_from_target_files 110 class Item:
122 self.parent = Item.Get(os.path.dirname(name), dir=True)
143 cls.ITEMS[name] = Item(name, dir=dir)
155 # uid, gid, and mode for every Item object. Note this uses the
191 sets the best_subtree of each directory Item to the (uid, gid,
193 Item.
235 def recurse(item, current):
237 # item (and all its children) have already been set to. We only
240 if item.dir:
241 if current != item.best_subtree
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 546 if (fp.contains(FetchProfile.Item.FLAGS)) {
549 if (fp.contains(FetchProfile.Item.ENVELOPE)) {
554 if (fp.contains(FetchProfile.Item.STRUCTURE)) {
558 if (fp.contains(FetchProfile.Item.BODY_SANE)) {
561 if (fp.contains(FetchProfile.Item.BODY)) {
598 if (fp.contains(FetchProfile.Item.FLAGS)) {
614 if (fp.contains(FetchProfile.Item.ENVELOPE)) {
626 if (fp.contains(FetchProfile.Item.STRUCTURE)) {
640 if (fp.contains(FetchProfile.Item.BODY)
641 || fp.contains(FetchProfile.Item.BODY_SANE))
    [all...]
  /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)));

Completed in 396 milliseconds

1 2 34 5 6 7