Home
last modified time | relevance | path

Searched defs:tries (Results 1 – 8 of 8) sorted by relevance

/system/vold/model/
DPrivateVolume.cpp78 int tries = 10; in doCreate() local
106 int tries = 10; in doDestroy() local
/system/core/init/
Dfirst_stage_console.cpp50 int tries = 50; // should timeout after 5s in SetupConsole() local
/system/media/alsa_utils/
Dalsa_device_proxy.c326 alsa_device_proxy * proxy, const void *data, unsigned int count, int tries) in proxy_write_with_retries()
346 int proxy_read_with_retries(alsa_device_proxy * proxy, void *data, unsigned int count, int tries) in proxy_read_with_retries()
/system/extras/alloc-stress/
Dalloc-stress.cpp143 int tries = 10; in write_oomadj_to_lmkd() local
/system/logging/logcat/tests/
Dlogcat_test.cpp183 int tries = 3; // in case run too soon after system start or buffer clear in TEST() local
247 int tries = 4; // in case run too soon after system start or buffer clear in TEST() local
300 int tries = 4; // in case run too soon after system start or buffer clear in do_tail() local
354 int tries = 4; // in case run too soon after system start or buffer clear in do_tail_time() local
/system/update_engine/common/
Dutils_unittest.cc137 for (int tries = 0; tries < 100; ++tries) { in TEST() local
/system/libhidl/transport/
DServiceManagement.cpp940 for (int tries = 0; !getStub && (vintfHwbinder || vintfLegacy); tries++) { in getRawServiceInternal() local
/system/libbase/
Dlogging_test.cpp691 int tries = 3; in TEST() local