HomeSort by relevance Sort by last modified time
    Searched refs:false (Results 51 - 75 of 840) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/test/webkit/fast/js/kde/
object_prototype.js 37 shouldBe("sub.hasOwnProperty('x')","false");
44 shouldBe("sub.hasOwnProperty('y')","false");
69 shouldBe("obj.isPrototypeOf(Class1.prototype)","false");
70 shouldBe("obj.isPrototypeOf(Class2.prototype)","false");
71 shouldBe("obj.isPrototypeOf(Class3.prototype)","false");
74 shouldBe("Class2.prototype.isPrototypeOf(Class1.prototype)","false");
76 shouldBe("Class3.prototype.isPrototypeOf(Class1.prototype)","false");
78 shouldBe("Class3.prototype.isPrototypeOf(Class2.prototype)","false");
88 return false;
98 shouldBe("myfunc.propertyIsEnumerable('length')","false");
    [all...]
  /external/chromium-libpac/test/js-unittest/
dns_fail.js 13 expectEq(false, isResolvable("not-found"));
14 expectEq(false, isResolvableEx("not-found"));
pac_library_unittest.js 167 t.expectEquals(false, weekdayRange("WED", "FRI"));
168 t.expectEquals(false, weekdayRange("SUN", "MON"));
169 t.expectEquals(false, weekdayRange("SAT"));
170 t.expectEquals(false, weekdayRange("FRI", "MON"));
178 t.expectEquals(false, weekdayRange("WED", "FRI", "GMT"));
179 t.expectEquals(false, weekdayRange("SUN", "MON", "GMT"));
180 t.expectEquals(false, weekdayRange("SAT", "GMT"));
187 t.expectEquals(false, dateRange(1));
192 t.expectEquals(false, dateRange(1, "GMT"));
197 t.expectEquals(false, dateRange(4, 20))
    [all...]
  /external/v8/test/mjsunit/regress/
regress-crbug-352929.js 24 fun(7,false);
26 fun(7,false);
regress-inline-constant-load.js 23 f(false);
25 assertEquals(undefined, f(false));
regress-1692.js 33 b : { value : 42, enumerable : false },
35 2 : { value : 42, enumerable : false },
37 g : { get: function(){}, enumerable: false },
39 12 : { get: function(){}, enumerable: false }
43 d : { value : 42, enumerable : false },
45 4 : { value : 42, enumerable : false },
47 k : { get: function(){}, enumerable: false },
49 14 : { get: function(){}, enumerable: false }
regress-crbug-381534.js 12 var arr = new Array(+0, true, 0, -0, false, undefined, null, "0", obj, v1, -(4/3), -1.3333333333333, "str", v2, 1, false);
  /external/v8/test/webkit/
equality.js 28 var values = [ '0', '1', '0.1', '2', '3', '4', '5', '6', '7', '-0', '"0"', '"1"', '"0.1"', '"-0"', 'null', 'undefined', 'false', 'true', 'new String("0")', 'new Object' ];
31 '"-0" == false',
32 '"0" == false',
37 '-0 == false',
42 '0 == false',
50 'new String("0") == false',
67 shouldBe(expression, ((i == j) ^ (exceptionMap[expression] || exceptionMap[reversed])) ? "true" : "false");
75 shouldBe(expression, ((i == j) ^ (exceptionMap[expression] || exceptionMap[reversed])) ? "true" : "false");
date-set-to-nan.js 91 return false;
96 return false;
111 return false;
116 return false;
132 result = false;
137 result = false;
142 result = false;
147 result = false;
152 result = false;
157 result = false;
    [all...]
  /external/v8/test/webkit/fast/js/
basic-strict-mode.js 59 shouldBe("testThis.call(false)", "false");
68 shouldBeUndefined("testThisDotAccess.call(false)");
74 shouldBeUndefined("testThisBracketAccess.call(false, 'length')");
144 Object.defineProperty(objectWithReadonlyProperty, "prop", {value: "value", writable:false});
171 shouldBeTrue("(function (a){'use strict'; a = false; return a !== arguments[0]; })(true)");
172 shouldBeTrue("(function (a){'use strict'; arguments[0] = false; return a !== arguments[0]; })(true)");
173 shouldBeTrue("(function (a){'use strict'; a=false; return arguments; })(true)[0]");
174 shouldBeTrue("(function (a){'use strict'; arguments[0]=false; return a; })(true)");
175 shouldBeTrue("(function (a){'use strict'; arguments[0]=true; return arguments; })(false)[0]")
    [all...]
  /external/skia/tools/lua/
paths.lua 25 usedPath = false
26 usedSWPath = false
33 usedPath = false
34 usedSWPath = false
53 return false
57 return false
61 return false
  /external/v8/test/mjsunit/compiler/
inline-accessors.js 104 TestGetterInAllContexts(getter1, obj, 1234, false);
106 TestGetterInAllContexts(getter1, obj, 1234, false);
109 // Test getter returning false in all contexts.
115 return false;
120 TestGetterInAllContexts(getter2, obj, false, false);
122 TestGetterInAllContexts(getter2, obj, false, false);
135 TestGetterInAllContexts(getter3, obj, undefined, false);
137 TestGetterInAllContexts(getter3, obj, undefined, false);
    [all...]
  /external/v8/test/intl/
assert.js 32 * Returns true if they are equal, false otherwise.
40 return false;
44 return false;
61 if (typeof a != typeof b) return false;
63 if (typeof a !== 'object' && typeof a !== 'function') return false;
66 if (objectClass !== classOf(b)) return false;
72 if (objectClass === 'Function') return false;
76 return false;
79 if (!deepEquals(a[i], b[i])) return false;
85 if (a.valueOf() !== b.valueOf()) return false;
    [all...]
  /external/v8/test/mjsunit/es6/
generators-debug-liveedit.js 41 assertIteratorResult(undefined, false, iter.next());
57 Debug.ExecuteInDebugContext(debug, false);
65 var gen_patch_attempted = false;
73 assertIteratorResult(undefined, false, iter.next());
82 assertIteratorResult(undefined, false, iter.next());
88 assertIteratorResult(undefined, false, iter.next());
98 var fun_patch_attempted = false;
99 var fun_patch_restarted = false;
116 assertIteratorResult('Koala', false, iter.next());
  /external/v8/test/mjsunit/
double-equals.js 29 * This test uses assert{True,False}(... == ...) instead of
96 testEqual(false, false);
97 testNotEqual(true, false);
123 var x = new Boolean(false);
136 testNotEqual(null, false);
141 testNotEqual(undefined, false);
155 testEqual(false, 0);
157 testEqual(false, "0"); // String also converted to number.
167 testEqual(new Boolean(false), false)
    [all...]
debug-changebreakpoint.js 33 listenerComplete = false;
34 exception = false;
70 testArguments(dcp, '{}', false);
71 testArguments(dcp, '{"breakpoint":0,"condition":"false"}', false);
72 testArguments(dcp, '{"breakpoint":' + (breakpoint + 1) + ',"condition":"false"}', false);
73 testArguments(dcp, '{"breakpoint":"xx","condition":"false"}', false);
79 testArguments(dcp, '{' + bp_str + ',"enabled":"false"}', true)
    [all...]
regress-sync-optimized-lists.js 27 f1(new Ctor(), false);
28 f1(new Ctor(), false);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 15 public override bool CanWrite { get { return false; }}
16 public override bool CanSeek { get { return false; }}
106 return false;
131 kSwitchForms[sw++] = new SwitchForm("?", SwitchType.Simple, false);
132 kSwitchForms[sw++] = new SwitchForm("H", SwitchType.Simple, false);
133 kSwitchForms[sw++] = new SwitchForm("A", SwitchType.UnLimitedPostString, false, 1);
134 kSwitchForms[sw++] = new SwitchForm("D", SwitchType.UnLimitedPostString, false, 1);
135 kSwitchForms[sw++] = new SwitchForm("FB", SwitchType.UnLimitedPostString, false, 1);
136 kSwitchForms[sw++] = new SwitchForm("LC", SwitchType.UnLimitedPostString, false, 1);
137 kSwitchForms[sw++] = new SwitchForm("LP", SwitchType.UnLimitedPostString, false, 1);
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/jsdom/
parsing_unit.js 5 this.suspended = false;
6 this.parsingLoopLock = false;
27 this.suspended = this._stateGuard(false);
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 16 [path]. Returns [true] if successful, [false] otherwise. *)
23 will be flushed. Returns [true] if successful, [false] otherwise. *)
36 will be flushed. Returns [true] if successful, [false] otherwise. *)
  /external/lzma/CS/7zip/Common/
InBuffer.cs 27 m_StreamWasExhausted = false;
33 return false;
53 return false;
  /hardware/qcom/gps/loc_api/libloc_api_50001/
Android.mk 56 LOCAL_PRELINK_MODULE := false
78 ifneq ($(filter $(TARGET_DEVICE), apq8084 msm8960), false)
111 LOCAL_PRELINK_MODULE := false
  /build/tools/droiddoc/templates-ds/
trailer.cs 17 gEnabled:false,
18 pEnabled:false
  /device/generic/x86_64/
BoardConfig.mk 12 TARGET_PRELINK_MODULE := false
23 BUILD_EMULATOR := false
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/
debug.js 6 anchor.expanded = false;
8 return false;
15 return false;
31 return false;
70 return false;
110 return false;
156 return false;
160 return false;

Completed in 456 milliseconds

1 23 4 5 6 7 8 91011>>