HomeSort by relevance Sort by last modified time
    Searched refs:help (Results 1 - 25 of 1493) 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/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
options.py 32 confirm = make_option("--no-confirm", action="store_false", dest="confirm", default=True, help="Skip confirmation steps.")
33 git_commit = make_option("-g", "--git-commit", action="store", dest="git_commit", help="Operate on a local commit. If a range, the commits are squashed into one. <ref>.... includes the working copy changes. UPSTREAM can be used for the upstream/tracking branch.")
34 parent_command = make_option("--parent-command", action="store", dest="parent_command", default=None, help="(Internal) The command that spawned this instance.")
35 quiet = make_option("--quiet", action="store_true", dest="quiet", default=False, help="Produce less console output.")
  /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 107 help="Run Android layout tests on these devices."),
112 help="Do not log android-specific debug messages (default is to log as part of --debug-rwt-logging"),
117 help="Save generated results into the *most-specific-platform* directory rather than the *generic-platform* directory"),
119 default=[], help="Additional command line flag to pass to the driver "
122 help="Path to a test_expectations file that will override previous expectations. "
125 default=[], help="Additional directory where to look for test "
129 help="Path to the directory under which build files are kept (should not include configuration)"),
131 default=False, help="Clobbers test results from previous runs."),
133 help="Use the specified port's baselines first"),
135 help="Alternative driver binary to use")
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /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/build/android/gyp/
dex.py 41 help='Android sdk build tools directory.')
42 parser.add_option('--dex-path', help='Dex output path.')
44 help='The build CONFIGURATION_NAME.')
46 help='"true" if proguard is enabled.')
48 help=('Path to dex in Release mode when proguard '
51 help='Exclude locals list from the dex file.')
52 parser.add_option('--inputs', help='A list of additional input paths.')
54 help='Path to a file containing a list of paths to exclude '
zip.py 17 parser.add_option('--input-dir', help='Directory of files to archive.')
18 parser.add_option('--output', help='Path to output archive.')
proguard.py 39 help='Path to the proguard executable.')
41 help='Path to the .jar file proguard should run on.')
42 parser.add_option('--output-path', help='Path to the generated .jar file.')
44 help='Path to the proguard configuration file.')
46 help="Classpath for proguard.")
47 parser.add_option('--stamp', help='Path to touch on success.')
  /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")
  /external/chromium_org/ppapi/native_client/tools/browser_tester/
browser_tester.py 35 default='0', help='The TCP port the server will bind to. '
39 help='Use the browser located here.')
43 help='Add file SRC to be served from the HTTP server, '
48 help='Add directory DIRNAME to be served from the HTTP '
53 help='Set directory DIRNAME to be the output directory '
59 help='Parameterize the test with a key/value pair.')
63 help='Add a redirect to the HTTP server, '
68 help='Add a file to serve from the HTTP server, to be '
74 help='Map file extension SRC to MIME type DEST when '
78 help='The webpage to load.'
    [all...]

Completed in 1592 milliseconds

1 2 3 4 5 6 7 8 91011>>