OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAllFrom
(Results
1 - 2
of
2
) sorted by null
/cts/tools/dex-tools/test/dex/reader/util/
JavaSourceToDexUtil.java
44
return
getAllFrom
(Collections.singleton(source));
48
return
getAllFrom
(new HashSet<JavaSource>(Arrays.asList(source)));
51
public dex.structure.DexFile
getAllFrom
(Set<JavaSource> sources) throws IOException{
/cts/tools/signature-tools/test/signature/converter/dex/
DexTestConverter.java
42
DexFile dexFile = toDexUtil.
getAllFrom
(sources);
Completed in 852 milliseconds