HomeSort by relevance Sort by last modified time
    Searched defs:TIMES (Results 1 - 22 of 22) sorted by null

  /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/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/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/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...]
  /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/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...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 49 TIMES,
  /external/netperf/
netlib.h 23 #define MAXTIMES 4 /* how many times may we loop */
390 #define TIMES 3
  /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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 498 milliseconds