/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/v8/test/webkit/fast/regex/ |
toString.js | 81 // The first half of this checks that: 84 // The second half checks that:
|
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.");
|
/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/ |
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."
|
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."
|
/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>.'
|