HomeSort by relevance Sort by last modified time
    Searched refs:usage (Results 276 - 300 of 837) sorted by null

<<11121314151617181920>>

  /frameworks/base/tools/aapt/
printapk.cpp 13 usage() function
16 "usage: apk APKFILE\n"
40 return usage();
  /sdk/eclipse/scripts/
gen_icon.py 31 usage()
34 def usage(): function
35 print """Usage: %s <file_name> <size> <circle-color> <border-color> <letter-color> <letter>""" % sys.argv[0]
  /system/bluetooth/brfpatch/
brfpatch.c 31 static void usage() { function
32 printf("Usage: brfpatch INPUT OUTPUT\n"
169 usage();
  /system/extras/tests/bionic/libc/common/
test_udp.c 26 usage(int code) function
28 printf("usage: %s [options]\n", PROGNAME);
72 usage(1);
  /external/kernel-headers/original/linux/
hid.h 184 * HID usage tables
346 unsigned usage[HID_MAX_USAGES]; /* usage array */ member in struct:hid_local
361 unsigned usage; member in struct:hid_collection
366 unsigned hid; /* hid usage code */
379 unsigned physical; /* physical usage for this field */
380 unsigned logical; /* logical usage for this field */
381 unsigned application; /* application usage for this field */
382 struct hid_usage *usage; /* usage table for this function * member in struct:hid_field
    [all...]
  /frameworks/base/tools/localize/
localize.cpp 553 usage() function
556 "usage: localize export OPTIONS CONFIGS...\n"
569 "usage: localize import XLIFF_FILE...\n"
574 "usage: localize xlb XMB_FILE VALUES_FILES...\n"
589 "usage: localize pseudo OPTIONS INFILE [OUTFILE]\n"
598 "usage: localize rescheck FILES...\n"
616 return usage();
650 return usage();
661 return usage();
665 return usage();
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/
Main.java 152 usage(null);
154 usage("Unknown argument: " + arg);
166 usage("Missing input or output JAR.");
249 * @param error The error that generated the usage, if any. Can be null.
251 private void usage(String error) { method in class:Main
256 System.out.println("Usage: mkstub [--h|--s|--v] input.jar output.jar [excluded-class @excluded-classes-file ...]");
259 " --h | --help : print this usage.\n" +
  /device/samsung/crespo/include/
hal_public.h 82 /* This is used for buffer usage validation when locking a buffer,
85 int usage; member in struct:__anon1411
  /external/bison/build-aux/
install-sh 73 usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
112 --help) echo "$usage"; exit $?;;
  /external/blktrace/btt/
args.c 238 static void usage(char *prog) function
240 fprintf(stderr, "Usage: %s %s %s", prog, bt_timeline_version,
309 usage(argv[0]);
382 usage(argv[0]);
388 usage(argv[0]);
  /external/bluetooth/bluez/sbc/
sbcenc.c 206 static void usage(void) function
211 printf("Usage:\n"
248 usage();
289 usage();
299 usage();
  /external/dbus/tools/
dbus-monitor.c 208 usage (char *name, int ecode) function
210 fprintf (stderr, "Usage: %s [--system | --session | --address ADDRESS] [--monitor | --profile ] [watch expressions]\n", name);
261 usage (argv[0], 1);
264 usage (argv[0], 0);
272 usage (argv[0], 1);
  /external/genext2fs/
install-sh 73 usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
112 --help) echo "$usage"; exit $?;;
  /external/grub/
install-sh 73 usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
112 --help) echo "$usage"; exit 0;;
  /external/icu4c/extra/uconv/
uconv.cpp 1061 static void usage(const char *pname, int ecode) { function
    [all...]
  /external/iproute2/ip/
iptuntap.c 35 static void usage(void) __attribute__((noreturn));
37 static void usage(void) function
39 fprintf(stderr, "Usage: ip tuntap { add | del } [ dev PHYS_DEV ] \n");
178 usage();
316 usage();
  /external/iproute2/tc/
tc.c 209 static void usage(void) function
211 fprintf(stderr, "Usage: tc [ OPTIONS ] OBJECT { COMMAND | help }\n"
239 usage();
320 usage();
343 usage();
  /external/libffi/
install-sh 73 usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
112 --help) echo "$usage"; exit 0;;
  /external/libvpx/
docs.mk 19 usage.dox \
  /external/llvm/autoconf/
install-sh 73 usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
112 --help) echo "$usage"; exit 0;;
  /external/llvm/projects/sample/autoconf/
install-sh 73 usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
112 --help) echo "$usage"; exit 0;;
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 37 "usage" value is a floating point value on the range [0,max] which is
71 float *usage)
112 The frame usage is measured as the percentage of the swap period elapsed
121 glXSwapBuffersMscOML. The frame usage in this case is less than 1.0 if
123 1.0 otherwise. The actual usage value is based on the divisor and is
128 float *usage)
130 glXGetFrameUsageMESA returns a floating-point value in <usage>
131 that represents the current swap usage, as defined above.
161 swaps that missed the specified frame. The frame usage for the
  /external/webkit/Source/WebKit/android/jni/
WebStorage.cpp 87 unsigned long long usage = WebCore::DatabaseTracker::tracker().usageForOrigin(securityOrigin.get()); local
90 return usage;
99 usage += cacheSize;
102 return usage;
  /external/webkit/Source/WebKit/scripts/
generate-webkitversion.pl 44 my $usage = "generate-webkitversion --config WebKit/mac/Configurations/Version.xcconfig --outputDir <outputdir>";
  /frameworks/base/cmds/stagefright/
recordvideo.cpp 32 // Print usage showing how to use this utility to record videos
33 static void usage(const char *me) { function
34 fprintf(stderr, "usage: %s\n", me);
180 usage(argv[0]);
231 usage(argv[0]);
239 usage(argv[0]);

Completed in 900 milliseconds

<<11121314151617181920>>