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

  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 123 --flagfile=foo read flags from file foo.
172 NOTE ON --flagfile:
181 You then specify your file with the special flag '--flagfile=somefile'.
182 You CAN recursively nest flagfile= tokens OR use multiple files on the
184 '//' are comments in your flagfile.
186 Any flagfile=<file> will be interpreted as having a relative path from
189 myPythonScript.py --flagfile=config/somefile.cfg
191 If somefile.cfg includes further --flagfile= directives, these will be
193 including flagfile was found in!
198 flagfile. We do now support '~' expanded directory names
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py 123 --flagfile=foo read flags from file foo.
172 NOTE ON --flagfile:
181 You then specify your file with the special flag '--flagfile=somefile'.
182 You CAN recursively nest flagfile= tokens OR use multiple files on the
184 '//' are comments in your flagfile.
186 Any flagfile=<file> will be interpreted as having a relative path from
189 myPythonScript.py --flagfile=config/somefile.cfg
191 If somefile.cfg includes further --flagfile= directives, these will be
193 including flagfile was found in!
198 flagfile. We do now support '~' expanded directory names
    [all...]

Completed in 61 milliseconds