OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:duration_sec
(Results
1 - 4
of
4
) sorted by null
/external/autotest/server/site_tests/power_DeferForFlashrom/
power_DeferForFlashrom.py
75
def start_fake_flashrom_write(self,
duration_sec
):
79
@param
duration_sec
: Duration for the write in seconds.
88
frequency_hz = int(BLOCK_SIZE * 8 / float(
duration_sec
))
/external/autotest/server/cros/network/
connection_worker.py
127
def __init__(self,
duration_sec
=30):
131
@param
duration_sec
: amount of time to hold connection in seconds
135
self.
duration_sec
=
duration_sec
153
while time.time() - start_time < self.
duration_sec
:
/external/webrtc/webrtc/modules/audio_coding/test/
delay_test.cc
121
void Perform(const TestSettings* config, size_t num_tests, int
duration_sec
,
125
Run(
duration_sec
, output_prefix);
176
void Run(int
duration_sec
, const char* output_prefix) {
187
while (num_frames < (
duration_sec
* 100)) {
/external/webrtc/talk/media/base/
videoengine_unittest.h
481
int
duration_sec
, int fps) {
486
for (int i = 0; i <
duration_sec
; ++i) {
[
all
...]
Completed in 957 milliseconds