Searched refs:usage (Results 1 - 21 of 21) sorted by relevance

/development/tools/findunused/
H A Dfindunusedtranslations3 sub usage { subroutine
15 usage();
20 usage();
/development/tools/etc1tool/
H A Detc1tool.cpp31 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 Dline_endings.c12 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 DMonkey.java1343 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 Ddbregtest.cpp46 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 DRmTypeDefs.java67 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 DMain.java152 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 DApkCheck.java62 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 Dreverse_tether.sh37 usage() { function
202 usage
208 usage
/development/tools/elftree/
H A Delftree.c256 static void usage(void) function
277 usage();
311 usage();
/development/ndk/platforms/android-L/include/linux/
H A Dhiddev.h44 __u32 usage; member in struct:hiddev_collection_info
H A Dbtrfs.h182 __u64 usage; member in struct:btrfs_balance_args
/development/build/tools/
H A Dmk_sources_zip.py60 # Prints a usage summary
61 def usage(error=None): function
84 # after printing the error and the usage.
125 usage(error)
H A Dmk_sdk_repo_xml.sh21 usage
24 function usage() { function
/development/testrunner/
H A Dcreate_test.py182 parser = optparse.OptionParser(usage="%s <app_path>" % sys.argv[0])
H A Druntest.py69 "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 Dcoverage.py318 parser = optparse.OptionParser(usage="usage: %prog --combine-coverage")
/development/ndk/platforms/android-4/include/GLES/
H A Dgl.h638 GL_API void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage);
/development/ndk/platforms/android-5/include/GLES2/
H A Dgl2.h486 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 DMatrixTrackingGL.java757 public void glBufferData(int target, int size, Buffer data, int usage) { argument
/development/ndk/platforms/android-18/include/GLES3/
H A Dgl3.h819 GL_APICALL void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage);

Completed in 663 milliseconds