/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
richards.js | 83 * These two constants specify how many times a packet is queued and 84 * how many times a task is put on hold in a correct run of richards. 124 * @param {int} count the number of times to schedule the task 365 * @param {int} count the number of times this task should be scheduled
|
/external/bluetooth/bluedroid/gki/ulinux/ |
gki_ulinux.c | 30 #include <sys/times.h> 305 gki_cb.com.OSTicks = (UINT32) times(0); [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
memoize.js | 60 * Keeps track of how many nested times scope() has been called.
|
/external/chromium_org/components/sync_driver/ |
sync_prefs.cc | 385 void SyncPrefs::SetRemainingRollbackTries(int times) { 386 pref_service_->SetInteger(prefs::kSyncRemainingRollbackTries, times);
|
/external/chromium_org/content/test/data/media/ |
webrtc_test_audio.js | 37 // Gathers |numSamples| samples at |frequency| number of times per second and
|
webrtc_test_utilities.js | 160 // Adds an expected event. You may call this function many times to add more
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_wrap_glibc.cc | 361 int WRAP(utimes)(const char *filename, const struct timeval *times) { 362 ERRNO_RTN(ki_utimes(filename, times));
|
kernel_proxy.cc | 679 int KernelProxy::futimens(int fd, const struct timespec times[2]) { 687 error = handle->node()->Futimens(times); 885 int KernelProxy::utimens(const char* path, const struct timespec times[2]) { 890 int result = futimens(fd, times); [all...] |
/external/chromium_org/remoting/webapp/background/ |
message_window.js | 139 // being called multiple times (once for the button, once for close).
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-richards.js | 78 * These two constants specify how many times a packet is queued and 79 * how many times a task is put on hold in a correct run of richards. 119 * @param {int} count the number of times to schedule the task 360 * @param {int} count the number of times this task should be scheduled
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-richards.js | 78 * These two constants specify how many times a packet is queued and 79 * how many times a task is put on hold in a correct run of richards. 119 * @param {int} count the number of times to schedule the task 360 * @param {int} count the number of times this task should be scheduled
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-richards.js | 78 * These two constants specify how many times a packet is queued and 79 * how many times a task is put on hold in a correct run of richards. 119 * @param {int} count the number of times to schedule the task 360 * @param {int} count the number of times this task should be scheduled
|
/external/chromium_org/v8/benchmarks/ |
richards.js | 83 * These two constants specify how many times a packet is queued and 84 * how many times a task is put on hold in a correct run of richards. 124 * @param {int} count the number of times to schedule the task 365 * @param {int} count the number of times this task should be scheduled
|
/external/chromium_org/v8/test/mjsunit/ |
assert-opt-and-deopt.js | 61 * tests are sometimes executed several times in a row, and you want to
|
debug-stepin-call-function-stub.js | 83 // Run three times. First time the function will be compiled lazily,
|
setters-on-elements.js | 31 // times.
|
string-external-cached.js | 114 // Run the test many times to ensure IC-s don't break things.
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
assignment.js | 280 // Run three times to exercise caches.
|
/external/chromium_org/v8/test/webkit/ |
instance-of-immediates.js | 30 // Run a batch of tests; call'testInstanceOf' three times, passing 1, {}, and the object 'obj', which is an instance of Constructor.
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
gki_ulinux.c | 157 gki_cb.com.OSTicks = (UINT32) times(0); [all...] |
/external/libnfc-nci/src/gki/ulinux/ |
gki_ulinux.c | 154 gki_cb.com.OSTicks = (UINT32) times(0); [all...] |
/external/libpng/ |
png.c | [all...] |
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
CtsTestTest.java | 283 EasyMock.expect(mMockPackageDef.getTests()).andReturn(TEST_IDENTIFIER_LIST).times(2);
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 634 /// clock_t times(struct tms *buffer); 635 times, enumerator in enum:llvm::LibFunc::Func 656 /// int utime(const char *path, const struct utimbuf *times); 658 /// int utimes(const char *path, const struct timeval times[2]);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
caltest.cpp | 1464 int32_t times = 20; local [all...] |