Searched defs:DEFINE_boolean (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags.py80 DEFINE_boolean: typically does not take an argument: say --myflag to
213 gflags.DEFINE_boolean('debug', False, 'produces debugging output')
295 gflags.DEFINE_boolean('rpc2', True, 'Turn on the usage of RPC2.')
307 gflags.DEFINE_boolean('bar_risky_hack', False,
2367 def DEFINE_boolean(name, default, help, flag_values=FLAGS, **args): function
2382 DEFINE_bool = DEFINE_boolean
/external/chromium_org/third_party/python_gflags/
H A Dgflags.py80 DEFINE_boolean: typically does not take an argument: say --myflag to
213 gflags.DEFINE_boolean('debug', False, 'produces debugging output')
295 gflags.DEFINE_boolean('rpc2', True, 'Turn on the usage of RPC2.')
307 gflags.DEFINE_boolean('bar_risky_hack', False,
2367 def DEFINE_boolean(name, default, help, flag_values=FLAGS, **args): function
2382 DEFINE_bool = DEFINE_boolean

Completed in 88 milliseconds