/frameworks/av/media/libstagefright/id3/ |
Android.mk | 8 LOCAL_CLANG := true 22 LOCAL_CLANG := true
|
/frameworks/base/libs/common_time/ |
Android.mk | 21 #TIME_SERVICE_DEBUG=true 22 ifeq ($(TIME_SERVICE_DEBUG), true)
|
/frameworks/native/cmds/servicemanager/ |
Android.mk | 6 ifneq ($(TARGET_USES_64_BIT_BINDER),true) 7 ifneq ($(TARGET_IS_64_BIT),true)
|
/hardware/intel/common/libwsbm/src/ |
Android.mk | 1 ifeq ($(ENABLE_IMG_GRAPHICS),true) 43 endif # ($(ENABLE_IMG_GRAPHICS),true)
|
/libnativehelper/tests/ |
Android.mk | 9 LOCAL_CLANG := true 18 LOCAL_CLANG := true
|
/external/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. *) 22 [m] to the channel [c]. If [unbuffered] is [true], after every write the fd 23 will be flushed. Returns [true] if successful, [false] otherwise. *) 35 to the channel [c]. If [unbuffered] is [true], after every write the fd 36 will be flushed. Returns [true] if successful, [false] otherwise. *)
|
/external/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/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...] |
basic-strict-mode.js | 58 shouldBe("testThis.call(true)", "true"); 67 shouldBeUndefined("testThisDotAccess.call(true)"); 73 shouldBeUndefined("testThisBracketAccess.call(true, 'length')"); 139 shouldBeTrue("'use strict'; if (0) { someGlobal = 'Shouldn\\'t be able to assign this.'; }; true;"); 158 shouldThrow("global.eval('\"use strict\"; if (0) ++arguments; true;')"); 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)"); [all...] |
/hardware/intel/common/libmix/videoencoder/ |
Android.mk | 66 ifeq ($(VIDEO_ENC_LOG_ENABLE),true) 70 ifeq ($(NO_BUFFER_SHARE),true) 74 ifeq ($(VIDEO_ENC_STATISTICS_ENABLE),true) 78 ifeq ($(ENABLE_IMG_GRAPHICS),true) 81 ifeq ($(ENABLE_MRFL_GRAPHICS),true) 97 VIDEO_ENC_LOG_ENABLE := true 107 ifeq ($(INTEL_VIDEO_XPROC_SHARING),true)
|
/hardware/qcom/audio/hal/ |
Android.mk | 1 ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true) 53 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS)),true) 58 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_HFP)),true) 63 ifeq ($(strip $(AUDIO_FEATURE_NO_AUDIO_OUT)),true) 67 ifeq ($(strip $(BOARD_SUPPORTS_SOUND_TRIGGER)),true) 74 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_SPKR_PROTECTION)),true) 79 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DSM_FEEDBACK)),true)
|
/build/core/ |
install_jni_libs.mk | 16 my_embed_jni := true 19 my_embed_jni := true 23 my_embed_jni := true 38 my_add_jni := true 42 my_add_jni := true 44 ifeq ($(my_add_jni),true) 70 my_add_jni := true 74 my_add_jni := true 76 ifeq ($(my_add_jni),true)
|
/build/target/board/generic_arm64/ |
BoardConfig.mk | 17 TARGET_NO_BOOTLOADER := true 18 TARGET_NO_KERNEL := true 58 TARGET_USES_64_BIT_BINDER := true 61 USE_CAMERA_STUB := true 67 WITH_DEXPREOPT := true 72 BUILD_EMULATOR_OPENGL := true 76 USE_OPENGL_RENDERER := true 78 TARGET_USERIMAGES_USE_EXT4 := true 84 TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/ |
Android.mk | 7 LOCAL_32_BIT_ONLY := true 21 ifeq ($(strip $(TARGET_USES_ION)),true) 48 LOCAL_32_BIT_ONLY := true
|
/external/v8/test/mjsunit/ |
debug-setbreakpoint.js | 97 testArguments(dcp, '{"type":"function","target":"f"}', true, false); 98 testArguments(dcp, '{"type":"function","target":"h"}', true, false); 99 testArguments(dcp, '{"type":"function","target":"f","line":1}', true, false); 100 testArguments(dcp, '{"type":"function","target":"f","position":1}', true, false); 101 testArguments(dcp, '{"type":"function","target":"f","condition":"i == 1"}', true, false); 102 testArguments(dcp, '{"type":"function","target":"f","enabled":true}', true, false); 103 testArguments(dcp, '{"type":"function","target":"f","enabled":false}', true, false); 104 testArguments(dcp, '{"type":"function","target":"f","ignoreCount":7}', true, false); 106 testArguments(dcp, '{"type":"script","target":"test"}', true, true) [all...] |
strict-equals.js | 55 assertFalse('foo' === true); 64 assertFalse(x === true); 68 assertTrue(true === true); 70 assertFalse(false === true); 71 assertFalse(true === false); 72 assertFalse(true === new Boolean(true)); 73 assertFalse(true === new Boolean(false)); 74 assertFalse(false === new Boolean(true)); [all...] |
array-bounds-check-removal.js | 90 test_base(a, 1, true); 91 test_base(a, 2, true); 95 test_base(a, 3, true); 96 check_test_base(a, 3, true); 102 test_base(dictionary_map_array, 5, true); 103 test_base(dictionary_map_array, 6, true); 107 test_base(dictionary_map_array, -2, true); 113 test_base(a, 5, true); 114 test_base(a, 6, true); 118 test_base(a, 2048, true); [all...] |
/external/v8/test/webkit/ |
function-declaration-statement.js | 35 if (true) 38 return true; 53 return true; 67 return true; 82 return true; 96 return true; 109 return true; 123 return true; 137 return true; 151 return true; [all...] |
array-holes.js | 54 return true; 73 return true; 92 shouldBe("showHoles([0, , 2, 3].map(returnTrue))", "'[true, hole, true, true]'"); 93 shouldBe("showHoles([0, undefined, 2, 3].map(returnTrue))", "'[true, true, true, true]'"); 119 shouldBe("showHoles([0, , 2, 3].map(returnTrue))", "'[true, true, true, true]'") [all...] |
/hardware/intel/common/wrs_omxil_core/base/src/ |
Android.mk | 4 ifeq ($(TARGET_HAS_ISV),true) 25 ifeq ($(strip $(COMPONENT_SUPPORT_BUFFER_SHARING)), true) 28 ifeq ($(strip $(COMPONENT_SUPPORT_OPENCORE)), true)
|
/external/chromium-libpac/test/js-unittest/ |
pac_library_unittest.js | 163 t.expectEquals(true, weekdayRange("MON", "FRI")); 164 t.expectEquals(true, weekdayRange("TUE", "FRI")); 165 t.expectEquals(true, weekdayRange("TUE", "TUE")); 166 t.expectEquals(true, weekdayRange("TUE")); 174 t.expectEquals(true, weekdayRange("MON", "FRI", "GMT")); 175 t.expectEquals(true, weekdayRange("TUE", "FRI", "GMT")); 176 t.expectEquals(true, weekdayRange("TUE", "TUE", "GMT")); 177 t.expectEquals(true, weekdayRange("TUE", "GMT")); 186 t.expectEquals(true, dateRange(3)); 191 t.expectEquals(true, dateRange(3, "GMT")) [all...] |