Home
last modified time | relevance | path

Searched defs:getFrom (Results 1 – 3 of 3) sorted by relevance

/cts/tools/dex-tools/test/dex/reader/util/
DJavaSourceToDexUtil.java43 public dex.structure.DexFile getFrom(JavaSource source) throws IOException{ in getFrom() method in JavaSourceToDexUtil
47 public dex.structure.DexFile getFrom(JavaSource... source) throws IOException{ in getFrom() method in JavaSourceToDexUtil
62 public dex.structure.DexFile getFrom(Set<JavaSource> sources, in getFrom() method in JavaSourceToDexUtil
/cts/tools/signature-tools/src/signature/compare/model/
DIDelta.java40 T getFrom(); in getFrom() method
/cts/tools/signature-tools/src/signature/compare/model/impl/
DSigDelta.java38 public final T getFrom() { in getFrom() method in SigDelta