/external/v8/test/mjsunit/regress/ |
regress-254.js | 48 assertEquals(0, re2.lastIndex, "Non-global, initial lastIndex"); 50 assertTrue(re2.test("x"), "Non-global, test 1"); 51 assertEquals(0, re2.lastIndex, "Non-global, lastIndex after test 1"); 52 assertTrue(re2.test("x"), "Non-global, test 2"); 53 assertEquals(0, re2.lastIndex, "Non-global, lastIndex after test 2"); 55 assertEquals(["x"], re2.exec("x"), "Non-global, exec 1"); 56 assertEquals(0, re2.lastIndex, "Non-global, lastIndex after exec 1"); 57 assertEquals(["x"], re2.exec("x"), "Non-global, exec 2"); 58 assertEquals(0, re2.lastIndex, "Non-global, lastIndex after exec 2");
|
regress-1692.js | 82 // Non-string property on String object.
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
attribute-136.s | 9 @CHECK-OBJ-NEXT: Description: AEABI Non-Conformant
|
attribute-15.s | 9 @CHECK-OBJ-NEXT: Description: AEABI Non-Conformant
|
attribute-2.s | 156 @CHECK-OBJ-NEXT: Description: AEABI Non-Conformant
|
/external/valgrind/none/tests/s390x/ |
mvc.stdout.exp | 15 ------- Non-destructive overlap buf[0:4] = buf[10:14]
|
/external/v8/test/webkit/ |
regexp-zero-length-alternatives.js | 37 // Non-capturing empty first alternative greedy '*' 44 // Non-capturing empty middle alternative greedy '*' 51 // Non-capturing empty last alternative greedy '*' 79 // Non-capturing empty first alternative fixed-count 86 // Non-capturing empty middle alternative fixed-count 93 // Non-capturing empty last alternative fixed-count 100 // Non-capturing empty first alternative non-greedy '*' 107 // Non-capturing empty middle alternative non-greedy '* [all...] |
dfg-inlining-reg-alloc.js | 35 // Non-inlineable function. This relies on a size limit for inlining, but still
|
/external/v8/test/mjsunit/ |
array-tostring.js | 46 // Non-standard "join" function is called correctly. 52 // Non-callable join function is ignored and Object.prototype.toString is 58 // Non-existing join function is treated same as non-callable. 65 // On a non-Array object. 74 // Non-standard join is called correctly. 83 // Non-standard join is called even if it looks like an array. 90 // Non-callable join works same as for Array. 97 // Non-existing join works same as for Array.
|
get-prototype-of.js | 48 // Non object 54 // Make sure that TypeError exceptions are thrown when non-objects are passed
|
debug-script-breakpoints-nested.js | 46 "function outer() {\n" + // Non-trivial outer closure.
|
array-concat.js | 82 // Non-numeric properties on the prototype or the array shouldn't get 152 // Non-numeric properties on the prototype or the array shouldn't get
|
string-match.js | 88 // Non-capturing, non-global regexp. 104 // Capturing non-global regexp. 133 // Atom, non-global
|
/external/eigen/lapack/ |
clarfb.f | 286 CALL CTRMM( 'Right', 'Upper', TRANST, 'Non-unit', 344 CALL CTRMM( 'Right', 'Upper', TRANS, 'Non-unit', 413 CALL CTRMM( 'Right', 'Lower', TRANST, 'Non-unit', 474 CALL CTRMM( 'Right', 'Lower', TRANS, 'Non-unit', 545 CALL CTRMM( 'Right', 'Upper', TRANST, 'Non-unit', 603 CALL CTRMM( 'Right', 'Upper', TRANS, 'Non-unit', 672 CALL CTRMM( 'Right', 'Lower', TRANST, 'Non-unit', 733 CALL CTRMM( 'Right', 'Lower', TRANS, 'Non-unit',
|
dlarfb.f | 283 CALL DTRMM( 'Right', 'Upper', TRANST, 'Non-unit', 342 CALL DTRMM( 'Right', 'Upper', TRANS, 'Non-unit', 410 CALL DTRMM( 'Right', 'Lower', TRANST, 'Non-unit', 469 CALL DTRMM( 'Right', 'Lower', TRANS, 'Non-unit', 538 CALL DTRMM( 'Right', 'Upper', TRANST, 'Non-unit', 597 CALL DTRMM( 'Right', 'Upper', TRANS, 'Non-unit', 665 CALL DTRMM( 'Right', 'Lower', TRANST, 'Non-unit', 725 CALL DTRMM( 'Right', 'Lower', TRANS, 'Non-unit',
|
slarfb.f | 283 CALL STRMM( 'Right', 'Upper', TRANST, 'Non-unit', 342 CALL STRMM( 'Right', 'Upper', TRANS, 'Non-unit', 410 CALL STRMM( 'Right', 'Lower', TRANST, 'Non-unit', 469 CALL STRMM( 'Right', 'Lower', TRANS, 'Non-unit', 538 CALL STRMM( 'Right', 'Upper', TRANST, 'Non-unit', 597 CALL STRMM( 'Right', 'Upper', TRANS, 'Non-unit', 665 CALL STRMM( 'Right', 'Lower', TRANST, 'Non-unit', 725 CALL STRMM( 'Right', 'Lower', TRANS, 'Non-unit',
|
zlarfb.f | 286 CALL ZTRMM( 'Right', 'Upper', TRANST, 'Non-unit', 345 CALL ZTRMM( 'Right', 'Upper', TRANS, 'Non-unit', 415 CALL ZTRMM( 'Right', 'Lower', TRANST, 'Non-unit', 477 CALL ZTRMM( 'Right', 'Lower', TRANS, 'Non-unit', 548 CALL ZTRMM( 'Right', 'Upper', TRANST, 'Non-unit', 606 CALL ZTRMM( 'Right', 'Upper', TRANS, 'Non-unit', 675 CALL ZTRMM( 'Right', 'Lower', TRANST, 'Non-unit', 736 CALL ZTRMM( 'Right', 'Lower', TRANS, 'Non-unit',
|
clarft.f | 253 CALL CTRMV( 'Upper', 'No transpose', 'Non-unit', I-1, T, 312 CALL CTRMV( 'Lower', 'No transpose', 'Non-unit', K-I,
|
dlarft.f | 251 CALL DTRMV( 'Upper', 'No transpose', 'Non-unit', I-1, T, 310 CALL DTRMV( 'Lower', 'No transpose', 'Non-unit', K-I,
|
slarft.f | 251 CALL STRMV( 'Upper', 'No transpose', 'Non-unit', I-1, T, 310 CALL STRMV( 'Lower', 'No transpose', 'Non-unit', K-I,
|
zlarft.f | 252 CALL ZTRMV( 'Upper', 'No transpose', 'Non-unit', I-1, T, 311 CALL ZTRMV( 'Lower', 'No transpose', 'Non-unit', K-I,
|
/external/v8/test/intl/overrides/ |
caching.js | 58 // Non-cached time is much slower, measured to 12.5 times.
|
/frameworks/base/libs/hwui/ |
Android.common.mk | 107 # TODO: Non-arm?
|
/prebuilts/misc/common/swig/include/2.0.11/ |
constraints.i | 17 positive numbers, non-NULL pointers, and so on. The following 25 Pointer NONNULL - Non-NULL pointer 47 In this case, all of the types listed would be checked for non-NULL 154 SWIG_exception(SWIG_ValueError,"Expected a non-negative value."); 174 SWIG_exception(SWIG_ValueError,"Expected a non-positive value."); 178 // Non-NULL pointer
|
/external/v8/src/ |
json.js | 148 // Non-callable object. If it's a primitive wrapper, it must be unwrapped. 223 // Set up non-enumerable properties of the JSON object.
|