HomeSort by relevance Sort by last modified time
    Searched refs:times (Results 276 - 300 of 712) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
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...]
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest8.c 34 #include <sys/times.h>
197 clkStart = times(&tmsStart);
230 clkEnd = times(&tmsEnd);
  /external/openssl/crypto/bn/
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...]
  /external/chromium_org/chrome/browser/history/
expire_history_backend.cc 213 const std::vector<base::Time>& times) {
214 // |times| must be in reverse chronological order and have no
219 times.begin(), times.end(), std::less_equal<base::Time>()) ==
220 times.end());
227 main_db_->GetVisitsForTimes(times, &visits);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
postproc_mmx.asm 309 times 16 dw 16
310 times 8 dw 64
311 times 16 dw 16
312 times 8 dw 0
315 times 4 dw 0x40
dequantize_mmx.asm 252 times 4 dw 0x8A8C
255 times 4 dw 0x4E7B
258 times 4 dw 0x0004
  /external/libvpx/libvpx/vp8/common/x86/
postproc_mmx.asm 310 times 16 dw 16
311 times 8 dw 64
312 times 16 dw 16
313 times 8 dw 0
316 times 4 dw 0x40
dequantize_mmx.asm 252 times 4 dw 0x8A8C
255 times 4 dw 0x4E7B
258 times 4 dw 0x0004
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
postproc_mmx.asm 310 times 16 dw 16
311 times 8 dw 64
312 times 16 dw 16
313 times 8 dw 0
316 times 4 dw 0x40
dequantize_mmx.asm 252 times 4 dw 0x8A8C
255 times 4 dw 0x4E7B
258 times 4 dw 0x0004
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_unittest.cc 228 void ExpectDataTypeManagerCreation(int times) {
230 .Times(times)
234 void ExpectSyncBackendHostCreation(int times) {
236 .Times(times)
241 int times, std::vector<bool> *delete_dir_param) {
243 .Times(times)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 201 times 8 dw 3
204 times 8 dw 1<<15
207 times 8 dw 16
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_ssse3.asm 18 pw_11585x2: times 8 dw 23170
19 pd_8192: times 4 dd 8192
20 pw_16: times 8 dw 16
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 201 times 8 dw 3
204 times 8 dw 1<<15
207 times 8 dw 16
  /external/chromium_org/third_party/skia/bench/
benchmain.cpp 377 logger.logError("bench was run with --runOnce, so we're going to hide the times."
654 // Let's not mislead ourselves by looking at Debug build or single iteration bench times!
660 const struct { char shortName; const char* longName; double ms; } times[] = { local
669 for (size_t i = 0; i < SK_ARRAY_COUNT(times); i++) {
670 if (strchr(FLAGS_timers[0], times[i].shortName) && times[i].ms > 0) {
671 writer.timer(times[i].longName, times[i].ms);
  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 201 times 8 dw 3
204 times 8 dw 1<<15
207 times 8 dw 16
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 201 times 8 dw 3
204 times 8 dw 1<<15
207 times 8 dw 16
  /external/skia/bench/
benchmain.cpp 377 logger.logError("bench was run with --runOnce, so we're going to hide the times."
654 // Let's not mislead ourselves by looking at Debug build or single iteration bench times!
660 const struct { char shortName; const char* longName; double ms; } times[] = { local
669 for (size_t i = 0; i < SK_ARRAY_COUNT(times); i++) {
670 if (strchr(FLAGS_timers[0], times[i].shortName) && times[i].ms > 0) {
671 writer.timer(times[i].longName, times[i].ms);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 201 times 8 dw 3
204 times 8 dw 1<<15
207 times 8 dw 16
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 201 times 8 dw 3
204 times 8 dw 1<<15
207 times 8 dw 16
  /external/bison/lib/
timevar.c 45 # include <sys/times.h>
69 extern clock_t times (struct tms *);
95 /* Prefer times to getrusage to clock (each gives successively less
195 /* Fill the current times into TIME. The definition of this function
213 now->wall = times (&tms) * ticks_to_msec;
259 /* Zero all elapsed times. */
475 fputs (_("\nExecution times (seconds)\n"), fp);
  /external/littlemock/tests/com/google/testing/littlemock/
LittleMockTest.java 48 import static com.google.testing.littlemock.LittleMock.times;
231 verify(mFoo, LittleMock.times(2)).add("jim");
239 verify(mFoo, LittleMock.times(2)).add("jim");
247 verify(mFoo, LittleMock.times(2)).add("jim");
256 verify(mFoo, LittleMock.times(2)).add("jim");
264 verify(mFoo, LittleMock.times(2)).add(anyString());
270 verify(mFoo, LittleMock.times(2)).add(anyString());
280 verify(mFoo, LittleMock.times(2)).add(anyString());
    [all...]
  /external/ceres-solver/internal/ceres/
linear_solver.h 81 // maybe used multiple times for solving multiple linear systems with
337 return execution_summary_.times();

Completed in 747 milliseconds

<<11121314151617181920>>