/dalvik/vm/mterp/armv5te/ |
OP_IPUT_QUICK.S | 8 cmp r3, #0 @ check object for null
|
/dalvik/vm/mterp/armv6t2/ |
OP_IPUT_QUICK.S | 9 cmp r3, #0 @ check object for null
|
OP_IPUT_WIDE_QUICK.S | 8 cmp r2, #0 @ check object for null
|
/dalvik/vm/mterp/x86-atom/ |
OP_AGET_WIDE.S | 36 cmp $$0, %ecx # check for null array object
|
OP_APUT.S | 42 cmp $$0, %ecx # check for null array object
|
OP_APUT_WIDE.S | 36 cmp $$0, %ecx # check for null array object
|
OP_IGET_QUICK.S | 33 cmp $$0, %eax # check if object is null
|
OP_IGET_WIDE_QUICK.S | 32 cmp $$0, %edx # check if object is null
|
OP_IPUT_QUICK.S | 32 cmp $$0, %eax # check if object is null
|
OP_IPUT_WIDE_QUICK.S | 32 cmp $$0, %edx # check if object is null
|
OP_MONITOR_ENTER.S | 34 cmp $$0, rINST # check for null object
|
OP_IGET.S | 44 cmp $$0, (%edx, %ecx, 4) # check for null ptr; resolved InstField ptr 60 cmp $$0, %eax # check if resolved 74 cmp $$0, %ecx # check for null object
|
OP_IGET_WIDE.S | 38 cmp $$0, %ecx # check for null ptr; resolved InstField ptr 53 cmp $$0, %eax # check if resolved 68 cmp $$0, %edx # check for null object
|
OP_INVOKE_SUPER.S | 53 cmp $$0, (rFP, %eax, 4) # check for null object 64 cmp $$0, %ecx # check if already resolved 93 cmp $$0, %ecx # check for null method return
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
NoReturnFunctionChecker.cpp | 28 class NoReturnFunctionChecker : public Checker< check::PostStmt<CallExpr>, 29 check::PostObjCMessage > { 103 // HACK: This entire check is to handle two messages in the Cocoa frameworks:
|
/external/dbus/bus/ |
messagebus.in | 41 daemon --check $servicename $processname --system
|
/external/icu4c/tools/toolutil/ |
package.h | 115 * Check dependencies and return TRUE if all dependencies are fulfilled. 121 * @param context user context (will be passed to check function) 122 * @param check will be called with context and any missing items 124 void enumDependencies(void *context, CheckDependency check); 127 void enumDependencies(Item *pItem, void *context, CheckDependency check);
|
/external/llvm/test/MC/ARM/ |
elf-movt.s | 1 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi | FileCheck -check-prefix=ASM %s 3 @ RUN: elf-dump --dump-section-data | FileCheck -check-prefix=OBJ %s
|
vpush-vpop.s | 1 @ RUN: llvm-mc -triple armv7-unknown-unknown -show-encoding < %s | FileCheck --check-prefix=CHECK-ARM %s 2 @ RUN: llvm-mc -triple thumbv7-unknown-unknown -show-encoding < %s | FileCheck --check-prefix=CHECK-THUMB %s 5 @ CHECK: foo 11 @ CHECK-THUMB: vpush {d8, d9, d10, d11, d12} @ encoding: [0x2d,0xed,0x0a,0x8b] 12 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a] 13 @ CHECK-THUMB: vpop {d8, d9, d10, d11, d12} @ encoding: [0xbd,0xec,0x0a,0x8b] 14 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a] 16 @ CHECK-ARM: vpush {d8, d9, d10, d11, d12} @ encoding: [0x0a,0x8b,0x2d,0xed [all...] |
/external/quake/quake/src/WinQuake/ |
pr_cmds.cpp | 237 char *m, **check; local 244 // check to see if model was properly precached 245 for (i=0, check = sv.model_precache ; *check ; i++, check++) 246 if (!strcmp(*check, m)) 249 if (!*check) 508 char **check; local 519 // check to see if samp was properly precached 520 for (soundnum=0, check = sv.sound_precache ; *check ; check++, soundnum++ 1335 edict_t *ent, *check, *bestent; local [all...] |
/external/v8/test/mjsunit/regress/ |
regress-1181.js | 40 function check(count) { function 52 check(150); 53 check(200); 54 check(350)
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
common_unittest.py | 32 # mock style error handling code and the code to check that all 59 output_lines = checker.check(input_lines) 61 # Check both the return value and error messages. 112 checker.check(input_lines)
|
/libcore/support/src/test/java/tests/security/ |
KeyFactoryTest.java | 93 check(new KeyPair(publicKey, privateKey)); method 96 protected void check(KeyPair keyPair) {} method in class:KeyFactoryTest
|
/ndk/build/core/ |
prebuilt-library.mk | 22 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT)) 23 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE)) 24 $(call check-LOCAL_MODULE_FILENAME) 26 # Check that LOCAL_SRC_FILES contains only paths to shared libraries 42 $(call __ndk_info,Check that $(LOCAL_PATH)/$(LOCAL_SRC_FILES) exists, or that its path is correct) 57 $(eval $(call ev-check-module-filename))
|
/sdk/emulator/tests/ |
Android.mk | 6 # The test-qemud-pipes program is used to check the execution of QEMUD Pipes
|