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

1 23 4 5 6 7 8 91011>>

  /frameworks/av/services/mediaresourcemanager/test/
Android.mk 24 LOCAL_CLANG := true
26 LOCAL_32_BIT_ONLY := true
50 LOCAL_CLANG := true
52 LOCAL_32_BIT_ONLY := true
  /frameworks/base/tests/VoiceEnrollment/
Android.mk 10 LOCAL_PRIVILEGED_MODULE := true
  /hardware/intel/common/libmix/
Android.mk 3 ifeq ($(INTEL_VA),true)
  /development/host/windows/prebuilt/usb/
Android.mk 4 LOCAL_IS_HOST_MODULE := true
13 LOCAL_IS_HOST_MODULE := true
22 LOCAL_IS_HOST_MODULE := true
  /frameworks/compile/mclinker/
mcld-host-build.mk 13 ifeq ($(MCLD_ENABLE_ASSERTION),true)
19 LOCAL_CLANG := true
41 LOCAL_IS_HOST_MODULE := true
  /hardware/intel/common/libstagefrighthw/
Android.mk 1 ifeq ($(BUILD_WITH_FULL_STAGEFRIGHT),true)
15 ifeq ($(USE_MEDIASDK),true)
19 ifeq ($(TARGET_HAS_ISV), true)
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/common/
foreign_content.js 144 EXITS_FOREIGN_CONTENT[$.B] = true;
145 EXITS_FOREIGN_CONTENT[$.BIG] = true;
146 EXITS_FOREIGN_CONTENT[$.BLOCKQUOTE] = true;
147 EXITS_FOREIGN_CONTENT[$.BODY] = true;
148 EXITS_FOREIGN_CONTENT[$.BR] = true;
149 EXITS_FOREIGN_CONTENT[$.CENTER] = true;
150 EXITS_FOREIGN_CONTENT[$.CODE] = true;
151 EXITS_FOREIGN_CONTENT[$.DD] = true;
152 EXITS_FOREIGN_CONTENT[$.DIV] = true;
153 EXITS_FOREIGN_CONTENT[$.DL] = true;
    [all...]
  /external/v8/test/mjsunit/harmony/
string-startswith.js 65 msg: "Boolean true", val: true
142 assertEquals("undefined".startsWith(), true);
143 assertEquals("undefined".startsWith(undefined), true);
147 assertEquals("null".startsWith(null), true);
150 assertEquals("abc".startsWith(""), true);
152 assertEquals("abc".startsWith("a"), true);
154 assertEquals("abc".startsWith("ab"), true);
156 assertEquals("abc".startsWith("abc"), true);
161 assertEquals("abc".startsWith("", NaN), true);
    [all...]
proxies-with.js 72 return k === "a" ? {value: "onproxy", configurable: true} : undefined
81 return k === "a" ? {value: "onproxy", configurable: true} : undefined
88 return k === "a" ? {value: "onproxy", configurable: true} : undefined
96 return k === "a" ? {value: "onproxy", configurable: true} : undefined
104 {get value() { return "onproxy" }, configurable: true} : undefined
112 return k === "a" ? {value: "onproxy", configurable: true} : undefined
156 return k === "a" ? {value: onproxy, configurable: true} : undefined
165 return k === "a" ? {value: onproxy, configurable: true} : undefined
172 return k === "a" ? {value: onproxy, configurable: true} : undefined
180 return k === "a" ? {value: onproxy, configurable: true} : undefine
    [all...]
  /external/v8/test/webkit/fast/js/kde/
var_decl_init.js 58 if (true) {
158 shouldBe("varInFunction()","true");
159 shouldBe("varInVarList()","true");
160 shouldBe("varListOrder()","true");
161 shouldBe("varInBlock()","true");
162 shouldBe("varInIf()","true");
163 shouldBe("varInElse()","true");
164 shouldBe("varInDoWhile()","true");
165 shouldBe("varInWhile()","true");
166 shouldBe("varInFor()","true");
    [all...]
operators.js 127 shouldBeTrue("!!true");
136 shouldBeTrue("nonSpeculativeNot(!true)");
156 shouldBe("var i = true; i++", "1");
157 shouldBe("var i = true; i++; i", "2");
164 shouldBe("var i = true; i--", "1");
165 shouldBe("var i = true; i--; i", "0");
177 shouldBe("2 | true", "3");
238 shouldBe("true+'a'", "'truea'");
240 shouldBe("true+1", "2");
245 shouldBe("isNaN('a'-3)", "true");
    [all...]
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...]
  /hardware/libhardware_legacy/audio/
Android.mk 3 #AUDIO_POLICY_TEST := true
4 #ENABLE_AUDIO_DUMP := true
27 ifeq ($(AUDIO_POLICY_TEST),true)
63 #ifeq ($(ENABLE_AUDIO_DUMP),true)
68 #ifeq ($(strip $(BOARD_USES_GENERIC_AUDIO)),true)
72 #ifeq ($(BOARD_HAVE_BLUETOOTH),true)
  /build/core/
host_shared_library.mk 6 ifeq ($(HOST_PREFER_32_BIT),true)
18 ifeq ($(my_module_arch_supported),true)
25 ifeq ($(my_module_arch_supported),true)
host_static_library.mk 6 ifeq ($(HOST_PREFER_32_BIT),true)
18 ifeq ($(my_module_arch_supported),true)
25 ifeq ($(my_module_arch_supported),true)
  /external/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...]
  /frameworks/av/media/libstagefright/omx/tests/
Android.mk 15 LOCAL_CLANG := true
21 LOCAL_32_BIT_ONLY := true
42 LOCAL_CLANG := true
  /build/core/combo/arch/mips/
mips32r6.mk 4 ARCH_MIPS_REV6 := true
  /device/generic/mini-emulator-armv7-a-neon/
BoardConfig.mk 10 WITH_DEXPREOPT := true
  /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/av/media/libstagefright/yuv/
Android.mk 16 LOCAL_CLANG := true
  /frameworks/av/services/medialog/
Android.mk 11 LOCAL_32_BIT_ONLY := true
  /frameworks/base/packages/ExternalStorageProvider/
Android.mk 10 LOCAL_PRIVILEGED_MODULE := true
  /frameworks/base/packages/Shell/
Android.mk 12 LOCAL_PRIVILEGED_MODULE := true

Completed in 2006 milliseconds

1 23 4 5 6 7 8 91011>>