OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runtimes
(Results
1 - 4
of
4
) sorted by null
/ndk/tests/device/multi-static-instances/jni/
Application.mk
4
# that are linked to different STL
runtimes
.
/external/autotest/contrib/
compare_dut_perf.py
125
runtimes
= [job['time_used'] for job in jobs]
126
t_min = min(
runtimes
)
127
t_max = max(
runtimes
)
128
t_mean = numpy.mean(
runtimes
)
129
t_median = numpy.median(
runtimes
)
130
return t_min, t_max, t_mean, t_median, len(
runtimes
)
/dalvik/dx/src/
Android.mk
21
# Force java 6 target because we want java 6
runtimes
to run dx, at least as long as the android SDK
/build/core/
java_common.mk
14
# on earlier
runtimes
(like default / static interface methods).
Completed in 811 milliseconds