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

1 2 3 4 5 67 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/
cProfile.py 7 __all__ = ["run", "runctx", "help", "Profile"]
60 def help(): function
170 help="Save stats to <outfile>", default=None)
172 help="Sort order when printing to stdout, based on pstats.Stats class",
  /prebuilts/gdb/linux-x86/lib/python2.7/
cProfile.py 7 __all__ = ["run", "runctx", "help", "Profile"]
60 def help(): function
170 help="Save stats to <outfile>", default=None)
172 help="Sort order when printing to stdout, based on pstats.Stats class",
  /prebuilts/go/darwin-x86/src/cmd/go/internal/help/
help.go 5 // Package help implements the ``go help'' command.
6 package help package
22 // Help implements the 'help' command.
23 func Help(args []string) {
26 // not exit 2: succeeded at 'go help'.
30 fmt.Fprintf(os.Stderr, "usage: go help command\n\nToo many arguments given.\n")
31 os.Exit(2) // failed at 'go help'
36 // 'go help documentation' generates doc.go
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
c++filt.go 41 var help = flag.Bool("h", false, "Display help information") var
57 if *help {
  /prebuilts/go/linux-x86/src/cmd/go/internal/help/
help.go 5 // Package help implements the ``go help'' command.
6 package help package
22 // Help implements the 'help' command.
23 func Help(args []string) {
26 // not exit 2: succeeded at 'go help'.
30 fmt.Fprintf(os.Stderr, "usage: go help command\n\nToo many arguments given.\n")
31 os.Exit(2) // failed at 'go help'
36 // 'go help documentation' generates doc.go
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
c++filt.go 41 var help = flag.Bool("h", false, "Display help information") var
57 if *help {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
lvl_genvk.py 205 help='Specify an extension or extensions to add to targets') variable
207 help='Enable debugging') variable
209 help='Enable dump to stderr') variable
212 help='Write diagnostics to specified file') variable
215 help='Write errors and warnings to specified file instead of stderr') variable
217 help='Disable inclusion protection in output headers') variable
219 help='Enable profiling') variable
222 help='Use specified registry file instead of vk.xml') variable
224 help='Enable timing') variable
226 help='Enable group validation' variable
229 help='Create target and related files in specified directory') variable
231 help='Specify target') variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py 7 __all__ = ["run", "runctx", "help", "Profile"]
60 def help(): function
170 help="Save stats to <outfile>", default=None)
172 help="Sort order when printing to stdout, based on pstats.Stats class",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 7 __all__ = ["run", "runctx", "help", "Profile"]
60 def help(): function
170 help="Save stats to <outfile>", default=None)
172 help="Sort order when printing to stdout, based on pstats.Stats class",
  /system/sepolicy/tests/
searchpolicy.py 9 parser.add_argument("policy", help="Path to the SELinux policy to search.", nargs="?")
10 parser.add_argument("--libpath", dest="libpath", help="Path to the libsepolwrap.so", nargs="?")
14 help="Search allow rules.") variable
17 help="Source type/role of the TE/RBAC rule.") variable
19 help="Target type/role of the TE/RBAC rule.") variable
21 help="Comma separated list of object classes") variable
23 help="Comma separated list of permissions.") variable
  /tools/test/connectivity/acts/tests/google/tel/etc/
manage_sim.py 191 help='json file path', variable
197 help='(default) Append to the list of SIM entries', variable
202 help='Prune the list of SIM entries', variable
207 help='Dump a list of SIMs from devices', variable
229 -h, --help show this help message and exit
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
update_engine_performance_monitor.py 217 dest='verbose', help='print debug info to stderr')
220 help='maximum amount of time to monitor for') variable
222 dest='start_bg', help='start background instance '
226 help='stop running background instance and dump ' variable
  /external/autotest/site_utils/
dump_to_cloudsql.py 21 -h, --help show this help message and exit
260 help='text dump file containing MySQL commands') variable
262 help='either a Cloud SQL account:instance or a hostname') variable
264 help='resume dump at command NUM') variable
266 help='user (ignored for Cloud SQL)') variable
268 help='passwd (ignored for Cloud SQL)') variable
  /external/chromium-trace/
update.py 31 help='use a local catapult') variable
33 help='skip minification') variable
  /external/iproute2/rdma/
rdma.c 15 static void help(char *name) function
17 pr_out("Usage: %s [ OPTIONS ] OBJECT { COMMAND | help }\n"
18 "where OBJECT := { dev | link | help }\n"
24 help(rd->filename);
32 { "help", cmd_help },
85 { "help", no_argument, NULL, 'h' },
118 help(filename);
122 help(filename);
  /external/iproute2/tipc/
cmdl.h 33 void (*help)(struct cmdl *cmdl, char *media); member in struct:tipc_sup_media
40 void (*help)(struct cmdl *cmdl); member in struct:cmd
  /external/kmod/tools/
insmod.c 35 {"help", no_argument, 0, 'h'},
39 static void help(void) function
45 "\t-h, --help show this help\n",
91 help();
165 .help = "compat insmod command",
remove.c 32 {"help", no_argument, 0, 'h'},
36 static void help(void) function
41 "\t-h, --help show this help\n",
99 help();
149 .help = "remove module from kernel",
  /external/libedit/src/
map.h 58 el_bindings_t *help; /* The help for the editor functions */ member in struct:el_map_t
60 int nfunc; /* The number of functions/help items */
  /external/lisa/tools/analysis/
run_binder_throughput_analysis.py 127 help="cs: vary number of cs_pairs while control payload.\n" variable
131 help="Paths to files to read test output from.") variable
134 help="Out file to save dataframes.") variable
138 help="Vary client-server pairs as index.") variable
142 help="Vary payloads as index.") variable
  /external/ltp/testcases/kernel/device-drivers/block/block_dev_user/
block_dev.c 53 static void help(void) function
60 tst_parse_opts(argc, argv, options, help);
  /external/ltp/testcases/kernel/numa/
support_numa.c 51 static void help(void) function
182 help();
  /external/ltp/testcases/kernel/syscalls/mmap/
mmap001.c 67 static void help(void) function
88 tst_parse_opts(argc, argv, options, help);
mmap10.c 80 void help(void);
92 tst_parse_opts(argc, argv, options, help);
202 void help(void) function
  /external/ltp/testcases/kernel/syscalls/readdir/
readdir01.c 121 * steps are usually put in separate functions for clarity. The help function
125 void help();
157 tst_parse_opts(ac, av, options, &help);
267 * help
269 /* The custom help() function is really simple. Just write your help message to
270 * standard out. Your help function will be called after the standard options
273 void help(void) function

Completed in 508 milliseconds

1 2 3 4 5 67 8 91011>>