/packages/apps/Launcher3/util/com/android/launcher3/ |
DecoderRing.java | 108 usage(args); 120 usage(args); 126 usage(args); 327 private static void usage(String[] args) { method in class:DecoderRing
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 46 void usage(string name) { function 60 cerr << "Usage: " << name << " [options] image_list.txt" << endl; 104 usage(argv[0]); 348 usage(progname); 373 usage(progname); 382 usage(progname); 395 usage(progname);
|
/prebuilts/python/darwin-x86/2.7.5/bin/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 98 def usage(code, msg=''): function 475 usage(1, e) 480 usage(0) 502 usage(1, 'Invalid arguments: %s' % COMMASPACE.join(args)) 507 usage(1, 'Bad local spec: %s' % localspec) 512 usage(1, 'Bad local port: %s' % localspec) 515 usage(1, 'Bad remote spec: %s' % remotespec) 520 usage(1, 'Bad remote port: %s' % remotespec)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 98 def usage(code, msg=''): function 475 usage(1, e) 480 usage(0) 502 usage(1, 'Invalid arguments: %s' % COMMASPACE.join(args)) 507 usage(1, 'Bad local spec: %s' % localspec) 512 usage(1, 'Bad local port: %s' % localspec) 515 usage(1, 'Bad remote spec: %s' % remotespec) 520 usage(1, 'Bad remote port: %s' % remotespec)
|
trace.py | 83 def usage(outfile): function 84 outfile.write("""Usage: %s [OPTIONS] <file> [ARGS] 695 usage(sys.stdout)
|
/prebuilts/python/linux-x86/2.7.5/bin/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 98 def usage(code, msg=''): function 475 usage(1, e) 480 usage(0) 502 usage(1, 'Invalid arguments: %s' % COMMASPACE.join(args)) 507 usage(1, 'Bad local spec: %s' % localspec) 512 usage(1, 'Bad local port: %s' % localspec) 515 usage(1, 'Bad remote spec: %s' % remotespec) 520 usage(1, 'Bad remote port: %s' % remotespec)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 98 def usage(code, msg=''): function 475 usage(1, e) 480 usage(0) 502 usage(1, 'Invalid arguments: %s' % COMMASPACE.join(args)) 507 usage(1, 'Bad local spec: %s' % localspec) 512 usage(1, 'Bad local port: %s' % localspec) 515 usage(1, 'Bad remote spec: %s' % remotespec) 520 usage(1, 'Bad remote port: %s' % remotespec)
|
trace.py | 83 def usage(outfile): function 84 outfile.write("""Usage: %s [OPTIONS] <file> [ARGS] 695 usage(sys.stdout)
|
/sdk/emulator/mksdcard/ |
mksdcard.c | 30 * usage: mksdcard [-l label] <size> <filename> 207 static void usage (void) function 210 fprintf(stderr, "usage: mksdcard [-l label] <size> <file>\n\n"); 241 usage(); 248 usage(); 253 usage(); 258 usage(); 270 usage(); 273 usage();
|
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
triangleCM.cpp | 107 void usage(const char *progname) function 109 fprintf(stderr, "usage: %s [-n <nframes> -i -h]\n", progname);
|
/system/core/debuggerd/ |
debuggerd.c | 507 static void usage() { function 508 fputs("Usage: -b [<tid>]\n" 530 usage(); 535 usage();
|
/system/core/gpttool/ |
gpttool.c | 148 int usage(void) function 151 "usage: gpttool write <disk> [ <partition> ]*\n" 265 return usage(); 269 return usage(); 281 return usage();
|
/system/core/toolbox/ |
vmstat.c | 70 static void usage(char *cmd); 108 usage(argv[0]); 112 usage(argv[0]); 239 static void usage(char *cmd) { function 240 fprintf(stderr, "Usage: %s [ -h ] [ -n iterations ] [ -d delay ] [ -r header_repeat ]\n"
|
/system/extras/cpustats/ |
cpustats.c | 67 static void usage(char *cmd); 82 usage(argv[0]); 91 usage(argv[0]); 101 usage(argv[0]); 420 * Print the usage message. 422 static void usage(char *cmd) { function 423 fprintf(stderr, "Usage %s [ -n iterations ] [ -d delay ] [ -c cpu ] [ -m ] [ -h ]\n"
|
/system/extras/ksmutils/ |
ksminfo.c | 59 static void usage(char *myname); 101 usage(argv[0]); 105 usage(argv[0]); 125 usage(argv[0]); 399 static void usage(char *myname) { function 400 fprintf(stderr, "Usage: %s [-s | -v | -a | -h ] <pid>\n" 401 " -s Sort pages by usage count.\n"
|
/system/extras/latencytop/ |
latencytop.c | 64 static void usage(const char *cmd); 97 usage(argv[0]); 117 usage(argv[0]); 419 static void usage(const char *cmd) { function 420 fprintf(stderr, "Usage: %s [ -d delay ] [ -n iterations ] [ -p pid [ -t tid ] ] [ -h ]\n"
|
/system/extras/procrank/ |
procrank.c | 30 pm_memusage_t usage; member in struct:proc_info 34 static void usage(char *myname); 159 if (!strcmp(argv[arg], "-h")) { usage(argv[0]); exit(0); } 161 usage(argv[0]); 191 pm_memusage_zero(&procs[i]->usage); 200 error = pm_process_usage_flags(proc, &procs[i]->usage, flags_mask, 204 error = pm_process_workingset(proc, &procs[i]->usage, 0); 212 fprintf(stderr, "warning: could not read usage for %d\n", pids[i]); 215 if (ws != WS_RESET && procs[i]->usage.swap) { 228 if (procs[i]->usage.vss) 336 static void usage(char *myname) { function [all...] |
/system/extras/showmap/ |
showmap.c | 318 int usage = 1; local 345 usage = 0; 355 if (usage) {
|
/system/extras/tests/bionic/libc/other/ |
test_jpeg.c | 210 static void usage(void) function 212 fprintf(stderr, "usage: test_jpeg [options] filename.jpg [filename2.jpg ...]\n" ); 248 usage(); 256 usage(); 276 usage(); 298 usage(); 303 usage();
|
/system/extras/tests/sdcard/ |
sdcard_perf_test.cpp | 128 void usage() function in namespace:__anon61038 271 usage();
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
Monkey.java | 1342 StringBuffer usage = new StringBuffer(); local [all...] |
/sdk/attribute_stats/src/ |
Analyzer.java | 48 * Gathers statistics about attribute usage in layout files. This is how the "topAttrs" 68 private Map<String, Map<String, Usage>> mFrequencies = 69 new HashMap<String, Map<String, Usage>>(100); 71 private Map<String, Map<String, Usage>> mLayoutAttributeFrequencies = 72 new HashMap<String, Map<String, Usage>>(100); 89 System.err.println("Usage: " + Analyzer.class.getSimpleName() 110 // file +.mod as an extension). This isn't listed on the usage flag because 247 Map<String, Usage> attributeMap = mFrequencies.get(tag); 249 attributeMap = new HashMap<String, Usage>(70); 277 Usage usage = attributeMap.get(name) local 310 Usage usage = attributeMap.get(name); local [all...] |
/external/blktrace/btreplay/ |
btrecord.c | 212 * usage - Display usage string and version 214 static void usage(void) function 216 fprintf(stderr, "Usage: btrecord -- version %s\n%s", 420 usage(); 461 usage();
|
/external/checkpolicy/ |
checkpolicy.c | 104 void usage(char *progname) function 107 ("usage: %s [-b] [-d] [-U handle_unknown (allow,deny,reject)] [-M]" 450 usage(argv[0]); 460 usage(argv[0]); 469 usage(argv[0]); 478 usage(argv[0]); 491 usage(argv[0]);
|
/external/checkpolicy/test/ |
dismod.c | 68 void usage(char *progname) function 70 printf("usage: %s binary_pol_file\n\n", progname); 843 usage(argv[0]);
|