HomeSort by relevance Sort by last modified time
    Searched defs:help (Results 201 - 225 of 538) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/python/cpython3/Tools/scripts/
highlight.py 226 help = 'file containing Python sourcecode') variable
228 help = 'launch a browser to show results') variable
230 help = 'build a complete html webpage') variable
232 help = 'build a LaTeX document') variable
234 help = 'raw parse of categorized text') variable
236 help = 'show an HTML section rather than a complete webpage') variable
  /external/selinux/prebuilts/bin/
sediff.py 30 parser.add_argument("POLICY1", help="Path to the first SELinux policy to diff.", nargs=1)
31 parser.add_argument("POLICY2", help="Path to the second SELinux policy to diff.", nargs=1)
33 parser.add_argument("--stats", action="store_true", help="Display only statistics.")
35 help="Print extra informational messages") variable
36 parser.add_argument("--debug", action="store_true", dest="debug", help="Enable debugging.")
39 comp.add_argument("--common", action="store_true", help="Print common differences")
40 comp.add_argument("-c", "--class", action="store_true", help="Print class differences",
42 comp.add_argument("-t", "--type", action="store_true", help="Print type differences",
44 comp.add_argument("-a", "--attribute", action="store_true", help="Print type attribute differences")
45 comp.add_argument("-r", "--role", action="store_true", help="Print role differences"
61 help="Print neverallowxperm rule differences") variable
63 help="Print auditallowxperm rule differences") variable
65 help="Print dontauditxperm rule differences") variable
67 help="Print type_transition rule differences") variable
70 help="Print type_member rule differences") variable
75 help="Print role_transition rule differences") variable
79 help="Print range_transition rule differences") variable
85 help="Print validatetrans differences") variable
87 help="Print mlsvalidatetrans differences") variable
100 help="Print policy property differences (handle_unknown, version, MLS)") variable
    [all...]
  /external/skia/tools/skpbench/
skpbench.py 33 help="path to the skpbench binary") variable
35 action='store_true', help="execute skpbench over adb")
37 help="The name of the adb binary to use.") variable
39 help="if using adb, ID of the specific device to target " variable
43 help="initial max allowable relative standard deviation") variable
45 help="suffix to append on config (e.g. '_before', '_after')") variable
47 help="directory to save .png proofs to disk.") variable
49 type=int, default=1, help="level of verbosity (0=none to 5=debug)")
51 type=int, help="number of milliseconds to run each benchmark")
53 type=int, help="duration of a sample (minimum)"
56 help="perform timing on the gpu clock instead of cpu (gpu work only)") variable
60 help="comma- or space-separated list of GPU path renderers, including: " variable
68 help="optional file to append results into") variable
71 help=".skp files or directories to expand for .skp files") variable
    [all...]
  /external/skqp/tools/skpbench/
skpbench.py 33 help="path to the skpbench binary") variable
35 action='store_true', help="execute skpbench over adb")
37 help="The name of the adb binary to use.") variable
39 help="if using adb, ID of the specific device to target " variable
43 help="initial max allowable relative standard deviation") variable
45 help="suffix to append on config (e.g. '_before', '_after')") variable
47 help="directory to save .png proofs to disk.") variable
49 type=int, default=1, help="level of verbosity (0=none to 5=debug)")
51 type=int, help="number of milliseconds to run each benchmark")
53 type=int, help="duration of a sample (minimum)"
56 help="perform timing on the gpu clock instead of cpu (gpu work only)") variable
60 help="comma- or space-separated list of GPU path renderers, including: " variable
68 help="optional file to append results into") variable
71 help=".skp files or directories to expand for .skp files") variable
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
ListFieldOffsetsCommand.java 54 @Parameter(names = {"-h", "-?", "--help"}, help = true,
56 private boolean help; field in class:ListFieldOffsetsCommand
66 if (help || inputList == null || inputList.isEmpty()) {
ListVtablesCommand.java 56 @Parameter(names = {"-h", "-?", "--help"}, help = true,
58 private boolean help; field in class:ListVtablesCommand
82 if (help || inputList == null || inputList.isEmpty()) {
Main.java 50 postfixDescription = "See baksmali help <command> for more information about a specific command")
54 @Parameter(names = {"--help", "-h", "-?"}, help = true,
56 private boolean help; field in class:Main
58 @Parameter(names = {"--version", "-v"}, help = true,
96 if (jc.getParsedCommand() == null || main.help) {
  /external/smali/smali/src/main/java/org/jf/smali/
Main.java 50 postfixDescription = "See smali help <command> for more information about a specific command")
54 @Parameter(names = {"-h", "-?", "--help"}, help = true,
56 private boolean help; field in class:Main
58 @Parameter(names = {"-v", "--version"}, help = true,
93 if (jc.getParsedCommand() == null || main.help) {
  /external/swiftshader/third_party/subzero/bloat/
bloat.py 379 help='path to nm output [default=nm.out]')
382 help='path to objdump output [default=objdump.out]')
384 help='strip PATH prefix from paths; e.g. /path/to/src/root') variable
386 help='include only symbols/files matching FILTER') variable
388 default='c++filt', help="Path to c++filt, used to demangle "
  /external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_ptb/
rnn_ptb.py 338 help="Data directory of the Penn Treebank dataset from " variable
341 "--logdir", type=str, default="", help="Directory for checkpoint.")
342 parser.add_argument("--epoch", type=int, default=20, help="Number of epochs.")
343 parser.add_argument("--batch-size", type=int, default=20, help="Batch size.")
345 "--seq-len", type=int, default=35, help="Sequence length.")
347 "--embedding-dim", type=int, default=200, help="Embedding dimension.")
349 "--hidden-dim", type=int, default=200, help="Hidden layer dimension.")
351 "--num-layers", type=int, default=2, help="Number of RNN layers.")
353 "--dropout", type=float, default=0.2, help="Drop out ratio.")
355 "--clip", type=float, default=0.25, help="Gradient clipping ratio."
360 help="Disable the fast CuDNN RNN (when no gpu)") variable
    [all...]
  /external/toolchain-utils/bestflags/
example_algorithms.py 35 help='configuration file FILE input', variable
  /external/toolchain-utils/
setup_chromeos.py 105 help='Target directory for ChromeOS installation.')
110 help="""ChromeOS version. Can be:
122 help='Timestamps in epoch format. It will check out the' variable
132 help='Whether to checkout the minilayout (smaller ' variable
135 '--jobs', '-j', dest='jobs', help='Number of repo sync threads to use.')
142 help='Use the public checkout instead of the private ' variable
  /external/xmlrpcpp/src/
XmlRpcServer.cpp 217 std::string help() { return std::string("List all methods available on a server as an array of strings"); } function in class:ListMethods
221 // Retrieve the help string for a named method
236 result = m->help();
239 std::string help() { return std::string("Retrieve the help string for a named method"); } function in class:MethodHelp
  /frameworks/native/cmds/lshal/
Lshal.cpp 223 // bad options. Run `lshal help ${mCommand}` instead.
224 // For example, `lshal --unknown-option` becomes `lshal help` (prints global help)
225 // and `lshal list --unknown-option` becomes `lshal help list`
226 auto&& help = selectCommand(HelpCommand::GetName()); local
227 return static_cast<HelpCommand*>(help)->usageOfCommand(mCommand);
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/opt-viewer/
opt-viewer.py 235 help='List of optimization record files or directories searched ' variable
241 help='Path to a directory where generated HTML files will be output. ' variable
249 help='Max job count (defaults to %(default)s, the current CPU count)') variable
254 help='set source directory') variable
260 help='Do not display any indicator of how many YAML files were read ' variable
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/opt-viewer/
opt-viewer.py 235 help='List of optimization record files or directories searched ' variable
241 help='Path to a directory where generated HTML files will be output. ' variable
249 help='Max job count (defaults to %(default)s, the current CPU count)') variable
254 help='set source directory') variable
260 help='Do not display any indicator of how many YAML files were read ' variable
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/opt-viewer/
opt-viewer.py 235 help='List of optimization record files or directories searched ' variable
241 help='Path to a directory where generated HTML files will be output. ' variable
249 help='Max job count (defaults to %(default)s, the current CPU count)') variable
254 help='set source directory') variable
260 help='Do not display any indicator of how many YAML files were read ' variable
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/opt-viewer/
opt-viewer.py 235 help='List of optimization record files or directories searched ' variable
241 help='Path to a directory where generated HTML files will be output. ' variable
249 help='Max job count (defaults to %(default)s, the current CPU count)') variable
254 help='set source directory') variable
260 help='Do not display any indicator of how many YAML files were read ' variable
  /prebuilts/clang/host/linux-x86/clang-4579689/share/opt-viewer/
opt-viewer.py 235 help='List of optimization record files or directories searched ' variable
241 help='Path to a directory where generated HTML files will be output. ' variable
249 help='Max job count (defaults to %(default)s, the current CPU count)') variable
254 help='set source directory') variable
260 help='Do not display any indicator of how many YAML files were read ' variable
  /prebuilts/clang/host/linux-x86/clang-4630689/share/opt-viewer/
opt-viewer.py 235 help='List of optimization record files or directories searched ' variable
241 help='Path to a directory where generated HTML files will be output. ' variable
249 help='Max job count (defaults to %(default)s, the current CPU count)') variable
254 help='set source directory') variable
260 help='Do not display any indicator of how many YAML files were read ' variable
  /prebuilts/clang/host/linux-x86/clang-4639204/share/opt-viewer/
opt-viewer.py 235 help='List of optimization record files or directories searched ' variable
241 help='Path to a directory where generated HTML files will be output. ' variable
249 help='Max job count (defaults to %(default)s, the current CPU count)') variable
254 help='set source directory') variable
260 help='Do not display any indicator of how many YAML files were read ' variable
  /prebuilts/clang/host/linux-x86/clang-4691093/share/opt-viewer/
opt-viewer.py 235 help='List of optimization record files or directories searched ' variable
241 help='Path to a directory where generated HTML files will be output. ' variable
249 help='Max job count (defaults to %(default)s, the current CPU count)') variable
254 help='set source directory') variable
260 help='Do not display any indicator of how many YAML files were read ' variable
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/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
  /system/bt/tools/hci/
main.c 22 const char* help; member in struct:__anon2562
26 static int help(int argc, char** argv);
38 {"help", "<command> - shows help text for <command>.", help},
53 static int help(int argc, char** argv) { function
55 printf("No help command specified.\n");
65 printf("%s %s\n", argv[0], command->help);
214 printf("For detailed help on a command, run '%s help <command>'.\n", name)
    [all...]
  /system/core/fastboot/
usbtest.cpp 131 const char *help; member in struct:__anon2758
146 fprintf(stderr," %-8s %s\n", tests[i].cmd, tests[i].help);

Completed in 806 milliseconds

1 2 3 4 5 6 7 891011>>