Searched refs:tries (Results 1 - 8 of 8) sorted by relevance

/system/update_engine/
H A Dboot_control_chromeos.cc171 return params.successful || params.tries > 0;
195 params.tries = 0;
235 add_params.tries = 6;
240 LOG(ERROR) << "Unable to set NumTriesLeft to " << add_params.tries
/system/vold/
H A DCryptCommandListener.cpp151 int tries; local
152 for (tries = 0; tries < 2; ++tries) {
163 } else if (tries == 0) {
H A DVolumeManager.cpp195 int tries = 25; local
196 while (tries--) {
/system/extras/alloc-stress/
H A Dalloc-stress.cpp132 int tries = 10; local
137 if (tries-- < 0) break;
/system/core/logcat/tests/
H A Dlogcat_test.cpp159 int tries = 3; // in case run too soon after system start or buffer clear local
192 } while ((count < 3) && --tries && inject(3 - count));
235 int tries = 4; // in case run too soon after system start or buffer clear local
261 } while ((count < 3) && --tries && inject(3 - count));
290 int tries = 4; // in case run too soon after system start or buffer clear local
293 if (num > 10) ++tries;
294 if (num > 100) ++tries;
313 } while ((count < num) && --tries && inject(num - count));
345 int tries = 4; // in case run too soon after system start or buffer clear local
365 } while ((count < 10) && --tries
[all...]
/system/update_engine/common/
H A Dutils_unittest.cc195 for (int tries = 0; tries < 100; ++tries) {
/system/core/rootdir/
H A DAndroid.mk48 # The asan.options.off.template tries to turn off as much of ASAN as is possible.
/system/core/fs_mgr/
H A Dfs_mgr.cpp750 int tries = 25; local
751 while (tries--) {

Completed in 328 milliseconds