HomeSort by relevance Sort by last modified time
    Searched refs:maxtries (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/
qemu-setup.c 77 get_report_console_options( char* end, int *maxtries )
98 *maxtries = strtol( end, NULL, 10 );
116 int maxtries = 10; local
126 flags = get_report_console_options( end, &maxtries );
136 for ( ; maxtries > 0; maxtries-- ) {
158 flags = get_report_console_options( end, &maxtries );
169 for ( ; maxtries > 0; maxtries-- ) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 617 self.maxtries = 10
626 if self.maxtries and self.tries >= self.maxtries:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 617 self.maxtries = 10
626 if self.maxtries and self.tries >= self.maxtries:
    [all...]

Completed in 453 milliseconds