HomeSort by relevance Sort by last modified time
    Searched full:undefined (Results 1 - 25 of 2211) 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/webkit/LayoutTests/fast/dom/Geolocation/resources/
argument-types.js 38 test('navigator.geolocation.getCurrentPosition(undefined)', true);
50 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined)', false);
62 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, undefined)', false);
63 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, null)', false);
64 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {})', false);
65 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, objectThrowingException)', true, 'Error: enableHighAccuracy getter exception');
66 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, emptyFunction)', false);
67 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, true)', false);
68 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
index-get-and-set-expected.txt 28 undefined
29 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/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...]
dynamic-entries-no-cache.html-disabled 62 shouldBe("applicationCache.items[0xfffffffe]", "undefined");
63 shouldBe("applicationCache.items[0xffffffff]", "undefined");
65 // The below index access tests give different results in WebKit and Firefox 3.1b2 (undefined vs. empty string).
66 shouldBe("applicationCache.items['0']", "undefined");
67 shouldBe("applicationCache.items['']", "undefined");
68 shouldBe("applicationCache.items[0]", "undefined");
69 shouldBe("applicationCache.items[1]", "undefined");
70 shouldBe("applicationCache.items[-1]", "undefined");
71 shouldBe("applicationCache.items[-2]", "undefined");
75 shouldBe("applicationCache.items[100]", "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.
18 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined) did not throw exception.
29 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, undefined) did not throw exception.
30 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, null) did not throw exception.
31 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {}) did not throw exception.
32 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, objectThrowingException) threw exception Error: enableHighAccuracy getter exception.
33 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, emptyFunction) did not throw exception.
34 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, true) did not throw exception.
35 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...]
regexp-lookahead.js 93 execRE(re, "b", ["b", undefined]);
107 execRE(re, "b", ["b", undefined]);
108 execRE(re, "c", ["c", undefined]);
111 execRE(/^(?:(?=(b))|a)b/, "ab", ["ab", undefined]);
112 execRE(/^(?:(?=(b)(?:(?=(c))|d))|)bd/, "bd", ["bd", "b", undefined]);
125 execRE(re, "4", ["4", undefined]);
126 execRE(re, "x", ["", undefined]);
139 execRE(re, "xy", ["", undefined, undefined]);
144 execRE(re, "xz", ["", "x", undefined]);
    [all...]
regexp-capture.js 31 assertEquals(["y", undefined], /(x)?\1y/.exec("y"));
32 assertEquals(["y", undefined], /(x)?y/.exec("y"));
33 assertEquals(["y", undefined], "y".match(/(x)?\1y/));
34 assertEquals(["y", undefined], "y".match(/(x)?y/));
36 assertEquals(["", undefined, ""], "y".split(/(x)?\1y/));
37 assertEquals(["", undefined, ""], "y".split(/(x)?y/));
41 assertEquals("undefined", "y".replace(/(x)?\1y/,
45 assertEquals("undefined", "y".replace(/(x)?y/,
49 assertEquals("undefined", "y".replace(/(x)?y/,
object-define-property.js 40 // Check that an exception is thrown when undefined is passed as object.
42 Object.defineProperty(undefined, undefined, undefined);
50 Object.defineProperty(0, "foo", undefined);
98 // Check that we can't add property with undefined attributes.
100 Object.defineProperty(obj1, "foo", undefined);
110 // foo should be undefined as it has no get, set or value
111 assertEquals(undefined, obj1.foo);
119 assertEquals(desc.get, undefined);
    [all...]
  /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...]
clear-expected.txt 16 PASS storage['FOO'] is undefined
17 PASS storage['BAR'] is undefined
30 PASS storage['FOO'] is undefined
31 PASS storage['BAR'] is undefined
complex-values-expected.txt 10 PASS typeof storage['foo'] is "undefined"
11 PASS storage['foo'] is undefined.
12 PASS typeof storage.foo is "undefined"
13 PASS storage.foo is undefined.
39 storage.foo4 = undefined
41 PASS storage['foo4'] is "undefined"
43 PASS storage.foo4 is "undefined"
45 PASS storage.getItem('foo4') is "undefined"
46 storage['foo5'] = undefined
48 PASS storage['foo5'] is "undefined"
    [all...]
complex-keys-expected.txt 15 PASS storage.foo is undefined.
16 PASS storage['foo'] is undefined.
46 Testing an undefined key
47 storage[undefined] = 'xyz'
48 PASS storage.getItem('undefined') is "xyz"
49 PASS storage.getItem(undefined) is "xyz"
50 PASS storage['undefined'] is "xyz"
51 PASS storage[undefined] is "xyz"
53 storage['undefined'] = 4
54 PASS storage.getItem(undefined) is "4
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
select-options-remove.js 8 shouldBe("select1.options.remove(value)", "undefined");
15 shouldBe("select1.options.remove(value)", "undefined");
22 shouldBe("select1.options.remove(value)", "undefined");
29 shouldBe("select1.options.remove(value)", "undefined");
34 debug("1.5 Remove (undefined) from empty Options");
35 value = undefined;
36 shouldBe("select1.options.remove(value)", "undefined");
43 shouldBe("select1.options.remove(value)", "undefined");
50 shouldBe("select1.options.remove(value)", "undefined");
57 shouldBe("select1.options.remove(value)", "undefined");
    [all...]
  /external/kernel-headers/original/asm-generic/bitops/
ffz.h 8 * Undefined if no zero exists, so code should check against ~0UL first.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-007.js 26 UNDEFINED = void 0;
27 result = new UNDEFINED();
35 "UNDEFINED = void 0; result = new UNDEFINED()" +
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Types/
8.1.js 24 ECMA Section: The undefined type
27 The Undefined type has exactly one value, called undefined. Any variable
28 that has not been assigned a value is of type Undefined.
37 var TITLE = "The undefined type";
45 "undefined",
49 "var x; typeof x == 'undefined",
51 eval("var x; typeof x == 'undefined'") );
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
complex-values.js 32 shouldBeEqualToString("typeof storage['foo']", "undefined");
34 shouldBeEqualToString("typeof storage.foo", "undefined");
48 evalAndLog("storage.foo4 = undefined");
49 testKeyValue("foo4", "undefined");
50 evalAndLog("storage['foo5'] = undefined");
51 testKeyValue("foo5", "undefined");
52 evalAndLog("storage.setItem('foo6', undefined)");
53 testKeyValue("foo6", "undefined");
complex-keys.js 58 debug("Testing an undefined key");
59 evalAndLog("storage[undefined] = 'xyz'");
60 shouldBeEqualToString("storage.getItem('undefined')", "xyz");
61 shouldBeEqualToString("storage.getItem(undefined)", "xyz");
62 shouldBeEqualToString("storage['undefined']", "xyz");
63 shouldBeEqualToString("storage[undefined]", "xyz");
66 evalAndLog("storage['undefined'] = 4");
67 shouldBeEqualToString("storage.getItem(undefined)", "4");
68 evalAndLog("storage.setItem(undefined, 5)");
69 shouldBeEqualToString("storage.getItem(undefined)", "5")
    [all...]
  /external/webkit/WebCore/manual-tests/
open-url-undefined.html 4 argument as the literal string &ldquo;undefined&rdquo;.
8 bar of the new window should be empty. If it contains a URL (ending with &ldquo;undefined&rdquo;), WebKit failed the test.
  /external/v8/test/mjsunit/regress/
regress-503.js 28 assertTrue(undefined == undefined, 1);
29 assertFalse(undefined <= undefined, 2);
30 assertFalse(undefined >= undefined, 3);
31 assertFalse(undefined < undefined, 4);
32 assertFalse(undefined > undefined, 5)
    [all...]
  /bionic/libthread_db/
Android.mk 26 # NOTE: Using --no-undefined results in a missing symbol that is defined inside
29 # that --no-undefined is removed from the linker flags.

Completed in 162 milliseconds

1 2 3 4 5 6 7 8 91011>>