HomeSort by relevance Sort by last modified time
    Searched refs:true (Results 126 - 150 of 4031) sorted by null

1 2 3 4 56 7 8 91011>>

  /build/core/
executable_prefer_symlink.mk 11 ifneq ($(LOCAL_IS_HOST_MODULE),true)
13 ifeq ($(TARGET_IS_64_BIT),true)
14 ifeq ($(TARGET_SUPPORTS_64_BIT_APPS)|$(TARGET_SUPPORTS_32_BIT_APPS),true|true)
18 ifeq ($(TARGET_PREFER_32_BIT_APPS),true)
23 else ifeq ($(TARGET_SUPPORTS_64_BIT_APPS),true)
35 ifneq ($(HOST_PREFER_32_BIT),true)
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)
host_executable.mk 7 ifeq ($(HOST_PREFER_32_BIT),true)
24 LOCAL_NO_2ND_ARCH_MODULE_SUFFIX := true
30 ifeq ($(my_module_arch_supported),true)
37 ifeq ($(my_module_arch_supported),true)
  /hardware/intel/common/libmix/videoencoder/
Android.mk 59 ifeq ($(VIDEO_ENC_LOG_ENABLE),true)
63 ifeq ($(NO_BUFFER_SHARE),true)
67 ifeq ($(VIDEO_ENC_STATISTICS_ENABLE),true)
71 ifeq ($(ENABLE_IMG_GRAPHICS),true)
74 ifeq ($(ENABLE_MRFL_GRAPHICS),true)
90 VIDEO_ENC_LOG_ENABLE := true
100 ifeq ($(INTEL_VIDEO_XPROC_SHARING),true)
  /hardware/qcom/audio/legacy/alsa_sound/
Android.mk 6 ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true)
17 ifeq ($(strip $(BOARD_USES_FLUENCE_INCALL)),true)
21 ifeq ($(strip $(BOARD_USES_SEPERATED_AUDIO_INPUT)),true)
48 ifeq ($(TARGET_SIMULATOR),true)
107 ifeq ($(strip $(BOARD_USES_FLUENCE_INCALL)),true)
111 ifeq ($(strip $(BOARD_USES_SEPERATED_AUDIO_INPUT)),true)
131 ifeq ($(TARGET_SIMULATOR),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
  /external/chromium_org/chrome/browser/resources/chromeos/
choose_mobile_network.js 18 $('scanning').hidden = true;
19 $('choosing').hidden = true;
34 $('network' + i).checked = true;
37 $('network' + i).disabled = true;
45 $('scanning').hidden = true;
47 $('no-mobile-networks').hidden = true;
60 $('choose').hidden = true;
61 $('no-mobile-networks').hidden = true;
87 $('connect').disabled = true;
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/
Android.mk 1 #ifeq ($(call is-board-platform,msm8960),true)
4 USE_BIONIC_HEADER:=true
27 ifneq ($(strip $(USE_BIONIC_HEADER)),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)
49 LOCAL_32_BIT_ONLY := true
  /external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
background.js 10 chrome.windows.getAll({"populate":true}, function(windows) {
23 chrome.tabs.update(existing_tab.id, {"selected":true});
25 chrome.tabs.create({"url":url, "selected":true});
  /external/chromium_org/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/chromium_org/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)
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Android.mk 16 ifeq ($(BOARD_NONBLOCK_MODE_PROCESS), true)
20 ifeq ($(BOARD_USE_ANB), true)
32 ifeq ($(BOARD_USES_MFC_FPS),true)
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Android.mk 16 ifeq ($(BOARD_NONBLOCK_MODE_PROCESS), true)
20 ifeq ($(BOARD_USE_ANB), true)
32 ifeq ($(BOARD_USES_MFC_FPS),true)
  /sdk/emulator/opengl/
sdl.mk 4 ifeq ($(BUILD_STANDALONE_EMULATOR),true)
12 else # BUILD_STANDALONE_EMULATOR != true
25 endif # BUILD_STANDALONE_EMULATOR != true
  /external/chromium_org/v8/test/webkit/fast/js/
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...]
  /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...]
  /external/chromium_org/net/data/proxy_resolver_v8_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...]
  /external/chromium_org/third_party/WebKit/Tools/qunit/test/
test.js 3 ok(true);
7 ok(true);
8 ok(true);
9 ok(true);
13 ok(true);
18 ok(true);
24 ok(true);
28 ok(true);
35 state = true;
36 ok(true);
    [all...]
  /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...]
  /external/chromium_org/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...]

Completed in 2634 milliseconds

1 2 3 4 56 7 8 91011>>