Searched refs:items (Results 26 - 33 of 33) sorted by relevance

12

/dalvik/dx/src/com/android/dx/dex/file/
H A DSection.java24 * of items of some sort or other.
218 * Gets the collection of all the items in this section.
221 * @return {@code non-null;} the items
223 public abstract Collection<? extends Item> items(); method in class:Section
H A DStringIdsSection.java51 public Collection<? extends Item> items() { method in class:StringIdsSection
H A DClassDefsSection.java56 public Collection<? extends Item> items() { method in class:ClassDefsSection
H A DDexFile.java144 return classDefs.items().isEmpty();
257 * the various {@link Item} instances to add items to the
270 * the various {@link Item} instances to add items to the
283 * the various {@link Item} instances to add items to the
308 * the various {@link Item} instances to add items to the
321 * the various {@link Item} instances to add items to the
334 * the various {@link Item} instances to add items to the
347 * the various {@link Item} instances to add items to the
360 * the various {@link Item} instances to add items to the
373 * the various {@link Item} instances to add items t
[all...]
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DStringIdsSection.java53 public Collection<? extends Item> items() { method in class:StringIdsSection
H A DClassDefsSection.java57 public Collection<? extends Item> items() { method in class:ClassDefsSection
/dalvik/vm/arch/arm/
H A DCallOldABI.S120 @ want the first two items in argv to end up in r2/r3.
139 @ safe to load two items out of argv even if we're at the end.
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java667 int numMethodIds = outputDex.getMethodIds().items().size();
668 int numFieldIds = outputDex.getFieldIds().items().size();
669 int numTypeIds = outputDex.getTypeIds().items().size();

Completed in 103 milliseconds

12