Searched refs:times (Results 151 - 175 of 183) sorted by relevance

12345678

/external/valgrind/include/vki/
H A Dvki-darwin.h720 #include <sys/times.h>
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvariance_impl_mmx.asm744 times 4 dw 64
H A Dintrapred_ssse3.asm15 pb_1: times 16 db 1
/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.c822 struct utimbuf times = { time, time }; local
826 if(utime(pathname, &times) == -1) {
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm424 ;;; pointer. (rsi will still be misaligned three times out of four.)
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm363 ;;; pointer. (esi will still be misaligned three times out of four.)
/external/bzip2/
H A Dbzip2.c75 # include <sys/times.h>
902 are stat()d multiple times before use. This should be
1221 means we mess up the access times. */
1407 means we mess up the access times. */
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc50 #include <sys/times.h>
H A Dsanitizer_common_interceptors.inc3962 INTERCEPTOR(__sanitizer_clock_t, times, void *tms) {
3964 COMMON_INTERCEPTOR_ENTER(ctx, times, tms);
3968 __sanitizer_clock_t res = REAL(times)(tms);
3973 #define INIT_TIMES COMMON_INTERCEPT_FUNCTION(times);
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1690 : CFRefBug(checker, "Object autoreleased too many times") {}
1693 return "Object autoreleased too many times";
3740 os << V.getAutoreleaseCount() << " times but the object ";
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1529 case LibFunc::times:
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
H A Dmootools-core-full-nocompat.js683 description: Contains Number Prototypes like limit, round, times, and ceil.
705 times: function(fn, bind){
719 Number.alias('each', 'times');
4893 (Math.min(from.length, to.length)).times(function(i){
/external/libvorbis/doc/
H A D01-introduction.tex472 product must be able to handle an effective 48 bit times 24 bit
H A D04-codec.tex560 product must be able to handle an effective 48 bit times 24 bit
/external/libvpx/libvpx/vp8/common/x86/
H A Dsubpixel_sse2.asm1372 times 8 dw 0x40
/external/v8/test/cctest/
H A Dtest-assembler-arm64.cc68 // so it may appear multiple times in a test if the test has multiple exit
8073 // We should have incremented x7 (from 0) exactly 8 times.
8255 // xn.Bit() == wn.Bit() at all times, for the same n.
9125 // register a different number of times.
9126 int times = i % 4 + 1;
9130 __ PushMultipleTimes(w[i], times);
9133 __ Mov(tmp.W(), times);
9137 for (int j = 0; j < times; j++) {
9148 __ PushMultipleTimes(x[i], times);
9151 __ Mov(tmp, times);
[all...]
/external/boringssl/linux-arm/crypto/aes/
H A Daes-armv4.S13 @ Code uses single 1K S-box and is >2 times faster than code generated
/external/netperf/
H A Dnetlib.c85 #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? */
3301 /* 0.0 to indicate that times or getrusage should be used. raj */
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/bison/build-aux/
H A Dtexinfo.tex51 % than two; texi2dvi does it as many times as necessary.
1122 % Many times it won't matter.
3304 % @author should come last, but may come many times.
3804 % with nothing between them for as many times as empty columns are needed,
3953 % be used as many times as user calls for columns.
8971 \gdef^^d7{$\times$}
9091 \gdef^^d7{$\times$}
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/vogar/lib/
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/ ...
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp493 Syscall param times(buf) contains uninitialised byte(s)
497 Syscall param times(buf) points to unaddressable byte(s)

Completed in 1009 milliseconds

12345678