OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPILE_STATUS_NONE
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
SourceProcessor.java
56
public final static int
COMPILE_STATUS_NONE
= 0;
74
private int mLastCompilationStatus =
COMPILE_STATUS_NONE
;
244
mLastCompilationStatus =
COMPILE_STATUS_NONE
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java
662
int processorStatus = SourceProcessor.
COMPILE_STATUS_NONE
;
717
if (processorStatus == SourceProcessor.
COMPILE_STATUS_NONE
&&
[
all
...]
Completed in 26 milliseconds