Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/java/math/
DBigInteger.java4578 int keep;
4581 for (keep = 0; keep < vlen && val[keep] == 0; keep++)
4583 return java.util.Arrays.copyOfRange(val, keep, vlen);
4592 int keep;
4595 for (keep = 0; keep < vlen && val[keep] == 0; keep++)
4597 return keep == 0 ? val : java.util.Arrays.copyOfRange(val, keep, vlen);
4605 int keep;
4608 for (keep = off; keep < indexBound && a[keep] == 0; keep++)
4612 int intLength = ((indexBound - keep) + 3) >>> 2;
4617 int bytesRemaining = b - keep + 1;
[all …]
/libcore/ojluni/src/test/java/lang/ref/
DBasicTest.java40 static Vector keep = new Vector(); field in BasicTest
78 keep.addElement(new PhantomReference(new Object(), q2)); in createNoise()
/libcore/tools/openjdk-analyzer/
DAndroid.bp39 // Set path to keep the resources and .class files in the same directory in the jar file.
/libcore/support/src/test/java/tests/resources/x509/
Ddefault.cnf114 preserve = no # keep passed DN ordering
/libcore/ojluni/src/main/java/java/nio/
DDirect-X-Buffer.java.template62 // buffer then we use this field to keep a reference to that buffer to
/libcore/
DJavaLibrary.bp708 // Set path to keep the resources and .class files in the same directory in the jar file.
716 // Set path to keep the resources and .class files in the same directory in the jar file.
DLICENSE79 disclaimer of warranty; keep intact all the notices that refer to this License
/libcore/ojluni/src/test/
DLICENSE82 copyright notice and disclaimer of warranty; keep intact all the
/libcore/ojluni/src/tools/
DLICENSE82 copyright notice and disclaimer of warranty; keep intact all the
/libcore/api/
Dcurrent.txt17559 field public static final String KEEP = "keep";
17560 field public static final String KEEP_FILE_ORDER = "pack.keep.file.order";
17581 field public static final String KEEP = "keep";
/libcore/ojluni/src/main/
DLICENSE87 disclaimer of warranty; keep intact all the notices that refer to this License