HomeSort by relevance Sort by last modified time
    Searched refs:TIMES (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/crypto/rc2/
rc2speed.c 63 #define TIMES
79 #ifdef TIMES
81 #include <sys/times.h>
86 undefine TIMES, since that tells the rest of the program how things
89 #undef TIMES
92 #ifndef TIMES
104 /* The following if from times(3) man page. It may need to be changed */
141 #ifdef TIMES
146 times(&tstart);
151 times(&tend)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/
rc4speed.c 63 #define TIMES
79 #ifdef TIMES
81 #include <sys/times.h>
86 undefine TIMES, since that tells the rest of the program how things
89 #undef TIMES
92 #ifndef TIMES
104 /* The following if from times(3) man page. It may need to be changed */
141 #ifdef TIMES
146 times(&tstart);
151 times(&tend)
    [all...]
  /external/openssl/crypto/rc2/
rc2speed.c 63 #define TIMES
79 #ifdef TIMES
81 #include <sys/times.h>
86 undefine TIMES, since that tells the rest of the program how things
89 #undef TIMES
92 #ifndef TIMES
104 /* The following if from times(3) man page. It may need to be changed */
141 #ifdef TIMES
146 times(&tstart);
151 times(&tend)
    [all...]
  /external/openssl/crypto/rc4/
rc4speed.c 63 #define TIMES
79 #ifdef TIMES
81 #include <sys/times.h>
86 undefine TIMES, since that tells the rest of the program how things
89 #undef TIMES
92 #ifndef TIMES
104 /* The following if from times(3) man page. It may need to be changed */
141 #ifdef TIMES
146 times(&tstart);
151 times(&tend)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bnspeed.c 75 #define TIMES
81 #ifdef TIMES
83 #include <sys/times.h>
88 undefine TIMES, since that tells the rest of the program how things
91 #undef TIMES
94 #ifndef TIMES
107 /* The following if from times(3) man page. It may need to be changed */
131 #ifdef TIMES
136 times(&tstart);
141 times(&tend)
    [all...]
expspeed.c 101 #define TIMES
107 #ifdef TIMES
109 #include <sys/times.h>
114 undefine TIMES, since that tells the rest of the program how things
117 #undef TIMES
120 #ifndef TIMES
133 /* The following if from times(3) man page. It may need to be changed */
157 #ifdef TIMES
162 times(&tstart);
167 times(&tend)
    [all...]
  /external/openssl/crypto/bn/
bnspeed.c 75 #define TIMES
81 #ifdef TIMES
83 #include <sys/times.h>
88 undefine TIMES, since that tells the rest of the program how things
91 #undef TIMES
94 #ifndef TIMES
107 /* The following if from times(3) man page. It may need to be changed */
131 #ifdef TIMES
136 times(&tstart);
141 times(&tend)
    [all...]
expspeed.c 101 #define TIMES
107 #ifdef TIMES
109 #include <sys/times.h>
114 undefine TIMES, since that tells the rest of the program how things
117 #undef TIMES
120 #ifndef TIMES
133 /* The following if from times(3) man page. It may need to be changed */
157 #ifdef TIMES
162 times(&tstart);
167 times(&tend)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
speed.c 63 #define TIMES
80 #ifdef TIMES
82 #include <sys/times.h>
87 undefine TIMES, since that tells the rest of the program how things
90 #undef TIMES
93 #ifndef TIMES
105 /* The following if from times(3) man page. It may need to be changed */
146 #ifdef TIMES
151 times(&tstart);
156 times(&tend)
    [all...]
des_opts.c 63 #define TIMES
82 #ifdef TIMES
84 #include <sys/times.h>
89 undefine TIMES, since that tells the rest of the program how things
92 #undef TIMES
95 #ifndef TIMES
322 /* The following if from times(3) man page. It may need to be changed */
363 #ifdef TIMES
368 times(&tstart);
373 times(&tend)
    [all...]
  /external/openssl/crypto/des/
speed.c 63 #define TIMES
80 #ifdef TIMES
82 #include <sys/times.h>
87 undefine TIMES, since that tells the rest of the program how things
90 #undef TIMES
93 #ifndef TIMES
105 /* The following if from times(3) man page. It may need to be changed */
146 #ifdef TIMES
151 times(&tstart);
156 times(&tend)
    [all...]
des_opts.c 63 #define TIMES
82 #ifdef TIMES
84 #include <sys/times.h>
89 undefine TIMES, since that tells the rest of the program how things
92 #undef TIMES
95 #ifndef TIMES
322 /* The following if from times(3) man page. It may need to be changed */
363 #ifdef TIMES
368 times(&tstart);
373 times(&tend)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 183 TIMES = "times"
259 times = test_timings_trie(self._port, self._test_results_map.values())
261 write_json(self._filesystem, times, file_path)
571 if self.TIMES in this_test:
572 self._insert_item_run_length_encoded(time, this_test[self.TIMES])
574 this_test[self.TIMES] = [[1, time]]
609 results_and_times[self.TIMES] = []
645 test[self.TIMES] = self._remove_items_over_max_number_of_builds(
646 test[self.TIMES])
    [all...]
json_results_generator_unittest.py 172 for timings in test[JRG.TIMES]:
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 49 TIMES,
nasm-parse.c 172 case TIMES: str = "TIMES"; break;
384 case TIMES: /* TIMES expr exp */
449 if (curtok == TIMES) {
547 "TIMES");
553 N_("instruction expected after TIMES expression"));
    [all...]
nasm-token.re 354 'times' { RETURN(TIMES); }
  /frameworks/base/services/core/java/com/android/server/notification/
ZenLog.java 40 private static final long[] TIMES = new long[SIZE];
161 TIMES[sNext] = System.currentTimeMillis();
178 pw.print(FORMAT.format(new Date(TIMES[j])));
  /external/chromium_org/net/disk_cache/simple/
simple_index.cc 324 SIMPLE_CACHE_UMA(TIMES,
353 SIMPLE_CACHE_UMA(TIMES,
simple_index_file.cc 220 SIMPLE_CACHE_UMA(TIMES,
224 SIMPLE_CACHE_UMA(TIMES,
simple_backend_impl.cc 191 SIMPLE_CACHE_UMA(TIMES, "CreationToIndex", cache_type, creation_to_index);
193 SIMPLE_CACHE_UMA(TIMES,
  /external/netperf/
netlib.h 23 #define MAXTIMES 4 /* how many times may we loop */
390 #define TIMES 3
  /external/chromium_org/net/disk_cache/blockfile/
in_flight_backend_io.cc 59 CACHE_UMA(TIMES, "TotalIOTime", 0, ElapsedTime());
  /external/chromium_org/third_party/openssl/openssl/apps/
speed.c 633 #ifndef TIMES
1137 #if defined(TIMES) || defined(USE_TOD)
    [all...]
  /external/openssl/apps/
speed.c 633 #ifndef TIMES
1137 #if defined(TIMES) || defined(USE_TOD)
    [all...]

Completed in 894 milliseconds

1 2