HomeSort by relevance Sort by last modified time
    Searched refs:check (Results 251 - 275 of 1366) sorted by null

<<11121314151617181920>>

  /dalvik/vm/mterp/x86-atom/
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
OP_DOUBLE_TO_INT.S 37 fucomip %st(2), %st(0) # check for negInf
39 fucomip %st(1), %st(0) # check for posInf or NaN
OP_INVOKE_INTERFACE.S 58 cmp $$0, %edx # check for null object
73 cmp $$0, %eax # check if find failed
OP_INVOKE_STATIC.S 50 cmp $$0, %ecx # check if already resolved
67 cmp $$0, %eax # check for null method
OP_SGET.S 36 cmp $$0, (%ecx, %eax, 4) # check for null ptr; resolved StaticField ptr
51 cmp $$0, %eax # check if initalization failed
OP_SGET_WIDE.S 36 cmp $$0, (%ecx, %edx, 4) # check for null ptr; resolved StaticField ptr
62 cmp $$0, %eax # check if initalization failed
OP_SPUT.S 36 cmp $$0, (%ecx, %eax, 4) # check for null ptr; resolved StaticField ptr
51 cmp $$0, %eax # check if initalization failed
  /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/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;
  /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;
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieManagerTest.java 192 protected boolean check() { method
201 protected boolean check() { method
251 protected boolean check() { method
260 protected boolean check() { method
268 protected boolean check() { method
277 protected boolean check() { method
285 protected boolean check() { method
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParserTest.java 194 check(parser, 0, button1Map); method
195 check(parser, 1, button1Map); method
212 check(parser, 0, button2Map); method
213 check(parser, 1, button2Map); method
221 check(parser, 0, textMap); method
222 check(parser, 1, textMap); method
247 private void check(UiElementPullParser parser, int i, HashMap<String, String> map) { method in class:UiElementPullParserTest
  /external/llvm/test/
Makefile 13 all:: check-local
16 check-local:: check-local-lit
51 VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
54 # Check what to run for -all.
60 ifneq ($(strip $(filter check-local-all,$(MAKECMDGOALS))),)
98 check-local-dg:: site.exp
103 check-local-dg:: site.exp
107 check-local-lit:: lit.site.cfg Unit/lit.site.cfg
111 check-local-all:: lit.site.cfg Unit/lit.site.cfg extra-lit-site-cfg
    [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()
410 /* check function to use adler32() for zlib or crc32() for gzip */
412 # define UPDATE(check, buf, len) \
413 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
415 # define UPDATE(check, buf, len) adler32(check, buf, len)
418 /* 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

Completed in 2279 milliseconds

<<11121314151617181920>>