/external/chromium_org/third_party/WebKit/Tools/qunit/test/ |
same.js | 7 equals(QUnit.equiv(null, undefined), false, "null"); 13 equals(QUnit.equiv(undefined, undefined), true, "undefined"); 14 equals(QUnit.equiv(undefined, null), false, "undefined"); 15 equals(QUnit.equiv(undefined, 0), false, "undefined"); 16 equals(QUnit.equiv(undefined, false), false, "undefined"); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
DOMParser.idl | 23 [RaisesException] Document parseFromString([Default=Undefined] optional DOMString str, 24 [Default=Undefined] optional DOMString contentType);
|
/external/chromium_org/v8/test/mjsunit/ |
comparison-ops-and-undefined.js | 32 assertEquals(b2, func(.5, undefined)); 33 assertEquals(b3, func(undefined, .5)); 34 assertEquals(b4, func(undefined, undefined)); 41 assertEquals(b2, func(.5, undefined)); 42 assertEquals(b3, func(undefined, .5)); 43 assertEquals(b4, func(undefined, undefined));
|
elide-double-hole-check-1.js | 35 assertEquals(undefined, f1(a1, 1)); 36 assertEquals(undefined, f1(a1, 1)); 38 assertEquals(undefined, f1(a1, 1)); 39 assertEquals(undefined, f1(a1, 1));
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2225.js | 39 assertSame(undefined, Object.prototype.__lookupGetter__.call(proxy, 'foo')); 40 assertSame(undefined, Object.prototype.__lookupSetter__.call(proxy, 'bar')); 41 assertSame(undefined, Object.prototype.__lookupGetter__.call(proxy, '123')); 42 assertSame(undefined, Object.prototype.__lookupSetter__.call(proxy, '456')); 46 assertSame(undefined, Object.prototype.__lookupGetter__.call(object, 'foo')); 47 assertSame(undefined, Object.prototype.__lookupSetter__.call(object, 'bar')); 48 assertSame(undefined, Object.prototype.__lookupGetter__.call(object, '123')); 49 assertSame(undefined, Object.prototype.__lookupSetter__.call(object, '456'));
|
regress-618.js | 34 assertEquals("undefined", typeof c1.y); 40 assertEquals("undefined", typeof c1.x); 49 assertEquals("undefined", typeof c2.y); 55 assertEquals("undefined", typeof c2.x); 64 assertEquals("undefined", typeof c3.y); 70 assertEquals("undefined", typeof c3.x); 79 assertEquals("undefined", typeof c4.y); 85 assertEquals("undefined", typeof c4.x);
|
regress-133211.js | 32 Object.defineProperty(o, "foo", { get: undefined }); 33 Object.defineProperty(x, "foo", { get: undefined, set: undefined }); 35 assertEquals(undefined, pd.set);
|
/external/chromium_org/v8/test/webkit/ |
function-apply-aliased-expected.txt | 36 PASS myFunction.apply() is [this, "myFunction", undefined] 37 PASS myFunction.apply(null) is [this, "myFunction", undefined] 38 PASS myFunction.apply(undefined) is [this, "myFunction", undefined] 40 PASS myFunction.aliasedApply() is [this, "myFunction", undefined] 41 PASS myFunction.aliasedApply(null) is [this, "myFunction", undefined] 42 PASS myFunction.aliasedApply(undefined) is [this, "myFunction", undefined]
|
function-apply-aliased.js | 57 shouldBe("myFunction.apply()", '[this, "myFunction", undefined]'); 58 shouldBe("myFunction.apply(null)", '[this, "myFunction", undefined]'); 59 shouldBe("myFunction.apply(undefined)", '[this, "myFunction", undefined]'); 61 shouldBe("myFunction.aliasedApply()", '[this, "myFunction", undefined]'); 62 shouldBe("myFunction.aliasedApply(null)", '[this, "myFunction", undefined]'); 63 shouldBe("myFunction.aliasedApply(undefined)", '[this, "myFunction", undefined]');
|
cached-call-uninitialized-arguments-expected.txt | 24 This test checks that uninitialized parameters for cached call functions correctly defaults to undefined. 29 PASS arg4 is undefined. 30 PASS arg5 is undefined. 31 PASS arg6 is undefined.
|
exception-for-nonobject-expected.txt | 29 PASS new {}.undefined threw exception TypeError: undefined is not a function. 30 PASS 1 instanceof {}.undefined threw exception TypeError: Expecting a function in instanceof check, but got undefined.
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p3.cpp | 16 template void X1<int>::f0<int>(int); // expected-error {{implicit instantiation of undefined template}} 21 template struct X1<float>; // expected-error{{explicit instantiation of undefined template}} 31 template struct X2<int>::Inner<float>; // expected-error{{explicit instantiation of undefined template}} 36 template void X1<int>::f1(int); // expected-error {{undefined template}} 37 template void X1<int>::f1<int>(int); // expected-error {{undefined template}} 39 template int X1<int>::member; // expected-error {{undefined template}} 43 template struct X2<float>::InnerClass; // expected-error{{undefined member}} 79 extern template class BasicStringPiece<int>; // expected-error{{explicit instantiation of undefined template 'PR11599::BasicStringPiece<int>}}
|
/external/llvm/test/Transforms/InstSimplify/ |
2011-11-23-MaskedBitsCrash.ll | 4 ; into a positive one) and thus results in undefined behaviour. At 6 ; be assumed to have a negative value (since if not it has an undefined
|
/external/v8/test/mjsunit/bugs/ |
618.js | 34 assertEquals("undefined", typeof c1.y); 40 assertEquals("undefined", typeof c1.x); 49 assertEquals("undefined", typeof c2.y); 55 assertEquals("undefined", typeof c2.x); 64 assertEquals("undefined", typeof c3.y); 70 assertEquals("undefined", typeof c3.x); 79 assertEquals("undefined", typeof c4.y); 85 assertEquals("undefined", typeof c4.x);
|
/external/v8/test/mjsunit/ |
comparison-ops-and-undefined.js | 32 assertEquals(b2, func(.5, undefined)); 33 assertEquals(b3, func(undefined, .5)); 34 assertEquals(b4, func(undefined, undefined)); 41 assertEquals(b2, func(.5, undefined)); 42 assertEquals(b3, func(undefined, .5)); 43 assertEquals(b4, func(undefined, undefined));
|
/external/valgrind/main/memcheck/tests/ |
badpoll.c | 17 //ufds[1].fd = 0; // leave undefined so we get another error. 21 // but not the undefined value error due to ufds[1].fd not being defined.
|
/external/chromium-trace/trace-viewer/src/ui/ |
rect_view.js | 24 this.viewport_ = undefined; 25 this.rect_ = undefined; 39 if (this.viewport_ === undefined || this.rect_ === undefined)
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Bindings/ |
set-attribute.html | 10 description: "This benchmark covers 'setAttribute' in Dromaeo/dom-attr.html and other DOM methods that return an undefined.",
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
WindowTimers.idl | 32 [Custom] long setTimeout(any handler, [Default=Undefined] optional long timeout); 33 void clearTimeout([Default=Undefined] optional long handle); 34 [Custom] long setInterval(any handler, [Default=Undefined] optional long timeout); 35 void clearInterval([Default=Undefined] optional long handle);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
FormData.idl | 32 Constructor([Default=Undefined] optional HTMLFormElement form), 37 [Custom] void append([Default=Undefined] optional DOMString name, 38 [Default=Undefined] optional DOMString value, 39 [Default=Undefined] optional DOMString filename);
|
HTMLElement.idl | 39 [RaisesException, CustomElementCallbacks, MeasureAs=InsertAdjacentElement] Element insertAdjacentElement([Default=Undefined] optional DOMString where, 40 [Default=Undefined] optional Element element); 41 [RaisesException, MeasureAs=InsertAdjacentText] void insertAdjacentText([Default=Undefined] optional DOMString where, 42 [Default=Undefined] optional DOMString text);
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBKeyRange.idl | 34 [CallWith=ExecutionContext, RaisesException] static IDBKeyRange lowerBound(any bound, [Default=Undefined] optional boolean open); 35 [CallWith=ExecutionContext, RaisesException] static IDBKeyRange upperBound(any bound, [Default=Undefined] optional boolean open); 36 [CallWith=ExecutionContext, RaisesException] static IDBKeyRange bound(any lower, any upper, [Default=Undefined] optional boolean lowerOpen, [Default=Undefined] optional boolean upperOpen);
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioNode.idl | 39 [RaisesException] void connect(AudioNode? destination, [Default=Undefined] optional unsigned long output, [Default=Undefined] optional unsigned long input); 41 [RaisesException] void connect(AudioParam? destination, [Default=Undefined] optional unsigned long output); 43 [RaisesException] void disconnect([Default=Undefined] optional unsigned long output);
|
/external/chromium_org/v8/test/intl/date-format/ |
parse-invalid-input.js | 32 assertEquals(undefined, dtf.v8Parse('')); 33 assertEquals(undefined, dtf.v8Parse('A')); 34 assertEquals(undefined, dtf.v8Parse(5)); 35 assertEquals(undefined, dtf.v8Parse(new Date()));
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
phi-representations.js | 31 var r = undefined; 34 r = (typeof r === 'undefined') ? 0.1 : r; 45 var r = undefined; 48 r = r === undefined ? 0.1 : r;
|