/hardware/intel/bootstub/ |
bootstub.mk | 7 ifeq ($(TARGET_IS_64_BIT),true) 24 LOCAL_FORCE_STATIC_EXECUTABLE := true
|
/hardware/intel/common/utils/ituxd/ |
Android.mk | 22 ifeq ($(ENABLE_ITUXD),true) 41 LOCAL_PRIVILEGED_MODULE := true
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/ |
Android.mk | 14 ifeq ($(strip $(TARGET_USES_ION)),true) 53 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/packages/inputmethods/LatinIME/native/jni/ |
TargetUnitTests.mk | 25 LOCAL_CLANG := true 40 LOCAL_CLANG := true
|
/system/netd/server/ |
Android.mk | 25 LOCAL_CLANG := true 82 LOCAL_CLANG := true
|
/system/security/softkeymaster/ |
Android.mk | 18 ifeq ($(USE_32_BIT_KEYSTORE), true) 32 ifeq ($(USE_32_BIT_KEYSTORE), true)
|
/external/lzma/CS/7zip/Common/ |
CommandLineParser.cs | 91 srcString, pos, switchLen, true) == 0)
103 matchedSwitch.ThereIs = true;
151 return true;
167 return true;
182 stopSwitch = true;
|
/external/v8/test/mjsunit/ |
array-pop.js | 134 var a = [true, true, true, true] 139 assertEquals(1, f(a, true));
|
debug-receiver.js | 48 listener_called = true; 96 BeginTest("strict: true"); TestStrict(true); EndTest(); 120 BeginTest("non-strict: true"); TestNonStrict(true); EndTest();
|
json2.js | 58 toString: function() { return true; } }; 63 toString: function() { return true; } }; 64 TestStringify('"true"', str_wrapper); 68 toString: function() { return true; } }; 183 externalizeString(str, true);
|
object-literal.js | 133 "true", 148 exception = true; 176 function test_call() { this.was_called = true; was_called = true; } 183 function construct() { this.constructed = true; }
|
string-external-cached.js | 43 externalizeString(charat_str[1], true); 58 externalizeString(charat_short, true); 69 externalizeString(twobyte, true); 98 externalizeString(short_twobyte, true); 99 externalizeString(long_twobyte, true);
|
debug-handle.js | 115 response = lookupRequest(exec_state, '{"handles":[' + handle_o + ']}', true); 133 response = lookupRequest(exec_state, '{"handles":[' + handle_p + ']}', true); 146 response = lookupRequest(exec_state, '{"handles":[' + handle_f + ']}', true); 157 response_name = lookupRequest(exec_state, arguments, true); 164 response_length = lookupRequest(exec_state, arguments, true); 185 response = lookupRequest(exec_state, arguments, true); 222 listenerComplete = true;
|
track-fields.js | 118 poly_load(of2, true); 120 assertEquals("[object Object]10", poly_load(of1, true)); 275 var writable = attr_mismatch_obj(10, true); 374 var none_to_object1 = none_to_object(true); 380 assertEquals(true, none_to_object1.an_object); 390 var dh1 = double_to_object(true); 393 assertEquals(true, dh1.d_to_h); 402 var st1 = smi_to_object(true); 405 assertEquals(true, st1.s_to_t);
|
debug-step-3.js | 41 // Debug event listener which steps until the global variable done is true. 61 done = true; 72 set_bp = true;
|
/external/v8/test/mjsunit/harmony/ |
proxies-function.js | 229 TestCall(true, function(x, y) { 245 TestCall(true, Proxy.createFunction(handler, function(x, y) { 414 TestConstructFromCall(Object.prototype, true, ReturnUndef) 415 TestConstructFromCall(Object.prototype, true, ReturnThis) 419 TestConstructFromCall(Object.prototype, true, 421 TestConstructFromCall(Object.prototype, true, 428 TestConstructFromCall(Object.prototype, true, CreateFrozen({}, ReturnUndef)) 429 TestConstructFromCall(Object.prototype, true, CreateFrozen({}, ReturnThis)) 438 TestConstructFromCall(prototype, true, ReturnUndef) 439 TestConstructFromCall(prototype, true, ReturnThis [all...] |
/external/v8/test/webkit/resources/ |
standalone-pre.js | 67 return true; 82 return true; 120 function shouldBeTrue(_a) { shouldBe(_a, "true"); } 179 successfullyParsed = true; 188 wasFinishJSTestCalled = true;
|
/system/core/adb/ |
Android.mk | 11 adb_host_clang := true 67 LOCAL_CLANG := true 104 LOCAL_CLANG := true 219 LOCAL_CLANG := true 244 LOCAL_FORCE_STATIC_EXECUTABLE := true
|
/ndk/build/core/ |
add-application.mk | 32 # the only valid states are: undefined, 0, 1, false and true 34 # We set APP_DEBUG to <undefined>, 'true' or 'false'. 41 APP_DEBUG := true 44 ifneq (,$(filter-out true false,$(APP_DEBUG))) 126 # If APP_PIE isn't defined, set it to true for android-$(NDK_FIRST_PIE_PLATFORM_LEVEL) and above 132 APP_PIE := true 221 # - If APP_DEBUG is set to 'true', then it always should. 228 ifeq ($(APP_DEBUG),true) 241 ifeq ($(APP_DEBUGGABLE),true) 253 # Otherwise, set to 'debug' if android:debuggable is set to TRUE, [all...] |
/build/core/ |
main.mk | 86 dont_bother := true 179 requires_openjdk := true 184 ifeq ($(requires_openjdk), true) 240 ifeq (true,$(EMMA_INSTRUMENT_STATIC)) 241 EMMA_INSTRUMENT := true 293 is_sdk_build := true 314 enable_target_debugging := true 335 # WITH_DEXPREOPT := true 352 ifeq (true,$(strip $(enable_target_debugging))) 358 INCLUDE_TEST_OTA_KEYS := true [all...] |
pdk_config.mk | 31 TARGET_BUILD_PDK := true 37 TARGET_BUILD_PDK := true 94 TARGET_BUILD_PDK := true 112 TARGET_BUILD_PDK_JAVA_PLATFORM := true 144 ifeq (true,$(TARGET_BUILD_PDK_JAVA_PLATFORM)) 178 ifeq ($(TARGET_BUILD_PDK),true) 194 ifneq (,$(filter platform platform-java, $(MAKECMDGOALS))$(filter true,$(TARGET_BUILD_PDK)))
|
/external/v8/test/webkit/fast/js/kde/ |
RegExp.js | 26 shouldBe("Boolean(new RegExp())", "true"); 32 shouldBe("RegExp('x', 'g').global", "true"); 61 shouldBe("Boolean(/a/.test)", "true"); 71 shouldBe("var r = new RegExp(/x/); r.global=true; r.lastIndex = -1; typeof r.test('a')", "'boolean'"); 100 shouldBe("'faure@kde.org'.match(invalidChars) == null", "true"); 111 var caught = false; try { new RegExp("+"); } catch (e) { caught = true; } 144 shouldBeTrue("reg.ignoreCase == true");
|
/libcore/ |
JavaLibrary.mk | 58 ifeq ($(EMMA_INSTRUMENT),true) 59 ifneq ($(EMMA_INSTRUMENT_STATIC),true) 109 LOCAL_NO_STANDARD_LIBRARIES := true 134 LOCAL_NO_STANDARD_LIBRARIES := true 148 LOCAL_NO_STANDARD_LIBRARIES := true 161 LOCAL_NO_STANDARD_LIBRARIES := true 185 LOCAL_NO_STANDARD_LIBRARIES := true 200 LOCAL_NO_STANDARD_LIBRARIES := true 215 LOCAL_NO_STANDARD_LIBRARIES := true
|
/external/lzma/CS/7zip/Compress/LZ/ |
LzInWindow.cs | 12 bool _streamEndWasReached; // if (true) then _streamPos shows real end of stream
43 while (true)
56 _streamEndWasReached = true;
|
/external/v8/test/mjsunit/compiler/ |
compare-map-elim2.js | 113 foo(b, true); 117 foo(c, true); 121 d.value(true);
|