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

1 2 3 45 6 7 8 91011

  /external/chromium_org/v8/test/mjsunit/
fuzz-natives-part2.js 139 // Calling disable/enable access checks may interfere with the
184 // Performance critical functions which cannot afford type checks.
194 // This functions perform some checks compile time (they require one of their
fuzz-natives-part3.js 139 // Calling disable/enable access checks may interfere with the
183 // Performance critical functions which cannot afford type checks.
193 // This functions perform some checks compile time (they require one of their
fuzz-natives-part4.js 139 // Calling disable/enable access checks may interfere with the
183 // Performance critical functions which cannot afford type checks.
193 // This functions perform some checks compile time (they require one of their
debug-break-inline.js 43 // and otherwise counts break points hit and checks that the expected
debug-multiple-breakpoints.js 49 // This test sets several break points at the same place and checks that
  /external/v8/test/mjsunit/
elements-transition-hoisting.js 66 // Make sure that non-element related map checks that are not preceded by
88 // Make sure that non-element related map checks do NOT get hoisted if they
115 // Make sure that non-element related map checks do get hoisted if they use
fuzz-natives.js 138 // Calling disable/enable access checks may interfere with the
177 // Performance critical functions which cannot afford type checks.
187 // This functions perform some checks compile time (they require one of their
debug-break-inline.js 43 // and otherwise counts break points hit and checks that the expected
debug-multiple-breakpoints.js 49 // This test sets several break points at the same place and checks that
  /external/elfutils/
elfutils.spec 187 source version compatibility checks.
239 - elflint: stricter checks on debug sections
275 - elflint: Fix checks to permit --hash-style=gnu format.
279 - elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
499 - reenable checks on s390x
502 - temporarily disable checks on s390x, until someone has
  /external/icu4c/i18n/
uspoof.cpp 160 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) {
166 // Verify that the requested checks are all ones (bits) that
168 if (checks & ~USPOOF_ALL_CHECKS) {
173 This->fChecks = checks;
493 // These are the checks that need to be done on NFD input
  /external/icu4c/test/intltest/
itutil.cpp 146 : checks(countChecks), dests(countDests) {}
154 ++checks;
156 int32_t &checks; member in class:MyErrorCode
  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 202 The assertMESA function checks if the argument <condition> is
  /external/chromium_org/v8/test/webkit/
array-every.js 25 "This test checks the behavior of the every() method on Array objects."
array-proto-func-property-getter-except.js 25 "This test checks that functions on the array prototype correctly handle exceptions from property getters when called on non-array objects."
array-reduce.js 25 "This test checks the behavior of the reduce() method on a number of objects."
avl-crash.js 25 "This test checks for a crash in sort() that was seen on a particular input data set."
delete-getters-setters.js 25 "This test checks that deletion of properties works properly with getters and setters."
function-declaration-statement.js 25 "This test checks that function declarations are treated as statements."
function-toString-object-literals.js 25 "This test checks that object literals are serialized properly. " +
string-trim.js 24 description("This test checks String.trim(), String.trimLeft() and String.trimRight() methods.");
toString-elision-trailing-comma.js 25 "This test checks that toString() round-trip on a function that has a array with elision does not remove a comma."
  /external/chromium_org/v8/test/webkit/fast/js/
number-tofixed.js 25 'This test checks a few Number.toFixed cases, including ' +
string-split-conformance.js 25 'This test checks for a regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=68348">String#split is buggy</a>.'
  /external/mesa3d/docs/
MESA_shader_debug.spec 202 The assertMESA function checks if the argument <condition> is

Completed in 720 milliseconds

1 2 3 45 6 7 8 91011