Searched refs:help (Results 101 - 125 of 1271) sorted by relevance

1234567891011>>

/external/lldb/examples/python/
H A Dprocess_events.py80 parser.add_option('-v', '--verbose', action='store_true', dest='verbose', help="Enable verbose logging.", default=False)
81 parser.add_option('-b', '--breakpoint', action='append', type='string', metavar='BPEXPR', dest='breakpoints', help='Breakpoint commands to create after the target has been created, the values will be sent to the "_regexp-break" command which supports breakpoints by name, file:line, and address.')
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('--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".', default=None)
84 parser.add_option('-l', '--launch-command', action='append', type='string', metavar='CMD', dest='launch_commands', help='LLDB command interpreter commands to run once after the process has launched. This option can be specified more than once.', default=[])
85 parser.add_option('-s', '--stop-command', action='append', type='string', metavar='CMD', dest='stop_commands', help='LLDB command interpreter commands to run each time the process stops. This option can be specified more than once.', default=[])
86 parser.add_option('-c', '--crash-command', action='append', type='string', metavar='CMD', dest='crash_commands', help='LLDB command interpreter commands to run in case the process crashes. This option can be specified more than once.', default=[])
87 parser.add_option('-x', '--exit-command', action='append', type='string', metavar='CMD', dest='exit_commands', help='LLDB command interpreter commands to run once after the process has exited. This option can be specified more than once.', default=[])
88 parser.add_option('-T', '--no-threads', action='store_false', dest='show_threads', help="Don't show threads when process stops.", default=True)
89 parser.add_option('--ignore-errors', action='store_false', dest='stop_on_error', help
[all...]
/external/llvm/utils/Misc/
H A Dzkill145 help="Name of the signal to use (default=%default)",
149 help="List known signal names",
153 help="Only print the actions that would be taken",
156 help="Print more verbose output",
159 help="Enable debugging output",
162 help="Perform the specified commands, even if it seems like a bad idea",
168 help="Kill processes whose name matches the given regexp",
171 help="Kill processes whose executable matches the given regexp",
174 help="Kill processes whose user matches the given regexp",
177 help
[all...]
/external/chromium_org/build/android/gyp/
H A Dcreate_dist_jar.py18 parser.add_option('--output', help='Path to output jar.')
19 parser.add_option('--inputs', action='append', help='List of jar inputs.')
H A Djar.py53 parser.add_option('--classes-dir', help='Directory containing .class files.')
54 parser.add_option('--jar-path', help='Jar output path.')
56 help='List of .class file patterns to exclude from the jar.')
57 parser.add_option('--stamp', help='Path to touch on success.')
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dgenerate_ad_network_hashes.py95 help='The name of the input file with the hosts to be hashed') variable
98 help='The root name of the output source file', variable
/external/chromium_org/remoting/tools/
H A Djscompile.py25 parser.add_argument('files', nargs = '+', help = FILES_HELP)
27 help = STAMP_HELP)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dabstractlocalservercommand.py37 make_option("--httpd-port", action="store", type="int", default=8127, help="Port to use for the HTTP server"),
38 make_option("--no-show-results", action="store_false", default=True, dest="show_results", help="Don't launch a browser with the rebaseline server"),
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmaybe_threads_unittest.sh51 if [ "x$1" = "x-h" -o "x$1" = "x--help" ]; then
60 UNITTEST_DIR=`$UNITTEST_DIR/low_level_alloc_unittest --help 2>&1 \
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dmaybe_threads_unittest.sh51 if [ "x$1" = "x-h" -o "x$1" = "x--help" ]; then
60 UNITTEST_DIR=`$UNITTEST_DIR/low_level_alloc_unittest --help 2>&1 \
/external/chromium_org/tools/cr/cr/commands/
H A Dinfo.py15 self.help = 'Print information about the cr environment'
22 help='Short form results, useful for scripting.'
H A Dselect.py24 self.help = 'Select an output directory'
40 help='Don\'t prepare the output directory.'
/external/chromium_org/tools/perf/measurements/
H A Dstartup.py25 help='Clear the OS disk cache before performing the test')
27 help='Start up with everything already cached')
/external/llvm/utils/release/
H A Dexport.sh64 -h | -help | --help )
/external/yaffs2/yaffs2/
H A DKconfig11 help
27 help
36 help
46 help
57 help
66 help
77 help
97 help
112 help
130 help
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dendtoend_with_external_server.py58 help='external test server port.') variable in class:EndToEndTestWithExternalServer
/external/chromium_org/build/android/
H A Davd.py31 opt_parser.add_option('--name', help='Optinaly, name of existing AVD to '
34 help='Number of emulators to launch (default is 1).',
37 help='Platform of emulators to launch (x86 default).')
39 help='API level for the image, e.g. 19 for Android 4.4',
H A Dgenerate_emma_html.py40 option_parser.add_option('--output', help='HTML output filename.')
42 help=('Root of the directory in which to search for '
45 help=('Root of the directory in which to search for '
48 help=('If set, removes coverage files generated at '
/external/chromium_org/chrome/installer/tools/
H A Dsetup_timer.py107 help='The hive to observe: "HKLM" for system-level '
112 help="The client state key to observe, defaults to Google "
116 help="The GUID of the product to observe: defaults to "
120 help='The installer code to observe under '
/external/chromium_org/native_client_sdk/src/tools/
H A Dgenhttpfs.py28 help='Change directory.', dest='srcdir', default=None)
30 help='Output file name.', dest='output', default=None)
32 help='Verbose output.', dest='verbose',
35 help='Recursive search.', action='store_true')
47 parser.error("One or more pathnames must be specified. See --help.")
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dgenerate_event_interfaces.py61 parser.add_option('--event-idl-files-list', help='file listing event IDL files')
62 parser.add_option('--event-interfaces-file', help='output file')
63 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')
64 parser.add_option('--suffix', help='specify a suffix to the namespace, i.e., "Modules". Default is None.')
/external/chromium_org/third_party/skia/gm/
H A Dcopy_config.py88 help=('Config we want to duplicate.'))
90 help=('Name of the new config we want to create.'))
92 help=('Regex pattern describing which builders we want '
97 help=('Root of the GM expectations dir; defaults to '
H A Drename_config.py88 help=('Config name we want to replace.'))
90 help=('Config name we want to replace the old one with.'))
92 help=('Regex pattern describing which builders we want '
97 help=('Root of the GM expectations dir; defaults to '
/external/chromium_org/tools/cr/cr/actions/
H A Daction.py28 help=cls.SELECTOR_HELP + 'Overrides ' + cls.SELECTOR
/external/chromium_org/tools/git/
H A Dfor-all-touched-files.py89 help='Limits to files with given extensions '
93 help='Runs your command only on C++-like source files.')
95 help='Sets the token to be replaced for each file '
98 help='Sets what to diff to (default origin/master). Set '
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_filter.py25 help='Use only pages whose URLs match the given filter regexp.')
27 help='Exclude pages whose URLs match the given filter regexp.')
29 help='Use only pages that have any of these labels')
31 help='Exclude pages that have any of these labels')

Completed in 840 milliseconds

1234567891011>>