OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JavaSource
(Results
1 - 6
of
6
) sorted by null
/cts/tools/dex-tools/test/dex/reader/
LargeDexTests.java
20
import dex.reader.util.
JavaSource
;
44
JavaSource
source = new
JavaSource
(CLASS_NAME, b.toString());
DexFileReaderTests.java
33
import dex.reader.util.
JavaSource
;
49
JavaSource
A = new
JavaSource
("a.b.c.A",
63
JavaSource
T0 = new
JavaSource
("T0",
109
JavaSource
T1 = new
JavaSource
( "T1","public class T1 extends T0 {}" );
112
private static Set<
JavaSource
> toSet(
JavaSource
...javaSources){
113
return new HashSet<
JavaSource
>(Arrays.asList(javaSources))
[
all
...]
/cts/tools/dex-tools/test/dex/reader/util/
JavaSource.java
27
* {@code
JavaSource
} represents an in-memory java source.
29
public class
JavaSource
extends SimpleJavaFileObject {
33
public
JavaSource
(String sourceName, String sourceCode) {
JavaSourceToDexUtil.java
43
public dex.structure.DexFile getFrom(
JavaSource
source) throws IOException{
47
public dex.structure.DexFile getFrom(
JavaSource
... source) throws IOException{
48
return getAllFrom(new HashSet<
JavaSource
>(Arrays.asList(source)));
51
public dex.structure.DexFile getAllFrom(Set<
JavaSource
> sources) throws IOException{
62
public dex.structure.DexFile getFrom(Set<
JavaSource
> sources,
86
public Set<MemoryByteCode> compileToByteCode(Set<
JavaSource
> source) {
/external/guice/extensions/struts2/lib/
ognl-3.0.jar
/prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar
Completed in 475 milliseconds