/external/valgrind/none/tests/darwin/ |
access_extended.stderr.exp | 2 access_extended.c(F_OK) = 0 (Undefined error: 0)
|
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/ |
Connector-mbean.properties | 17 connections: Number of connections accepted by the server since statsReset() called. Undefined if setStatsOn(false). 18 connectionsOpen: Number of connections currently open that were opened since statsReset() called. Undefined if setStatsOn(false). 19 connectionsOpenMax: Maximum number of connections opened simultaneously since statsReset() called. Undefined if setStatsOn(false). 20 connectionsDurationMean: Mean duration in milliseconds of open connections since statsReset() called. Undefined if setStatsOn(false). 21 connectionsDurationStdDev: Standard deviation of duration in milliseconds of an open connection since statsReset() called. Undefined if setStatsOn(false). 22 connectionsDurationMax: Maximum duration in milliseconds of an open connection since statsReset() called. Undefined if setStatsOn(false). 23 connectionsDurationTotal: Total duration in milliseconds of all open connection since statsReset() called. Undefined if setStatsOn(false). 24 connectionsRequestsMean: Mean number of requests per connection since statsReset() called. Undefined if setStatsOn(false). 25 connectionsRequestsStdDev: Standard deviation of number of requests per connection since statsReset() called. Undefined if setStatsOn(false). 26 connectionsRequestsMax: Maximum number of requests per connection since statsReset() called. Undefined if setStatsOn(false) [all...] |
/external/clang/test/SemaObjC/ |
typo-correction.m | 10 // Spell-checking 'undefined' is ok. 11 undefined var; // expected-error {{unknown type name}}
|
/external/v8/test/intl/number-format/ |
parse-invalid-input.js | 32 assertEquals(undefined, nf.v8Parse('')); 33 assertEquals(undefined, nf.v8Parse('A')); 34 assertEquals(undefined, nf.v8Parse(new Date())); 35 assertEquals(undefined, nf.v8Parse(undefined)); 36 assertEquals(undefined, nf.v8Parse(null)); 37 assertEquals(undefined, nf.v8Parse()); 38 assertEquals(undefined, nf.v8Parse('Text before 12345'));
|
/external/v8/test/mjsunit/regress/ |
regress-350887.js | 7 assertSame(undefined, arr[0]); 11 assertSame(undefined, arr[0]);
|
regress-reset-dictionary-elements.js | 10 assertEquals(undefined, a[1]); 14 assertEquals(undefined, o[1]);
|
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...] |
/external/v8/test/webkit/ |
array-type-speculation-expected.txt | 31 PASS result is undefined 32 PASS result is undefined 33 PASS result is undefined 35 PASS result is undefined 38 PASS result is undefined 40 PASS result is undefined 41 PASS result is undefined 42 PASS result is undefined
|
toString-elision-trailing-comma-expected.txt | 29 PASS typeof undefined is 'undefined' 31 PASS f1()[1-1] is undefined 34 PASS eval(unevalf(f1))()[1-1] is undefined 46 PASS f4()[2-1] is undefined 49 PASS eval(unevalf(f4))()[2-1] is undefined 51 PASS f5()[3-1] is undefined 54 PASS eval(unevalf(f5))()[3-1] is undefined 66 PASS f8()[3-1] is undefined 69 PASS eval(unevalf(f8))()[3-1] is undefined [all...] |
sparse-array-expected.txt | 29 PASS array[0] is undefined 30 PASS array[49999] is undefined 32 PASS array[50001] is undefined 34 PASS array[49999] is undefined 36 PASS array[50001] is undefined 38 PASS array[49999] is undefined 40 PASS array[50001] is undefined
|
sparse-array.js | 32 shouldBe('array[0]', 'undefined'); 33 shouldBe('array[49999]', 'undefined'); 35 shouldBe('array[50001]', 'undefined'); 38 shouldBe('array[49999]', 'undefined'); 40 shouldBe('array[50001]', 'undefined'); 46 shouldBe('array[49999]', 'undefined'); 48 shouldBe('array[50001]', 'undefined');
|
/external/v8/test/mjsunit/es6/ |
generators-iteration.js | 39 assertIteratorResult(undefined, true, iter.next()); 114 [undefined], 116 [undefined]); 119 [1, undefined], 121 [1, undefined]); 124 [1, 2, undefined], 126 [1, 2, undefined]); 139 [1, undefined], 144 [1, 2, undefined], 149 [0, 1, 2, 3, undefined], [all...] |
/external/chromium-trace/trace-viewer/tracing/tracing/model/ |
container_memory_dump.html | 24 this.memoryAllocatorDumps_ = undefined; 25 this.memoryAllocatorDumpsByFullName_ = undefined; 43 this.memoryAllocatorDumpsByFullName_ = undefined; 47 if (this.memoryAllocatorDumps_ === undefined) 48 return undefined; 51 if (this.memoryAllocatorDumpsByFullName_ === undefined) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
undefined.py | 1 """ Python 'undefined' Codec 19 raise UnicodeError("undefined encoding") 22 raise UnicodeError("undefined encoding") 26 raise UnicodeError("undefined encoding") 30 raise UnicodeError("undefined encoding") 42 name='undefined',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
undefined.py | 1 """ Python 'undefined' Codec 19 raise UnicodeError("undefined encoding") 22 raise UnicodeError("undefined encoding") 26 raise UnicodeError("undefined encoding") 30 raise UnicodeError("undefined encoding") 42 name='undefined',
|
/external/v8/test/mjsunit/harmony/ |
string-codepointat.js | 17 assertEquals("abc\uD834\uDF06def".codePointAt(-Infinity), undefined); 18 assertEquals("abc\uD834\uDF06def".codePointAt(-1), undefined); 24 assertEquals("abc\uD834\uDF06def".codePointAt(42), undefined); 25 assertEquals("abc\uD834\uDF06def".codePointAt(Infinity), undefined); 26 assertEquals("abc\uD834\uDF06def".codePointAt(Infinity), undefined); 30 assertEquals("abc\uD834\uDF06def".codePointAt(undefined), 0x61); 37 assertEquals("\uD834\uDF06def".codePointAt(-1), undefined); 41 assertEquals("\uD834\uDF06def".codePointAt(42), undefined); 44 assertEquals("\uD834\uDF06def".codePointAt(undefined), 0x1D306); 50 assertEquals("\uD834abc".codePointAt(-1), undefined); [all...] |
proxies-with.js | 69 get: function(r, k) { key = k; return k === "a" ? "onproxy" : undefined }, 72 return k === "a" ? {value: "onproxy", configurable: true} : undefined 78 get2: function(r, k) { key = k; return k === "a" ? "onproxy" : undefined }, 81 return k === "a" ? {value: "onproxy", configurable: true} : undefined 88 return k === "a" ? {value: "onproxy", configurable: true} : undefined 96 return k === "a" ? {value: "onproxy", configurable: true} : undefined 104 {get value() { return "onproxy" }, configurable: true} : undefined 109 get: undefined, 112 return k === "a" ? {value: "onproxy", configurable: true} : undefined 153 get: function(r, k) { key = k; return k === "a" ? onproxy : undefined }, [all...] |
/external/v8/test/mjsunit/ |
samevalue.js | 48 // Undefined values. 50 assertTrue(natives.SameValue(undefined, undefined)); 60 assertFalse(natives.SameValue(obj1, undefined)); 63 assertFalse(natives.SameValue(undefined, true)); 64 assertFalse(natives.SameValue(undefined, "foo")); 65 assertFalse(natives.SameValue(undefined, 1)); 66 assertFalse(natives.SameValue(undefined, obj1)); 67 assertFalse(natives.SameValue(undefined, NaN)); 73 assertFalse(natives.SameValue(NaN, undefined)); [all...] |
const-redecl.js | 99 TestConflict("const x = undefined", "var x"); 100 TestConflict("const x", "var x = undefined"); 101 TestConflict("const x = undefined", "var x = undefined"); 103 TestConflict("var x = undefined", "const x"); 104 TestConflict("var x", "const x = undefined"); 105 TestConflict("var x = undefined", "const x = undefined"); 107 TestConflict("const x = undefined", "var x = 0"); 108 TestConflict("const x = 0", "var x = undefined"); 200 var undefined = 1; \/\/ Should be silently ignored. variable [all...] |
array-indexing.js | 29 var undef_array = [0,,2,undefined,4,,6,undefined,8,,10]; 33 sparse_array[200] = undefined; 39 sparse_array[800] = undefined; 67 // Find undefined, not holes. 68 assertEquals(3, undef_array.indexOf(undefined)); 69 assertEquals(3, undef_array.indexOf(undefined, 3)); 70 assertEquals(7, undef_array.indexOf(undefined, 4)); 71 assertEquals(7, undef_array.indexOf(undefined, 7)); 72 assertEquals(-1, undef_array.indexOf(undefined, 8)) [all...] |
/external/v8/test/webkit/fast/js/ |
arguments.js | 81 shouldBe("access_4(1, 2, 3)", "undefined"); 82 shouldBe("access_5(1, 2, 3)", "undefined"); 85 shouldBe("access_2(1)", "undefined"); 86 shouldBe("access_3(1)", "undefined"); 87 shouldBe("access_4(1)", "undefined"); 88 shouldBe("access_5(1)", "undefined"); 137 shouldBe("tear_off_equal_access_4(1, 2, 3)", "undefined"); 138 shouldBe("tear_off_equal_access_5(1, 2, 3)", "undefined"); 166 shouldBe("tear_off_too_few_access_2(1)", "undefined"); 167 shouldBe("tear_off_too_few_access_3(1)", "undefined"); [all...] |
/external/chromium-trace/trace-viewer/tracing/tracing/extras/net/ |
net_async_slice.html | 36 if (slice.args !== undefined && slice.args.params !== undefined && 37 slice.args.params.url !== undefined) { 40 if (slice.subSlices === undefined || slice.subSlices.length === 0) 41 return undefined; 44 if (result !== undefined) 47 return undefined; 51 if (url !== undefined && url.length > 0) { 54 } else if (this.args !== undefined && 55 this.args.source_type !== undefined) { [all...] |
/external/compiler-rt/make/ |
lib_platforms.mk | 28 $$(call Set,$$(var),UNDEFINED)) 31 $$(call Set,$$(var).$$(config),UNDEFINED))) 34 $$(call Set,$$(var).$$(arch),UNDEFINED))) 40 # Check for undefined required variables. 42 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \ 43 $$(error $(Dir): variable '$$(var)' was not undefined))) 46 $$(if $$(and $$(call strneq,UNDEFINED,$$(UniversalArchs)),\ 47 $$(call strneq,UNDEFINED,$$(Arch))),\ 49 $$(if $$(or $$(call strneq,UNDEFINED,$$(UniversalArchs)),\ 50 $$(call strneq,UNDEFINED,$$(Arch))),, [all...] |
/external/v8/test/intl/date-format/ |
timezone.js | 33 df = Intl.DateTimeFormat(undefined, {timeZone: 'UtC'}); 36 df = Intl.DateTimeFormat(undefined, {timeZone: 'gmt'}); 39 df = Intl.DateTimeFormat(undefined, {timeZone: 'America/Los_Angeles'}); 42 df = Intl.DateTimeFormat(undefined, {timeZone: 'Europe/Belgrade'}); 46 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/UTC'}); 49 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/GMT'}); 52 df = Intl.DateTimeFormat(undefined, {timeZone: 'euRope/beLGRade'}); 56 assertThrows('Intl.DateTimeFormat(undefined, {timeZone: \'GMT+07:00\'})'); 57 assertThrows('Intl.DateTimeFormat(undefined, {timeZone: \'GMT+0700\'})'); 58 assertThrows('Intl.DateTimeFormat(undefined, {timeZone: \'GMT-05:00\'})') [all...] |
/external/chromium-trace/trace-viewer/tracing/tracing/base/ |
extension_registry_base.html | 22 if (mode === undefined) 29 this.defaultConstructor_ = undefined; 30 this.mandatoryBaseClass_ = undefined; 31 this.defaultTypeInfo_ = undefined; 53 this.defaultTypeInfo_ = undefined; 64 this.defaultTypeInfo_ = undefined; 68 if (this.defaultTypeInfo_ === undefined && this.defaultConstructor_) {
|