Searched
refs:true (Results
676 -
700 of
1330) sorted by null
<<21222324252627282930>>
/external/llvm/tools/opt/ |
Android.mk | 74 LOCAL_IS_HOST_MODULE := true
|
/external/lzma/CS/7zip/Common/ |
InBuffer.cs | 55 return true;
|
/external/nist-pkits/ |
Android.mk | 22 LOCAL_NO_STANDARD_LIBRARIES := true
|
/external/scrypt/ |
Scrypt.mk | 20 LOCAL_CLANG := true
|
/external/skia/experimental/SkV8Example/js/ |
snow.js | 60 ctx.arc(p.x, p.y, p.r, 0, 2*Math.PI, true);
|
/external/smali/dexlib2/ |
Android.mk | 27 LOCAL_IS_HOST_MODULE := true
|
/external/v8/test/mjsunit/ |
constant-folding.js | 173 return true.toString(); 183 assertEquals("true", TrueToString()); 184 assertEquals("true", TrueToString()); 185 assertEquals("true", TrueToString());
|
migrations.js | 154 configurable: true, 165 accessor1: { value: this.a_, configurable: true }, 169 configurable: true, 272 configurable: true,
|
number-literal.js | 16 test('oct-int', '040', '32', true); // Octals disallowed in strict mode.
|
/external/v8/test/mjsunit/regress/ |
regress-343609.js | 59 for(var i = 0; i < 3; i++) gc(true);
|
/external/v8/test/webkit/fast/js/ |
caller-property.js | 25 'This tests for caller property in functions. Only functions that are called from inside of other functions and have a parent should have this property set. Tests return true when caller is found and false when the caller is null.' 43 shouldBe('childHasCallerWhenCalledFromWithinParent', 'true') 75 function nonStrictSetter(x) { x.foo = nonStrictSetter; return true; } 77 function strictSetter(x) { "use strict"; x.foo = nonStrictSetter; return true; }
|
/external/v8/test/webkit/fast/js/kde/ |
math.js | 101 shouldBe("delete my.v", "true") 108 shouldBe("Boolean(Math)", "true"); 112 shouldBe("Math.abs===Math.abs", "true") 128 Math.myprop=true; // adding a custom property to the math object (why not?)
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
Android.mk | 44 ifeq ($(WEBRTC_BUILD_NEON_LIBS),true)
|
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/ |
Android.mk | 33 LOCAL_JACK_FLAGS := -D jack.dex.output.policy=minimal-multidex -D jack.dex.output.multidex.legacy=true
|
/frameworks/base/packages/FusedLocation/ |
Android.mk | 26 LOCAL_PRIVILEGED_MODULE := true
|
/frameworks/base/packages/Keyguard/ |
Android.mk | 27 LOCAL_PRIVILEGED_MODULE := true
|
/frameworks/base/packages/Keyguard/test/ |
Android.mk | 25 LOCAL_PRIVILEGED_MODULE := true
|
/frameworks/base/packages/StatementService/ |
Android.mk | 25 LOCAL_PRIVILEGED_MODULE := true
|
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/ |
Android.mk | 21 LOCAL_CLANG := true
|
/frameworks/rs/java/tests/RsBLAS_Benchmark/libsgemm/ |
Android.mk | 20 LOCAL_CLANG := true
|
/hardware/intel/common/wrs_omxil_core/ |
Android.mk | 1 ifeq ($(strip $(BOARD_USES_WRS_OMXIL_CORE)),true)
|
/hardware/libhardware/modules/gralloc/ |
Android.mk | 32 ifeq ($(TARGET_USE_PAN_DISPLAY),true)
|
/hardware/libhardware/modules/radio/ |
Android.mk | 25 LOCAL_32_BIT_ONLY := true
|
/hardware/libhardware/modules/soundtrigger/ |
Android.mk | 25 LOCAL_32_BIT_ONLY := true
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
Android.mk | 3 ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true)
|
Completed in 1680 milliseconds
<<21222324252627282930>>