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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/harmony/
block-let-declaration.js 50 if (true) {
67 TestLocalThrows("if (true) let x;", SyntaxError);
68 TestLocalThrows("if (true) {} else let x;", SyntaxError);
73 TestLocalThrows("switch (true) { case true: let x; }", SyntaxError);
74 TestLocalThrows("switch (true) { default: let x; }", SyntaxError);
77 TestLocalThrows("if (true) const x = 1;", SyntaxError);
78 TestLocalThrows("if (true) {} else const x = 1;", SyntaxError);
83 TestLocalThrows("switch (true) { case true: const x = 1; }", SyntaxError)
    [all...]
dataview-accessors.js 111 createDataView(array, 0, true, start, length);
124 test(isTestingGet, "Int16", 0, 256, true);
125 test(isTestingGet, "Int16", undefined, 256, true);
126 test(isTestingGet, "Int16", 5, 26213, true);
127 test(isTestingGet, "Int16", 9, -32127, true);
128 test(isTestingGet, "Int16", 14, -2, true);
138 test(isTestingGet, "Uint16", 0, 256, true);
139 test(isTestingGet, "Uint16", undefined, 256, true);
140 test(isTestingGet, "Uint16", 5, 26213, true);
141 test(isTestingGet, "Uint16", 9, 33409, true);
    [all...]
  /external/v8/test/mjsunit/harmony/
block-let-declaration.js 50 if (true) {
67 TestLocalThrows("if (true) let x;", SyntaxError);
68 TestLocalThrows("if (true) {} else let x;", SyntaxError);
73 TestLocalThrows("switch (true) { case true: let x; }", SyntaxError);
74 TestLocalThrows("switch (true) { default: let x; }", SyntaxError);
77 TestLocalThrows("if (true) const x = 1;", SyntaxError);
78 TestLocalThrows("if (true) {} else const x = 1;", SyntaxError);
83 TestLocalThrows("switch (true) { case true: const x = 1; }", SyntaxError)
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/kde/
object_prototype.js 38 shouldBe("sub.hasOwnProperty('y')","true");
41 shouldBe("sub.hasOwnProperty('x')","true");
55 Class1.prototype.hasClass1 = true;
57 Class2.prototype.hasClass2 = true;
59 Class3.prototype.hasClass3 = true;
62 shouldBe("obj.hasClass1","true");
63 shouldBe("obj.hasClass2","true");
64 shouldBe("obj.hasClass3","true");
66 shouldBe("Class1.prototype.isPrototypeOf(obj)","true");
67 shouldBe("Class2.prototype.isPrototypeOf(obj)","true");
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/
Android.mk 2 USE_BIONIC_HEADER:=true
5 ifeq ($(call is-board-platform,msm8960),true)
12 ifneq ($(strip $(USE_BIONIC_HEADER)),true)
16 ifeq ($(strip $(TARGET_USES_ION)),true)
41 ifneq ($(strip $(USE_BIONIC_HEADER)),true)
47 ifeq ($(call is-board-platform,msm8960),true)
  /external/chromium_org/chrome/browser/resources/task_manager/
defines.js 11 // On Linux and ChromeOS, this is true because calculating Phsical Memory is
13 USE_PRIVATE_MEM = true;
21 ['title', 'taskColumn', 300, true],
26 ['cpuUsage', 'cpuColumn', 80, true],
27 ['networkUsage', 'netColumn', 85, true],
32 ['fps', 'fpsColumn', 50, true],
  /hardware/libhardware_legacy/audio/
Android.mk 3 #AUDIO_POLICY_TEST := true
4 #ENABLE_AUDIO_DUMP := true
26 ifeq ($(AUDIO_POLICY_TEST),true)
60 #ifeq ($(ENABLE_AUDIO_DUMP),true)
65 #ifeq ($(strip $(BOARD_USES_GENERIC_AUDIO)),true)
69 #ifeq ($(BOARD_HAVE_BLUETOOTH),true)
  /system/core/debuggerd/
Android.mk 19 ifeq ($(ARCH_ARM_HAVE_VFP),true)
22 ifeq ($(ARCH_ARM_HAVE_VFP_D32),true)
42 #LOCAL_FORCE_STATIC_EXECUTABLE := true
46 ifeq ($(ARCH_ARM_HAVE_VFP),true)
50 ifeq ($(ARCH_ARM_HAVE_VFP_D32),true)
60 endif # ARCH_ARM_HAVE_VFP == true
  /external/chromium_org/v8/test/mjsunit/regress/
regress-phi-truncation.js 37 var a = x ? true : false;
42 var a = x ? true : true;
47 var a = x ? true : "0";
52 var a = x ? true : "1";
57 var a = x ? true : "-1";
62 var a = x ? true : "-0";
67 var a = x ? true : "0x1234";
72 var a = x ? true : { valueOf: function() { return 2; } };
77 var a = x ? true : undefined
    [all...]
regress-convert-hole.js 46 f_store(true, false, a1, 0);
47 f_store(true, true, a1, 0);
49 f_store(false, true, a1, 1);
75 f_call(test_arg(1.5), true, false, 0);
76 f_call(test_arg(2.5), true, true, 0);
78 f_call(test_arg(2), false, true, 1);
103 f_external(true, false, true, a2, 0)
    [all...]
  /external/chromium/chrome/browser/debugger/manual_tests/resources/
primes.js 12 return true;
  /external/chromium_org/chrome/browser/resources/
managed_mode_block_interstitial.js 17 $('request-access-button').hidden = true;
28 $('error-img').hidden = true;
29 $('request-access-button').hidden = true;
30 $('block-page-message').hidden = true;
  /external/chromium_org/v8/test/mjsunit/
comparison-ops-and-undefined.js 74 test_helper_for_ics(less_equal_1, true, false, false, false);
80 test_helper_for_crankshaft(less_equal_1, true, false, false, false);
86 test_helper_for_ics(greater_equal_1, true, false, false, false);
92 test_helper_for_crankshaft(greater_equal_1, true, false, false, false);
98 test_helper_for_ics(equal_1, true, false, false, true);
104 test_helper_for_crankshaft(equal_2, true, false, false, true);
110 test_helper_for_ics(strict_equal_1, true, false, false, true);
    [all...]
  /external/v8/test/mjsunit/
comparison-ops-and-undefined.js 74 test_helper_for_ics(less_equal_1, true, false, false, false);
80 test_helper_for_crankshaft(less_equal_1, true, false, false, false);
86 test_helper_for_ics(greater_equal_1, true, false, false, false);
92 test_helper_for_crankshaft(greater_equal_1, true, false, false, false);
98 test_helper_for_ics(equal_1, true, false, false, true);
104 test_helper_for_crankshaft(equal_2, true, false, false, true);
110 test_helper_for_ics(strict_equal_1, true, false, false, true);
    [all...]
  /frameworks/base/packages/ExternalStorageProvider/
Android.mk 10 LOCAL_PRIVILEGED_MODULE := true
  /frameworks/base/packages/Shell/
Android.mk 12 LOCAL_PRIVILEGED_MODULE := true
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Android.mk 16 ifeq ($(BOARD_NONBLOCK_MODE_PROCESS), true)
20 ifeq ($(BOARD_USE_ANB), true)
24 ifeq ($(BOARD_USE_S3D_SUPPORT), true)
36 ifeq ($(BOARD_USES_MFC_FPS),true)
  /ndk/tests/build/issue20862-libpng-O0/jni/
Android.mk 6 LOCAL_ALLOW_UNDEFINED_SYMBOLS := true
  /ndk/tests/build/issue22345-ICE-postreload/jni/
Android.mk 6 LOCAL_ARM_NEON := true
  /ndk/tests/build/issue34613-neon/jni/
Android.mk 6 LOCAL_ARM_NEON := true
  /ndk/tests/build/prebuild-stlport/jni/
Application.mk 4 STLPORT_FORCE_REBUILD := true
  /ndk/tests/build/ssax-instructions/jni/
Android.mk 6 LOCAL_ARM_NEON := true
  /packages/apps/MusicFX/
Android.mk 12 LOCAL_PRIVILEGED_MODULE := true
  /prebuilts/misc/common/ddmlib/
Android.mk 8 LOCAL_IS_HOST_MODULE := true
  /prebuilts/misc/common/tools-common/
Android.mk 8 LOCAL_IS_HOST_MODULE := true

Completed in 311 milliseconds

1 23 4 5 6 7 8 91011>>