OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLASSES
(Results
1 - 9
of
9
) sorted by null
/external/proguard/build/
makefile
8
CLASSES
= $(PROGUARD_HOME)/
classes
24
JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(
CLASSES
)
30
-C $(
CLASSES
) $(dir $<)
35
-C $(
CLASSES
) $(dir $<)
65
-rm -fr $(
CLASSES
) $(LIB)
69
$(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(
CLASSES
)/$(dir $(1))%P\\n)
73
$(1): $(
CLASSES
) $(
CLASSES
)/$(1).class $(call RESOURCES,$(1)) $(LIB)
78
$(
CLASSES
) $(LIB)
[
all
...]
build.sh
20
CLASSES
=
classes
43
javac -nowarn -Xlint:none -sourcepath "$SRC" -d "$
CLASSES
" \
50
-exec cp --parents {} "../$
CLASSES
" \; )
55
jar -cfm "$2" "$SRC/$(dirname $1)/MANIFEST.MF" -C "$
CLASSES
" $(dirname $1)
60
jar -uf "$PROGUARD_JAR" -C "$
CLASSES
" $(dirname $1)
67
mkdir -p "$
CLASSES
"
/cts/tools/test-progress/etc/
test-progress
54
export
CLASSES
=$progdir/../framework/test-progress.jar
324
javadoc -J-Xmx512m -docletpath $
CLASSES
-doclet TestCoverageDoclet -d $OUTPUT -sourcepath ${CTS_SOURCE_PATH}
/cts/tools/test-progress-new/etc/
test-progress
66
export
CLASSES
=$progdir/../framework/test-progress-new.jar
366
javadoc -J-Xmx1024M -docletpath $
CLASSES
-doclet testprogress2.TestCoverageDoclet -f $TESTCOVERAGE_FLAGS -d $OUTPUT -sourcepath $SOURCE_PATH
/external/oprofile/libop/
op_xml_out.h
26
CLASSES
,
/cts/tools/spec-progress/etc/
spec-progress
54
export
CLASSES
=$progdir/../framework/spec-progress.jar
62
javadoc -J-Xmx512m -docletpath $
CLASSES
-doclet SpecProgressDoclet -d $OUTPUT -sourcepath \
/external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java
244
return isClass ? Files.newFile (m_outDir,
CLASSES
) : Files.newFile (m_outDir, LIB);
270
protected static final String
CLASSES
= "
classes
";
InstrProcessorST.java
665
final File classesDir = Files.newFile (m_outDir,
CLASSES
);
[
all
...]
/external/emma/lib/
emma.jar
Completed in 553 milliseconds