HomeSort by relevance Sort by last modified time
    Searched refs:usage (Results 226 - 250 of 551) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/bluez/tools/
dfutool.c 314 static void usage(void);
330 usage();
431 usage();
601 usage();
722 static void usage(void) function
728 printf("Usage:\n"
763 usage();
776 usage();
789 usage();
  /external/dropbear/libtomcrypt/demos/
encrypt.c 14 int usage(char *name) function
18 printf("Usage: %s [-d](ecrypt) cipher infile outfile\nCiphers:\n", name);
111 return usage(argv[0]);
  /external/e2fsprogs/misc/
lsattr.c 71 static void usage(void) function
73 fprintf(stderr, _("Usage: %s [-RVadlv] [files...]\n"), program_name);
189 usage();
  /external/iproute2/tc/
m_nat.c 29 fprintf(stderr, "Usage: ... nat NAT\n"
37 usage(void) function
108 usage();
m_skbedit.c 34 fprintf(stderr, "Usage: ... skbedit "
41 usage(void) function
84 usage();
q_drr.c 28 fprintf(stderr, "Usage: ... drr\n");
33 fprintf(stderr, "Usage: ... drr quantum SIZE\n");
36 #define usage() return(-1) macro
q_prio.c 28 fprintf(stderr, "Usage: ... prio bands NUMBER priomap P1 P2...[multiqueue]\n");
31 #define usage() return(-1) macro
q_rr.c 28 fprintf(stderr, "Usage: ... rr bands NUMBER priomap P1 P2... [multiqueue]\n");
31 #define usage() return(-1) macro
q_sfq.c 28 fprintf(stderr, "Usage: ... sfq [ limit NUMBER ] [ perturb SECS ] [ quantum BYTES ]\n");
31 #define usage() return(-1) macro
  /external/ipsec-tools/src/racoon/
plainrsa-gen.c 65 usage (char *argv0) function
70 fprintf(stderr, "Usage: %s [options]\n", argv0);
183 usage(argv[0]);
  /external/webkit/SunSpider/
sunspider-compare-results 38 my $usage = <<EOF;
39 Usage: $programName --shell=[path] [options] FILE FILE
63 print STDERR $usage;
  /external/webkit/WebKit/mac/Storage/
WebSecurityOrigin.mm 72 - (unsigned long long)usage
91 // If the quota is set to a value lower than the current usage, that quota will "stick" but no data will be purged to meet the new quota.
  /external/webkit/WebKitTools/Scripts/
run-sunspider 53 my $usage = <<EOF;
54 Usage: $programName [options] [options to pass to build system]
83 print STDERR $usage;
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
build.com 4 $! usage:
  /frameworks/base/include/ui/egl/
android_natives.h 185 * native_window_set_usage() sets the intended usage flags for the next
187 * By default (if this function is never called), a usage of
195 android_native_window_t* window, int usage)
197 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage);
  /frameworks/base/media/libmedia/
IAudioPolicyService.cpp 103 virtual status_t setForceUse(AudioSystem::force_use usage, AudioSystem::forced_config config)
107 data.writeInt32(static_cast <uint32_t>(usage));
113 virtual AudioSystem::forced_config getForceUse(AudioSystem::force_use usage)
117 data.writeInt32(static_cast <uint32_t>(usage));
289 AudioSystem::force_use usage = static_cast <AudioSystem::force_use>(data.readInt32()); local
291 reply->writeInt32(static_cast <uint32_t>(setForceUse(usage, config)));
297 AudioSystem::force_use usage = static_cast <AudioSystem::force_use>(data.readInt32()); local
298 reply->writeInt32(static_cast <uint32_t>(getForceUse(usage)));
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 75 // force using a specific device category for the specified usage
76 virtual void setForceUse(AudioSystem::force_use usage, AudioSystem::forced_config config) = 0;
77 // retreive current device category forced for a given usage
78 virtual AudioSystem::forced_config getForceUse(AudioSystem::force_use usage) = 0;
  /hardware/ril/rild/
rild.c 41 static void usage(const char *argv0) function
43 fprintf(stderr, "Usage: %s -l <ril impl library> [-- <args for impl library>]\n", argv0);
120 usage(argv[0]);
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 23 See usage() below.
48 # Prints a usage summary
49 def usage(error=None): function
56 Usage:
69 # after printing the error and the usage.
100 usage(error)
  /system/bluetooth/data/
auto_pairing.conf 21 // Blacklisting by addition of the address during usage
  /system/core/toolbox/
top.c 107 static void usage(char *cmd);
122 usage(argv[0]);
131 usage(argv[0]);
140 usage(argv[0]);
149 usage(argv[0]);
162 usage(argv[0]);
166 usage(argv[0]);
563 static void usage(char *cmd) { function
564 fprintf(stderr, "Usage: %s [ -m max_procs ] [ -n iterations ] [ -d delay ] [ -s sort_column ] [ -t ] [ -h ]\n"
  /bionic/libc/tools/
genserv.py 6 def usage(): function
8 usage: genserv < /etc/services > netbsd/net/services.h
  /development/tools/apkcheck/src/com/android/apkcheck/
ApkCheck.java 62 usage(); method
70 usage(); method
102 args[idx] + " (use \"--help\" for usage info)");
110 usage(); method
141 * Prints usage statement.
143 static void usage() { method in class:ApkCheck
146 System.err.println("Usage: apkcheck [options] public-api.xml apk1.xml ...\n");
  /external/bluetooth/bluez/test/
scotest.c 333 static void usage(void) function
336 "Usage:\n");
384 usage();
390 usage();
396 usage();
  /external/icu4c/tools/ctestfw/unicode/
uperf.h 117 virtual void usage( void ) ;

Completed in 312 milliseconds

1 2 3 4 5 6 7 8 91011>>