/cts/tests/tests/util/src/android/util/cts/ |
TimingLoggerTest.java | 64 TimingLogger timings = new TimingLogger(LOG_TAG, "testTimingLogger"); local 68 timings.reset(LOG_TAG, "testReset"); 70 timings.reset(); 74 timings.addSplit("fisrt sleep"); 77 timings.addSplit("second sleep"); 80 timings.addSplit("third sleep"); 82 timings.dumpToLog();
|
/dalvik/tests/057-iteration-performance/src/ |
Main.java | 81 static public void printTimings(double[][] timings, Normalization norm) { 93 case PER_COLUMN: n = timings[i][0]; break; 94 case TOP_LEFT: n = timings[0][0]; break; 104 timings[0][i] / bases[0], 105 timings[1][i] / bases[1], 106 timings[2][i] / bases[2], 107 timings[3][i] / bases[3], 108 timings[4][i] / bases[4], 109 timings[5][i] / bases[5], 110 timings[6][i] / bases[6] 116 double[][] timings = null; \/\/ assign to avoid apparent javac bug local 195 double[][] timings = new double[BODIES][LOOPS]; local [all...] |
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_limit.h | 4 /* timings are in milliseconds. */
|
ipt_dstlimit.h | 4 /* timings are in milliseconds. */
|
ipt_hashlimit.h | 4 /* timings are in milliseconds. */
|
/external/iptables/include/linux/netfilter_ipv6/ |
ip6t_limit.h | 4 /* timings are in milliseconds. */
|
/external/kernel-headers/original/linux/netfilter/ |
xt_limit.h | 4 /* timings are in milliseconds. */
|
/frameworks/base/core/java/android/util/ |
TimingLogger.java | 24 * A utility class to help log timings splits throughout a method call. 27 * TimingLogger timings = new TimingLogger(TAG, "methodA"); 29 * timings.addSplit("work A"); 31 * timings.addSplit("work B"); 33 * timings.addSplit("work C"); 34 * timings.dumpToLog(); 48 * logging the timings. 69 * @param tag the log tag to use while logging the timings 81 * @param tag the log tag to use while logging the timings 126 * Dumps the timings to the log using Log.d(). If Log.isLoggable wa [all...] |
/external/e2fsprogs/tests/f_badinode/ |
expect.1 | 10 i_file_acl for inode 13 (/timings) is 39, should be zero. 13 i_blocks_hi for inode 13 (/timings) is 1024, should be zero.
|
/external/openssl/crypto/ec/ |
ectest.c | 119 static void timings(EC_GROUP *group, int type, BN_CTX *ctx) 130 fprintf(stdout, "Timings for %d-bit field, ", EC_GROUP_get_degree(group)); 723 timings(P_160, TIMING_BASE_PT, ctx); 724 timings(P_160, TIMING_RAND_PT, ctx); 725 timings(P_160, TIMING_SIMUL, ctx); 726 timings(P_192, TIMING_BASE_PT, ctx); 727 timings(P_192, TIMING_RAND_PT, ctx); 728 timings(P_192, TIMING_SIMUL, ctx); 729 timings(P_224, TIMING_BASE_PT, ctx); 730 timings(P_224, TIMING_RAND_PT, ctx) [all...] |
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ipt_hashlimit.h | 4 /* timings are in milliseconds. */
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/ |
run_chromium_webkit_tests.py | 549 test_timings is a list of timings for each sharded subdirectory [all...] |
/external/webkit/WebKitTools/Scripts/ |
compare-timing-files | 29 # This script takes two files that are lists of timings and compares them.
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
edid.h | 76 /* supported VESA and other standard timings */ 83 /* non predefined standard timings supported by display */ 89 /* detailed timing info of non standard timings */
|
/external/openssl/crypto/bn/ |
expspeed.c | 67 /* determine timings for modexp, modmul, modsqr, gcd, Kronecker symbol, 76 #define P_MOD_64 9 /* least significant 6 bits for prime to be used for BN_sqrt timings */
|
/external/srec/srec/Recognizer/include/ |
SR_RecognizerImpl.h | 42 * Recognizer timings to be written to OSI logs 282 * Timestamp reference used for calculating timings
|
/external/grub/netboot/ |
linux-asm-io.h | 20 * to guarantee better timings even on fast machines.
|
/external/proguard/docs/ |
main.html | 65 <b>ProGuard</b>, including timings and memory usage.
|
results.html | 140 For small inputs, timings are governed by the reading and parsing of the jars.
|
/external/bluetooth/glib/glib/ |
gtestutils.h | 120 /* measure test timings */
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fbelo.c | 413 fprintf( stderr, "Unable to change Elographics touchscreen reports timings\n");
|
/external/skia/ |
Android.mk | 276 # benchmark (timings)
|
/external/speex/libspeex/ |
jitter.c | 85 int curr_count; /**< Number of packet timings we got (including those we discarded) */ 86 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */ 192 /* Number of packet timings we have received (including those we didn't keep) */ 355 /** Compensate all timings when we do an adjustment of the buffering */
|
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/ |
SourceLatency.java | 69 * Keeps track of timings in nanoseconds.
|
/system/core/logcat/ |
event.logtags | 56 # Device boot timings. We include monotonic clock values because the
|