Searched refs:add (Results 1 - 25 of 109) sorted by relevance

12345

/dalvik/dx/junit-tests/com/android/dx/util/
H A DListIntSetTest.java28 set.add(31);
29 set.add(0);
30 set.add(1);
46 set.add(0);
47 set.add(0);
48 set.add(1);
49 set.add(1);
50 set.add(31);
51 set.add(31);
83 set.add(
[all...]
H A DBitIntSetTest.java28 set.add(0);
29 set.add(1);
30 set.add(31);
46 set.add(0);
47 set.add(0);
48 set.add(1);
49 set.add(1);
50 set.add(31);
51 set.add(31);
75 set.add(
[all...]
H A DIntListTest.java26 list.add(i * 2);
44 list.add(9);
45 list.add(12);
54 list.add(12);
55 list.add(9);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DOutputCollector.java59 * @param insn {@code non-null;} the instruction to add
61 public void add(DalvInsn insn) { method in class:OutputCollector
62 finisher.add(insn);
82 * @param insn {@code non-null;} the instruction to add
85 suffix.add(insn);
113 finisher.add(suffix.get(i));
/dalvik/dexgen/src/com/android/dexgen/util/
H A DIntSet.java27 * @param value int to add
29 void add(int value); method in interface:IntSet
H A DListIntSet.java38 public void add(int value) { method in class:ListIntSet
72 add(o.ints.get(j++));
83 add(o.ints.get(j++));
91 ints.add(i);
97 add(iter.next());
H A DDexJarMaker.java55 add(new File(pathHolder.getDexFilePath()), target);
74 * @param source {@code non-null;} dex file to add
78 private void add(File source, JarOutputStream target) throws IOException { method in class:DexJarMaker
H A DIntList.java49 result.add(value);
64 result.add(value0);
65 result.add(value1);
212 * @param value the value to add
214 public void add(int value) { method in class:IntList
348 result.add(values[i]);
/dalvik/dx/src/com/android/dx/dex/code/
H A DOutputCollector.java62 * @param insn {@code non-null;} the instruction to add
64 public void add(DalvInsn insn) { method in class:OutputCollector
65 finisher.add(insn);
85 * @param insn {@code non-null;} the instruction to add
88 suffix.add(insn);
116 finisher.add(suffix.get(i));
/dalvik/dx/src/com/android/dx/util/
H A DIntSet.java27 * @param value int to add
29 void add(int value); method in interface:IntSet
H A DListIntSet.java39 public void add(int value) { method in class:ListIntSet
76 add(o.ints.get(j++));
87 add(o.ints.get(j++));
95 ints.add(i);
101 add(iter.next());
H A DIntList.java49 result.add(value);
64 result.add(value0);
65 result.add(value1);
212 * @param value the value to add
214 public void add(int value) { method in class:IntList
348 result.add(values[i]);
/dalvik/dx/src/com/android/dx/ssa/back/
H A DInterferenceGraph.java43 interference.add(SetFactory.makeInterferenceSet(countRegs));
54 public void add(int regV, int regW) { method in class:InterferenceGraph
57 interference.get(regV).add(regW);
58 interference.get(regW).add(regV);
100 interference.add(SetFactory.makeInterferenceSet(size));
/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DClassRef.java39 mFieldRefs.add(fref);
53 mMethodRefs.add(mref);
/dalvik/dx/src/com/android/dx/cf/code/
H A DSwitchList.java138 targets.add(target);
147 public void add(int value, int target) { method in class:SwitchList
154 values.add(value);
155 targets.add(target);
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DStatistics.java42 * @param item {@code non-null;} the item to add
44 public void add(Item item) { method in class:Statistics
51 data.add(item);
58 * @param list {@code non-null;} the list of items to add
63 add(item);
148 public void add(Item item) { method in class:Statistics.Data
H A DMapItem.java90 items.add(new MapItem(currentType, section,
103 items.add(new MapItem(currentType, section,
107 items.add(new MapItem(mapSection));
111 mapSection.add(
199 // We have nothing to add.
/dalvik/dx/src/com/android/dx/command/annotool/
H A DMain.java78 eTypes.add(ElementType.valueOf(p.toUpperCase(Locale.ROOT)));
89 printTypes.add(PrintType.valueOf(p.toUpperCase(Locale.ROOT)));
107 printTypes.add(PrintType.CLASS);
111 eTypes.add(ElementType.TYPE);
/dalvik/dx/src/com/android/dx/dex/file/
H A DStatistics.java41 * @param item {@code non-null;} the item to add
43 public void add(Item item) { method in class:Statistics
50 data.add(item);
57 * @param list {@code non-null;} the list of items to add
62 add(item);
147 public void add(Item item) { method in class:Statistics.Data
H A DMapItem.java89 items.add(new MapItem(currentType, section,
102 items.add(new MapItem(currentType, section,
106 items.add(new MapItem(mapSection));
110 mapSection.add(
198 // We have nothing to add.
/dalvik/dx/src/com/android/dx/command/findusages/
H A DFindUsages.java56 typeStringIndexes.add(i);
59 memberNameIndexes.add(i);
162 fields.add(fieldIndex);
181 methods.add(methodIndex);
193 assignableTypes.add(typeIndex);
197 assignableTypes.add(classDef.getTypeIndex());
203 assignableTypes.add(classDef.getTypeIndex());
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotations.java77 result.add(annotation);
165 * @param annotation {@code non-null;} the element to add
168 public void add(Annotation annotation) { method in class:Annotations
189 * @param toAdd {@code non-null;} the annotations to add
200 add(a);
/dalvik/dx/src/com/android/dx/rop/annotation/
H A DAnnotations.java76 result.add(annotation);
166 * @param annotation {@code non-null;} the element to add
169 public void add(Annotation annotation) { method in class:Annotations
190 * @param toAdd {@code non-null;} the annotations to add
201 add(a);
/dalvik/dx/src/com/android/dx/ssa/
H A DSsaBasicBlock.java148 result.insns.add(new NormalSsaInsn (ropInsns.get(i), result));
179 domChildren.add(child);
198 insns.add(0, new PhiInsn(reg, this));
209 insns.add(0, new PhiInsn(resultSpec, this));
216 * @param insn {@code non-null;} rop-form insn to add
220 insns.add(getCountPhiInsns(), newInsn);
228 * @param insn {@code non-null;} rop-form insn to add, which must branch.
391 result.add(parent.blockIndexToRopLabel(successorList.get(i)));
415 newPred.successorList.add(index);
457 newSucc.successorList.add(othe
[all...]
/dalvik/dx/src/com/android/multidex/
H A DMainDexListBuilder.java117 filesToKeep.add(className + CLASS_EXTENSION);
167 filesToKeep.add(name);
172 filesToKeep.add(name);
179 filesToKeep.add(name);

Completed in 614 milliseconds

12345