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

1 23 4 5 6 7 8 91011

  /external/chromium_org/v8/test/webkit/
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."
cached-call-uninitialized-arguments.js 25 "This test checks that uninitialized parameters for cached call functions correctly defaults to undefined."
closure-inside-extra-arg-call.js 26 "This test checks that activation objects for functions called with too many arguments are created properly."
continue-break-multiple-labels.js 25 'This test checks break and continue behaviour in the presence of multiple labels.'
do-while-semicolon.js 25 "This test checks that toString() round-trip on a function that has do..while in JavaScript does not insert extra semicolon."
eval-and-with.js 25 "This test case checks variable resolution in the presence of both eval and with."
eval-var-decl.js 25 "This test case checks whether variables cause properties to be defined even before reaching the declaration statement in various cases."
  /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/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 133 * This method checks if it is appropriate to hoist the bounds checks on an
164 // related to the induction limit, therefore hoisting checks is
172 // check, therefore hoisting checks would be likely to cause
239 // Add checks to the table.
258 // all checks are done on constants: if all check are done against the same
374 induction_data->checks();
378 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
  /external/chromium_org/v8/test/webkit/fast/js/
date-preserve-milliseconds.js 25 'The following test checks if an existing milliseconds value gets preserved if a call to setHours(), setMinutes() or setSeconds() does not specify the milliseconds. See <a href="https://bugs.webkit.org/show_bug.cgi?id=3759">https://bugs.webkit.org/show_bug.cgi?id=3759</a>'
number-toprecision.js 25 'This test checks a few Number.toPrecision cases, including ' +

Completed in 169 milliseconds

1 23 4 5 6 7 8 91011