HomeSort by relevance Sort by last modified time
    Searched defs:usage (Results 176 - 200 of 2042) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/minijail/tools/
generate_seccomp_policy.py 69 def usage(argv): function
166 usage(sys.argv)
  /external/syslinux/com32/modules/
host.c 14 static inline void usage(const char *s) function
16 fprintf(stderr, "Usage: %s hostname [, hostname_1, hostname_2, ...]\n", s);
27 usage(argv[0]);
  /external/vboot_reference/scripts/image_signing/
sign_firmware.sh 17 usage() { function
19 Usage: $0 <input_firmware> <key_dir> <output_firmware> [firmware_version] \
106 usage
  /prebuilts/go/darwin-x86/src/cmd/objdump/
main.go 7 // Usage:
15 // Alternate usage:
50 func usage() { func
51 fmt.Fprintf(os.Stderr, "usage: go tool objdump [-S] [-s symregexp] binary [start end]\n\n")
60 flag.Usage = usage
63 usage()
86 usage()
  /prebuilts/go/linux-x86/src/cmd/objdump/
main.go 7 // Usage:
15 // Alternate usage:
50 func usage() { func
51 fmt.Fprintf(os.Stderr, "usage: go tool objdump [-S] [-s symregexp] binary [start end]\n\n")
60 flag.Usage = usage
63 usage()
86 usage()
  /toolchain/binutils/binutils-2.27/etc/
texi2pod.pl 63 usage();
67 usage();
354 sub usage subroutine
356 die "usage: $0 [-D toggle...] [infile [outfile]]\n";
  /bionic/libc/kernel/tools/
clean_header.py 128 def usage(): function
130 usage: %s [options] <header_path>
152 usage()
168 usage()
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
FragmentTestActivity.java 16 package android.app.usage.cts;
20 import android.app.usage.cts.R;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
throughput.py 5 # Usage:
25 usage()
31 usage()
34 def usage(): function
36 print 'Usage: (on host_A) throughput -s [port]'
64 usage()
udpecho.py 5 # Usage: udpecho -s [port] (to start a server)
16 usage()
22 usage()
24 def usage(): function
26 print 'Usage: udpecho -s [port] (server)'
45 usage()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
msgfmt.py 11 Usage: msgfmt.py [OPTIONS] filename.po
41 def usage(code, msg=''):
208 usage(1, msg)
214 usage(0)
40 def usage(code, msg=''): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
db2pickle.py 47 def usage(): function
56 usage()
60 usage()
fixnotice.py 10 Usage: fixnotices.py [options] [filenames]
39 See the file "Misc/COPYRIGHT" for information on usage and
52 def usage(code, msg=''): function
66 usage(1, msg)
70 usage(0)
pickle2db.py 52 def usage(): function
61 usage()
65 usage()
  /external/autotest/client/bin/
autotest 24 parser = OptionParser(usage='Usage: %prog [options] <control-file>')
70 def usage(): function
79 usage()
  /external/autotest/client/cros/cellular/
labconfig_write_stanzas 12 def usage(message=''): function
49 usage()
53 usage('Could not find cell %s\n' % cell)
  /external/autotest/client/cros/scripts/
profile 13 def usage(): function
14 """ Prints a script usage message. """
16 print 'Usage: %s <command> [more parameters]' % cmd
62 return usage()
118 return usage()
142 return usage()
166 return usage()
  /external/autotest/client/site_tests/security_Minijail_seccomp/src/
open.c 11 void usage(const char *comm) { function
12 fprintf(stderr, "Usage: %s <access mode>\n", comm);
19 usage(argv[0]);
25 usage(argv[0]);
46 usage(argv[0]);
  /external/autotest/site_utils/bootperf-bin/
bootperf 82 # Usage/help function. This function is known to the shflags library,
86 usage: $(basename $0) [ <options> ] <ip-address> [ <count> ]
120 usage() { function
196 usage "Missing target host address"
198 usage "Too many arguments"
208 usage "Unable to create ${FLAGS_output_dir}"
212 usage "No permissions to chdir to ${FLAGS_output_dir}"
217 usage
226 usage "<count> argument must be a positive number"
241 usage
    [all...]
  /external/boringssl/src/fipstools/
cavp_main.cc 27 static int usage(char *arg) { function
28 fprintf(stderr, "usage: %s <validation suite> <args ...>\n", arg);
61 return usage(argv[0]);
72 return usage(argv[0]);
  /external/icu/icu4c/source/tools/
icu-svnprops-check.py 16 # usage:
21 # -h | --help Print a usage line and exit.
95 def usage(): function
96 print "usage: " + sys.argv[0] + " [-f | --fix] [-h | --help]"
143 usage()
147 usage()
153 usage()
  /external/junit-params/src/test/java/junitparams/usage/person_example/
PersonType.java 1 package junitparams.usage.person_example;
  /external/libcap/progs/
getpcaps.c 14 static void usage(void) function
17 "usage: getcaps <pid> [<pid> ...]\n\n"
30 usage();
  /external/libevent/test/
test.sh 149 usage() function
171 ?*) usage && exit 1;;
  /external/linux-kselftest/tools/testing/selftests/gpio/
gpio-mockup.sh 18 usage() function
20 echo "Usage:"
29 echo "This usage"
125 usage

Completed in 395 milliseconds

1 2 3 4 5 6 78 91011>>