HomeSort by relevance Sort by last modified time
    Searched full:undefined (Results 1 - 25 of 6587) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/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/webkit/LayoutTests/fast/dom/HTMLFormElement/
move-option-between-documents-expected.txt 1 PASS typeof select.options.namedItem('option') is '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/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
argument-types.js 38 test('navigator.geolocation.getCurrentPosition(undefined)', true);
51 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined)', false);
64 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, undefined)', false);
65 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, null)', false);
66 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {})', false);
67 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, objectThrowingException)', true, 'Error: enableHighAccuracy getter exception');
68 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, emptyFunction)', false);
69 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, true)', false);
70 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, 42)', false)
    [all...]
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
delete-removal-expected.txt 2 foo (before anything) is: undefined
4 foo (after a delete) is: undefined
7 foo (after a delete) is: undefined
9 foo (after a delete) is: undefined
10 foo (after a redundant delete) is: undefined
12 foo (after an indexed delete) is: undefined
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
delete-removal-expected.txt 2 foo (before anything) is: undefined
4 foo (after a delete) is: undefined
7 foo (after a delete) is: undefined
9 foo (after a delete) is: undefined
10 foo (after a redundant delete) is: undefined
12 foo (after an indexed delete) is: undefined
  /external/llvm/test/MC/ELF/
invalid-symver.s 4 // CHECK: A @@ version cannot be undefined
6 .symver undefined, foo@@bar
7 .long undefined
  /external/webkit/LayoutTests/http/tests/appcache/
dynamic-entries-no-cache-expected.txt 10 PASS: applicationCache.items[0xfffffffe] is undefined
11 PASS: applicationCache.items[0xffffffff] is undefined
12 PASS: applicationCache.items['0'] is undefined
13 PASS: applicationCache.items[''] is undefined
14 PASS: applicationCache.items[0] is undefined
15 PASS: applicationCache.items[1] is undefined
16 PASS: applicationCache.items[-1] is undefined
17 PASS: applicationCache.items[-2] is undefined
18 PASS: applicationCache.items[100] is undefined
19 PASS: applicationCache.items['100'] is undefined
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/
argument-types-expected.txt 7 PASS navigator.geolocation.getCurrentPosition(undefined) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
19 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined) did not throw exception.
31 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, undefined) did not throw exception.
32 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, null) did not throw exception.
33 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {}) did not throw exception.
34 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, objectThrowingException) threw exception Error: enableHighAccuracy getter exception.
35 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, emptyFunction) did not throw exception.
36 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, true) did not throw exception.
37 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, 42) did not throw exception
    [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...]
mcwatchpoints.stdinB.gdb 14 rwatch undefined[0]
15 awatch undefined[4]
16 watch undefined[8]
  /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
unpredictable-ADDREXT3-arm.txt 3 # CHECK: potentially undefined
6 # CHECK: potentially undefined
9 # CHECK: potentially undefined
12 # CHECK: potentially undefined
unpredictable-MUL-arm.txt 3 # CHECK: potentially undefined
7 # CHECK: potentially undefined
11 # CHECK: potentially undefined
15 # CHECK: potentially undefined
  /external/webkit/LayoutTests/storage/domstorage/
remove-item-expected.txt 10 PASS storage.foo1 is undefined.
14 PASS storage.foo1 is undefined.
16 PASS storage.foo1 is undefined.
18 PASS storage['foo2'] is undefined.
22 PASS storage['foo2'] is undefined.
24 PASS storage['foo2'] is undefined.
39 PASS storage.foo1 is undefined.
43 PASS storage.foo1 is undefined.
45 PASS storage.foo1 is undefined.
47 PASS storage['foo2'] is undefined
    [all...]
  /external/webkit/LayoutTests/platform/android-v8/dom/xhtml/level2/html/
HTMLDocument17-expected.txt 3 Message Line undefined: TypeError
HTMLDocument18-expected.txt 3 Message Line undefined: TypeError
HTMLDocument19-expected.txt 3 Message Line undefined: TypeError
HTMLDocument20-expected.txt 3 Message Line undefined: TypeError
HTMLDocument21-expected.txt 3 Message Line undefined: TypeError
  /external/webkit/LayoutTests/platform/android-v8/dom/xhtml/level3/core/
attrisid02-expected.txt 3 Message Line undefined: TypeError
attrisid03-expected.txt 3 Message Line undefined: TypeError

Completed in 632 milliseconds

1 2 3 4 5 6 7 8 91011>>