HomeSort by relevance Sort by last modified time
    Searched refs:times (Results 251 - 275 of 762) sorted by null

<<11121314151617181920>>

  /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/chromium_org/components/component_updater/test/
test_configurator.h 66 void SetLoopCount(int times);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.h 109 int ki_utimes(const char* path, const struct timeval times[2]);
110 int ki_futimes(int fd, const struct timeval times[2]);
124 int ki_utime(const char* filename, const struct utimbuf* times);
125 int ki_futimens(int fd, const struct timespec times[2]);
  /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 49 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/chromium_org/third_party/icu/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/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...]
  /external/chromium_org/net/socket/
websocket_endpoint_lock_manager_unittest.cc 115 void UnlockDummyEndpoint(int times) {
116 for (int i = 0; i < times; ++i) {
  /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 131 virtual void SetRemainingRollbackTries(int times);

Completed in 1163 milliseconds

<<11121314151617181920>>