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

1 2 34 5 6 7 8 91011>>

  /system/libvintf/
assemble_vintf_main.cpp 25 void help() { function
29 " Display this help text.\n"
128 help();
  /toolchain/binutils/binutils-2.27/binutils/
objdump.h 33 /* Help displayed for --help. */
34 void (*help)(FILE *stream); member in struct:objdump_private_desc
  /build/make/tools/
parsedeps.py 75 def help(): function
84 help="Interactive mode")
142 help()
  /build/soong/ui/build/
build.go 106 func help(ctx Context, config Config, what int) { func
107 cmd := Command(ctx, config, "help.sh", "build/make/help.sh")
125 if inList("help", config.Arguments()) {
126 help(ctx, config, what)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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",
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
BinToPcd.py 23 # Globals for help information
67 help = "Input binary filename", required = True)
69 help = "Output filename for PCD value or PCD statement") variable
71 help = "Name of the PCD in the form <PcdTokenSpaceGuidCName>.<PcdCName>") variable
73 help = "PCD statement type (HII or VPD). Default is standard.") variable
75 help = "Maximum size of the PCD. Ignored with --type HII.") variable
77 help = "VPD offset if --type is VPD. UEFI Variable offset if --type is HII.") variable
79 help = "UEFI variable name. Only used with --type HII.") variable
81 help = "UEFI variable GUID C name. Only used with --type HII.") variable
83 help = "Increase output messages") variable
85 help = "Reduce output messages") variable
87 help = "Set debug level") variable
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenPatchPcdTable/
GenPatchPcdTable.py 192 help='Absolute path of module map file.') variable
194 help='Absolute path of EFI binary file.') variable
196 help='Absolute path of output file to store the got patchable PCD table.') variable
  /external/autotest/client/cros/multimedia/
multimedia_xmlrpc_server.py 107 help=('create a debug console with a ServerProxy "s" ' variable
  /external/autotest/venv/lucifer/cmd/
job_reporter.py 56 help='Path to job leases directory.')
58 help='Path to lucifer_run_job binary')
60 help='Path to lucifer_watcher binary')
64 help='Autotest Job ID')
66 help='Lucifer level')
67 parser.add_argument('--autoserv-exit', type=int, default=None, help='''
72 help='Whether to gather logs' variable
75 help='Number of tests failed' variable
78 help='Path to job leases directory.') variable
  /external/eigen/bench/spbench/
spbenchsolver.cpp 15 cout<< " -h or --help \n print this help and return\n\n";
25 bool help = ( get_options(argc, args, "-h") || get_options(argc, args, "--help") ); local
26 if(help) {
37 std::cerr << " Run with --help to see the list of all the available options \n";
  /external/kmod/tools/
insert.c 32 {"help", no_argument, 0, 'h'},
36 static void help(void) function
41 "\t-h, --help show this help\n",
73 help();
127 .help = "insert a module into the kernel",
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer 185 help() { function
235 # OK, run it for help output...
323 "-h"*) help; exit 0
325 "--h"*) help; exit 0
411 if ultravnc_dsm_helper -help 2>&1 | grep -w showcert >/dev/null; then
419 if ultravnc_dsm_helper -help 2>&1 | grep -iw ipv6 >/dev/null; then
    [all...]
  /external/linux-kselftest/tools/testing/selftests/tc-testing/
tdc_batch.py 12 parser.add_argument("device", help="device name")
13 parser.add_argument("file", help="batch file name")
15 help="how many lines in batch file") variable
17 help="skip_sw (offload), by default skip_hw", variable
20 help="all filters share the same action", variable
23 help="all filters have different prio", variable
  /external/lisa/experiments/power/eas/
run_cpu_frequency.py 40 help='prefix for out directory') variable
44 help='continue previous experiment with same prefix') variable
48 help='Duration of test (default 30s)') variable
51 help='Serial number of device to test') variable
  /external/lisa/experiments/
run_binder_throughput.py 76 help="cs: vary number of cs_pairs while control payload.\n" variable
79 help="The kernel image used for running the test.") variable
82 help="cpus on which to run the tests.") variable
85 help="Number of iterations to run the transaction.") variable
89 help="Varying client-server pairs.") variable
91 help="Fixed payload in varying cs pairs.") variable
95 help="Varying payloads.") variable
97 help="Fixed single cs pair in varying payload.") variable
run_jankbench.py 38 help='prefix for out directory') variable
41 help='what to collect (default systrace)') variable
45 help='which test to run') variable
49 help='Number of times to repeat the tests per run (default 10)') variable
52 help='Serial number of device to test') variable
55 help='Run all tests') variable
58 help='Rebuild and reinstall test apks') variable
62 help='Flag to reimage target device (kernel-update kernel image | all-update complete android image)') variable
66 help='Path to kernel source directory. Required if reimage option is used') variable
run_sysui.py 38 help='prefix for out directory') variable
41 help='what to collect (default systrace)') variable
45 help='which test to run') variable
49 help='Duration of test (default 30s)') variable
53 help='Duration of test (default 5s)') variable
56 help='Serial number of device to test') variable
59 help='Run all tests') variable
run_uibench.py 38 help='prefix for out directory') variable
41 help='what to collect (default systrace)') variable
45 help='which test to run') variable
49 help='Number of times to repeat the tests per run (default 10)') variable
52 help='Serial number of device to test') variable
55 help='Run all tests') variable
58 help='Rebuild and reinstall test apks') variable
62 help='Flag to reimage target device (kernel-update kernel image | all-update complete android image)') variable
66 help='Path to kernel source directory. Required if reimage option is used') variable
run_uibench_cgroup.py 43 help='prefix for out directory') variable
46 help='what to collect (default systrace)') variable
50 help='which test to run') variable
54 help='Number of times to repeat the tests per run (default 10)') variable
57 help='Serial number of device to test') variable
  /external/lisa/tools/analysis/
run_binder_transaction_analysis.py 84 help="Directory that contains trace.html.") variable
87 help="Analysis type. Available options: 'queue'" variable
91 help="Threshold above which a task or buffer will be" variable
  /external/lisa/tools/
plots.py 49 help='Folder containing experimental results') variable
52 help='A single output folder we want to produce plots for') variable
55 help='Minimum timestamp for all plots') variable
58 help='Maximum timestamp for all plots') variable
61 help='List of plots to produce (all,') variable
  /external/lisa/tools/scripts/
framestats_analysis.py 130 help="The test directory to read from. (default \
133 help="The directory that provides baseline test to \
136 help="Amount to filter noise in average values") variable
138 help="Verbose output") variable
131 LISA_HOME\/restuls\/UiBench_deafult)") variable
134 compare against") variable
  /external/ltp/testcases/kernel/device-drivers/rtc/
rtc01.c 49 static void help(void) function
225 tst_parse_opts(argc, argv, options, help);
  /external/ltp/testcases/kernel/syscalls/link/
link03.c 51 static void help(void);
75 tst_parse_opts(ac, av, options, &help);
147 static void help(void) function
link05.c 51 static void help(void);
76 tst_parse_opts(ac, av, options, &help);
141 static void help(void) function

Completed in 458 milliseconds

1 2 34 5 6 7 8 91011>>