/external/chromium_org/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/chromium/net/data/proxy_resolver_v8_unittest/ |
return_undefined.js | 2 return undefined;
|
/external/chromium-libpac/test/js-unittest/ |
return_undefined.js | 2 return undefined;
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
return_undefined.js | 2 return undefined;
|
/external/clang/test/Index/ |
preamble-reparse-cmd-define.c.remap | 3 #error CMD_MACRO undefined
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
Path.idl | 39 void moveTo([Default=Undefined] optional float x, 40 [Default=Undefined] optional float y); 41 void lineTo([Default=Undefined] optional float x, 42 [Default=Undefined] optional float y); 43 void quadraticCurveTo([Default=Undefined] optional float cpx, 44 [Default=Undefined] optional float cpy, 45 [Default=Undefined] optional float x, 46 [Default=Undefined] optional float y); 47 void bezierCurveTo([Default=Undefined] optional float cp1x, 48 [Default=Undefined] optional float cp1y [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/ |
interpolations.txt | 0 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/chromium_org/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/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/chromium_org/third_party/WebKit/Source/core/events/ |
MouseEvent.idl | 36 void initMouseEvent([Default=Undefined] optional DOMString type, 37 [Default=Undefined] optional boolean canBubble, 38 [Default=Undefined] optional boolean cancelable, 39 [Default=Undefined] optional Window view, 40 [Default=Undefined] optional long detail, 41 [Default=Undefined] optional long screenX, 42 [Default=Undefined] optional long screenY, 43 [Default=Undefined] optional long clientX, 44 [Default=Undefined] optional long clientY, 45 [Default=Undefined] optional boolean ctrlKey [all...] |
TouchEvent.idl | 34 void initTouchEvent([Default=Undefined] optional TouchList touches, 35 [Default=Undefined] optional TouchList targetTouches, 36 [Default=Undefined] optional TouchList changedTouches, 37 [Default=Undefined] optional DOMString type, 38 [Default=Undefined] optional Window view, 39 [Default=Undefined] optional long screenX, 40 [Default=Undefined] optional long screenY, 41 [Default=Undefined] optional long clientX, 42 [Default=Undefined] optional long clientY, 43 [Default=Undefined] optional boolean ctrlKey [all...] |
/external/chromium_org/v8/test/webkit/fast/js/ |
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/chromium_org/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/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/valgrind/main/gdbserver_tests/ |
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/chromium_org/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...] |