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

1 23 4 5 6 7 8 91011

  /external/chromium_org/v8/test/webkit/fast/regex/
constructor.js 24 description("This test checks use of the regexp constructor.");
overflow.js 24 description("This test checks expressions with alternative lengths of appox. 2^31.");
  /external/chromium_org/v8/test/webkit/
getter-setter-gc.js 25 "This test checks whether getters and setters work correctly with garbage collection."
logical-or-jless.js 25 "This test checks whether the pair of opcodes (less, jtrue) is incorrectly optimized in a LogicalOrNode."
parser-high-byte-character.js 25 "This test checks that high-byte characters in comments do not crash or cause parser errors."
pretty-print.js 25 "This test checks that regexps, strings with special characters, object literals with non-identifier names, and array literals are pretty-printed correctly"
primitive-method-this.js 26 "This test checks that methods called directly on primitive types get the wrapper, not the primitive, as the 'this' object."
reentrant-call-unwind.js 25 "This test checks that unwinding of exceptions properly copies registers of activation frames created by reentrant calls to JavaScript."
sort-no-jit-code-crash.js 25 "This test checks that non-numeric sort functions always have JIT code. This test passes if it does not crash."
unexpected-constant-crash.js 25 "This test checks that the regexp and unexpected constant counters are not confused with each other. It will fail with an assertion failure in a debug build if this is the case."
toString-prefix-postfix-preserve-parens.js 25 "This test checks that toString() round-trip on a function that has prefix, postfix and typeof operators applied to group expression will not remove the grouping. Also checks that evaluation of such a expression produces run-time exception"
array-lastIndexOf.js 25 'This test checks lastIndexOf for various values in an array'
array-proto-func-length-getter-except.js 25 "This test checks that functions on the array prototype correctly handle exceptions from length getters when called on non-array objects."
  /external/v8/test/mjsunit/compiler/
regress-1085.js 30 // Test correct checks for negative zero.
  /art/build/
Android.common.mk 170 $(info Using target GCC $(TARGET_GCC_VERSION) disables thread-safety checks.)
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uspoof.h 50 * The tests and checks provided by this module implement the recommendations
65 * -# Perform the checks using the pre-configured USpoofChecker. The results indicate
70 * A USpoofChecker may be used repeatedly to perform checks on any number of identifiers.
81 * Descriptions of the available checks.
93 * The safest approach is to enable all three of these checks as a group.
112 * specified, the checks will consider confusable characters of any case. If this flag is not
150 * Enum for the kinds of checks that USpoofChecker can perform.
151 * These enum values are used both to select the set of checks that
195 * Applies to checks of a single identifier check only.
219 * checks except for USPOOF_LOCALE_LIMIT and USPOOF_CHAR_LIMIT
    [all...]
  /external/chromium_org/tools/checkdeps/
checkdeps.py 8 Checks DEPS files in the source tree for rules, and applies those rules to
69 """Checks all relevant source files in the specified directory and
153 to "." so it checks everything.
  /external/llvm/test/MC/PowerPC/
ppc64-fixup-apply.s 5 # This checks that fixups that can be resolved within the same
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RemoveUselessViewFix.java 21 import com.android.tools.lint.checks.UselessViewDetector;
TypoFix.java 19 import com.android.tools.lint.checks.TypoDetector;
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
chromeframe.js 71 // Look for CF in the User Agent before trying more expensive checks
  /external/chromium_org/v8/src/
hydrogen-bch.cc 134 * This method checks if it is appropriate to hoist the bounds checks on an
165 // related to the induction limit, therefore hoisting checks is
173 // check, therefore hoisting checks would be likely to cause
240 // Add checks to the table.
259 // all checks are done on constants: if all check are done against the same
367 induction_data->checks();
371 current_length_group->checks();
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-intoverflow.js 30 // Test overflow checks in optimized code.
  /external/chromium_org/v8/test/mjsunit/
global-deleted-property-keyed.js 30 // Test keyed access to deleted property in a global object without access checks.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-108296.js 30 // This test checks that young immediates embedded into code objects

Completed in 893 milliseconds

1 23 4 5 6 7 8 91011