HomeSort by relevance Sort by last modified time
    Searched full:add_option (Results 226 - 250 of 452) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
compute_global_objects.py 31 parser.add_option('--idl-files-list', help='file listing IDL files')
32 parser.add_option('--write-file-only-if-changed', type='int', help='if true, do not write an output file if it would be identical to the existing one, which avoids unnecessary rebuilds in ninja')
compute_interfaces_info_individual.py 66 parser.add_option('--component-dir', help='component directory')
67 parser.add_option('--idl-files-list', help='file listing IDL files')
68 parser.add_option('--interfaces-info-file', help='output pickle file')
69 parser.add_option('--write-file-only-if-changed', type='int', help='if true, do not write an output file if it would be identical to the existing one, which avoids unnecessary rebuilds in ninja')
generate_global_constructors.py 41 parser.add_option('--idl-files-list', help='file listing IDL files')
42 parser.add_option('--global-objects-file', help='pickle file of global objects')
43 parser.add_option('--write-file-only-if-changed', type='int', help='if true, do not write an output file if it would be identical to the existing one, which avoids unnecessary rebuilds in ninja')
  /external/chromium_org/tools/telemetry/telemetry/unittest/
run_tests.py 100 parser.add_option('--repeat-count', dest='run_test_repeat_count',
103 parser.add_option('-d', '--also-run-disabled-tests',
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 65 parser.add_option("", "--show-ids", dest="showIDs",
68 parser.add_option("", "--max-depth", dest="maxDepth",
  /external/jsoncpp/devtools/
licenseupdater.py 79 parser.add_option('-n', '--dry-run', dest="dry_run", action='store_true', default=False,
81 parser.add_option('--diff', dest="show_diff", action='store_true', default=False,
  /external/lldb/examples/python/
types.py 82 parser.add_option('-a', '--arch', type='string', dest='arch', help='The architecture to use when creating the debug target.', default=None)
83 parser.add_option('-p', '--platform', type='string', metavar='platform', dest='platform', help='Specify the platform to use when creating the debug target. Valid values include "localhost", "darwin-kernel", "ios-simulator", "remote-freebsd", "remote-macosx", "remote-ios", "remote-linux".')
84 parser.add_option('-m', '--module', action='append', type='string', metavar='MODULE', dest='modules', help='Specify one or more modules which will be used to verify the types.', default=[])
85 parser.add_option('-d', '--debug', action='store_true', dest='debug', help='Pause 10 seconds to wait for a debugger to attach.', default=False)
86 parser.add_option('-t', '--type', action='append', type='string', metavar='TYPENAME', dest='typenames', help='Specify one or more type names which should be verified. If no type names are specified, all class and struct types will be verified.', default=[])
87 parser.add_option('-v', '--verbose', action='store_true', dest='verbose', help='Enable verbose logging and information.', default=False)
88 parser.add_option('-s', '--skip-type-regex', action="callback", callback=regex_option_callback, type='string', metavar='REGEX', dest='skip_type_regexes', help='Regular expressions that, if they match the current member typename, will cause the type to no be recursively displayed.', default=[])
89 parser.add_option('--std', action="callback", callback=regex_option_callback, metavar='REGEX', dest='skip_type_regexes', help="Don't' recurse into types in the std namespace.", default=[])
stacks.py 13 parser.add_option('-v', '--verbose', action='store_true', dest='verbose', help='display verbose debug info', default=False)
  /external/lldb/test/
bench.py 46 parser.add_option('-e', '--executable',
50 parser.add_option('-x', '--breakpoint-spec',
dosep.ty 42 parser.add_option('-o', '--options',
  /external/lldb/utils/test/
llvm-mc-shell.py 71 parser.add_option('-m', '--llvm-mc',
77 parser.add_option('-o', '--options',
  /external/chromium_org/build/
apply_locales.py 16 parser.add_option('-d', dest='dash_to_underscore', action="store_true",
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
malloc-tree 147 parser.add_option('-n', '--nobars', action='store_false', dest='showBars',
149 parser.add_option('-b', '--size-in-bytes', action='store_false', dest='scaleSize',
151 parser.add_option('-s', '--size-scale', action='store_true', dest='scaleSize',
153 parser.add_option('-t', '--hotspot', action='store_true', dest='hotspot',
  /external/chromium_org/tools/json_to_struct/
json_to_struct.py 180 parser.add_option('-b', '--destbase',
182 parser.add_option('-d', '--destdir',
184 parser.add_option('-n', '--namespace',
186 parser.add_option('-s', '--schema', help='path to the schema file, '
  /external/chromium_org/tools/metrics/histograms/
update_use_counter_feature_enum.py 29 parser.add_option('--for-dashboard', action='store_true', dest='dashboard',
  /external/chromium_org/tools/perf/measurements/
record_per_area.py 15 parser.add_option('--start-wait-time', type='float',
  /external/chromium_org/tools/
sync-webkit-git.py 180 parser.add_option('-v', '--verbose', action='store_true')
181 parser.add_option('-r', '--revision', help="switch to desired revision")
182 parser.add_option('-t', '--tarball', help="switch to desired tarball release")
183 parser.add_option('-b', '--branch', help="branch name that gclient generate")
  /external/chromium_org/tools/valgrind/
chrome_tests.py 675 parser.add_option("--help-tests", dest="help_tests", action="store_true",
677 parser.add_option("-b", "--build-dir",
679 parser.add_option("--target", help="Debug or Release")
680 parser.add_option("-t", "--test", action="append", default=[],
683 parser.add_option("--baseline", action="store_true", default=False,
685 parser.add_option("--gtest_filter",
687 parser.add_option("--gtest_repeat", help="argument for --gtest_repeat")
688 parser.add_option("--gtest_shuffle", action="store_true", default=False,
690 parser.add_option("-v", "--verbose", action="store_true", default=False,
692 parser.add_option("--tool", dest="valgrind_tool", default="memcheck"
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
litlint.py 62 parser.add_option('--filter') # ignored
  /external/fio/
profile.c 56 if (add_option(o))
  /external/chromium_org/build/config/linux/
pkg-config.py 104 parser.add_option('-v', action='append', dest='strip_out', type='string')
105 parser.add_option('-s', action='store', dest='sysroot', type='string')
106 parser.add_option('-a', action='store', dest='arch', type='string')
  /external/chromium_org/chrome/browser/chromeos/login/test/
https_forwarder.py 159 self.option_parser.add_option('--https', action='store_true',
162 self.option_parser.add_option('--cert-and-key-file', help='The path to the '
165 self.option_parser.add_option('--forward-target', help='The URL prefix to '
  /external/chromium_org/chrome/common/extensions/docs/server2/
preview.py 68 parser.add_option('-p', '--port', default='8000',
70 parser.add_option('-r', '--render', default='',
75 parser.add_option('-t', '--time', action='store_true',
  /external/chromium_org/native_client_sdk/src/build_tools/
buildbot_run.py 100 parser.add_option('--build-only', action='store_true',
102 parser.add_option('--build-properties',
104 parser.add_option('--factory-properties',
  /external/chromium_org/native_client_sdk/src/tools/
sel_ldr.py 55 parser.add_option('-v', '--verbose', action='store_true',
57 parser.add_option('-d', '--debug', action='store_true',
59 parser.add_option('--debug-libs', action='store_true',

Completed in 1542 milliseconds

1 2 3 4 5 6 7 8 91011>>