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

1 2 3 4 5 6 7 8 91011>>

  /build/core/
help.mk 17 .PHONY: help
18 help:
30 @echo "help You're reading it right now"
  /external/clang/test/Index/
recover-bad-code-rdar_7487294.c 9 help
12 // CHECK: 9:3: error: use of undeclared identifier 'help'
13 // CHECK: help
  /external/linux-tools-perf/
common-cmds.h 5 char help[80]; member in struct:cmdname_help
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
options.py 32 blocks = make_option("--blocks", action="store", type="string", dest="blocks", default=None, help="Bug number which the created bug blocks.")
33 build = make_option("--build", action="store_true", dest="build", default=False, help="Build and run run-webkit-tests before committing.")
34 build_style = make_option("--build-style", action="store", dest="build_style", default=None, help="Whether to build debug, release, or both.")
35 cc = make_option("--cc", action="store", type="string", dest="cc", help="Comma-separated list of email addresses to carbon-copy.")
36 check_style = make_option("--ignore-style", action="store_false", dest="check_style", default=True, help="Don't check to see if the patch has proper style before uploading.")
37 check_style_filter = make_option("--check-style-filter", action="store", type="string", dest="check_style_filter", default=None, help="Filter style-checker rules (see check-webkit-style --help).")
38 clean = make_option("--no-clean", action="store_false", dest="clean", default=True, help="Don't check if the working directory is clean before applying patches")
39 close_bug = make_option("--no-close", action="store_false", dest="close_bug", default=True, help="Leave bug open after landing.")
40 comment = make_option("--comment", action="store", type="string", dest="comment", help="Comment to post to bug."
    [all...]
  /external/chromium_org/build/android/pylib/utils/
test_options_parser.py 20 help='If set, run test suites under out/Debug. '
24 help='If set, run test suites under out/Release. '
32 help='Timeout to wait for each test',
36 help='Cleanup test files on the device after run',
40 help='Number of retries for a test before '
47 help='Verbose level (multiple times for more)')
52 help='Profiling tool to run during test. '
57 help='Run the test under a tool '
58 '(use --tool help to list them)')
61 help=('Address of the server that is hosting the
    [all...]
  /external/valgrind/main/none/tests/
cmdline3.stderr.exp 2 valgrind: Use --help for more information.
cmdline4.stderr.exp 2 valgrind: Use --help for more information or consult the user manual.
  /external/valgrind/main/gdbserver_tests/
mchelp.stderrB.exp 1 sending command help to pid ....
2 sending command help debug to pid ....
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
glcpp-test 20 if [ "${option}" = '--help' ] ; then
  /external/mesa3d/src/glsl/glcpp/tests/
glcpp-test 20 if [ "${option}" = '--help' ] ; then
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests.py 102 help="Run Android layout tests on these devices."),
107 help="Do not log android-specific debug messages (default is to log as part of --debug-rwt-logging"),
112 dest="pixel_tests", help="Enable pixel-to-pixel PNG comparisons"),
114 dest="pixel_tests", help="Disable pixel-to-pixel PNG comparisons"),
115 optparse.make_option("--results-directory", help="Location of test results"),
117 help="Path to the directory under which build files are kept (should not include configuration)"),
119 help="Save generated results into the *most-specific-platform* directory rather than the *generic-platform* directory"),
121 default=False, help="Save generated results as new baselines "
125 default=False, help="Reset expectations to the "
129 help="Don't create new baselines when no expected results exist")
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
  /external/chromium_org/build/android/gyp/
dex.py 36 help='Android sdk build tools directory.')
37 parser.add_option('--dex-path', help='Dex output path.')
39 help='The build CONFIGURATION_NAME.')
41 help='"true" if proguard is enabled.')
43 help=('Path to dex in Release mode when proguard '
46 help='Exclude locals list from the dex file.')
47 parser.add_option('--stamp', help='Path to touch on success.')
50 parser.add_option('--ignore', help='Ignored.')
proguard.py 35 help='Path to the proguard executable.')
37 help='Path to the .jar file proguard should run on.')
38 parser.add_option('--output-path', help='Path to the generated .jar file.')
40 help='Path to the proguard configuration file.')
41 parser.add_option('--classpath', help="Classpath for proguard.")
42 parser.add_option('--stamp', help='Path to touch on success.')
45 parser.add_option('--ignore', help='Ignored.')
finalize_apk.py 45 parser.add_option('--android-sdk-root', help='Android sdk root directory.')
46 parser.add_option('--unsigned-apk-path', help='Path to input unsigned APK.')
48 help='Path to output signed and aligned APK.')
49 parser.add_option('--keystore-path', help='Path to keystore for signing.')
50 parser.add_option('--stamp', help='Path to touch on success.')
53 parser.add_option('--ignore', help='Ignored.')
gcc_preprocess.py 35 parser.add_option('--include-path', help='Include path for gcc.')
36 parser.add_option('--template', help='Path to template.')
37 parser.add_option('--output', help='Path for generated file.')
38 parser.add_option('--stamp', help='Path to touch on success.')
39 parser.add_option('--defines', help='Pre-defines macros', action='append')
42 parser.add_option('--ignore', help='Ignored.')
  /external/v8/tools/
test-wrapper-gypbuild.py 51 help='Architecture and mode in the format "arch.mode"',
54 help='Base output directory',
57 help='Skip presubmit checks',
62 help="The test modes in which to run (comma-separated)",
65 help='The architectures to run tests for (comma-separated)',
69 result.add_option("-v", "--verbose", help="Verbose output",
72 help="The style of progress indicator (verbose, dots, color, mono)",
74 result.add_option("--report", help="Print a summary of the tests to be run",
76 result.add_option("--download-data", help="Download missing test suite data",
78 result.add_option("-s", "--suite", help="A test suite"
    [all...]
  /external/chromium_org/build/android/
bb_run_sharded_steps.py 22 help='A JSON file containing all the steps to be '
25 help='A JSON file containing steps that are flaky and '
28 help='Only prints the results for the previously '
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
run-blink-websocketserver 45 help='Server action (start|stop).')
47 default=None, help='Port to listen on.')
49 help='Absolute path to DocumentRoot '
53 default=False, help='use TLS (wss://).')
55 default='', help='TLS private key file.')
57 default='', help='TLS certificate file.')
59 default='', help='TLS CA certificate file for '
64 help='Use the Chromium port.')
67 help='Register Cygwin paths (on Win try bots).')
68 option_parser.add_option('--pidfile', help='path to pid file.'
    [all...]
ensure-valid-python 49 'help|h' => \$showHelp,
52 print STDERR <<HELP;
55 -h|--help Show this help message.
56 HELP
run-blink-httpd 77 help='Server action (start|stop)')
79 help='Port to listen on (overrides layout test ports)')
81 help='Absolute path to DocumentRoot (overrides layout test roots)')
83 dest="register_cygwin", help='Register Cygwin paths (on Win try bots)')
86 help='Run on background (for running as UI test)')
89 help='Absolute path to LayoutTests root')
  /external/chromium_org/tools/
prepare-bisect-perf-regression.py 36 help='Path to the working directory where the script will '
43 help='Add extra annotation output for buildbot.')
48 help='The target platform. Choices are "chromium" (current '
  /external/chromium_org/native_client_sdk/src/tools/tests/
chrome_mock.py 17 parser.add_option('--post', help='POST to URL.', dest='post',
19 parser.add_option('--get', help='GET to URL.', dest='get',
22 help='Number of seconds to sleep after reading URL',
24 parser.add_option('--expect-to-be-killed', help='If set, the script will warn'
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
flagdefs.h 40 DEFINE_bool(help, false, "Prints this message");
  /external/markdown/markdown/
commandline.py 47 help="write output to OUTPUT_FILE",
50 help="encoding for input and output files",)
53 help="suppress all messages")
56 help="print info messages")
59 help="safe mode ('replace', 'remove' or 'escape' user's HTML tag)")
62 help="Format of output. One of 'xhtml1' (default) or 'html4'.")
65 help="print debug messages")
67 help = "load extension EXTENSION", metavar="EXTENSION")

Completed in 1665 milliseconds

1 2 3 4 5 6 7 8 91011>>