Home
last modified time | relevance | path

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

/test/suite_harness/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()
/test/vts/testcases/template/binary_test/
Dbinary_test.py335 sources = [
338 sources = set(filter(bool, sources))
339 paths = [dst for src, dst, tag in sources if src and dst]