/external/chromium_org/content/public/browser/ |
histogram_fetcher.h | 29 base::TimeDelta wait_time);
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_delay_np.c | 84 DWORD wait_time; local 119 if (0 > (wait_time = secs_in_millisecs + millisecs)) 138 * Async cancelation won't catch us until wait_time is up. 142 (status = WaitForSingleObject (sp->cancelEvent, wait_time))) 168 Sleep (wait_time);
|
/external/chromium_org/content/browser/ |
histogram_synchronizer.h | 75 base::TimeDelta wait_time); 87 // any/all changes to their histograms. |wait_time| specifies the amount of 90 base::TimeDelta wait_time);
|
histogram_synchronizer.cc | 207 base::TimeDelta wait_time) { 209 callback_thread, callback, wait_time); 216 base::TimeDelta wait_time) { 226 HistogramSynchronizer::ASYNC_HISTOGRAMS, wait_time); 231 base::TimeDelta wait_time) { 246 // Post a task that would be called after waiting for wait_time. This acts 251 wait_time);
|
/external/chromium_org/chrome/test/pyautolib/ |
timer_queue.py | 34 self.wait_time = 1 53 self.wait_time = resolution 85 time.sleep(self.wait_time)
|
/external/chromium_org/third_party/android_testrunner/ |
adb_interface.py | 310 def WaitForDevicePm(self, wait_time=120): 314 wait_time: time in seconds to wait 317 WaitForResponseTimedOutError if wait_time elapses and pm still does not 326 wait_time) 329 "Package manager did not respond after %s seconds" % wait_time) 331 def WaitForInstrumentation(self, package_name, runner_name, wait_time=120): 335 wait_time: time in seconds to wait 338 WaitForResponseTimedOutError if wait_time elapses and instrumentation 346 self._WaitForShellCommandContents(command, "instrumentation:", wait_time, 355 def WaitForProcess(self, name, wait_time=120) [all...] |
/development/testrunner/ |
adb_interface.py | 318 def WaitForDevicePm(self, wait_time=120): 322 wait_time: time in seconds to wait 325 WaitForResponseTimedOutError if wait_time elapses and pm still does not 334 wait_time) 337 "Package manager did not respond after %s seconds" % wait_time) 350 def WaitForProcess(self, name, wait_time=120): 355 wait_time: time in seconds to wait 358 WaitForResponseTimedOutError if wait_time elapses and the process is 363 self._WaitForShellCommandContents("ps", name, wait_time) 365 def WaitForProcessEnd(self, name, wait_time=120) [all...] |
/external/chromium/chrome/browser/metrics/ |
histogram_synchronizer.h | 76 void FetchRendererHistogramsSynchronously(base::TimeDelta wait_time); 83 MessageLoop* callback_thread, Task* callback_task, int wait_time);
|
histogram_synchronizer.cc | 53 TimeDelta wait_time) { 57 TimeTicks end_time = start + wait_time; 62 wait_time = end_time - TimeTicks::Now(); 63 received_all_renderer_histograms_.TimedWait(wait_time); 80 int wait_time) { 98 // Post a task that would be called after waiting for wait_time. This acts 107 wait_time);
|
thread_watcher_unittest.cc | 153 void WaitForWaitStateChange(TimeDelta wait_time, WaitState expected_state) { 155 TimeTicks end_time = TimeTicks::Now() + wait_time; 163 void VeryLongMethod(TimeDelta wait_time) { 165 WaitForWaitStateChange(wait_time, STOPPED_WAITING); 169 State WaitForStateChange(const TimeDelta& wait_time, State expected_state) { 175 // object's state changes to the expected_state or until wait_time elapses. 177 TimeTicks end_time = TimeTicks::Now() + wait_time; 196 CheckResponseState WaitForCheckResponse(const TimeDelta& wait_time, 204 // wait_time elapses. 206 TimeTicks end_time = TimeTicks::Now() + wait_time; [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
offchannel.c | 188 * @wait_time: Wait time for response in milliseconds 196 * channel. The @wait_time parameter can be used to request the driver to remain 201 const u8 *buf, size_t len, unsigned int wait_time, 242 wpa_s->action_tx_wait_time = wait_time; 246 wait_time, wpa_s->pending_action_dst, 286 if (wait_time > wpa_s->max_remain_on_chan) 287 wait_time = wpa_s->max_remain_on_chan; 288 else if (wait_time == 0) 289 wait_time = 20; 290 if (wpa_drv_remain_on_channel(wpa_s, freq, wait_time) < 0) [all...] |
offchannel.h | 15 const u8 *buf, size_t len, unsigned int wait_time,
|
/external/chromium_org/tools/python/google/ |
httpd_utils.py | 32 wait_time = 5 33 while wait_time > 0: 40 wait_time -= 1
|
/external/chromium_org/chrome/browser/metrics/ |
thread_watcher_unittest.cc | 164 void WaitForWaitStateChange(TimeDelta wait_time, WaitState expected_state) { 166 TimeTicks end_time = TimeTicks::Now() + wait_time; 174 void VeryLongMethod(TimeDelta wait_time) { 176 WaitForWaitStateChange(wait_time, STOPPED_WAITING); 180 State WaitForStateChange(const TimeDelta& wait_time, State expected_state) { 186 // object's state changes to the expected_state or until wait_time elapses. 188 TimeTicks end_time = TimeTicks::Now() + wait_time; 207 CheckResponseState WaitForCheckResponse(const TimeDelta& wait_time, 215 // wait_time elapses. 217 TimeTicks end_time = TimeTicks::Now() + wait_time; [all...] |
/external/chromium_org/media/filters/ |
pipeline_integration_test_base.cc | 194 const base::TimeDelta& wait_time) { 197 DCHECK(wait_time <= pipeline_->GetMediaDuration()); 203 wait_time),
|
pipeline_integration_test_base.h | 78 bool WaitUntilCurrentTimeIsAfter(const base::TimeDelta& wait_time);
|
/external/chromium_org/net/ssl/ |
default_server_bound_cert_store.cc | 350 base::TimeDelta wait_time; local 352 wait_time = base::TimeTicks::Now() - waiting_tasks_start_time_; 353 DVLOG(1) << "Task delay " << wait_time.InMilliseconds(); 355 wait_time,
|
/hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/ |
pdata.h | 110 unsigned int wait_time:4; member in struct:wcd9xxx_ocp_setting
|
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/ |
pdata.h | 124 unsigned int wait_time:4; /* in duty cycle */ member in struct:wcd9xxx_ocp_setting
|
/art/runtime/base/ |
mutex.h | 111 volatile uint64_t wait_time; member in struct:art::BaseMutex::ContentionLogData 113 ContentionLogData() : wait_time(0) {}
|
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
SDL_macevents.c | 130 UInt32 wait_time; local 134 wait_time = 2147483647; 136 wait_time = 0; 138 WaitNextEvent(everyEvent, &event, wait_time, nil);
|
/external/chromium_org/base/threading/ |
sequenced_worker_pool.cc | 341 // immediately, and |task| is not filled in. Likewise, |wait_time| is 349 TimeDelta* wait_time, 724 TimeDelta wait_time; local 727 GetWork(&task, &wait_time, &delete_these_outside_lock); 804 has_work_cv_.TimedWait(wait_time); 895 TimeDelta* wait_time, [all...] |
/external/chromium_org/chrome/test/automation/ |
proxy_launcher.cc | 582 for (base::TimeDelta wait_time = base::TimeDelta(); 583 wait_time < TestTimeouts::action_max_timeout(); 584 wait_time += sleep_time) {
|
/external/chromium_org/v8/tools/push-to-trunk/ |
common_includes.py | 271 wait_time = wait_plan.pop() 272 print "Waiting for %f seconds." % wait_time 273 self._side_effect_handler.Sleep(wait_time)
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/ |
fakeaudiocapturemodule.cc | 717 const uint32 wait_time = (next_frame_time_ > current_time) ? local 719 process_thread_->PostDelayed(wait_time, this, MSG_RUN_PROCESS);
|