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

1 2

  /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/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/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/build/android/pylib/utils/
json_results_generator.py 147 TIMES = 'times'
219 times = TestTimingsTrie(self._test_results_map.values())
221 WriteJSON(times, file_path)
526 if self.TIMES in this_test:
527 self._InsertItemRunLengthEncoded(test_time, this_test[self.TIMES])
529 this_test[self.TIMES] = [[1, test_time]]
563 results_and_times[self.TIMES] = []
599 test[self.TIMES] = self._RemoveItemsOverMaxNumberOfBuilds(
600 test[self.TIMES])
    [all...]
json_results_generator_unittest.py 151 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 41 private static final long[] TIMES = new long[SIZE];
171 TIMES[sNext] = System.currentTimeMillis();
188 pw.print(FORMAT.format(new Date(TIMES[j])));
  /external/chromium_org/net/disk_cache/simple/
simple_index.cc 326 SIMPLE_CACHE_UMA(TIMES,
355 SIMPLE_CACHE_UMA(TIMES,
simple_index_file.cc 220 SIMPLE_CACHE_UMA(TIMES,
224 SIMPLE_CACHE_UMA(TIMES,
simple_backend_impl.cc 189 SIMPLE_CACHE_UMA(TIMES, "CreationToIndex", cache_type, creation_to_index);
191 SIMPLE_CACHE_UMA(TIMES,
simple_entry_impl.cc     [all...]
  /external/netperf/
netlib.h 23 #define MAXTIMES 4 /* how many times may we loop */
390 #define TIMES 3
netlib.c 85 #include <sys/times.h>
192 /* this is now obsolete - in favor of either pstat(), times, or a */
1040 /* how many times will the timer pop before the test is over? */
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
in_flight_backend_io.cc 59 CACHE_UMA(TIMES, "TotalIOTime", 0, ElapsedTime());
  /external/openssl/apps/
speed.c 633 #ifndef TIMES
1137 #if defined(TIMES) || defined(USE_TOD)
    [all...]
  /external/fonttools/Lib/fontTools/
agl.py 387 2297;circlemultiply;CIRCLED TIMES
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 324 milliseconds

1 2