/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
subpixel_ssse3.asm | [all...] |
/external/bison/lib/ |
sys_stat.in.h | 396 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2])); 397 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2])); 400 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2])); 402 _GL_CXXALIAS_SYS (futimens, int, (int fd, struct timespec const times[2])); 701 struct timespec const times[2], int flag) 704 struct timespec const times[2], int flag)); 708 struct timespec const times[2], int flag) 712 struct timespec const times[2], int flag));
|
/external/eigen/bench/btl/generic_bench/timers/ |
portable_timer.hh | 95 #include <sys/times.h>
|
/external/valgrind/main/exp-bbv/tests/x86/ |
million.S | 12 dec %ecx # repeat count times
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/ |
suggest.h | 51 int *times, int *pointerIds, int *inputCodePoints, int inputSize,
|
/system/core/logd/ |
LogBuffer.h | 50 LogBuffer(LastLogTimes *times);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/ |
dct_sse2.asm | 397 times 8 dw 1 400 times 4 dw 1 401 times 4 dw 0 404 times 8 dw 1 417 times 4 dd 7 420 times 8 dw 7 423 times 4 dd 14500 426 times 4 dd 7500 429 times 4 dd 12000 432 times 4 dd 5100 [all...] |
/external/libvpx/libvpx/vp8/encoder/x86/ |
dct_sse2.asm | 397 times 8 dw 1 400 times 4 dw 1 401 times 4 dw 0 404 times 8 dw 1 417 times 4 dd 7 420 times 8 dw 7 423 times 4 dd 14500 426 times 4 dd 7500 429 times 4 dd 12000 432 times 4 dd 5100 [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
dct_sse2.asm | 397 times 8 dw 1 400 times 4 dw 1 401 times 4 dw 0 404 times 8 dw 1 417 times 4 dd 7 420 times 8 dw 7 423 times 4 dd 14500 426 times 4 dd 7500 429 times 4 dd 12000 432 times 4 dd 5100 [all...] |
/external/libpng/contrib/libtests/ |
tarith.c | 616 png_int_32 times, div; local 632 times = div = 0; 651 if (times < 0) u2 = -times, n = !n; else u2 = times; 663 fp *= times; 667 a, times, hi, lo, fp); 690 fprintf(stderr, "TEST %d * %d / %d -> %lld (%s)\n", a, times, div, 694 if (png_muldiv(&result, a, times, div) != ok) 699 times, div, fp) [all...] |
/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/ |
FileUtil.java | 290 double[] times = FileUtil.measureIO(runsInOneGo, rdAmount, wrAmount, new MeasureRun() { local 305 times); 343 double[] times = FileUtil.measureIO(runsInOneGo, rdAmount, wrAmount, new MeasureRun() { local 358 times); 390 double[] times = MeasureTime.measure(numberRepeatInOneRun, new MeasureRun() { local 399 times);
|
/external/chromium_org/chrome/browser/history/ |
visit_database_unittest.cc | 164 // basis for all visit times. 244 // Query the visits for all our times. We should get all visits. 246 std::vector<base::Time> times; local 248 times.push_back(test_visit_rows[i].visit_time); 251 GetVisitsForTimes(times, &results); 257 std::vector<base::Time> times; local 258 times.push_back(test_visit_rows[i].visit_time); 260 GetVisitsForTimes(times, &results);
|
visit_database.h | 21 // A visit database is one which stores visits for URLs, that is, times and 71 // Fills the vector with all visits with times in the given list. 74 // detection is performed, so if |times| has duplicate times, 76 bool GetVisitsForTimes(const std::vector<base::Time>& times, 80 // time can be is_null(), in which case the times in that direction are 92 // to the given vector. Either time can be is_null(), in which case the times 109 // is_null(), in which case the times in that direction are unbounded.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/ |
typedUrls.js | 72 // Maps URLs to a count of the number of times the user typed that URL into 77 // times a user visited a URL by typing the address. 108 // Sort the URLs by the number of times the user typed them.
|
/frameworks/base/core/jni/ |
com_android_internal_content_NativeLibraryHelper.cpp | 247 struct timeval times[2]; local 248 times[0].tv_sec = st.st_atime; 249 times[1].tv_sec = modTime; 250 times[0].tv_usec = times[1].tv_usec = 0; 251 if (utimes(localTmpFileName, times) < 0) {
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/ |
CameraDeviceBinderTest.java | 385 verify(mMockCb, timeout(WAIT_FOR_COMPLETE_TIMEOUT_MS).times(1)).onResultReceived( 403 verify(mMockCb, timeout(WAIT_FOR_COMPLETE_TIMEOUT_MS).times(1)).onCaptureStarted( 435 verify(mMockCb, timeout(WAIT_FOR_IDLE_TIMEOUT_MS).times(1)).onDeviceIdle(); 445 verify(mMockCb, timeout(WAIT_FOR_IDLE_TIMEOUT_MS).times(2)).onDeviceIdle(); 475 verify(mMockCb, timeout(WAIT_FOR_FLUSH_TIMEOUT_MS).times(1)).onDeviceIdle(); 487 verify(mMockCb, timeout(WAIT_FOR_FLUSH_TIMEOUT_MS).times(2)).onDeviceIdle();
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
webrunner.js | 83 var times = [], start, pos = 0, cur; 117 times.push( (runs * 1000) / (cur - start) ); 119 times.push( cur - start ); 135 var data = compute( times, numTests ); 142 data.times = times; 151 function compute(times, runs){ 152 var results = {runs: runs}, num = times.length; 154 times = times.sort(function(a,b) [all...] |
/external/icu/icu4c/source/test/intltest/ |
tzfmttst.cpp | 340 UDate *times; member in struct:LocaleData 391 UDate times[NUM_PATTERNS]; local 393 times[i] = 0; 401 data.times[i] += times[i]; 421 times[patidx] = 0; 551 times[patidx] += (Calendar::getNow() - timer); 599 UDate times[NUM_PATTERNS]; local 601 times[i] = 0; 631 data.times = times [all...] |
/external/bison/darwin-lib/sys/ |
stat.h | 708 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2])); 709 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2])); 712 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2])); 714 _GL_CXXALIAS_SYS (futimens, int, (int fd, struct timespec const times[2])); 1013 struct timespec const times[2], int flag) 1016 struct timespec const times[2], int flag)); 1020 struct timespec const times[2], int flag) 1024 struct timespec const times[2], int flag)); [all...] |
/external/bison/linux-lib/sys/ |
stat.h | 708 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2])); 709 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2])); 712 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2])); 714 _GL_CXXALIAS_SYS (futimens, int, (int fd, struct timespec const times[2])); 1013 struct timespec const times[2], int flag) 1016 struct timespec const times[2], int flag)); 1020 struct timespec const times[2], int flag) 1024 struct timespec const times[2], int flag)); [all...] |
/development/ndk/platforms/android-12/include/sys/ |
stat.h | 142 extern int utimensat(int fd, const char *path, const struct timespec times[2], int flags);
|
/external/chromium_org/components/sync_driver/ |
sync_prefs.h | 132 virtual void SetRemainingRollbackTries(int times);
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
dtls1.h | 76 #include <sys/times.h>
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
dtls1.h | 76 #include <sys/times.h>
|
/external/easymock/src/org/easymock/internal/ |
ReplayState.java | 131 public void times(Range range) {
method in class:ReplayState
|