Searched refs:times (Results 301 - 325 of 389) sorted by relevance

<<111213141516

/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_quantize_ssse3.asm14 pw_1: times 8 dw 1
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c51 #include <sys/times.h> /* for times() */
90 times(&timeBuf);
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp64 of path prefixes. Use this flag multiple times
H A Dcmdline2.stdout.exp64 of path prefixes. Use this flag multiple times
/external/chromium_org/third_party/sinonjs/src/
H A Dsinon.js882 (count || 0) + " times";
2523 var times = sinon.timesInWords;
2533 return "called " + times(callCount);
2542 var str = times(min);
2545 str = "at least " + str + " and at most " + times(max);
2552 return "at least " + times(min);
2555 return "at most " + times(max);
2659 sinon.expectation.fail(this.method + " already called " + times(this.maxCalls));
/external/chromium_org/ash/wm/
H A Dworkspace_controller_unittest.cc1313 // Used by DragMaximizedNonTrackedWindow to track how many times the window
1323 // Number of times OnWindowHierarchyChanged() has been received.
1330 // Counts number of times a window is reparented. Ignores reparenting into and
1476 for (int times = 0; times < 2; ++times) {
1477 SCOPED_TRACE(times == 0 ? "Without transform" : "With transform");
1478 aura::Window* expected_target = times == 0 ? second.get() : first.get();
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.h444 // Finds the URLs visited at |times| and expires all their visits within
445 // [|begin_time|, |end_time|). All times in |times| should be in
447 // server side, i.e. web history deletes, where only visit times (possibly
449 void ExpireHistoryForTimes(const std::set<base::Time>& times,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_reconintra_neon.asm437 ; Process 8 rows in each single loop and loop 2 times to process 16 rows.
534 ; Process 8 rows in each single loop and loop 4 times to process 32 rows.
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_postproc_sse2.asm692 times 8 dw 0x04
694 times 4 dd 8
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/
H A Dsignal_processing_library.h128 int times);
1038 // # of times specified by the |times| parameter, the 32-bit addition will not
1044 // - times : Number of additions to be performed
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_reconintra_neon.asm437 ; Process 8 rows in each single loop and loop 2 times to process 16 rows.
534 ; Process 8 rows in each single loop and loop 4 times to process 32 rows.
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_postproc_sse2.asm692 times 8 dw 0x04
694 times 4 dd 8
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp325 "times",
576 TLI.setUnavailable(LibFunc::times);
/external/openssl/apps/
H A Dapps.c2950 #include <times.h>
2960 now = times(&rus);
2964 now = clock(); /* sum of user and kernel times */
2981 #include <sys/times.h>
2987 clock_t now = times(&rus);
/external/webrtc/src/common_audio/signal_processing/include/
H A Dsignal_processing_library.h186 int times);
681 // # of times specified by the |times| parameter, the 32-bit addition will not
687 // - times : Number of additions to be performed
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory.js1659 * This ensures that all entry times will have the same width, without
1665 var times = this.resultDiv_.querySelectorAll('.entry .time');
1666 var widths = Array.prototype.map.call(times, function(el) {
1678 // ensure that all entry times have the same width.
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client_unittest.cc682 size_t times) {
684 LogWalletApiCallDuration(metric, testing::_)).Times(times);
680 ExpectLogWalletApiCallDuration( AutofillMetrics::WalletApiCallMetric metric, size_t times) argument
/external/chromium_org/sync/tools/testserver/
H A Dchromiumsync.py1359 self.client_name_generator = ('+' * times + chr(c)
1360 for times in xrange(0, sys.maxint) for c in xrange(ord('A'), ord('Z')))
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp612 case 0: // copy last -- has 10 times chance than others
1374 #define DUMP_R(fun, var, times) \
1376 for (int i=0; i<times; i++) { \
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A DplotBenchmark.m113 % Encode and decode times included
/external/libvorbis/doc/
H A D05-comment.tex52 4) iterate [user_comment_list_length] times {
/external/mksh/src/
H A Dmisc.c27 #include <sys/times.h>
798 /* matches one or more times */
800 /* matches zero or more times */
2098 if (/* ru == NULL || */ times(&tms) == (clock_t)-1)
/external/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h930 #define __sanitizer_syscall_pre_utime(filename, times) \
931 __sanitizer_syscall_pre_impl_utime((long)(filename), (long)(times))
932 #define __sanitizer_syscall_post_utime(res, filename, times) \
933 __sanitizer_syscall_post_impl_utime(res, (long)(filename), (long)(times))
2516 void __sanitizer_syscall_pre_impl_utime(long filename, long times);
2517 void __sanitizer_syscall_post_impl_utime(long res, long filename, long times);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dfilter_bilinear_altivec.asm475 vmsummbm v24, v20, v21, v18 ;# taps times elements
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_quantize_ssse3_x86_64.asm14 pw_1: times 8 dw 1

Completed in 810 milliseconds

<<111213141516