Searched defs:gflags (Results 1 - 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
H A Dold_run.py25 import gflags namespace
34 FLAGS = gflags.FLAGS
36 gflags.DEFINE_boolean('auth_local_webserver', True,
40 gflags.DEFINE_string('auth_host_name', 'localhost',
44 gflags.DEFINE_multi_int('auth_host_port', [8080, 8090],
77 Since it uses flags make sure to initialize the ``gflags`` module before
90 'the gflags library are deprecated and will be removed in a future '
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
H A Dcredentials_lib.py17 from oauth2client import tools # for gflags declarations namespace
25 import gflags namespace
26 FLAGS = gflags.FLAGS
422 # Allow `gflags` and `argparse` to be used side-by-side.
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
H A Dgflags2man.py57 import gflags namespace
70 FLAGS = gflags.FLAGS
71 gflags.DEFINE_string('dest_dir', _GetDefaultDestDir(),
74 gflags.DEFINE_string('help_flag', '--help',
76 gflags.DEFINE_integer('v', 0, 'verbosity level to use for output')
/external/chromium-trace/catapult/third_party/python_gflags/
H A Dgflags2man.py57 import gflags namespace
70 FLAGS = gflags.FLAGS
71 gflags.DEFINE_string('dest_dir', _GetDefaultDestDir(),
74 gflags.DEFINE_string('help_flag', '--help',
76 gflags.DEFINE_integer('v', 0, 'verbosity level to use for output')

Completed in 176 milliseconds