HomeSort by relevance Sort by last modified time
    Searched full:get (Results 426 - 450 of 13186) sorted by null

<<11121314151617181920>>

  /bionic/libc/arch-sh/syscalls/
__pread64.S 11 /* get ready for additonal arg */
__pwrite64.S 11 /* get ready for additonal arg */
__sys_clone.S 11 /* get ready for additonal arg */
fchownat.S 11 /* get ready for additonal arg */
mount.S 11 /* get ready for additonal arg */
prctl.S 11 /* get ready for additonal arg */
select.S 11 /* get ready for additonal arg */
waitid.S 11 /* get ready for additonal arg */
  /bionic/libc/arch-x86/bionic/
vfork.S 13 /* Get rid of the stack modifications (popl/ret) after vfork() success.
  /bionic/libc/arch-x86/string/
strlen.S 17 notl %ecx /* get length by taking complement */
  /cts/tests/src/android/widget/cts/util/
ListUtil.java 54 * Get the top of the list.
61 * Get the bottom of the list.
86 throw new IllegalStateException("couldn't get to item after 20 downs");
97 throw new IllegalStateException("couldn't get to item after 20 ups");
  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 67 BasicBlock b = blocks.get(bindex);
69 if (toDelete.get(b.getLabel())) {
79 int iLabel = preds.get(i);
83 if (toDelete.get(iLabel)
94 int jLabel = preds.get(j);
110 if (toDelete.get(newBlocks.get(i).getLabel())) {
144 int betaLabel = betaLabels.get(i);
150 BasicBlock predBlock = newBlocks.labelToBlock(preds.get(j));
  /dalvik/dx/tests/110-dex-preserve-this/
info.txt 3 debuggers will get confused if "this" is reused, and it arguably
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicLongArray.java 86 public final long get(int i) { method in class:AtomicLongArray
110 long current = get(i);
156 long current = get(i);
171 long current = get(i);
187 long current = get(i);
202 long current = get(i);
217 long current = get(i);
233 long current = get(i);
246 get(0);
AtomicMarkableReference.java 50 return atomicRef.get().reference;
59 return atomicRef.get().bit;
64 * Typical usage is {@code boolean[1] holder; ref = v.get(holder); }.
70 public V get(boolean[] markHolder) { method in class:AtomicMarkableReference
71 ReferenceBooleanPair<V> p = atomicRef.get();
96 ReferenceBooleanPair<V> current = atomicRef.get();
121 ReferenceBooleanPair<V> current = atomicRef.get();
137 ReferenceBooleanPair<V> current = atomicRef.get();
156 ReferenceBooleanPair<V> current = atomicRef.get();
AtomicStampedReference.java 51 return atomicRef.get().reference;
60 return atomicRef.get().integer;
65 * Typical usage is {@code int[1] holder; ref = v.get(holder); }.
71 public V get(int[] stampHolder) { method in class:AtomicStampedReference
72 ReferenceIntegerPair<V> p = atomicRef.get();
97 ReferenceIntegerPair<V> current = atomicRef.get();
123 ReferenceIntegerPair<V> current = atomicRef.get();
141 ReferenceIntegerPair<V> current = atomicRef.get();
160 ReferenceIntegerPair<V> current = atomicRef.get();
  /dalvik/libcore/nio/src/main/java/java/nio/
package.html 9 provide methods to get and put data from the
  /dalvik/libcore/prefs/src/main/java/java/util/prefs/
NodeSet.java 30 result = list.get(index);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
DataLengthException.java 6 * insufficient input. In general this exception will get thrown rather
  /dalvik/libcore/xml/src/test/resources/
SimpleBuilderTest.xml 13 <nestedStuff two="zwei">Nothing to see here - please get along!</nestedStuff>
  /dalvik/libdex/
DexProto.h 89 * Get the short-form method descriptor for the given prototype. The
95 * Get the full method descriptor for the given prototype.
101 * Get a copy of the descriptor string associated with the given prototype.
107 * Get the parameter descriptors for the given prototype. This is the
127 * Get a copy of the utf-8 encoded method descriptor string from the
141 * Get the type descriptor for the return type of the given prototype.
146 * Get the parameter count of the given prototype.
202 * Get the type_id index for the next parameter, if any. This returns
208 * Get the type descriptor for the next parameter, if any. This returns
  /dalvik/vm/jdwp/
README.txt 10 might be useful in other projects. Once you get multiple simultaneous
  /dalvik/vm/reflect/
Reflect.h 33 * Get all fields declared by a class.
40 * Get all constructors declared by a class.
45 * Get all methods declared by a class.
54 * Get all interfaces a class implements. If this is unable to allocate
144 * Get the list of thrown exceptions for a method. Returns NULL if there
150 * Get the Signature annotation.
157 * Get the EnclosingMethod attribute from an annotation. Returns a Method
173 * Get the EnclosingClass attribute from an annotation. If found, returns
182 * Get an array of class objects from the MemberClasses annotation. Returns
  /development/samples/ApiDemos/tests/
Android.mk 14 # automatically get all of its classes loaded into our environment.
  /development/tools/jdwpspy/
Common.h 31 * Get 1 byte. (Included to make the code more legible.)
39 * Get 2 big-endian bytes.
52 * Get 4 big-endian bytes.
67 * Get 8 big-endian bytes.

Completed in 171 milliseconds

<<11121314151617181920>>