OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BENCHMARK
(Results
1 - 4
of
4
) sorted by null
/external/expat/amiga/
Makefile
34
BENCHMARK
= $(DESTDIR)/
benchmark
52
staticlib: $(STATICLIB) $(XMLWF) $(ELEMENTS) $(OUTLINE) $(RUNTESTS) $(
BENCHMARK
) check
55
sharedlib: $(SHAREDLIB) $(XMLWF) $(ELEMENTS) $(OUTLINE) $(RUNTESTS) $(
BENCHMARK
) check
183
$(
BENCHMARK
): $(DESTDIR)/
benchmark
.o $(LAUNCH)
186
$(DESTDIR)/
benchmark
.o:
benchmark
/
benchmark
.c
/frameworks/base/tools/aapt/
Main.h
19
//#define
BENCHMARK
1
21
#if
BENCHMARK
23
#endif /*
BENCHMARK
*/
Package.cpp
54
#if
BENCHMARK
55
fprintf(stdout, "
BENCHMARK
: Starting APK Bundling \n");
57
#endif /*
BENCHMARK
*/
212
#if
BENCHMARK
213
fprintf(stdout, "
BENCHMARK
: End APK Bundling. Time Elapsed: %f ms \n",(clock() - startAPKTime)/1000.0);
214
#endif /*
BENCHMARK
*/
Resource.cpp
789
#if
BENCHMARK
790
fprintf(stdout, "
BENCHMARK
: Starting PNG PreProcessing \n");
792
#endif /*
BENCHMARK
*/
809
#if
BENCHMARK
810
fprintf(stdout, "
BENCHMARK
: End PNG PreProcessing. Time Elapsed: %f ms \n"
812
#endif /*
BENCHMARK
*/
[
all
...]
Completed in 798 milliseconds