/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
python_unittest.py | 46 """Test check() method.""" 58 checker.check(lines=[])
|
/external/zlib/ |
inflate.h | 30 DICTID, /* i: waiting for dictionary check value */ 33 TYPEDO, /* i: same, but skip check to exit inflate on new block */ 47 CHECK, /* i: waiting for 32-bit check value */ 49 DONE, /* finished check, done -- remain here until reset */ 68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK 77 CHECK -> LENGTH -> DONE 88 unsigned long check; /* protected copy of check value */ member in struct:inflate_state
|
/frameworks/base/core/java/com/android/internal/view/ |
CheckableLinearLayout.java | 48 mCheckBox = (CheckBox) findViewById(R.id.check);
|
/frameworks/native/include/binder/ |
PermissionCache.h | 59 status_t check(bool* granted,
|
/ndk/build/core/ |
build-static-library.mk | 23 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT)) 24 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE))
|
/build/core/tasks/ |
apicheck.mk | 20 # skip api check for TINY_ANDROID and PDK buid 33 define check-api 53 # Check that the API we're building hasn't broken the last-released 55 $(eval $(call check-api, \ 65 # Check that the API we're building hasn't changed from the not-yet-released 67 $(eval $(call check-api, \
|
/dalvik/tests/072-precise-gc/src/ |
Main.java | 29 check(wrefs); 65 static void check(WeakReference[] wrefs) { method in class:Main
|
/dalvik/tests/093-serialization/src/ |
Main.java | 71 sub.check(); 109 public void check() { method in class:Sub
|
/dalvik/vm/mterp/armv5te/ |
OP_GOTO.S | 19 bmi common_testUpdateProfile @ (r0) check for trace hotness
|
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
|
/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
|
/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...] |