/external/libchrome/base/timer/ |
timer.h | 212 enum RepeatMode { ONE_SHOT, REPEATING }; 233 OneShotTimer() : BaseTimerMethodPointer(ONE_SHOT) {}
|
/external/libchrome/base/trace_event/ |
trace_event_synthetic_delay.h | 87 ONE_SHOT, // Apply the configured delay just once.
|
trace_event_synthetic_delay_unittest.cc | 77 delay->SetMode(TraceEventSyntheticDelay::ONE_SHOT);
|
trace_event_synthetic_delay.cc | 132 if (mode_ == ONE_SHOT && trigger_count_++)
|
trace_log.cc | 495 delay->SetMode(TraceEventSyntheticDelay::ONE_SHOT); [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
cloud_api.py | 254 ONE_SHOT = 'oneshot' 259 download_strategy=DownloadStrategy.ONE_SHOT, start_byte=0,
|
daisy_chain_wrapper.py | 159 download_strategy=CloudApi.DownloadStrategy.ONE_SHOT, 170 download_strategy=CloudApi.DownloadStrategy.ONE_SHOT,
|
cloud_api_delegator.py | 217 download_strategy=CloudApi.DownloadStrategy.ONE_SHOT,
|
copy_helper.py | 354 return CloudApi.DownloadStrategy.ONE_SHOT [all...] |
boto_translation.py | 426 download_strategy=CloudApi.DownloadStrategy.ONE_SHOT, 475 elif download_strategy is CloudApi.DownloadStrategy.ONE_SHOT: [all...] |
gcs_json_api.py | 634 download_strategy=CloudApi.DownloadStrategy.ONE_SHOT, start_byte=0, [all...] |