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

<<11121314151617181920>>

  /dalvik/vm/mterp/x86-atom/
OP_SPUT_WIDE.S 36 cmp $$0, (%ecx, %edx, 4) # check for null ptr; resolved StaticField ptr
62 cmp $$0, %eax # check if initalization failed
  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 10 class MainCallChecker : public Checker < check::PreStmt<CallExpr> > {
  /external/clang/lib/StaticAnalyzer/Checkers/
FixedAddressChecker.cpp 12 // This check corresponds to CWE-587.
27 : public Checker< check::PreStmt<BinaryOperator> > {
ReturnUndefChecker.cpp 11 // check which looks for undefined or garbage values being returned to the
27 public Checker< check::PreStmt<ReturnStmt> > {
UndefinedArraySubscriptChecker.cpp 10 // This defines UndefinedArraySubscriptChecker, a builtin check in ExprEngine
26 : public Checker< check::PreStmt<ArraySubscriptExpr> > {
  /external/clang/test/Lexer/
cxx0x_keyword_as_cxx98.cpp 21 #define static_assert(b, s) int CONCAT(check, __LINE__)[(b) ? 1 : 0];
  /external/clang/test/SemaCXX/
dependent-auto.cpp 12 only<int> check = x; local
36 // PR 9276 - Make sure we check auto types deduce the same
  /external/clang/test/SemaTemplate/
instantiate-member-expr.cpp 18 void registerCheck(CHECKER *check) {
  /external/e2fsprogs/tests/
Makefile.in 29 check:: test_script
34 check-failed:
  /external/icu4c/samples/ufortune/
fortunedefs.mk 13 # (must be locatable by ICU_PATH - use 'make check')
16 # (use 'make check')
  /external/llvm/utils/
Makefile 14 EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh \
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 30 DICTID, /* i: waiting for dictionary check value */
33 TYPEDO, /* i: same, but skip check to exit inflate on new block */
45 CHECK, /* i: waiting for 32-bit check value */
47 DONE, /* finished check, done -- remain here until reset */
65 TYPE -> STORED or TABLE or LEN or CHECK
73 CHECK -> LENGTH -> DONE
84 unsigned long check; /* protected copy of check value */ member in struct:inflate_state
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 79 CMP r4, r6 @check for positive saturation
81 CMN r4, r6 @check for negative saturation
88 CMP r5, r6 @check for positive saturation
90 CMN r5, r6 @check for negative saturation
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 79 CMP r4, r6 @check for positive saturation
81 CMN r4, r6 @check for negative saturation
88 CMP r5, r6 @check for positive saturation
90 CMN r5, r6 @check for negative saturation
  /external/v8/include/
v8-testing.h 37 #error both BUILDING_V8_SHARED and USING_V8_SHARED are set - please check the\
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 15 # Check for them, to make sure our rep detection
17 # We should check this on x86 too, but then we'd
18 # have to check for SSE2 capability somehow?
28 # Check varied order of the size prefix
250 # Check scan equal instruction
287 # Check scan not-equal instruction
  /external/valgrind/main/memcheck/tests/
varinfo6.stderr.exp 1 Uninitialised byte(s) found during client check request
13 Uninitialised byte(s) found during client check request
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-007.js 23 * This is the "check" function for test objects that will
32 * This is the "check" function for test objects that do not
53 * The check function is either throwExeption() or noException().
61 this.check = fun;
  /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/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))
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebChromeClientTest.java 84 protected boolean check() { method
107 protected boolean check() { method
145 protected boolean check() { method
185 protected boolean check() { method
192 protected boolean check() { method
221 protected boolean check() { method
250 protected boolean check() { method
279 protected boolean check() { method
310 protected boolean check() { method
316 protected boolean check() { method
326 protected boolean check() { method
    [all...]
  /dalvik/tests/072-precise-gc/src/
Main.java 29 check(wrefs);
65 static void check(WeakReference[] wrefs) { method in class:Main
  /dalvik/vm/mterp/armv5te/
OP_GOTO.S 19 bmi common_testUpdateProfile @ (r0) check for trace hotness

Completed in 711 milliseconds

<<11121314151617181920>>