Searched defs:check (Results 1 - 12 of 12) sorted by relevance

/dalvik/tests/072-precise-gc/src/
H A DMain.java29 check(wrefs);
65 static void check(WeakReference[] wrefs) { method in class:Main
/dalvik/dx/tests/073-dex-null-array-refs/
H A DBlort.java47 if (check()) {
55 if (check()) {
63 if (check()) {
70 public static boolean check() { method in class:Blort
/dalvik/libcore/archive/src/main/java/java/util/zip/
H A DCheckedInputStream.java31 private final Checksum check; field in class:CheckedInputStream
45 check = csum;
61 check.update(x);
87 check.update(buf, off, x);
98 return check;
125 check.update(b, 0, x);
H A DCheckedOutputStream.java31 private final Checksum check; field in class:CheckedOutputStream
45 check = cs;
54 return check;
69 check.update(val);
89 check.update(buf, off, nbytes);
/dalvik/libcore/security/src/main/java/java/security/cert/
H A DPKIXCertPathChecker.java33 * {@link #check(Certificate, Collection) check} method will be called for each
107 * if check(s) fail on the specified certificate.
109 public abstract void check(Certificate cert, Collection<String> unresolvedCritExts) method in class:PKIXCertPathChecker
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
H A DHasPositionalPredChecker.java50 public static boolean check(LocPathIterator path) method in class:HasPositionalPredChecker
/dalvik/libcore/security/src/test/java/tests/security/cert/
H A DPKIXCertPathCheckerTest.java116 method = "check",
121 pc.check(new MyCertificate("", null), new HashSet<String>());
131 public void check(Certificate cert, method in class:PKIXCertPathCheckerTest.MyPKIXCertPathChecker
/dalvik/libcore/text/src/main/java/java/text/
H A DFormat.java91 boolean check) {
92 if (!check && fromChars.equals(toChars)) {
106 } else if (check
90 convertPattern(String template, String fromChars, String toChars, boolean check) argument
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
H A DConstructorTest.java98 public int check() { method in class:ConstructorTest.ConstructorTestHelper
529 assertEquals("improper instance created", 99, test.check());
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DHandshakeIODataStream.java187 * the fake data if such was provided (to check the size of certificate
244 private void check(int length) { method in class:HandshakeIODataStream
275 check(1);
284 check(1);
293 check(2);
303 check(3);
314 check(4);
326 check(8);
342 check(vector.length);
/dalvik/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlSerializer.java54 private final void check(boolean close) throws IOException { method in class:KXmlSerializer
177 check(false);
282 check(false);
378 check(false);
482 check(false);
487 check();
507 check(true);
544 check(false);
557 check(false);
578 check(fals
[all...]
/dalvik/libdex/
H A Dsha1.c64 check files against their previous SHA-1 check values, kind of
358 /* Read expected check value. */
403 " -c = check files against previous check values\n"
404 " -g = generate SHA-1 check values (default action)\n"
407 "sha1sum test.txt > check.txt\n"
408 "generates check value for test.txt in check.txt, and\n"
409 "sha1sum -c check
421 int check = 0; local
[all...]

Completed in 1718 milliseconds