/system/core/logwrapper/ |
logwrapper.c | 33 void usage() { function 35 "Usage: logwrapper [-a] [-d] [-k] BINARY [ARGS ...]\n" 72 usage(); 79 usage();
|
/system/core/toolbox/ |
chcon.c | 12 fprintf(stderr, "usage: %s context path...\n", argv[0]);
|
chmod.c | 48 static int usage() function 50 fprintf(stderr, "Usage: chmod [OPTION] <MODE> <FILE>\n"); 62 return usage(); 69 return usage();
|
restorecon.c | 17 static void usage(void) function 19 fprintf(stderr, "usage: %s [-nrRv] pathname...\n", progname); 77 usage(); 84 usage();
|
rm.c | 13 static int usage() function 15 fprintf(stderr,"Usage: rm [-rR] [-f] <target>\n"); 76 return usage(); 95 usage();
|
runcon.c | 13 fprintf(stderr, "usage: %s context program args...\n", argv[0]);
|
/system/extras/librank/ |
librank.c | 36 pm_memusage_t usage; member in struct:mapping_info 48 static void usage(char *myname); 143 pm_memusage_zero(&mapping->usage); 197 usage(argv[0]); 209 if (!strcmp(argv[i], "-h")) { usage(argv[0]); exit(0); } 211 usage(argv[0]); 258 fprintf(stderr, "Error getting map memory usage of " 263 pm_memusage_add(&mi->usage, &map_usage); 285 mi->usage.vss / 1024, 286 mi->usage.rss / 1024 299 static void usage(char *myname) { function [all...] |
/system/extras/tests/storage/ |
wipe_blkdev.c | 73 static void usage(void) function 75 fprintf(stderr, "Usage: wipe_blkdev [-s] <partition>\n"); 89 usage(); 97 usage();
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
VertexBuffer.java | 122 * If used with software skinning, the usage should be 123 * {@link Usage#CpuOnly}, and the buffer should be allocated 131 * If used with software skinning, the usage should be 132 * {@link Usage#CpuOnly}, and the buffer should be allocated 139 * If used with software skinning, the usage should be 140 * {@link Usage#CpuOnly}, and the buffer should be allocated 147 * If used with software skinning, the usage should be 148 * {@link Usage#CpuOnly}, and the buffer should be allocated 191 * If used with software skinning, the usage should be 192 * {@link Usage#CpuOnly}, and the buffer should be allocate 311 protected Usage usage; field in class:VertexBuffer [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
MsgMgr.java | 88 * @xsl.usage internal 104 * @xsl.usage internal 122 * @xsl.usage internal 141 * @xsl.usage internal 181 * @xsl.usage internal 193 * @xsl.usage internal 210 * @xsl.usage internal 227 * @xsl.usage internal 245 * @xsl.usage internal 276 * @xsl.usage interna [all...] |
/hardware/libhardware/modules/gralloc/ |
gralloc.cpp | 48 size_t size, int usage, buffer_handle_t* pHandle); 59 buffer_handle_t handle, int usage, 105 size_t size, int usage, buffer_handle_t* pHandle) 127 int newUsage = (usage & ~GRALLOC_USAGE_HW_FB) | GRALLOC_USAGE_HW_2D; 158 size_t size, int usage, buffer_handle_t* pHandle) 163 int err = gralloc_alloc_framebuffer_locked(dev, size, usage, pHandle); 169 size_t size, int usage, buffer_handle_t* pHandle) 200 int w, int h, int format, int usage, 233 if (usage & GRALLOC_USAGE_HW_FB) { 234 err = gralloc_alloc_framebuffer(dev, size, usage, pHandle) [all...] |
/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...] |
/external/jpeg/ |
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/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...] |
/build/tools/check_prereq/ |
check_prereq.c | 28 usage: 29 fprintf(stderr, "usage: %s <timestamp>\n", argv[0]);
|
/docs/source.android.com/src/devices/tech/datausage/ |
usage-cycle-resets-dates.jd | 1 page.title=Usage Cycle Reset Dates 19 <p>Users can specify a day of month upon which their data usage
|
/external/antlr/antlr-3.4/runtime/Perl5/tools/ |
port.pl | 86 help: Describe the usage of this program or its subcommands. 87 Usage: help [SUBCOMMAND...] 98 Usage: port <subcommand> [options] [args] 110 Usage: add PATH... 135 usage: status [PATH...] label 163 say "Type 'port help' for usage."; 168 say "Type 'port help' for usage."; 182 =head1 USAGE
|
/external/e2fsprogs/e2fsck/ |
extend.c | 19 static void usage(char *progname) function 36 usage(argv[0]);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
mysql-users.dump | 13 GRANT USAGE ON *.* TO 'dbaccessrw'@'localhost' IDENTIFIED BY 'dbaccessrwpassword' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0; 18 GRANT USAGE ON *.* TO 'dbaccessro'@'%eclipse.org' IDENTIFIED BY 'dbaccessropassword' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0;
|
/external/icu4c/samples/ufortune/ |
ufortune.c | 82 * -? or --help display a usage line 138 * Display any command line option usage errors and/or the 139 * usage help message. These messages come from our resource bundle. 153 const UChar *usage; local 156 usage = ures_getStringByKey(myResources, "usage", &len, &err); 158 fprintf(stderr, "%s: ures_getStringByKey(\"usage\") failed, %s\n", programName, u_errorName(err)); 161 u_file_write(usage, len, u_stdout);
|
/external/libvorbis/lib/ |
tone.c | 6 void usage(){ function 16 if(argc<2)usage();
|
/external/linux-tools-perf/util/ |
usage.c | 17 fprintf(stderr, "\n Usage: %s\n", err); 49 void usage(const char *err) function
|
/external/skia/include/images/ |
SkImageRef_GlobalPool.h | 39 amount actually freed may not always result in a ram usage value <= 41 chunky nature of the cache, the resulting usage may be < the requested
|
/external/skia/legacy/include/images/ |
SkImageRef_GlobalPool.h | 45 amount actually freed may not always result in a ram usage value <= 47 chunky nature of the cache, the resulting usage may be < the requested
|
/external/skia/src/gpu/gl/debug/ |
GrBufferObj.h | 49 void setUsage(GrGLint usage) { fUsage = usage; }
|