Home
last modified time | relevance | path

Searched refs:extra_help (Results 1 – 3 of 3) sorted by relevance

/external/angle/
DPRESUBMIT.py200 extra_help = None
211 if not extra_help:
212 extra_help = output_api.PresubmitError('Acceptable format is:\n\n'
217 if extra_help:
218 errors.append(extra_help)
/external/python/oauth2client/oauth2client/
Dclient.py1228 extra_help = (' (produced automatically when running'
1233 extra_help = (' (pointed to by ' + GOOGLE_APPLICATION_CREDENTIALS +
1248 extra_help, error)
1309 extra_help = (' (provided as parameter to the '
1312 extra_help,
1442 extra_help, argument
1446 credential_file + extra_help + ': ' + str(error))
/external/python/oauth2client/tests/
Dtest_client.py600 extra_help = ' be good'
604 extra_help + ': ' + str(error))
608 credential_file, extra_help, error)