/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_loopfilter_mmx.asm | 599 times 8 db 0xfe 602 times 8 db 0x80 605 times 8 db 0x01 608 times 8 db 0x03 611 times 8 db 0x04 614 times 4 dw 0x0001 617 times 4 dw 0x1b00 620 times 4 dw 0x1200 623 times 4 dw 0x0900 626 times 4 dw 0x003 [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldPreparedStatementTest.java | 1922 Time[] times = { new Time(24, 25, 26), new Time(Integer.MAX_VALUE), local 1982 Time[] times = { new Time(24, 25, 26), new Time(Integer.MAX_VALUE), local [all...] |
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
kernel_wrap_test.cc | 27 int utimes(const char *filename, const struct timeval times[2]); 133 // We allow write to be called any number of times, and it forwards to 138 EXPECT_CALL(mock, write(_, _, _)).Times(AnyNumber()); 602 const struct utimbuf* times = NULL; local 603 EXPECT_CALL(mock, utime(kDummyConstChar, times)).WillOnce(Return(kDummyInt)); 604 EXPECT_EQ(kDummyInt, utime(kDummyConstChar, times)); 608 struct timeval* times = NULL; local 609 EXPECT_CALL(mock, utimes(kDummyConstChar, times)) 611 EXPECT_EQ(-1, utimes(kDummyConstChar, times));
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
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/des/ |
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...] |
/system/core/sdcard/ |
sdcard.c | 894 struct timespec times[2]; local 924 times[0].tv_nsec = UTIME_OMIT; 925 times[1].tv_nsec = UTIME_OMIT; 928 times[0].tv_nsec = UTIME_NOW; 930 times[0].tv_sec = req->atime; 931 times[0].tv_nsec = req->atimensec; 936 times[1].tv_nsec = UTIME_NOW; 938 times[1].tv_sec = req->mtime; 939 times[1].tv_nsec = req->mtimensec; 943 handler->token, path, times[0].tv_sec, times[1].tv_sec) [all...] |
/external/blktrace/btt/doc/ |
btt.tex | 108 \item[average component times across all IOs] The time line of each IO 118 This is also broken down into two component times\footnote{On 121 will see these listed as \texttt{S2G} times.}: 158 \item \emph{Q2C} which measures the times for the complete life cycle 164 currently average the queue-to-insert and queue-to-merge times, 185 \emph{Q2A} and \emph{Q2C} times for those IOs. 265 such times the IO request queue elements are not able to be processed 368 Here is a sample portion of this type of chart, showing Q2Q times 385 the issued to complete times (D2C). 404 \item[Q2D Histogram] A display of histogram buckets for the Q to D times [all...] |
/external/chromium_org/chrome/browser/component_updater/test/ |
component_updater_service_unittest.h | 98 void SetLoopCount(int times);
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_intercept.cc | 315 int ki_utimes(const char* path, const struct timeval times[2]) { 317 return s_state.kp->utimes(path, times); 365 int ki_utime(const char* filename, const struct utimbuf* times) { 367 return s_state.kp->utime(filename, times);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 794 times 16 db 0xe0 797 times 16 db 0x7f 800 times 16 db 0xfe 803 times 16 db 0x1f 806 times 16 db 0x80 809 times 16 db 0x01 812 times 16 db 0x03 815 times 16 db 0x04
|
/external/libexif/contrib/examples/ |
cam_features.c | 14 #include <sys/times.h>
|
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 794 times 16 db 0xe0 797 times 16 db 0x7f 800 times 16 db 0xfe 803 times 16 db 0x1f 806 times 16 db 0x80 809 times 16 db 0x01 812 times 16 db 0x03 815 times 16 db 0x04
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
CursorWrapperTest.java | 45 method.invoke(verify(mockCursor, times(1)), params);
|
/external/srec/portable/include/ |
ptypes.h | 150 #include <sys/times.h>
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
syn_filt_neon.s | 58 MOV r8, #0 @ loop times
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 794 times 16 db 0xe0 797 times 16 db 0x7f 800 times 16 db 0xfe 803 times 16 db 0x1f 806 times 16 db 0x80 809 times 16 db 0x01 812 times 16 db 0x03 815 times 16 db 0x04
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
proximity_info_state.h | 40 const int *const times, const int *const pointerIds, const bool isGeometric);
|
/external/ant-glob/ |
NOTICE | 241 all times remain with copyright holders.
|
/external/chromium_org/chrome/common/extensions/docs/examples/howto/userscript-runat/ |
runat.user.js | 85 ' (' + urls[url] + ' times)' :
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_intrapred_sse2.asm | 14 pw_4: times 8 dw 4 15 pw_8: times 8 dw 8 16 pw_16: times 8 dw 16 17 pw_32: times 8 dw 32
|
/external/chromium_org/tools/page_cycler/common/ |
head.js | 67 console.log("times: [" + __get_timings() + "]");
|
/external/chromium_org/v8/test/intl/overrides/ |
caching.js | 58 // Non-cached time is much slower, measured to 12.5 times.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1181.js | 28 // The first count times, test is called with an integer argument and
|
regress-94425.js | 41 // Shift array multiple times to ensure that young
|
regress-regexp-codeflush.js | 42 // Run enough times to get a number of GC's (all mark sweep because of the
|