HomeSort by relevance Sort by last modified time
    Searched refs:checks (Results 26 - 50 of 264) sorted by null

12 3 4 5 6 7 8 91011

  /frameworks/base/packages/Keyguard/test/
Android.mk 23 # Remove these to verify permission checks are working correctly
  /external/chromium_org/v8/test/webkit/
number-cell-reuse.js 25 "This test checks corner cases of the number cell reuse code. In particular, it checks for known cases where code generation for number cell reuse caused assertions to fail."
arguments-bad-index.js 25 "This test checks whether arguments crashes when passed a bad index."
array-index-immediate-types.js 25 "This test checks the behaviour of indexing an Array with immediate types."
array-indexing.js 25 "This test checks that array accessing doesn't do the wrong thing for negative indices"
array-iterate-backwards.js 25 "This test checks that iterating a large array backwards works correctly."
array-tostring-and-join.js 26 "This test checks that toString and join share the same HashSet for visited elements."
constant-count.js 25 "This test checks exceptional cases for constant counting in the parser."
declaration-in-block.js 25 "This test checks that declarations in an if block can be seen outside it."
dfg-int-overflow-large-constants-in-a-line.js 25 "Tests that our optimization to elide overflow checks understands that if we keep adding huge numbers, we could end up creating a number that is not precisely representable using doubles."
dfg-int32-to-double-on-known-number.js 25 "Tests that we don't emit unnecessary speculation checks when performing an int32 to double conversion on a value that is proved to be a number, predicted to be an int32, but not proved to be an int32."
dfg-put-by-id-prototype-check.js 25 "Tests that the DFG CFA is not overzealous in removing prototype structure checks for put_by_id transitions."
dfg-to-string-toString-becomes-bad-with-check-structure.js 25 "Tests that the DFG checks that the toString method didn't become bad even if the StringObject already had a CheckStructure."
  /ndk/build/tools/
build-docs.sh 41 register_var_option "--run-checks" RUN_CHECKS "Run internal consistency checks"
63 $SUBST_PROGRAM --run-checks
  /external/icu4c/test/cintltst/
spooftest.c 316 * get & set Checks
319 int32_t checks; local
323 checks = uspoof_getChecks(sc, &status);
325 TEST_ASSERT_EQ(USPOOF_ALL_CHECKS, checks);
327 checks &= ~(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE);
328 uspoof_setChecks(sc, checks, &status);
331 TEST_ASSERT_EQ(checks, checks2);
333 /* The checks that were disabled just above are the same ones that the "scMixed" test fails.
361 /* Limit checks to USPOOF_CHAR_LIMIT. Some of the test data has whole script confusables also,
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_make.py 106 checks = []
113 checks.append(srcfile)
115 ErrorMsgFunc('%s not found in:\n\t%s' % (name, '\n\t'.join(checks)))
  /external/chromium_org/third_party/icu/source/test/intltest/
itutil.cpp 119 : checks(countChecks), dests(countDests) {}
127 ++checks;
129 int32_t &checks; member in class:MyErrorCode
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
FileCheckerCallable.java 8 import org.chromium.devtools.jsdoc.checks.RequiredThisAnnotationCheck;
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
RequiredThisAnnotationCheck.java 1 package org.chromium.devtools.jsdoc.checks;
  /external/chromium_org/v8/test/webkit/fast/regex/
toString.js 81 // The first half of this checks that:
84 // The second half checks that:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
TypographyFix.java 19 import com.android.tools.lint.checks.TypographyDetector;
UseCompoundDrawableDetectorFix.java 23 import com.android.tools.lint.checks.UseCompoundDrawableDetector;
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-1085.js 30 // Test correct checks for negative zero.
  /external/chromium_org/v8/test/webkit/fast/js/
function-decompilation-operators.js 24 description("This test checks toString() round-trip decompilation for binary and unary operators.");
toString-exception.js 25 'This test checks for regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=7343">7343: REGRESSION: fast/js/toString-overrides.html fails when run multiple times</a>.'

Completed in 155 milliseconds

12 3 4 5 6 7 8 91011