HomeSort by relevance Sort by last modified time
    Searched refs:help (Results 126 - 150 of 1440) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/build/android/gyp/
process_resources.py 30 parser.add_option('--android-sdk', help='path to the Android SDK folder')
32 help='path to the Android SDK build tools folder')
35 parser.add_option('--android-manifest', help='AndroidManifest.xml path')
36 parser.add_option('--custom-package', help='Java package for R.java')
39 help='Directories containing resources of this target.')
41 help='Resources from dependents.')
43 parser.add_option('--R-dir', help='directory to hold generated R.java')
45 help='Path for output zipped resources.')
48 help='Path to proguard.txt generated file')
53 help='Do not generate v14 resources. Instead, just verify that the
    [all...]
javac.py 123 help='Directories containing generated java files.')
125 help='A list of file patterns. If provided, only java files that match' +
127 parser.add_option('--classpath', help='Classpath for javac.')
128 parser.add_option('--output-dir', help='Directory for javac output.')
129 parser.add_option('--stamp', help='Path to touch on success.')
130 parser.add_option('--chromium-code', type='int', help='Whether code being '
jar_toc.py 95 parser.add_option('--jar-path', help='Input .jar path.')
96 parser.add_option('--toc-path', help='Output .jar.TOC path.')
97 parser.add_option('--stamp', help='Path to touch on success.')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
main.py 147 help="Fix up doctests only")
149 help="Each FIX specifies a transformation; default: all")
151 type="int", help="Run 2to3 concurrently")
153 help="Prevent a transformation from being run")
155 help="List available transformations")
157 help="Modify the grammar so that print() is a function")
159 help="More verbose logging")
161 help="Don't show diffs of the refactoring")
163 help="Write back modified files")
165 help="Don't write backups for modified files"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
main.py 147 help="Fix up doctests only")
149 help="Each FIX specifies a transformation; default: all")
151 type="int", help="Run 2to3 concurrently")
153 help="Prevent a transformation from being run")
155 help="List available transformations")
157 help="Modify the grammar so that print() is a function")
159 help="More verbose logging")
161 help="Don't show diffs of the refactoring")
163 help="Write back modified files")
165 help="Don't write backups for modified files"
    [all...]
  /external/clang/utils/ABITest/
ABITestGen.py 354 help="autogeneration mode (random or linear) [default %default]",
357 help="autogenerate COUNT functions according to MODE",
360 help="start autogeneration with the Nth function type [default %default]",
363 help="maximum index for random autogeneration [default %default]",
366 help="random number generator seed [default %default]",
369 help="use random value for initial random number generator seed",
372 help="add a test index to skip",
375 help="write output to FILE [default %default]",
378 help="write header file for output to FILE [default %default]",
381 help="write function tests to FILE [default %default]"
    [all...]
  /external/chromium_org/remoting/tools/build/
remoting_copy_locales.py 106 help="Print the expected input file list, then exit.")
108 help="Print the expected output file list, then exit.")
110 help="GRIT build files output directory.")
112 help="Intermediate build files output directory.")
114 help="Full path to an extra input pak file without the\
117 help="The target OS. (e.g. mac, linux, win, etc.)")
  /external/chromium_org/third_party/libxslt/linux/
xslt-config 21 --help display this help and exit
72 --help)
  /external/chromium_org/third_party/libxslt/
xslt-config.in 21 --help display this help and exit
72 --help)
  /external/chromium_org/third_party/webrtc/tools/barcode_tools/
barcode_decoder.py 234 help=('The path to where the zxing executable is located. '
238 help=('The path to where the ffmpeg executable is located. '
242 help='Width of the YUV file\'s frames. Default: %default')
244 help='Height of the YUV file\'s frames. Default: %default')
246 help='The YUV file to be decoded. Default: %default')
248 help='The output stats file. Default: %default')
250 help=('The directory for temporary PNG images to be stored '
  /external/chromium_org/tools/json_schema_compiler/
compiler.py 142 help='logical include root directory. Path to schema files from specified' variable
145 help='root directory to output generated files.') variable
147 help='C++ namespace for generated files. e.g extensions::api.') variable
150 help='The generator to use to build the output code. Supported values are' variable
153 help='Adds custom dart from files in the given directory (Dart only).') variable
155 help='The root path of all API implementations') variable
features_compiler.py 61 help='logical include root directory. Path to schema files from ' variable
64 help='root directory to output generated files.') variable
66 help='C++ namespace for generated files. e.g extensions::api.') variable
  /external/chromium_org/tools/perf_expectations/
update_perf_expectations.py 174 help='Starting revision of new range.',
177 help='Ending revision of new range.',
180 help='Regex to use for filtering tests to be updated. '
185 help='Optional path to file with reg-exes for tests to'
190 help='Set the config file to FILE.', metavar='FILE')
192 help='Enable verbose output.')
  /external/libpng/
libpng-config.in 47 --help print this help and exit
70 --help)
  /external/lldb/utils/test/
disasm.py 139 help='Command(s) gdb executes after starting up (can be empty)') variable
143 help="""The options passed to 'gdb' command if specified.""")
147 help="""The executable to do disassembly on.""")
151 help="""The function name (could be an address to gdb) for disassembly.""")
155 help="""The llvm-mc executable full path, if specified.
161 help="""The options passed to 'llvm-mc -disassemble' command if specified.""")
  /external/vixl/tools/
presubmit.py 94 help='Print all tests output at the end.')
96 help='Do not run tests. Run the linter only.')
98 help='Do not run the linter. Run the tests only.')
100 help='Do not clean before build.')
102 help='Allow N jobs at once.')
106 help='''Explicitly enable or disable the simulator. On
test.py 47 help='Run tests matching all of the (regexp) filters.')
49 help='The cctest executable to run.')
51 help='''Pass --coloured_trace to cctest. This will put
55 help='Run coverage tests.')
57 help='''Pass --debugger to cctest, so that the debugger is
61 help='Print verbose output.')
  /external/chromium_org/build/mac/
find_sdk.py 30 help="return the sdk argument and warn if it doesn't exist")
33 help="user-specified SDK path; bypasses verification")
36 help="Additionaly print the path the SDK (appears first).")
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
generate_manifest.py 44 help='File to place generated manifest')
47 help='Generate a guest mode capable manifest')
50 help='Generate a ChromeVox next manifest')
  /external/chromium_org/chrome/common/extensions/docs/server2/
preview.py 8 # ./preview.py --help
69 help='port to run the server on')
71 help='statically render a page and print to stdout rather than starting '
76 help='Print the time taken rendering rather than the result.')
  /external/chromium_org/chrome/test/nacl_test_injection/
buildbot_chrome_nacl_stage.py 248 help='Debug/Release mode')
250 help='Number of parallel jobs')
253 type='int', help='Run newlib tests?')
255 type='int', help='Run glibc tests?')
258 help='Path to a JSON file for machine-readable output.')
264 help='Do not test using glibc.')
268 help='Comma-separated list of tests to omit')
273 help='Is this an integration bot?')
279 help='Is this a morenacl bot?')
284 help='32/64'
    [all...]
  /external/chromium_org/tools/cr/cr/commands/
build.py 18 self.help = 'Build a target'
44 self.help = 'Clean a target'
68 self.help = 'Rebuild a target'
  /external/chromium_org/tools/ipc_fuzzer/
remove_close_messages.py 30 help='ouput directory under src/ directory')
32 help='Debug vs. Release build')
34 help='Directory containing testcases')
  /external/chromium_org/tools/perf/measurements/
repaint.py 19 help='Invalidation mode. '
23 help='Width of invalidations for fixed_size mode.')
26 help='Height of invalidations for fixed_size mode.')
  /external/fio/engines/
cpu.c 23 .help = "Use this percentage of CPU",
32 .help = "Length of the CPU burn cycles (usecs)",
44 .help = "Exit when IO threads finish",

Completed in 3534 milliseconds

1 2 3 4 56 7 8 91011>>