/external/chromium_org/chrome/browser/history/ |
expire_history_backend.h | 93 // Removes all visits to all URLs with the given times, updating the 94 // URLs accordingly. |times| must be in reverse chronological order 96 void ExpireHistoryForTimes(const std::vector<base::Time>& times);
|
visit_database.cc | 283 bool VisitDatabase::GetVisitsForTimes(const std::vector<base::Time>& times, 287 for (std::vector<base::Time>::const_iterator it = times.begin(); 288 it != times.end(); ++it) { 312 // See GetVisibleVisitsInRange for more info on how these times are bound. 337 // See GetVisibleVisitsInRange for more info on how these times are bound. 379 for (VisitFilter::TimeVector::const_iterator it = time_filter.times().begin(); 380 it != time_filter.times().end(); ++it) {
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
vp9_dct_ssse3.asm | 18 pw_11585x2: times 8 dw 23170 19 pd_8192: times 4 dd 8192
|
/external/eigen/bench/btl/generic_bench/timers/ |
x86_timer.hh | 26 #include <sys/times.h>
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropView.java | 257 * Rotates first d bits in integer x to the left some number of times. 259 private int bitCycleLeft(int x, int times, int d) { 262 times %= d; 263 int hi = mout >> (d - times); 264 int low = (mout << times) & mask;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageCrop.java | 199 * Rotates first d bits in integer x to the left some number of times. 201 private int bitCycleLeft(int x, int times, int d) { 204 times %= d; 205 int hi = mout >> (d - times); 206 int low = (mout << times) & mask;
|
/prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/ |
easymock-2.4.jar | |
/external/chromium_org/third_party/libyuv/unit_test/ |
convert_test.cc | [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldResultSetGetterTests.java | 980 List<Time> times = new LinkedList<Time>(); local 1042 List<Time> times = new LinkedList<Time>(); local 1101 List<Time> times = new LinkedList<Time>(); local 1161 List<Timestamp> times = new LinkedList<Timestamp>(); local 1218 List<Timestamp> times = new LinkedList<Timestamp>(); local 1281 List<Timestamp> times = new LinkedList<Timestamp>(); local 1342 List<Timestamp> times = new LinkedList<Timestamp>(); local [all...] |
/development/samples/TtsEngine/src/com/example/android/ttsengine/ |
RobotSpeakTtsService.java | 260 final int times = SAMPLING_RATE_HZ / waveLength; local 262 for (int j = 0; j < times; ++j) {
|
/external/chromium_org/content/test/data/indexeddb/ |
transaction_run_forever.js | 55 // If we've already looped 7 times, it's pretty safe to assume
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_intercept.h | 107 int ki_utimes(const char* path, const struct timeval times[2]); 121 int ki_utime(const char* filename, const struct utimbuf* times);
|
kernel_proxy.h | 90 virtual int utime(const char* filename, const struct utimbuf* times); 136 virtual int utimes(const char* filename, const struct timeval times[2]);
|
kernel_wrap_win.cc | 218 int _utime(const char* filename, const struct utimbuf* times) { 219 return ki_utime(filename, times);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/ |
runner.js | 55 PerfTestRunner.computeStatistics = function (times, unit) { 56 var data = times.slice(); 70 result.values = times; 156 PerfTestRunner.log("Running " + iterationCount + " times");
|
/external/chromium_org/third_party/jstemplate/ |
jstemplate_example.js | 138 * @param {number} times number of iterations the test is executed. 143 function TestRun(times, test, result) { 145 this.times_ = times; 198 * Runs all tests the given number of times. Invoked from the HTML page.
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
FILES0 | 15 times - Some outputs from 'speed' on some machines.
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
loop.js | 8 // Loops media playback `loopCount` times.
|
/external/chromium_org/v8/test/webkit/fast/js/ |
toString-exception.js | 25 'This test checks for regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=7343">7343: REGRESSION: fast/js/toString-overrides.html fails when run multiple times</a>.'
|
/external/openssl/crypto/des/ |
FILES0 | 15 times - Some outputs from 'speed' on some machines.
|
/external/valgrind/main/gdbserver_tests/ |
mcwatchpoints.stdoutB.exp | 38 $1 = 'p' <repeats 50000 times>
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
dictionary.cpp | 47 int *xcoordinates, int *ycoordinates, int *times, int *pointerIds, int *inputCodePoints, 55 ycoordinates, times, pointerIds, inputCodePoints, inputSize,
|
/external/chromium_org/chrome/browser/extensions/api/cast_streaming/ |
performance_test.cc | 508 std::vector<double> times; local 510 times.push_back(event->timestamp); // begin capture 515 times.push_back(event->timestamp); // end capture (with timestamp) 526 times.push_back(event->timestamp); 530 traced_frames.push_back(times);
|
/external/chromium_org/third_party/libvpx/source/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...] |
/external/libvpx/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...] |