HomeSort by relevance Sort by last modified time
    Searched refs:help (Results 1 - 25 of 1440) 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/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/linux-tools-perf/perf-3.12.0/tools/perf/
common-cmds.h 5 char help[80]; member in struct:cmdname_help
  /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 104 help="Run Android layout tests on these devices."),
109 help="Do not log android-specific debug messages (default is to log as part of --debug-rwt-logging"),
114 dest="pixel_tests", help="Enable pixel-to-pixel PNG comparisons"),
116 dest="pixel_tests", help="Disable pixel-to-pixel PNG comparisons"),
117 optparse.make_option("--results-directory", help="Location of test results"),
119 help="Path to the directory under which build files are kept (should not include configuration)"),
121 help="Save generated results into the *most-specific-platform* directory rather than the *generic-platform* directory"),
123 default=False, help="Save generated results as new baselines "
127 default=False, help="Reset expectations to the "
131 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/
gcc_preprocess.py 34 parser.add_option('--include-path', help='Include path for gcc.')
35 parser.add_option('--template', help='Path to template.')
36 parser.add_option('--output', help='Path for generated file.')
37 parser.add_option('--stamp', help='Path to touch on success.')
38 parser.add_option('--defines', help='Pre-defines macros', action='append')
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.')
48 help='Path to a file containing a list of paths to exclude '
finalize_apk.py 44 parser.add_option('--zipalign-path', help='Path to the zipalign tool.')
45 parser.add_option('--unsigned-apk-path', help='Path to input unsigned APK.')
47 help='Path to output signed and aligned APK.')
48 parser.add_option('--key-path', help='Path to keystore for signing.')
49 parser.add_option('--key-passwd', help='Keystore password')
50 parser.add_option('--key-name', help='Keystore name')
51 parser.add_option('--stamp', help='Path to touch on success.')
zip.py 17 parser.add_option('--input-dir', help='Directory of files to archive.')
18 parser.add_option('--output', help='Path to output archive.')
  /external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
libyuv_tests.py 77 help=('Location of the compiler output. Can only be used '
79 parser.add_option("--target", help="Debug or Release")
80 parser.add_option('-t', '--test', help='Test to run.')
82 help='Generate baseline data instead of validating')
84 help='Additional arguments to --gtest_filter')
86 help='Argument for --gtest_repeat')
88 help="Randomize tests' orders on every iteration.")
90 help='Verbose output - enable debug log messages')
92 help='Specify a valgrind tool to run the tests under')
94 help='Specify custom flags for the selected valgrind tool'
    [all...]
  /external/chromium_org/third_party/markdown/
__main__.py 60 help="Write output to OUTPUT_FILE. Defaults to STDOUT.",
63 help="Encoding for input and output files.",)
66 help="Suppress all warnings.")
69 help="Print all warnings.")
72 help="'replace', 'remove' or 'escape' HTML tags in input")
75 help="'xhtml1' (default), 'html4' or 'html5'.")
78 help="Print debug messages.")
80 help = "Load extension EXTENSION.", metavar="EXTENSION")
83 help="Observe number of first item of ordered lists.")
  /external/chromium_org/build/android/
bb_run_sharded_steps.py 21 help='A JSON file containing all the steps to be '
24 help='A JSON file containing steps that are flaky and '
27 help='Only prints the results for the previously '
  /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/fio/
options.c 1277 .help = "Text job description",
1286 .help = "Name of this job",
1297 .help = "File(s) to use for the workload",
1307 .help = "Directory to store files in",
1316 .help = "Override default $jobname.$jobnum.$filenum naming",
1326 .help = "Lock file when doing IO to it",
1337 .help = "No file locking",
1341 .help = "Exclusive file lock",
1346 .help = "Read vs write lock",
1356 .help = "Recursively add files from this directory and down"
    [all...]
  /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/chromium_org/third_party/libvpx/
obj_int_extract.py 15 parser.add_option('-e', '--executable', help='path to obj_int_extract.')
16 parser.add_option('-f', '--format', help='binary format (gas or rvds).')
17 parser.add_option('-b', '--binary', help='path to binary to parse.')
18 parser.add_option('-o', '--output', help='path to write extracted output to.')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
ensure-valid-python 49 'help|h' => \$showHelp,
52 print STDERR <<HELP;
55 -h|--help Show this help message.
56 HELP
  /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 1693 milliseconds

1 2 3 4 5 6 7 8 91011>>