/external/v8/test/mjsunit/ |
string-add.js | 117 assertEquals("1true", "1" + true, "sb"); 118 assertEquals("true1", true + "1", "bs"); 119 assertEquals(2, true + true, "bs"); 121 assertEquals("1true", "1" + new Boolean(true), "sB"); 122 assertEquals("true1", new Boolean(true) + "1", "Bs"); 123 assertEquals(2, new Boolean(true) + new Boolean(true), "Bs") [all...] |
object-define-property.js | 37 exception = true; 47 exception = true; 57 exception = true; 86 configurable: true 97 configurable: true 102 configurable: true 107 var dataConfigurable = { value: 1000, configurable: true }; 111 var dataWritable = { value: 3000, writable: true}; 281 // setting from the redefined property (in this case true) is used. 414 // which we do not redefine should remain the same (true) [all...] |
elements-transition.js | 50 // false, true, nice setter function, 20 99 run_test(true, false, function(a,i,v){ a[i] = v; }, 20); 100 run_test(false, true, function(a,i,v){ a[i] = v; }, 20); 101 run_test(true, true, function(a,i,v){ a[i] = v; }, 20); 104 run_test(true, false, function(a,i,v){ a[i] = v; }, 10000); 105 run_test(false, true, function(a,i,v){ a[i] = v; }, 10000); 106 run_test(true, true, function(a,i,v){ a[i] = v; }, 10000);
|
value-wrapper.js | 38 assertEquals('object', true.TypeOfThis(2,3)); 46 assertEquals('object', true['TypeOfThis']()); 58 CallTypeOfThis(true); 73 TestWithWith(true); 79 assertEquals('object', true[7]()); 87 assertEquals('object', typeof true.ObjectValueOf()); 95 assertEquals('[object Boolean]', true.ObjectToString()); 154 assertEquals('object', TypeOfThis.apply(true, [])); 162 assertEquals('object', TypeOfThis.call(true));
|
string-charcodeat.js | 135 assertEquals(101, g().charCodeAt(true), 20 + t); 150 TestStringType(Cons16, true); 151 TestStringType(Deep16, true); 152 TestStringType(Slice16Beginning, true); 153 TestStringType(Slice16Middle, true); 154 TestStringType(Slice16End, true); 155 TestStringType(Flat16, true); 156 TestStringType(NotAString16, true);
|
/external/skia/tools/lua/ |
paths.lua | 64 return true 80 usedPath = true 86 usedSWPath = true 97 usedPath = true 103 usedSWPath = true
|
/external/v8/test/mjsunit/compiler/ |
proto-chain-constant.js | 33 var obj4 = c(null, { f4: { value: function() { return 4; }, writable: true }}); 34 var obj3 = c(obj4, { f3: { value: function() { return 3; }, writable: true }}); 35 var obj2 = c(obj3, { f2: { value: function() { return 2; }, writable: true }}); 36 var obj1 = c(obj2, { f1: { value: function() { return 1; }, writable: true }}); 37 var obj0 = c(obj1, { f0: { value: function() { return 0; }, writable: true }});
|
/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' ]; 34 '"1" == true', 47 '1 == true', 67 shouldBe(expression, ((i == j) ^ (exceptionMap[expression] || exceptionMap[reversed])) ? "true" : "false"); 75 shouldBe(expression, ((i == j) ^ (exceptionMap[expression] || exceptionMap[reversed])) ? "true" : "false");
|
ignored-result-ref-crash.js | 33 return true; 43 return true; 58 return true; 73 return true; 83 return true;
|
comparison-operators.js | 34 result.push([new func("if (" + expr + ") return true; return false;"), resultValue]); 35 result.push([new func("var k = 0; while (" + expr + ") if (k++) return true; return false;"), resultValue]); 36 result.push([new func("var k = 0; for (; " + expr + "; ) if (k++) return true; return false;"), resultValue]); 40 var expressionParts = [["(",")"],["(", ") || 1", true],["(", ") && 1"],["(", ") || 1", true],["1 || (",")", true],["1 && (",")"]];
|
prototypes.js | 81 shouldBeTrue("var wasSet = false; var o = { }; o.__defineGetter__(\"__proto__\", function() { wasSet = true }); o.__proto__; wasSet;"); 82 shouldBeTrue("var wasSet = false; var o = { }; o.__defineSetter__(\"__proto__\", function() { wasSet = true }); o.__proto__ = {}; wasSet;"); 83 shouldBeTrue("var wasSet = false; var o = { }; Object.defineProperty(o, \"__proto__\", { \"get\": function() { wasSet = true } }); o.__proto__; wasSet;"); 84 shouldBeFalse("var wasSet = false; var o = { }; Object.defineProperty(o, \"__proto__\", { \"__proto__\": function(x) { wasSet = true } }); o.__proto__ = {}; wasSet;"); 87 shouldBeTrue("var o = {}; o.__proto__ = { x:true }; o.x"); 88 shouldBeFalse("var o = {}; o.__proto__ = { x:true }; o.hasOwnProperty('__proto__')"); 90 shouldBeUndefined("var o = {}; o.__proto__ = { x:true }; o.x"); 91 shouldBeTrue("var o = {}; o.__proto__ = { x:true }; o.hasOwnProperty('__proto__')");
|
/external/valgrind/ |
Android.mk | 35 ifeq ($(TARGET_IS_64_BIT),true) 328 #vg_local_no_crt := true 353 vg_local_without_system_shared_libraries := true 354 vg_local_no_crt := true 377 vg_local_no_crt := true 378 vg_local_without_system_shared_libraries := true 391 #LOCAL_FORCE_STATIC_EXECUTABLE := true 398 vg_local_no_crt := true 399 vg_local_without_system_shared_libraries := true 424 #LOCAL_FORCE_STATIC_EXECUTABLE := true [all...] |
/external/owasp/sanitizer/empiricism/ |
canned-data.js | 5 "a": true, 6 "abbr": true, 7 "acronym": true, 8 "address": true, 9 "applet": true, 10 "area": true, 11 "article": true, 12 "aside": true, 13 "audio": true, 14 "b": true, [all...] |
/external/v8/test/mjsunit/regress/ |
regress-219.js | 50 assertFlags(re, true, true, true) 56 assertFlags(re, true, true, true) 127 assertFlags(re, true, true, true)
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_construction/ |
open_element_stack.js | 265 return true; 273 return true; 281 return true; 287 return true; 295 return true; 303 return true; 311 return true; 319 return true; 327 return true; 335 return true; [all...] |
/external/v8/test/mjsunit/es6/ |
array-iterator.js | 65 assertIteratorResult(void 0, true, iterator.next()); 68 assertIteratorResult(void 0, true, iterator.next()); 81 assertIteratorResult(void 0, true, iterator.next()); 92 assertIteratorResult(void 0, true, iterator.next()); 95 assertIteratorResult(void 0, true, iterator.next()); 108 assertIteratorResult(void 0, true, iterator.next()); 119 assertIteratorResult(void 0, true, iterator.next()); 122 assertIteratorResult(void 0, true, iterator.next()); 135 assertIteratorResult(void 0, true, iterator.next()); 167 var array = [0, 'a', true, false, null, /* hole */, undefined, NaN] [all...] |
generators-poisoned-properties.js | 39 assertIteratorResult(undefined, true, sloppy().next()); 40 assertIteratorResult(undefined, true, strict().next());
|
/ndk/sources/cxx-stl/llvm-libc++/ |
Android.mk | 19 __libcxx_force_rebuild := true 25 __prebuilt_libcxx_compiled_with_gabixx := true 33 ifeq ($(LIBCXX_USE_GABIXX),true) 34 __libcxx_use_gabixx := true 38 ifneq ($(__libcxx_force_rebuild),true) 39 ifeq ($(__prebuilt_libcxx_compiled_with_gabixx),true) 41 $(call __ndk_info,are compiled with gabi++ but LIBCXX_USE_GABIXX is not set to true) 44 $(call __ndk_info,are not compiled with gabi++ and LIBCXX_USE_GABIXX is set to true) 46 __libcxx_force_rebuild := true 96 ifeq ($(__libcxx_use_gabixx),true) [all...] |
/external/v8/test/mjsunit/harmony/ |
proxies.js | 63 return {value: 42, configurable: true} 73 return {value: 42, configurable: true} 80 return {get value() { return 42 }, get configurable() { return true }} 86 return function(k) { key = k; return {value: 42, configurable: true} } 388 set: function(r, k, v) { key = k; val = v; return true } 393 set2: function(r, k, v) { key = k; val = v; return true } 397 getOwnPropertyDescriptor: function(k) { return {writable: true} }, 405 getOwnPropertyDescriptor2: function(k) { return {writable: true} }, 412 return {get writable() { return true }} 425 getPropertyDescriptor: function(k) { return {writable: true} }, [all...] |
/bootable/recovery/tools/ota/ |
Android.mk | 18 LOCAL_FORCE_STATIC_EXECUTABLE := true 27 LOCAL_FORCE_STATIC_EXECUTABLE := true
|
/dalvik/dx/src/ |
Android.mk | 6 ifeq ($(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK)),) 40 LOCAL_IS_HOST_MODULE := true
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/ |
Android.mk | 22 ifeq ($(strip $(TARGET_USES_ION)),true) 58 LOCAL_32_BIT_ONLY := true
|
/external/lldb/ |
host_shared_lldb.mk | 2 ifeq (true,$(ANDROID_BUILD_LLDB)) 8 LOCAL_IS_HOST_MODULE := true
|
/external/llvm/ |
llvm-device-build.mk | 3 LOCAL_CLANG := true 31 ifeq ($(LLVM_ENABLE_ASSERTION),true)
|
/external/v8/test/intl/ |
assert.js | 32 * Returns true if they are equal, false otherwise. 47 return true; 59 return true; 81 return true; 116 assertEquals(true, value) 121 * Throws if value is true. 129 * Returns true if code throws specified exception. 132 var threwException = true;
|