/dalvik/vm/mterp/x86-atom/ |
OP_FILLED_NEW_ARRAY.S | 54 cmp $$0, %eax # %eax<- check if already resolved 71 cmp $$0, %eax # check for null return 83 cmpb $$'I', %al # check if array of ints 101 cmp $$0, %eax # check for null return 108 subl $$1, -12(%esp) # length--; check for negative 126 cmp $$4, -12(%esp) # check length 143 cmpb $$'I', sReg0 # check for int array
|
OP_CHECK_CAST.S | 21 * For: check-cast 36 cmp $$0, rINST # check for null reference object 40 cmp $$0, %ecx # check if classes is resolved before? 46 cmp %ecx, offObject_clazz(rINST) # check for same class 47 jne .L${opcode}_fullcheck # not same class; do full check 53 * Trivial test failed, need to perform full check. 115 cmp $$0, %eax # check for null pointer
|
OP_NEW_INSTANCE.S | 42 cmp $$0, %edx # check for null 51 cmp $$CLASS_INITIALIZED, %eax # check if class is initialized 77 cmp $$0, %eax # check for failure 95 cmp $$0, %eax # check for failure 125 cmp $$0, %edx # check for failure
|
OP_CONST_CLASS.S | 39 cmp $$0, %eax # check if classes is resolved before? 64 cmp $$0, %eax # check for null pointer
|
OP_CONST_STRING.S | 36 cmp $$0, %eax # check if string is resolved 61 cmp $$0, %eax # check if resolved string failed
|
OP_CONST_STRING_JUMBO.S | 39 cmp $$0, %eax # check if string is resolved 63 cmp $$0, %eax # check if resolved string failed
|
/build/tools/zipalign/ |
ZipAlign.cpp | 39 fprintf(stderr, " -c: check alignment only (does not modify file)\n"); 108 /* this mode isn't supported -- do a trivial check */ 196 bool check = false; local 217 check = true; 238 if (!((check && argc == 2) || (!check && argc == 3))) { 250 if (check) { 251 /* check existing archive for correct alignment */
|
/external/icu4c/tools/toolutil/ |
pkgitems.cpp | 123 // check a dependency ------------------------------------------------------ *** 165 CheckDependency check, void *context, 170 check(context, itemName, target); 176 checkParent(const char *itemName, CheckDependency check, void *context, 212 checkIDSuffix(itemName, parent, parentLength, suffix, check, context, pErrorCode); 220 * Check for the alias from the string or alias resource res. 225 CheckDependency check, void *context, UErrorCode *pErrorCode) { 273 checkIDSuffix(itemName, localeID, -1, (useResSuffix ? ".res" : ""), check, context, pErrorCode); 284 CheckDependency check, void *context, 291 // Check for %%ALIA [all...] |
/external/mesa3d/src/glsl/builtins/tools/ |
generate_builtins.py | 233 check = 'state->target == vertex_shader && ' 235 check = 'state->target == fragment_shader && ' 239 check += 'state->language_version == ' + version 241 check += 'state->' + version + '_enable' 243 print ' if (' + check + ') {'
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebChromeClientTest.java | 71 protected boolean check() { method 87 protected boolean check() { method 118 protected boolean check() { method 142 protected boolean check() { method 149 protected boolean check() { method 171 protected boolean check() { method 193 protected boolean check() { method 215 protected boolean check() { method 239 protected boolean check() { method 246 protected boolean check() { method [all...] |
/external/v8/test/cctest/ |
test-hashing.cc | 155 void check(i::Vector<const char> string) { function 168 CHECK(code->IsCode()); 180 CHECK(runtime_hash == codegen_hash); 184 void check(uint32_t key) { function 197 CHECK(code->IsCode()); 210 CHECK(runtime_hash == codegen_hash); 216 check(i::Vector<const char>(ab, 2)); 235 check(i::Vector<const char>("*", 1)); 236 check(i::Vector<const char>(".zZ", 3)); 237 check(i::Vector<const char>("muc", 3)) [all...] |
/external/valgrind/main/memcheck/tests/ |
varinfo5.stderr.exp | 1 Uninitialised byte(s) found during client check request 12 Uninitialised byte(s) found during client check request 20 Uninitialised byte(s) found during client check request 28 Uninitialised byte(s) found during client check request 36 Uninitialised byte(s) found during client check request 44 Uninitialised byte(s) found during client check request 52 Uninitialised byte(s) found during client check request 61 Uninitialised byte(s) found during client check request 70 Uninitialised byte(s) found during client check request 79 Uninitialised byte(s) found during client check reques [all...] |
/external/bison/tests/ |
Makefile | 290 check-am: all-am 292 $(MAKE) $(AM_MAKEFLAGS) check-local 293 check: check-am 368 .PHONY: all all-am check check-am check-local clean clean-generic \ 398 check-local: atconfig atlocal $(TESTSUITE) 406 .PHONY: maintainer-check-g++ 407 maintainer-check-g++: $(TESTSUITE [all...] |
/external/quake/quake/src/QW/server/ |
sv_user.c | 226 unsigned check; local 248 check = atoi(Cmd_Argv(3)); 250 // Con_DPrintf("Client check = %d\n", check); 252 if (sv_mapcheck.value && check != sv.worldmodel->checksum && 253 check != sv.worldmodel->checksum2) { 257 sv.modelname, check, sv.worldmodel->checksum, sv.worldmodel->checksum2); 261 host_client->checksum = check; 335 // normally this could overflow, but no need to check due to backbuf 386 // get the client to check and download skin 1241 edict_t *check; local 1308 edict_t *check; local [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/check_cast/d/ |
T_check_cast_2.d | 65 check-cast v10, dot/junit/opcodes/check_cast/d/T_check_cast_2/SuperClass 70 check-cast v10, [Ldot/junit/opcodes/check_cast/d/T_check_cast_2/SuperClass; 75 check-cast v10, java/lang/Object 80 check-cast v10, dot/junit/opcodes/check_cast/d/T_check_cast_2/SuperInterface 88 check-cast v10, dot/junit/opcodes/check_cast/d/T_check_cast_2/SubClass 100 check-cast v10, dot/junit/opcodes/check_cast/d/T_check_cast_2/SuperInterface2 111 check-cast v10, dot/junit/opcodes/check_cast/d/T_check_cast_2/SuperInterface 122 check-cast v10, dot/junit/opcodes/check_cast/d/T_check_cast_2/SubClass 133 check-cast v10, [Ldot/junit/opcodes/check_cast/d/T_check_cast_2/SubClass;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/ |
UiElementPullParserTest.java | 192 check(parser, 0, button1Map); method 193 check(parser, 1, button1Map); method 210 check(parser, 0, button2Map); method 211 check(parser, 1, button2Map); method 219 check(parser, 0, textMap); method 220 check(parser, 1, textMap); method 245 private void check(UiElementPullParser parser, int i, HashMap<String, String> map) { method in class:UiElementPullParserTest
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ListenerTest.java | 47 * The received argument list before check() is called. 57 * Check the callback with the expected argument is invoked successfully within 65 public boolean check(ListenerArgument arg, long msec) throws InterruptedException { method in class:ListenerTest 68 return check(argList, msec); 72 * Check the callbacks with the expected argument are all invoked successfully 80 public synchronized boolean check(List<ListenerArgument> argList, long msec) method in class:ListenerTest
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaScannerConnectionTest.java | 102 protected boolean check() { method 107 protected boolean check() { method 115 protected boolean check() { method
|
/external/compiler-rt/lib/asan/output_tests/ |
test_output.sh | 20 $FILE_CHECK $2 --check-prefix=$3 < $TMP_ASAN_REPORT 27 check_program a.out $C_TEST.c CHECK 32 check_program a.out $C_TEST.c CHECK 59 # Check common expected lines for OS. 60 $FILE_CHECK $c.cc --check-prefix="Check-Common" < $TMP_ASAN_REPORT 61 # Check OS-specific lines. 62 if [ `grep -c "Check-$OS" $c.cc` -gt 0 ] 64 $FILE_CHECK $c.cc --check-prefix="Check-$OS" < $TMP_ASAN_REPOR [all...] |
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
checkcharacternormalization02.js | 81 Normalize document with check-character-normalization set to true, check that 86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-check-character-normalization 119 canSet = domConfig.canSetParameter("check-character-normalization",true); 124 domConfig.setParameter("check-character-normalization", true); 143 assertEquals("errorType","check-character-normalization-failure",errorType);
|
/system/core/libmincrypt/tools/ |
DumpPublicKey.java | 39 static void check(RSAPublicKey key) throws Exception { method in class:DumpPublicKey 57 check(key); 120 check(key);
|
/external/qemu/distrib/zlib-1.2.3/ |
inflate.c | 34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths 51 * - Simplified bad distance check in inflate_fast() 78 * - Check next_in and next_out for Z_NULL on entry to inflate() 375 /* check function to use adler32() for zlib or crc32() for gzip */ 377 # define UPDATE(check, buf, len) \ 378 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) 380 # define UPDATE(check, buf, len) adler32(check, buf, len) 383 /* check macros for header crc * [all...] |
/external/zlib/ |
inflate.c | 34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths 51 * - Simplified bad distance check in inflate_fast() 78 * - Check next_in and next_out for Z_NULL on entry to inflate() 430 /* check function to use adler32() for zlib or crc32() for gzip */ 432 # define UPDATE(check, buf, len) \ 433 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) 435 # define UPDATE(check, buf, len) adler32(check, buf, len) 438 /* check macros for header crc * [all...] |
/bootable/recovery/mtdutils/ |
flash_image.c | 80 char check[HEADER_SIZE]; local 81 int checklen = mtd_read_data(in, check, sizeof(check)); 85 } else if (checklen == headerlen && !memcmp(header, check, headerlen)) {
|
/bootable/recovery/tools/ota/ |
Android.mk | 28 LOCAL_MODULE := check-lost+found 31 LOCAL_SRC_FILES := check-lost+found.c
|