Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 10 of 10) sorted by relevance

/cts/tools/signature-tools/test/signature/converter/dex/
DDexTestConverter.java38 Set<JavaSource> sources = new HashSet<JavaSource>(); in convert() local
40 sources.add(new JavaSource(unit.getName(), unit.getSource())); in convert()
42 DexFile dexFile = toDexUtil.getAllFrom(sources); in convert()
/cts/tools/signature-tools/src/signature/converter/
DMain.java35 Set<String> sources = new HashSet<String>(); in main() local
41 sources.add(args[at]); in main()
75 Visibility.PROTECTED, sources, packages)); in main()
/cts/tools/dex-tools/test/dex/reader/util/
DJavaSourceToDexUtil.java51 public dex.structure.DexFile getAllFrom(Set<JavaSource> sources) throws IOException{ in getAllFrom() argument
52 return getFrom(sources, null); in getAllFrom()
62 public dex.structure.DexFile getFrom(Set<JavaSource> sources, in getFrom() argument
64 Set<MemoryByteCode> byteCodeInMemory = compileToByteCode(sources); in getFrom()
/cts/tests/tests/security/jni/
DAndroid.mk40 LOCAL_C_INCLUDES += ndk/sources/cpufeatures
/cts/apps/CameraITS/tests/inprog/scene2/
DREADME2 light sources capable of producing D65, D50, A, TL84, etc. illumination.
/cts/tests/tests/os/jni/
DAndroid.mk68 LOCAL_C_INCLUDES += ndk/sources/cpufeatures
/cts/hostsidetests/security/
DAndroid.mk48 LOCAL_GENERATED_SOURCES := $(call local-generated-sources-dir)/android/cts/security/SELinuxNeverall…
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Ddeltablue.js651 Planner.prototype.makePlan = function (sources) { argument
654 var todo = sources;
671 var sources = new OrderedCollection();
676 sources.add(c);
678 return this.makePlan(sources);
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java1621 String sources[] = new String[] { "string" }; in testReplace() local
1624 sources, destinations); in testReplace()
1628 sources = new String[] {"is", "the", "for replacement"}; in testReplace()
1630 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace()
1634 sources = new String[] {"is", "for replacement"}; in testReplace()
1636 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace()
1639 sources = new String[] {"is", "the", "for replacement"}; in testReplace()
1642 TextUtils.replace(template, sources, destinations); in testReplace()
1649 TextUtils.replace(null, sources, destinations); in testReplace()
1661 TextUtils.replace(template, sources, null); in testReplace()
/cts/tools/signature-tools/src/signature/converter/doclet/
DDocletToSigConverter.java106 SigApi sources = new SigApi(name, visibility); in convertDocletRoot() local
107 sources.setPackages(packages); in convertDocletRoot()
108 return sources; in convertDocletRoot()