HomeSort by relevance Sort by last modified time
    Searched refs:help (Results 51 - 75 of 1265) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/build/android/
screenshot.py 49 parser.add_option('-d', '--device', metavar='ANDROID_DEVICE', help='Serial '
51 parser.add_option('-f', '--file', help='Save result to file instead of '
53 parser.add_option('-v', '--verbose', help='Verbose logging.',
56 video_options.add_option('--video', help='Enable video capturing. Requires '
58 video_options.add_option('-b', '--bitrate', help='Bitrate in megabits/s, '
61 video_options.add_option('-r', '--rotate', help='Rotate video by 90 degrees.',
64 help='Frame size to use instead of the device '
  /external/chromium_org/media/tools/constrained_network_server/
cn.py 65 help='The port to apply traffic control constraints to.')
67 help='Port to forward traffic on --port to.')
69 help='Bandwidth of the network in kbit/s.')
71 help=('Latency (delay) added to each outgoing packet in '
74 help='Packet-loss percentage on outgoing packets. ')
76 help=('Interface to setup constraints on. Use "lo" for a '
79 default=False, help='Turn on verbose output.')
  /external/chromium_org/build/android/gyp/
lint.py 120 parser.add_option('--lint-path', help='Path to lint executable.')
121 parser.add_option('--config-path', help='Path to lint suppressions file.')
123 help='Path to processed lint suppressions file.')
124 parser.add_option('--manifest-path', help='Path to AndroidManifest.xml')
125 parser.add_option('--result-path', help='Path to XML lint result file.')
126 parser.add_option('--product-dir', help='Path to product dir.')
127 parser.add_option('--src-dirs', help='Directories containing java files.')
128 parser.add_option('--classes-dir', help='Directory containing class files.')
129 parser.add_option('--stamp', help='Path to touch on success.')
131 help='Run lint instead of just touching stamp.'
    [all...]
  /external/iproute2/examples/
gaiconf 46 function help ()
67 help
80 help
87 help
127 help
  /external/chromium_org/third_party/lcov/bin/
gendesc 57 our $help;
76 "help|?" => \$help
79 print(STDERR "Use $tool_name --help to get usage information\n");
85 # Check for help option
86 if ($help)
104 "Use $tool_name --help to get usage information\n");
126 -h, --help Print this help, then exit
  /external/chromium_org/native_client_sdk/src/tools/
run.py 33 help='Serve files out of this directory.',
35 parser.add_option('-P', '--path', help='Path to load from local server.',
38 help='Add debug command-line when launching the chrome debug.',
41 help='Add environment variables when launching the executable.',
44 help='Listen for posts to /ok or /fail and shut down the server with '
48 help='Port to run server on. Default is 5103, ephemeral is 0.',
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
factory.py 41 help=('Glob-style list of platform/ports to use (e.g., "mac*")' if use_globs else 'Platform to use (e.g., "mac-lion")')),
46 help=('Alias for --platform=chromium*' if use_globs else 'Alias for --platform=chromium')),
50 help=('Alias for --platform=android*' if use_globs else 'Alias for --platform=android')),
57 help="specify the target configuration to use (Debug/Release)"),
59 help='Set the configuration to Debug'),
61 help='Set the configuration to Release'),
  /external/chromium_org/third_party/libxml/src/
xml2-config.in 20 --help display this help and exit
65 --help)
  /external/chromium_org/tools/telemetry/telemetry/page/
results_options.py 28 help='Output format. Defaults to "%%default". '
32 help='Redirects output to a file. Defaults to stdout.')
35 help='Append a tag to the key of each result trace.')
37 help='Delete all stored results.')
39 help='Upload the results to cloud storage.')
42 help='Optional label to use for the results of a run .')
  /external/clang/tools/scan-view/
scan-view 83 help="Host interface to listen on. (default=%s)" % kDefaultHost)
86 help="Port to listen on. (default=%s)" % kDefaultPort)
89 help="Print additional debugging information.")
92 help="Automatically update module for each request.")
95 help="Don't open a webbrowser on startup.")
98 help='Allow connections from any host (access restricted to "127.0.0.1" by default)')
  /external/llvm/utils/
clang-parse-diagnostics-file 14 default=False, help="dump all messages.")
16 default=False, help="dump 'error' messages.")
18 default=False, help="dump 'fatal error' messages.")
20 default=False, help="dump 'ignored' messages.")
22 default=False, help="dump 'note' messages.")
24 default=False, help="dump 'warning' messages.")
  /external/llvm/utils/Misc/
zkill 145 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="Kill processes with CPU usage >= PCT"
    [all...]
  /external/chromium_org/v8/tools/
run-deopt-fuzzer.py 151 help=("The architecture to run tests for, "
155 help="Architecture and mode in the format 'arch.mode'",
158 help="Adapt to path structure used on buildbots",
161 help="Prepended to each shell command used to run a test",
163 result.add_option("--coverage", help=("Exponential test coverage "
166 result.add_option("--coverage-lift", help=("Lifts test coverage for tests "
169 result.add_option("--download-data", help="Download missing test suite data",
171 result.add_option("--distribution-factor1", help=("Factor of the first "
174 result.add_option("--distribution-factor2", help=("Factor of the second "
177 result.add_option("--distribution-mode", help=("How to select deopt points
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
message_bubble.cc 27 const std::wstring& help,
49 if (!help.empty()) {
78 if (!help.empty()) {
80 help_link_ = new views::Link(help);
112 const std::wstring& help,
116 views::WidgetGtk::TYPE_WINDOW, parent, image, text, help, true, delegate);
129 const std::wstring& help,
133 views::WidgetGtk::TYPE_CHILD, parent, image, text, help, false, delegate);
  /external/chromium_org/chrome/browser/ui/webui/help/
help_browsertest.js 15 browsePreload: 'chrome://help-frame/',
27 help.HelpPage.setUpdateStatus('disabled', '');
31 help.HelpPage.setUpdateStatus('nearly_updated', '');
35 help.HelpPage.setUpdateStatus('disabled', '');
  /external/chromium_org/chrome/tools/build/
appid.py 38 help='The Google Update App Id of the Chrome being built.')
40 help='The path to the generated output header file')
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
maybe_threads_unittest.sh 51 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/
maybe_threads_unittest.sh 51 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/
info.py 15 self.help = 'Print information about the cr environment'
22 help='Short form results, useful for scripting.'
  /external/chromium_org/tools/perf/measurements/
startup.py 22 help='Clear the OS disk cache before performing the test')
24 help='Start up with everything already cached')
  /external/clang/
gen_diff.sh 15 ARGS=`getopt -o h --long help -- "$@"`
20 -h|--help)
  /external/llvm/utils/release/
export.sh 64 -h | -help | --help )
  /external/qemu/distrib/
build-emulator.sh 14 --help|-h|-\?) show_help=yes
  /external/yaffs2/yaffs2/
Kconfig 11 help
27 help
36 help
46 help
57 help
66 help
77 help
97 help
112 help
130 help
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gcc-plugin.h 56 /* Additional information about the plugin. Used by --help and --version. */
61 const char *help; member in struct:plugin_info
86 const char *help; /* Help string provided by plugin. */ member in struct:plugin_name_args

Completed in 5435 milliseconds

1 23 4 5 6 7 8 91011>>