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

  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 54 'FlagValues' object (typically the global FlagValues FLAGS, defined
55 here). The 'FlagValues' object can scan the command line arguments and
58 available as attributes of the 'FlagValues' object.
60 Code can access the flag through a FlagValues object, for instance
462 impossible to pass None default value back to SWIG. See FlagValues.SetDefault
482 flag_values: FlagValues object containing the first definition of
485 FlagValues object where the second definition of flagname occurs.
780 class FlagValues:
783 A 'FlagValues' can then scan command line arguments, passing fla
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py 54 'FlagValues' object (typically the global FlagValues FLAGS, defined
55 here). The 'FlagValues' object can scan the command line arguments and
58 available as attributes of the 'FlagValues' object.
60 Code can access the flag through a FlagValues object, for instance
462 impossible to pass None default value back to SWIG. See FlagValues.SetDefault
482 flag_values: FlagValues object containing the first definition of
485 FlagValues object where the second definition of flagname occurs.
780 class FlagValues:
783 A 'FlagValues' can then scan command line arguments, passing fla
    [all...]

Completed in 490 milliseconds