/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/v8/test/mjsunit/es6/ |
unscopables.js | 35 Object(true), 133 object[Symbol.unscopables] = {x: true}; 140 object[Symbol.unscopables] = {x: 0, y: true}; 159 __proto__: {x: true} 176 object[Symbol.unscopables] = {x: true}; 204 proto[Symbol.unscopables] = {x: true}; 211 object[Symbol.unscopables] = {y: true}; 218 proto[Symbol.unscopables] = {y: true}; 219 object[Symbol.unscopables] = {x: true}; 238 proto[Symbol.unscopables] = {x: true}; [all...] |
/build/core/ |
host_executable.mk | 7 ifeq ($(HOST_PREFER_32_BIT),true) 28 LOCAL_NO_2ND_ARCH_MODULE_SUFFIX := true 34 ifeq ($(my_module_arch_supported),true) 41 ifeq ($(my_module_arch_supported),true)
|
/device/htc/flounder/flounder32/ |
BoardConfig.mk | 16 BUILD_EMULATOR := true
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/ |
Android.mk | 14 ifeq ($(strip $(TARGET_USES_ION)),true) 33 LOCAL_32_BIT_ONLY := true 51 ifeq ($(strip $(TARGET_USES_ION)),true) 70 LOCAL_32_BIT_ONLY := true
|
/device/moto/shamu/cryptfs_hw/ |
Android.mk | 1 ifeq ($(TARGET_HW_DISK_ENCRYPTION),true)
|
/external/llvm/ |
llvm-host-build.mk | 3 LOCAL_CLANG := true 18 ifeq ($(LLVM_ENABLE_ASSERTION),true) 59 LOCAL_IS_HOST_MODULE := true 61 ifeq ($(HOST_PREFER_32_BIT),true)
|
/external/llvm/utils/count/ |
Android.mk | 18 LOCAL_IS_HOST_MODULE := true
|
/external/scrypt/tests/ |
Android.mk | 8 LOCAL_CLANG := true
|
/external/v8/src/ |
uri.js | 36 if (97 <= cc && cc <= 122) return true; 38 if (65 <= cc && cc <= 90) return true; 40 if (48 <= cc && cc <= 57) return true; 301 if (35 <= cc && cc <= 36) return true; 303 if (cc == 38) return true; 305 if (43 <= cc && cc <= 44) return true; 307 if (cc == 47) return true; 309 if (58 <= cc && cc <= 59) return true; 311 if (cc == 61) return true; 313 if (63 <= cc && cc <= 64) return true; [all...] |
/external/v8/test/mjsunit/ |
bounds-checks-elimination.js | 45 }, true, false, 40320); 51 }, true, false, 40320); 57 }, true, false, NaN); 67 }, true, false, 40320);
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-357330.js | 9 true ? (g = foo + 0) : g = null;
|
/external/v8/test/webkit/fast/js/ |
primitive-property-access-edge-cases.js | 28 var didNotCrash = true; 69 Object.defineProperty(constructor.prototype, "foo", { get: function() { checkOkay = typeof this === 'object'; }, configurable: true }); 78 Object.defineProperty(constructor.prototype, "foo", { set: function() { checkOkay = typeof this === 'object'; }, configurable: true }); 87 Object.defineProperty(constructor.prototype, "foo", { get: function() { "use strict"; checkOkay = typeof this !== 'object'; }, configurable: true }); 96 Object.defineProperty(constructor.prototype, "foo", { set: function() { "use strict"; checkOkay = typeof this !== 'object'; }, configurable: true }); 104 shouldBeTrue("checkGet(true, Boolean)"); 107 shouldBeTrue("checkSet(true, Boolean)"); 110 shouldBeTrue("checkGetStrict(true, Boolean)"); 113 shouldBeTrue("checkSetStrict(true, Boolean)"); 141 shouldBeTrue("checkRead(true, Boolean)") [all...] |
/frameworks/av/media/libstagefright/colorconversion/ |
Android.mk | 13 LOCAL_CLANG := true
|
/frameworks/av/media/libstagefright/matroska/ |
Android.mk | 12 LOCAL_CLANG := true
|
/frameworks/av/media/libstagefright/webm/ |
Android.mk | 7 LOCAL_CLANG := true
|
/frameworks/base/packages/DefaultContainerService/ |
Android.mk | 14 LOCAL_PRIVILEGED_MODULE := true
|
/frameworks/base/packages/SettingsProvider/ |
Android.mk | 13 LOCAL_PRIVILEGED_MODULE := true
|
/frameworks/base/packages/WallpaperCropper/ |
Android.mk | 13 LOCAL_PRIVILEGED_MODULE := true
|
/frameworks/base/packages/services/Proxy/ |
Android.mk | 10 LOCAL_PRIVILEGED_MODULE := true
|
/hardware/libhardware/tests/input/evdev/ |
Android.mk | 16 LOCAL_CLANG := true
|
/hardware/qcom/display/msm8084/ |
common.mk | 11 ifeq ($(TARGET_USES_POST_PROCESSING),true) 26 ifeq ($(ARCH_ARM_HAVE_NEON),true) 40 ifeq ($(TARGET_USES_QCOM_BSP),true) 44 ifneq ($(call is-platform-sdk-version-at-least,18),true)
|
/hardware/qcom/gps/loc_api/ |
Android.mk | 6 ifneq ($(TARGET_NO_RPC),true)
|
/hardware/qcom/gps/msm8084/loc_api/ |
Android.mk | 6 ifneq ($(TARGET_NO_RPC),true)
|
/hardware/qcom/gps/msm8974/loc_api/ |
Android.mk | 6 ifneq ($(TARGET_NO_RPC),true)
|