OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:repeatedly
(Results
1 - 25
of
1551
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/fio/examples/
ftruncate.fio
17
# truncate the file to 4Kbytes then
repeatedly
grow the file back to just over
22
#
Repeatedly
change a file to a random size between 0Kbytes and 100Mb
/external/toybox/toys/other/
yes.c
1
/* yes.c -
Repeatedly
output a string.
13
Repeatedly
output line until killed. If no args, output 'y'.
/external/tensorflow/tensorflow/compiler/tests/
randomized_tests.cc
257
void
Repeatedly
(const std::function<TestResult(void)>& fn);
367
void OpTest::
Repeatedly
(const std::function<TestResult(void)>& fn) {
586
//
Repeatedly
try different filter/stride sizes until we find a valid
870
Repeatedly
([this]() {
878
Repeatedly
([this]() {
885
Repeatedly
([this]() {
896
Repeatedly
([this]() {
913
Repeatedly
([this]() {
925
Repeatedly
([this]() {
933
Repeatedly
([this]()
[
all
...]
/external/autotest/server/site_tests/hardware_StorageStress/
control.stress
18
This test calls hardware_StorageFio to write data once and
repeatedly
verifies
23
This test calls hardware_StorageFio to write data once and
repeatedly
verifies
32
This test calls hardware_StorageFio to write data once and
repeatedly
verifies
control.stress2
18
This test calls hardware_StorageFio to write data once and
repeatedly
verifies
23
This test calls hardware_StorageFio to write data once and
repeatedly
verifies
32
This test calls hardware_StorageFio to write data once and
repeatedly
verifies
control.stress3
18
This test calls hardware_StorageFio to write data once and
repeatedly
verifies
23
This test calls hardware_StorageFio to write data once and
repeatedly
verifies
32
This test calls hardware_StorageFio to write data once and
repeatedly
verifies
control
13
This test calls hardware_StorageFio to write data once and
repeatedly
verifies
control.quick
13
This test calls hardware_StorageFio to write data once and
repeatedly
verifies
control.suspend
13
This test calls hardware_StorageFio to write data once and
repeatedly
verifies
control.test
13
This test calls hardware_StorageFio to write data once and
repeatedly
verifies
/external/junit/src/main/java/junit/extensions/
RepeatedTest.java
7
* A Decorator that runs a test
repeatedly
.
/external/ltp/testcases/realtime/func/sched_jitter/
README
5
It spawns a realtime thread that
repeatedly
times how long it takes to do a
/external/python/cpython2/Demo/embed/
loop.c
1
/* Simple program that
repeatedly
calls Py_Initialize(), does something, and
/external/autotest/server/site_tests/enterprise_CFM_LowLevelPeripheralTest/
control.atrus_power_cycle_stress
9
PURPOSE = "Stresses an Atrus device by
repeatedly
power cycling its USB port."
19
Repeatedly
power cycle the connected Atrus and verify it appears
control.huddly_power_cycle_stress
9
PURPOSE = "Stresses an Huddly device by
repeatedly
power cycling its USB port."
19
Repeatedly
power cycle the connected Huddly and verify it appears
control.mimo_power_cycle_stress
9
PURPOSE = "Stresses a Mimo by
repeatedly
power cycling its USB port."
19
Repeatedly
power cycle the connected Mimo and verify it appears
control.reboot_stress
9
PURPOSE = "Stresses peripheral devices by
repeatedly
rebooting the DUT."
19
Repeatedly
reboots the DUT and verifies that the Atrus device can be enumerated
/external/autotest/client/site_tests/cellular_ActivateCDMA/
control.pseudomodem
26
reflected correctly in shill and that activation retries are
repeatedly
/external/autotest/client/tests/uptime/
control
9
The test
repeatedly
executes kernbench during T=cycle_length seconds and then
/external/autotest/server/site_tests/display_SuspendStress/
control.extended_10min
19
repeatedly
suspended and resumed in extended mode.
control.extended_30min
19
repeatedly
suspended and resumed in extended mode.
control.mirrored_10min
19
repeatedly
suspended and resumed in mirrored mode.
control.mirrored_30min
19
repeatedly
suspended and resumed in mirrored mode.
/external/autotest/server/site_tests/enterprise_CFM_AtrusUpdaterStress/
control
16
This test
repeatedly
runs a firmware upgrade of the device. During the upgrade
/external/autotest/server/site_tests/network_StressServoEthernetPlug/
control
18
This test uses servo to
repeatedly
plug and unplug the ethernet device,
Completed in 840 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>