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

  /prebuilts/sdk/tools/
jack 116 RETRY_OPTION=$1
123 HTTP_CODE=$(curl -f $JACK_EXTRA_CURL_OPTIONS $RETRY_OPTION \
138 HTTP_CODE=$(curl -f $JACK_EXTRA_CURL_OPTIONS $RETRY_OPTION \
168 if [ "$RETRY_OPTION" == "" ]; then
176 if [ "$RETRY_OPTION" == "" ]; then
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
RetryFactoryTest.java 58 public static final String RETRY_OPTION = "retry";
59 @Option(name = RETRY_OPTION,
99 description = "used with " + CompatibilityTest.RETRY_OPTION + ", retry tests"
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
ResultReporter.java 91 @Option(name = CompatibilityTest.RETRY_OPTION,
98 description = "used with " + CompatibilityTest.RETRY_OPTION
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
CompatibilityTest.java 98 public static final String RETRY_OPTION = "retry";
158 @Option(name = RETRY_OPTION,
165 description = "used with " + RETRY_OPTION + ", retry tests of a certain status. "
    [all...]

Completed in 364 milliseconds