Searched refs:sources (Results 1 – 6 of 6) sorted by relevance
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
D | Application.mk | 21 LOCAL_C_INCLUDES += ${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/4.8/include
|
/cts/hostsidetests/seccomp/app/jni/ |
D | Android.mk | 30 LOCAL_C_INCLUDES += ndk/sources/cpufeatures
|
/cts/apps/CameraITS/tests/inprog/scene2/ |
D | README | 2 light sources capable of producing D65, D50, A, TL84, etc. illumination.
|
/cts/hostsidetests/security/ |
D | Android.mk | 75 LOCAL_GENERATED_SOURCES := $(call local-generated-sources-dir)/android/cts/security/SELinuxNeverall…
|
/cts/tests/tests/text/src/android/text/cts/ |
D | TextUtilsTest.java | 1828 String sources[] = new String[] { "string" }; in testReplace() local 1831 sources, destinations); in testReplace() 1835 sources = new String[] {"is", "the", "for replacement"}; in testReplace() 1837 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace() 1841 sources = new String[] {"is", "for replacement"}; in testReplace() 1843 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace() 1846 sources = new String[] {"is", "the", "for replacement"}; in testReplace() 1849 TextUtils.replace(template, sources, destinations); in testReplace() 1856 TextUtils.replace(null, sources, destinations); in testReplace() 1868 TextUtils.replace(template, sources, null); in testReplace()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | TelephonyManagerTest.java | 1748 private static boolean validateEmergencyNumberSourceList(List<Integer> sources) { in validateEmergencyNumberSourceList() argument 1749 if (sources == null) { in validateEmergencyNumberSourceList() 1752 for (int source : sources) { in validateEmergencyNumberSourceList()
|