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

/development/tools/emulator/system/qemu-props/
H A Dqemu-props.c52 int tries = MAX_TRIES; local
59 if (--tries <= 0) {
60 DD("Could not connect after too many tries. Aborting");
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
H A DWin32PipeStream.cpp127 int tries = 10; local
134 for (; tries > 0; tries--) {
/development/samples/Wiktionary/src/com/example/android/wiktionary/
H A DExtendedWikiHelper.java202 int tries = 0;
203 while (tries++ < RANDOM_TRIES) {
225 // No valid word found in number of tries, so return null
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DGameView.java421 int tries = 0;
442 if (++tries > 10) {

Completed in 115 milliseconds