/development/tools/findunused/ |
H A D | findunusedtranslations | 3 sub usage { subroutine 15 usage(); 20 usage();
|
/development/tools/etc1tool/ |
H A D | etc1tool.cpp | 31 void usage(char* message, ...) { function 38 fprintf(stderr, "usage:\n"); 45 fprintf(stderr, "\t\t--help print this usage information.\n"); 477 usage("At most one occurrence of --encode --encodeNoHeader or --decode is allowed.\n"); 502 usage("Only one -o flag allowed."); 505 usage("Expected outfile after -o"); 523 usage("Only one --showDifference option allowed.\n"); 527 usage("Expected difffile after --showDifference"); 531 usage( NULL); 533 usage("Unknow [all...] |
/development/tools/line_endings/ |
H A D | line_endings.c | 12 int usage() function 14 fprintf(stderr, "usage: line_endings unix|dos FILES\n" 32 return usage(); 42 return usage();
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
H A D | Monkey.java | 1343 StringBuffer usage = new StringBuffer(); 1344 usage.append("usage: monkey [-p ALLOWED_PACKAGE [-p ALLOWED_PACKAGE] ...]\n"); 1345 usage.append(" [-c MAIN_CATEGORY [-c MAIN_CATEGORY] ...]\n"); 1346 usage.append(" [--ignore-crashes] [--ignore-timeouts]\n"); 1347 usage.append(" [--ignore-security-exceptions]\n"); 1348 usage.append(" [--monitor-native-crashes] [--ignore-native-crashes]\n"); 1349 usage.append(" [--kill-process-after-error] [--hprof]\n"); 1350 usage.append(" [--pct-touch PERCENT] [--pct-motion PERCENT]\n"); 1351 usage [all...] |
/development/perftests/panorama/feature_stab/src/dbregtest/ |
H A D | dbregtest.cpp | 46 void usage(string name) { function 104 usage(argv[0]); 348 usage(progname); 373 usage(progname); 382 usage(progname); 395 usage(progname);
|
/development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/ |
H A D | RmTypeDefs.java | 67 usage(System.err); 74 usage(System.out); 84 usage(System.err); 94 usage(System.err); 157 * Prints usage statement. 159 static void usage(PrintStream out) { method in class:RmTypeDefs
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
H A D | 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 259 " --h | --help : print this usage.\n" +
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
H A D | ApkCheck.java | 62 usage(); 70 usage(); 102 args[idx] + " (use \"--help\" for usage info)"); 110 usage(); 141 * Prints usage statement. 143 static void usage() { method in class:ApkCheck
|
/development/scripts/ |
H A D | reverse_tether.sh | 37 usage() { function 202 usage 208 usage
|
/development/tools/elftree/ |
H A D | elftree.c | 256 static void usage(void) function 277 usage(); 311 usage();
|
/development/ndk/platforms/android-L/include/linux/ |
H A D | hiddev.h | 44 __u32 usage; member in struct:hiddev_collection_info
|
H A D | btrfs.h | 182 __u64 usage; member in struct:btrfs_balance_args
|
/development/build/tools/ |
H A D | mk_sources_zip.py | 60 # Prints a usage summary 61 def usage(error=None): function 84 # after printing the error and the usage. 125 usage(error)
|
H A D | mk_sdk_repo_xml.sh | 21 usage 24 function usage() { function
|
/development/testrunner/ |
H A D | create_test.py | 182 parser = optparse.OptionParser(usage="%s <app_path>" % sys.argv[0])
|
H A D | runtest.py | 69 "usage: runtest.py [options] short-test-name[s]\n\n" 104 parser = optparse.OptionParser(usage=self._RUNTEST_USAGE) 125 help="Suite assignment (for details & usage see "
|
/development/testrunner/coverage/ |
H A D | coverage.py | 318 parser = optparse.OptionParser(usage="usage: %prog --combine-coverage")
|
/development/ndk/platforms/android-4/include/GLES/ |
H A D | gl.h | 638 GL_API void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage);
|
/development/ndk/platforms/android-5/include/GLES2/ |
H A D | gl2.h | 486 GL_APICALL void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
H A D | MatrixTrackingGL.java | 757 public void glBufferData(int target, int size, Buffer data, int usage) { argument
|
/development/ndk/platforms/android-18/include/GLES3/ |
H A D | gl3.h | 819 GL_APICALL void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage);
|