/build/core/combo/arch/x86_64/ |
x86_64-atom.mk | 7 ARCH_X86_HAVE_SSSE3 := true 8 ARCH_X86_HAVE_MOVBE := true
|
x86_64.mk | 8 ARCH_X86_HAVE_SSSE3 := true 10 ARCH_X86_HAVE_POPCNT := true
|
/build/core/ |
package.mk | 8 ifeq ($(TARGET_SUPPORTS_32_BIT_APPS)|$(TARGET_SUPPORTS_64_BIT_APPS),true|true) 11 else ifeq ($(TARGET_SUPPORTS_64_BIT_APPS),true) 41 LOCAL_NO_2ND_ARCH_MODULE_SUFFIX := true 45 ifeq ($(TARGET_PREFER_32_BIT_APPS),true) 54 ifeq ($(my_module_arch_supported),true) 59 ifeq ($(TARGET_PREFER_32_BIT_APPS),true) 67 ifeq ($(my_module_arch_supported),true)
|
/external/chromium_org/v8/test/mjsunit/ |
debug-listbreakpoints.js | 101 found = true; 123 testArguments(dcp, true, [ breakpoint1 ], [ first_lineno ], false, false); 125 setBreakOnException(dcp, "all", true); 126 testArguments(dcp, true, [ breakpoint1 ], [ first_lineno ], true, false); 128 setBreakOnException(dcp, "uncaught", true); 129 testArguments(dcp, true, [ breakpoint1 ], [ first_lineno ], true, true); 132 testArguments(dcp, true, [ breakpoint1 ], [ first_lineno ], false, true) [all...] |
/external/libvpx/ |
config.arm.mk | 6 ifeq ($(ARCH_ARM_HAVE_NEON),true) 8 else ifeq ($(ARCH_ARM_HAVE_ARMV7A),true)
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
Android.mk | 19 LOCAL_CLANG := true 29 LOCAL_32_BIT_ONLY := true
|
/frameworks/base/libs/common_time/ |
Android.mk | 21 #TIME_SERVICE_DEBUG=true 22 ifeq ($(TIME_SERVICE_DEBUG), true)
|
/frameworks/base/native/graphics/jni/ |
Android.mk | 8 ifneq ($(ARCH_ARM_HAVE_VFP),true) 12 ifeq ($(ARCH_ARM_HAVE_NEON),true)
|
/frameworks/native/cmds/servicemanager/ |
Android.mk | 6 ifneq ($(TARGET_USES_64_BIT_BINDER),true) 7 ifneq ($(TARGET_IS_64_BIT),true)
|
/frameworks/support/v8/renderscript/jni/ |
Android.mk | 4 LOCAL_CLANG := true 31 LOCAL_32_BIT_ONLY := true
|
/hardware/intel/common/libwsbm/src/ |
Android.mk | 1 ifeq ($(ENABLE_IMG_GRAPHICS),true) 43 endif # ($(ENABLE_IMG_GRAPHICS),true)
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/ |
Android.mk | 22 ifeq ($(BOARD_USE_ANB), true) 27 ifeq ($(BOARD_USE_STOREMETADATA), true)
|
/libnativehelper/tests/ |
Android.mk | 9 LOCAL_CLANG := true 18 LOCAL_CLANG := true
|
/prebuilts/tools/darwin-x86/sdl/libs/ |
Android.mk | 4 LOCAL_IS_HOST_MODULE := true 14 LOCAL_IS_HOST_MODULE := true
|
/prebuilts/tools/linux-x86/sdl/libs/ |
Android.mk | 4 LOCAL_IS_HOST_MODULE := true 14 LOCAL_IS_HOST_MODULE := true
|
/system/core/libnativebridge/tests/ |
Android.nativebridge-dummy.mk | 13 LOCAL_CLANG := true 28 LOCAL_CLANG := true
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
dataview-accessors.js | 111 createDataView(array, 0, true, start, length); 126 test(isTestingGet, "Int16", 0, 256, true); 127 test(isTestingGet, "Int16", undefined, 256, true); 128 test(isTestingGet, "Int16", 5, 26213, true); 129 test(isTestingGet, "Int16", 9, -32127, true); 130 test(isTestingGet, "Int16", 14, -2, true); 131 test(isTestingGet, "Int16", 1e12, undefined, true); 142 test(isTestingGet, "Uint16", 0, 256, true); 143 test(isTestingGet, "Uint16", undefined, 256, true); 144 test(isTestingGet, "Uint16", 5, 26213, true); [all...] |
string-endswith.js | 65 msg: "Boolean true", val: true 143 assertEquals("undefined".endsWith(), true); 144 assertEquals("undefined".endsWith(undefined), true); 148 assertEquals("null".endsWith(null), true); 151 assertEquals("abc".endsWith(""), true); 153 assertEquals("abc".endsWith("c"), true); 156 assertEquals("abc".endsWith("bc"), true); 157 assertEquals("abc".endsWith("abc"), true); 162 assertEquals("abc".endsWith("", NaN), true); [all...] |
/external/llvm/bindings/ocaml/bitwriter/ |
llvm_bitwriter.mli | 16 [path]. Returns [true] if successful, [false] otherwise. *) 21 [m] to the channel [c]. If [unbuffered] is [true], after every write the fd 22 will be flushed. Returns [true] if successful, [false] otherwise. *) 28 to the channel [c]. If [unbuffered] is [true], after every write the fd 29 will be flushed. Returns [true] if successful, [false] otherwise. *)
|
/hardware/qcom/display/msm8084/ |
common.mk | 11 ifeq ($(TARGET_USES_POST_PROCESSING),true) 26 ifeq ($(ARCH_ARM_HAVE_NEON),true) 31 mpq8092 msm_bronze msm8916), true) 40 ifeq ($(TARGET_USES_QCOM_BSP),true) 44 ifneq ($(call is-platform-sdk-version-at-least,18),true)
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
dead-string-add-warm.js | 62 assertEquals(true, dead1(true, 0)); 63 assertEquals(true, dead2(true, 0)); 64 assertEquals("1", dead3(true, 0)); 66 assertEquals("true", dead1("true", 0)); 67 assertEquals("true", dead2("true", 0)); 68 assertEquals("1", dead3("true", 0)) [all...] |
dead-string-add.js | 59 assertEquals(true, dead1(true, 0)); 60 assertEquals(true, dead2(true, 0)); 61 assertEquals("1", dead3(true, 0)); 63 assertEquals("true", dead1("true", 0)); 64 assertEquals("true", dead2("true", 0)); 65 assertEquals("1", dead3("true", 0)) [all...] |
dead-string-char-from-code.js | 62 assertEquals(true, dead1(true, 0)); 63 assertEquals(true, dead2(true, 0)); 64 assertEquals(11, dead3(true, 0)); 66 assertEquals("true", dead1("true", 0)); 67 assertEquals("true", dead2("true", 0)); 68 assertEquals(11, dead3("true", 0)) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/ |
popup.js | 113 "appcache": true, 114 "cache": true, 115 "cookies": true, 116 "downloads": true, 117 "fileSystems": true, 118 "formData": true, 119 "history": true, 120 "indexedDB": true, 121 "localStorage": true, 122 "serverBoundCertificates": true, [all...] |
/external/chromium_org/v8/test/webkit/fast/js/ |
Object-defineProperty.js | 34 shouldBe("JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {value:1, writable: true}), 'foo'))", 35 "JSON.stringify({value: 1, writable: true, enumerable: false, configurable: false})"); 38 shouldBe("JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {value:1, enumerable: true}), 'foo'))", 39 "JSON.stringify({value: 1, writable: false, enumerable: true, configurable: false})"); 42 shouldBe("JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {value:1, configurable: true}), 'foo'))", 43 "JSON.stringify({value: 1, writable: false, enumerable: false, configurable: true})"); 44 shouldBe("JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty([1,2,3], 'foo', {value:1, configurable: true}), 'foo'))", 45 "JSON.stringify({value: 1, writable: false, enumerable: false, configurable: true})"); 46 shouldBe("Object.getOwnPropertyDescriptor(Object.defineProperty([1,2,3], '1', {value:'foo', configurable: true}), '1').value", "'foo'"); 47 shouldBe("a=[1,2,3], Object.defineProperty(a, '1', {value:'foo', configurable: true}), a[1]", "'foo'") [all...] |