Searched defs:set (Results 26 - 50 of 88) sorted by relevance

1234

/dalvik/dx/src/com/android/dx/dex/code/
H A DCatchTable.java43 * this with the index for an element which was never set; if you
57 * @param entry {@code non-null;} the entry to set at {@code n}
59 public void set(int n, Entry entry) { method in class:CatchTable
H A DDalvInsnList.java61 result.set(i, list.get(i));
80 * this with the index for an element which was never set; if you
94 * @param insn {@code non-null;} the instruction to set at {@code n}
96 public void set(int n, DalvInsn insn) { method in class:DalvInsnList
H A DPositionList.java107 result.set(i, arr[i]);
125 * this with the index for an element which was never set; if you
139 * @param entry {@code non-null;} the entry to set at {@code n}
141 public void set(int n, Entry entry) { method in class:PositionList
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstArray.java140 * this with the index for an element which was never set; if you
154 * @param a {@code null-ok;} the element to set at {@code n}
156 public void set(int n, Constant a) { method in class:CstArray.List
/dalvik/dx/src/com/android/dx/ssa/
H A DDeadCodeRemover.java115 worklist.set(source.getReg());
132 * @param set a set of registers that we've already determined
137 private boolean isCircularNoSideEffect(int regV, BitSet set) { argument
138 if ((set != null) && set.get(regV)) {
148 if (set == null) {
149 set = new BitSet(regCount);
153 set.set(reg
[all...]
/dalvik/dx/src/com/android/dx/util/
H A DBits.java31 * Constructs a bit set to contain bits up to the given index (exclusive).
42 * Gets the maximum index (exclusive) for the given bit set.
44 * @param bits {@code non-null;} bit set in question
45 * @return {@code >= 0;} the maximum index (exclusive) that may be set
54 * @param bits {@code non-null;} bit set to operate on
55 * @param idx {@code >= 0, < getMax(set);} which bit
67 * @param bits {@code non-null;} bit set to operate on
68 * @param idx {@code >= 0, < getMax(set);} which bit
71 public static void set(int[] bits, int idx, boolean value) { method in class:Bits
85 * @param bits {@code non-null;} bit set t
88 public static void set(int[] bits, int idx) { method in class:Bits
[all...]
H A DIntList.java190 public void set(int n, int value) { method in class:IntList
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
H A DAtomicMarkableReference.java136 public void set(V newReference, boolean newMark) { method in class:AtomicMarkableReference
139 atomicRef.set(new ReferenceBooleanPair<V>(newReference, newMark));
148 * thread is also attempting to set the value will eventually
H A DAtomicReferenceArray.java97 public final void set(int i, E newValue) { method in class:AtomicReferenceArray
H A DAtomicReferenceFieldUpdater.java44 * {@code compareAndSet} and {@code set} on the same updater.
82 * other calls to {@code compareAndSet} and {@code set}, but not
85 * @param obj An object whose field to conditionally set
96 * other calls to {@code compareAndSet} and {@code set}, but not
103 * @param obj An object whose field to conditionally set
115 * @param obj An object whose field to set
118 public abstract void set(T obj, V newValue); method in class:AtomicReferenceFieldUpdater
133 * @param obj An object whose field to get and set
240 public void set(T obj, V newValue) { method in class:AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
H A DAtomicStampedReference.java140 public void set(V newReference, int newStamp) { method in class:AtomicStampedReference
143 atomicRef.set(new ReferenceIntegerPair<V>(newReference, newStamp));
152 * thread is also attempting to set the value will eventually
H A DAtomicInteger.java70 public final void set(int newValue) { method in class:AtomicInteger
H A DAtomicIntegerArray.java97 public final void set(int i, int newValue) { method in class:AtomicIntegerArray
H A DAtomicIntegerFieldUpdater.java26 * {@code compareAndSet} and {@code set} on the same updater.
60 * other calls to {@code compareAndSet} and {@code set}, but not
63 * @param obj An object whose field to conditionally set
76 * other calls to {@code compareAndSet} and {@code set}, but not
83 * @param obj An object whose field to conditionally set
97 * @param obj An object whose field to set
100 public abstract void set(T obj, int newValue); method in class:AtomicIntegerFieldUpdater
115 * @param obj An object whose field to get and set
131 * @param obj An object whose field to get and set
147 * @param obj An object whose field to get and set
288 public void set(T obj, int newValue) { method in class:AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl
[all...]
H A DAtomicLong.java95 public final void set(long newValue) { method in class:AtomicLong
/dalvik/libcore/dalvik/src/main/java/dalvik/system/
H A DVMRuntime.java118 * If set is true, sets the new minimum heap size to size; always
122 * @param set if true, set the size based on the size parameter,
126 private native long nativeMinimumHeapSize(long size, boolean set); argument
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
H A DHeader.java125 public void set(String key, String value) { method in class:Header
141 props.set(i + 1, value);
/dalvik/dx/src/com/android/dx/cf/code/
H A DByteCatchList.java66 * @param n {@code >= 0, < size();} which entry to set
69 public void set(int n, Item item) { method in class:ByteCatchList
80 * @param n {@code >= 0, < size();} which entry to set
88 public void set(int n, int startPc, int endPc, int handlerPc, method in class:ByteCatchList
120 result.set(i, resultArr[i]);
213 result.set(i, get(i).getExceptionClass().getClassType());
H A DLocalVariableList.java53 result.set(i, list1.get(i));
57 result.set(sz1 + i, list2.get(i));
90 result.set(i, item);
122 public void set(int n, Item item) { method in class:LocalVariableList
145 public void set(int n, int startPc, int length, CstUtf8 name, method in class:LocalVariableList
H A DLocalsArraySet.java29 * Representation of a set of local variable arrays, with Java semantics.
66 * Constructs an instance with the specified primary and secondaries set.
69 * @param secondaries {@code non-null;} secondaries set, indexed by subroutine
126 ex.addContext("(locals array set; primary)");
134 ex.addContext("(locals array set: primary for caller "
146 sb.append("(locals array set; primary)\n");
156 sb.append("(locals array set: primary for caller "
196 public void set(int idx, TypeBearer type) { method in class:LocalsArraySet
199 primary.set(idx, type);
203 la.set(id
210 public void set(RegisterSpec spec) { method in class:LocalsArraySet
[all...]
H A DOneLocalsArray.java106 public void set(int idx, TypeBearer type) { method in class:OneLocalsArray
136 public void set(RegisterSpec spec) { method in class:OneLocalsArray
137 set(spec.getReg(), spec);
/dalvik/dx/src/com/android/dx/rop/code/
H A DBasicBlockList.java60 * this with the index for an element which was never set; if you
74 * @param bb {@code null-ok;} the element to set at {@code n}
76 public void set(int n, BasicBlock bb) { method in class:BasicBlockList
77 super.set(n, bb);
200 result.set(i, one.withRegisterOffset(delta));
H A DRegisterSpecList.java39 result.set(0, spec);
53 result.set(0, spec0);
54 result.set(1, spec1);
69 result.set(0, spec0);
70 result.set(1, spec1);
71 result.set(2, spec2);
88 result.set(0, spec0);
89 result.set(1, spec1);
90 result.set(2, spec2);
91 result.set(
186 public void set(int n, RegisterSpec spec) { method in class:RegisterSpecList
[all...]
H A DRegisterSpecSet.java24 * may appear only once in the set.
38 /** {@code >= -1;} size of the set or {@code -1} if not yet calculated */
190 * Returns the spec in this set that's currently associated with a
217 * Returns the spec in this set that's currently associated with a given
238 * Removes a spec from the set. Only the register number
254 * Puts the given spec into the set. If there is already an element in
255 * the set with the same register number, it is replaced. Additionally,
294 * Put the entire contents of the given set into this one.
296 * @param set {@code non-null;} the set t
298 putAll(RegisterSpecSet set) argument
[all...]
/dalvik/libcore/auth/src/main/java/javax/security/auth/
H A DPrivateCredentialPermission.java64 // owners set
65 private transient CredOwner[] set; field in class:PrivateCredentialPermission
88 * class and set of principals.
93 * the set of principals.
99 set = new CredOwner[principals.size()];
105 if (set[ii].equals(element)) {
111 set[offset++] = element;
161 // populate principal set with instances of CredOwner class
165 set = new CredOwner[count];
177 if (set[i
[all...]

Completed in 250 milliseconds

1234