/external/v8/test/webkit/ |
dfg-rshift-by-zero-eliminate-valuetoint32-expected.txt | 29 PASS f() is undefined 30 PASS f() is undefined 31 PASS f() is undefined 32 PASS f() is undefined 33 PASS f() is undefined 34 PASS f() is undefined 35 PASS f() is undefined 36 PASS f() is undefined 37 PASS f() is undefined 38 PASS f() is undefined [all...] |
dfg-inline-arguments-out-of-bounds-expected.txt | 29 PASS result is "undefined" 30 PASS result is "undefined" 31 PASS result is "undefined" 32 PASS result is "undefined" 33 PASS result is "undefined" 34 PASS result is "undefined" 35 PASS result is "undefined" 36 PASS result is "undefined" 37 PASS result is "undefined" 38 PASS result is "undefined" [all...] |
dfg-uint8clampedarray-out-of-bounds-put-by-val-alias-expected.txt | 29 PASS foo(array, 100000000, 42) is undefined 30 PASS foo(array, 100000000, 42) is undefined 31 PASS foo(array, 100000000, 42) is undefined 32 PASS foo(array, 100000000, 42) is undefined 33 PASS foo(array, 100000000, 42) is undefined 34 PASS foo(array, 100000000, 42) is undefined 35 PASS foo(array, 100000000, 42) is undefined 36 PASS foo(array, 100000000, 42) is undefined 37 PASS foo(array, 100000000, 42) is undefined 38 PASS foo(array, 100000000, 42) is undefined [all...] |
dfg-arguments-out-of-bounds-expected.txt | [all...] |
dfg-convert-this-dom-window-expected.txt | 24 This tests that we can correctly call Function.prototype.call in the DFG, but more precisely, that we give the correct this object in case it is undefined 32 PASS myFunction.call() is [this, "myFunction", undefined] 33 PASS myFunction.call(null) is [this, "myFunction", undefined] 34 PASS myFunction.call(undefined) is [this, "myFunction", undefined] 36 PASS myFunction.aliasedCall() is [this, "myFunction", undefined] 37 PASS myFunction.aliasedCall(null) is [this, "myFunction", undefined] 38 PASS myFunction.aliasedCall(undefined) is [this, "myFunction", undefined] 44 PASS myFunction.call() is [this, "myFunction", undefined] [all...] |
regexp-in-and-foreach-handling-expected.txt | 29 PASS testRegExpMatchesArray(0) is ["abcdef", "a", undefined, "c", undefined, "e", undefined] 30 PASS testInOperator(0) is ["abcdef", "a", undefined, "c", undefined, "e", undefined] 31 PASS testForEachFunction(0) is ["abcdef", "a", undefined, "c", undefined, "e", undefined] 32 PASS testRegExpMatchesArray(1) is ["a", "a", undefined] [all...] |
dfg-inline-arguments-use-from-all-the-places-broken-expected.txt | 29 PASS argsToStr(bar("a" + __i, "b" + __i, "c" + __i)) threw exception TypeError: Cannot read property 'length' of undefined. 30 PASS argsToStr(bar("a" + __i, "b" + __i, "c" + __i)) threw exception TypeError: Cannot read property 'length' of undefined. 31 PASS argsToStr(bar("a" + __i, "b" + __i, "c" + __i)) threw exception TypeError: Cannot read property 'length' of undefined. 32 PASS argsToStr(bar("a" + __i, "b" + __i, "c" + __i)) threw exception TypeError: Cannot read property 'length' of undefined. 33 PASS argsToStr(bar("a" + __i, "b" + __i, "c" + __i)) threw exception TypeError: Cannot read property 'length' of undefined. 34 PASS argsToStr(bar("a" + __i, "b" + __i, "c" + __i)) threw exception TypeError: Cannot read property 'length' of undefined. 35 PASS argsToStr(bar("a" + __i, "b" + __i, "c" + __i)) threw exception TypeError: Cannot read property 'length' of undefined. 36 PASS argsToStr(bar("a" + __i, "b" + __i, "c" + __i)) threw exception TypeError: Cannot read property 'length' of undefined. 37 PASS argsToStr(bar("a" + __i, "b" + __i, "c" + __i)) threw exception TypeError: Cannot read property 'length' of undefined. 38 PASS argsToStr(bar("a" + __i, "b" + __i, "c" + __i)) threw exception TypeError: Cannot read property 'length' of undefined [all...] |
/external/elfutils/src/tests/ |
run-addrcfi.sh | 32 integer reg0 (%eax): undefined 33 integer reg1 (%ecx): undefined 34 integer reg2 (%edx): undefined 41 integer reg9 (%eflags): undefined 42 integer reg10 (%trapno): undefined 43 x87 reg11 (%st0): undefined 44 x87 reg12 (%st1): undefined 45 x87 reg13 (%st2): undefined 46 x87 reg14 (%st3): undefined 47 x87 reg15 (%st4): undefined [all...] |
/external/chromium-libpac/test/js-unittest/ |
return_undefined.js | 2 return undefined;
|
/external/clang/test/Index/ |
preamble-reparse-cmd-define.c.remap | 3 #error CMD_MACRO undefined
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/ |
interpolations.txt | 0 undefined
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
warn-undefined-variables | 3 $description = "Test the --warn-undefined-variables option."; 5 $details = "Verify that warnings are printed for referencing undefined variables."; 7 # Without --warn-undefined-variables, nothing should happen 11 UREF = $(UNDEFINED) 19 # With --warn-undefined-variables, it should warn me 20 run_make_test(undef, '--warn-undefined-variables', 21 "#MAKEFILE#:7: warning: undefined variable `UNDEFINED' 22 #MAKEFILE#:9: warning: undefined variable `UNDEFINED' [all...] |
/external/v8/test/webkit/fast/regex/ |
parentheses-expected.txt | 31 PASS regexp3.exec('abacadabe') is ['abe','ab','b',undefined] 32 PASS regexp4.exec('abacadabe') is ['abe','ab','b',undefined] 33 PASS regexp5.exec('abacadabe') is ['abe','ab','b','b',undefined,undefined] 34 PASS regexp6.exec('abcde') is ['ab','ab','b','b',undefined,undefined] 37 PASS regexp9.exec('asdfjejgsdflaksdfjkeljghkjea') is ['a','a',undefined] 40 PASS regexp12.exec('Seattle, WA to Buckley, WA') is ['Seattle, WA to Buckley, WA', undefined, 'Seattle', 'WA', undefined, 'Buckley', 'WA'] 41 PASS regexp13.exec('zxcasd;fl ^AaaAAaaaf;lrlrzs') is ['AaaAAaaaf;lrlrzs',undefined,'AaaAAaaaf;lrlrzs' [all...] |
/external/valgrind/gdbserver_tests/ |
mcwatchpoints.stdinB.gdb | 14 rwatch undefined[0] 15 awatch undefined[4] 16 watch undefined[8] 17 rwatch undefined[9] 18 awatch undefined[9] 19 watch undefined[9]
|
watchpoints.c | 10 static char undefined[10] = "undefined"; variable 23 if (undefined[0] == 'u') 28 if (undefined[4] == 'f') 33 if (undefined[8] == 'd') 41 undefined[0] = 'U'; 44 undefined[4] = 'F'; 47 undefined[8] = 'D'; 53 fprintf(stderr, "value %s\n", undefined); 56 undefined[0] = '0' [all...] |
/external/v8/test/webkit/fast/js/ |
Promise-init-callback-receiver-expected.txt | 1 |this| in Promise constructor should be undefined. 5 PASS receiverInStrict is undefined
|
Promise-simple-expected.txt | 5 PASS thisInInit is undefined 6 PASS thisInOnFulfilled is undefined
|
array-prototype-properties-expected.txt | 29 PASS Array.prototype.toString.call(undefined) threw exception TypeError: Cannot convert undefined or null to object. 30 PASS Array.prototype.toLocaleString.call(undefined) threw exception TypeError: Cannot convert undefined or null to object. 31 PASS Array.prototype.concat.call(undefined, []) threw exception TypeError: Array.prototype.concat called on null or undefined. 32 PASS Array.prototype.join.call(undefined, []) threw exception TypeError: Array.prototype.join called on null or undefined. 33 PASS Array.prototype.pop.call(undefined) threw exception TypeError: Array.prototype.pop called on null or undefined [all...] |
/external/clang/test/SemaCXX/ |
warn-div-or-rem-by-zero.cpp | 6 (void)(42 / 0); // expected-warning{{division by zero is undefined}} 7 (void)(42 / false); // expected-warning{{division by zero is undefined}} 8 (void)(42 / !1); // expected-warning{{division by zero is undefined}} 9 (void)(42 / (1 - 1)); // expected-warning{{division by zero is undefined}} 10 (void)(42 / !(1 + 1)); // expected-warning{{division by zero is undefined}} 11 (void)(42 / (int)(0.0)); // expected-warning{{division by zero is undefined}} 15 (void)(42 % 0); // expected-warning{{remainder by zero is undefined}} 16 (void)(42 % false); // expected-warning{{remainder by zero is undefined}} 17 (void)(42 % !1); // expected-warning{{remainder by zero is undefined}} 18 (void)(42 % (1 - 1)); // expected-warning{{remainder by zero is undefined}} [all...] |
/external/llvm/test/MC/ELF/ |
invalid-symver.s | 4 // CHECK: A @@ version cannot be undefined 6 .symver undefined, foo@@bar 7 .long undefined
|
/external/pdfium/testing/resources/javascript/ |
document_props_expected.txt | 2 Alert: this.ADBE is undefined undefined 5 Alert: this.bookmarkRoot is undefined undefined 7 Alert: this.Collab is undefined undefined 15 Alert: this.icons is undefined undefined 18 Alert: this.layout is undefined undefined [all...] |
/external/v8/test/mjsunit/ |
bitwise-operations-undefined.js | 28 // Test bitwise operations with undefined. 31 assertEquals(undefined | 1, 1); 32 assertEquals(undefined & 1, 0); 33 assertEquals(undefined ^ 1, 1); 34 assertEquals(undefined << 1, 0); 35 assertEquals(undefined >> 1, 0); 36 assertEquals(undefined >>> 1, 0); 40 assertEquals(1 | undefined, 1); 41 assertEquals(1 & undefined, 0); 42 assertEquals(1 ^ undefined, 1) [all...] |
/external/v8/test/intl/number-format/ |
check-digit-ranges.js | 31 assertThrows('Intl.NumberFormat(undefined, {minimumIntegerDigits: 0})'); 32 assertThrows('Intl.NumberFormat(undefined, {minimumIntegerDigits: 22})'); 33 assertThrows('Intl.NumberFormat(undefined, {minimumIntegerDigits: null})'); 34 assertThrows('Intl.NumberFormat(undefined, {minimumIntegerDigits: Infinity})'); 35 assertThrows('Intl.NumberFormat(undefined, {minimumIntegerDigits: -Infinity})'); 36 assertThrows('Intl.NumberFormat(undefined, {minimumIntegerDigits: x})'); 38 assertThrows('Intl.NumberFormat(undefined, {minimumFractionDigits: -1})'); 39 assertThrows('Intl.NumberFormat(undefined, {maximumFractionDigits: 21})'); 41 assertThrows('Intl.NumberFormat(undefined, {minimumSignificantDigits: 0})'); 42 assertThrows('Intl.NumberFormat(undefined, {maximumSignificantDigits: 22})') [all...] |
/external/llvm/test/MC/Disassembler/ARM/ |
unpredictable-swp-arm.txt | 3 # CHECK: potentially undefined 7 # CHECK: potentially undefined 11 # CHECK: potentially undefined 15 # CHECK: potentially undefined 19 # CHECK: potentially undefined 23 # CHECK: potentially undefined
|
unpredictable-ADC-arm.txt | 3 # CHECK: potentially undefined 7 # CHECK: potentially undefined 11 # CHECK: potentially undefined 15 # CHECK: potentially undefined
|