HomeSort by relevance Sort by last modified time
    Searched defs:usage (Results 301 - 325 of 764) sorted by null

<<11121314151617181920>>

  /external/openssl/
import_openssl.sh 41 function usage() { function
47 echo "Usage:"
81 shift || usage "No command specified. Try import, regenerate, or generate."
84 shift || usage "No tar file specified."
88 shift || usage "No patch file specified."
89 [ -d $OPENSSL_DIR ] || usage "$OPENSSL_DIR not found, did you mean to use generate?"
90 [ -d $OPENSSL_DIR_ORIG ] || usage "$OPENSSL_DIR_ORIG not found, did you mean to use generate?"
94 shift || usage "No patch file specified."
96 shift || usage "No tar file specified."
99 usage "Unknown command specified $command. Try import, regenerate, or generate.
    [all...]
  /external/oprofile/libdb/tests/
db_test.c 36 struct rusage usage; local
38 getrusage(RUSAGE_SELF, &usage);
40 return (usage.ru_utime.tv_sec + usage.ru_stime.tv_sec) * 1E9 +
41 ((usage.ru_utime.tv_usec + usage.ru_stime.tv_usec)) * 1000;
  /external/ppp/pppd/
srp-entry.c 20 * Usage:
86 usage(void) function
88 (void) fprintf(stderr, "Usage:\n\t%s [-i index] [clientname]\n",
116 usage();
  /external/qemu/distrib/jpeg-6b/
jpegtran.c 45 usage (void) function
48 fprintf(stderr, "usage: %s [switches] ", progname);
103 usage();
166 usage();
174 usage();
191 usage();
197 usage();
213 usage();
215 usage();
233 usage();
    [all...]
  /external/scrypt/
import_scrypt.sh 44 function usage() { function
50 echo "Usage:"
84 shift || usage "No command specified. Try import, regenerate, or generate."
87 shift || usage "No tar file specified."
91 shift || usage "No patch file specified."
92 [ -d $SCRYPT_DIR ] || usage "$SCRYPT_DIR not found, did you mean to use generate?"
93 [ -d $SCRYPT_DIR_ORIG_ORIG ] || usage "$SCRYPT_DIR_ORIG not found, did you mean to use generate?"
97 shift || usage "No patch file specified."
99 shift || usage "No tar file specified."
102 usage "Unknown command specified $command. Try import, regenerate, or generate.
    [all...]
  /external/skia/bench/
check_bench_regressions.py 21 def usage(): function
22 """Prints simple usage information."""
171 usage()
193 usage()
196 usage()
200 usage()
  /external/skia/src/pdf/
SkPDFDocument.cpp 33 SkPDFGlyphSetMap usage; local
35 usage.merge(pages[i]->getFontGlyphUsage());
37 SkPDFGlyphSetMap::F2BIter iterator(usage);
  /external/skia/tools/
skdiff_image.cpp 82 static void usage (char * argv0) { function
85 "Usage: \n"
189 usage(argv[0]);
226 usage(argv[0]);
241 usage(argv[0]);
247 usage(argv[0]);
252 usage(argv[0]);
  /external/smack/src/org/xbill/DNS/tests/
xfrin.java 11 usage(String s) { method in class:xfrin
13 System.out.println("usage: xfrin [-i serial] [-k keyname/secret] " +
33 usage("invalid serial number");
38 usage("invalid key");
46 usage("invalid port");
50 usage("invalid option");
57 usage("no zone name specified");
  /external/srtp/test/
rdbx_driver.c 64 usage(char *prog_name) { function
65 printf("usage: %s [ -t | -v ]\n", prog_name);
90 usage(argv[0]);
99 usage(argv[0]);
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_connect.py 15 def usage(): function
16 print "Usage:"
161 usage()
175 usage()
182 usage()
198 usage()
239 usage()
246 usage()
272 usage()
278 usage()
    [all...]
  /frameworks/native/cmds/screenshot/
screenshot.c 98 void usage() { function
100 "usage: screenshot [-s soundfile] filename.png\n"
121 usage(); exit(1);
128 usage(); exit(1);
  /frameworks/native/include/ui/
GraphicBufferAllocator.h 65 status_t alloc(uint32_t w, uint32_t h, PixelFormat format, int usage,
79 uint32_t usage; member in struct:android::GraphicBufferAllocator::alloc_rec_t
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofBinaryToAscii.java 51 usage("binary hprof file argument expected");
56 usage("file " + file + " does not exist");
172 * Prints usage error but does not exit.
174 private static void usage(String error) { method in class:HprofBinaryToAscii
178 System.out.println("usage: HprofBinaryToAscii <binary-hprof-file>");
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 90 static void usage P_((int));
109 static void usage P_((int));
111 usage(status) function
123 Usage: %s [OPTION]... {script-only-if-no-other-script} [input-file]...\n\
293 usage(4);
300 usage(4);
331 usage(0);
333 usage(4);
345 usage(4);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 78 def usage(): function
158 return usage()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetypes.py 554 USAGE = """\
555 Usage: mimetypes.py [options] type
566 def usage(code, msg=''): function
567 print USAGE
575 usage(1, msg)
581 usage(0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 78 def usage(): function
158 return usage()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetypes.py 554 USAGE = """\
555 Usage: mimetypes.py [options] type
566 def usage(code, msg=''): function
567 print USAGE
575 usage(1, msg)
581 usage(0)
  /system/core/fastboot/
usbtest.c 140 int usage(void) function
144 fprintf(stderr,"usage: usbtest <testname>\n\navailable tests:\n");
184 return usage();
211 return usage();
  /system/core/netcfg/
netcfg.c 45 void usage(void) function
47 fprintf(stderr,"usage: netcfg [<interface> {dhcp|up|down}]\n");
151 if(argc < 3) usage();
154 if(strlen(iname) > 16) usage();
181 usage();
  /system/extras/ext4_utils/
ext2simg.c 46 static void usage(char *path) function
206 usage(argv[0]);
214 usage(argv[0]);
222 usage(argv[0]);
  /system/extras/kexec_tools/
kexecload.c 50 void usage(void) function
53 "usage: kexecload [ <option> ] <atags path> <kernel path>\n"
98 usage();
114 usage();
  /system/extras/tests/bionic/libc/other/
test_zlib.c 148 static void usage(void) function
150 fprintf(stderr, "usage: test_zlib [options] filename [filename2 ...]\n" );
184 usage();
192 usage();
211 usage();
  /system/extras/tests/memtest/
memtest.cpp 39 static void usage(char* p) { function
40 printf("Usage: %s <test> <options>\n"
99 usage(argv[0]);
110 usage(argv[0]);

Completed in 2222 milliseconds

<<11121314151617181920>>