Searched defs:check (Results 1 - 5 of 5) sorted by path

/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/libdex/
H A Dsha1.cpp64 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...]
/dalvik/tests/072-precise-gc/src/
H A DMain.java29 check(wrefs);
65 static void check(WeakReference[] wrefs) { method in class:Main
/dalvik/tests/093-serialization/src/
H A DMain.java71 sub.check();
109 public void check() { method in class:Sub
/dalvik/vm/
H A DCheckJni.cpp128 * Determine if we need to check the return type coming out of the call.
456 * will be handled automatically by the instanceof check.)
508 void check(bool entry, const char* fmt0, ...) { function in class:ScopedCheck
603 // We only treat this specially so we can do the non-negative check.
697 ALOGE("unknown check format specifier %c", ch);
877 /* don't check here; we allow nested gets */
1128 static bool check(const void* dataBuf, bool modOkay) { function in struct:GuardedCopy
1134 * Before we do anything with "pExtra", check the magic number. We
1135 * do the check with memcmp rather than "==" in case the pointer is
1149 /* check botto
[all...]

Completed in 132 milliseconds