OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toCompile
(Results
1 - 2
of
2
) sorted by null
/sdk/anttasks/src/com/android/ant/
AidlExecTask.java
110
ArrayList<String>
toCompile
= new ArrayList<String>();
124
// yet, that'll be done by adding it to
toCompile
)
135
toCompile
.add(sourceFilePath);
142
toCompile
.addAll(sourceFiles);
144
if (
toCompile
.size() > 0) {
145
System.out.println(String.format("Compiling %d aidl files.",
toCompile
.size()));
147
for (String toCompilePath :
toCompile
) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
SourceProcessor.java
397
Set<IFile>
toCompile
= visitor.getFilesToCompile();
417
for (IFile r :
toCompile
) {
Completed in 241 milliseconds