Home
last modified time | relevance | path

Searched refs:usage (Results 1 – 25 of 34) sorted by relevance

12

/development/tools/findunused/
Dfindunusedtranslations3 sub usage { subroutine
15 usage();
20 usage();
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkey.java1343 StringBuffer usage = new StringBuffer(); in showUsage() local
1344 usage.append("usage: monkey [-p ALLOWED_PACKAGE [-p ALLOWED_PACKAGE] ...]\n"); in showUsage()
1345 usage.append(" [-c MAIN_CATEGORY [-c MAIN_CATEGORY] ...]\n"); in showUsage()
1346 usage.append(" [--ignore-crashes] [--ignore-timeouts]\n"); in showUsage()
1347 usage.append(" [--ignore-security-exceptions]\n"); in showUsage()
1348 usage.append(" [--monitor-native-crashes] [--ignore-native-crashes]\n"); in showUsage()
1349 usage.append(" [--kill-process-after-error] [--hprof]\n"); in showUsage()
1350 usage.append(" [--pct-touch PERCENT] [--pct-motion PERCENT]\n"); in showUsage()
1351 usage.append(" [--pct-trackball PERCENT] [--pct-syskeys PERCENT]\n"); in showUsage()
1352 usage.append(" [--pct-nav PERCENT] [--pct-majornav PERCENT]\n"); in showUsage()
[all …]
/development/tools/etc1tool/
Detc1tool.cpp31 void usage(char* message, ...) { in usage() function
477 usage("At most one occurrence of --encode --encodeNoHeader or --decode is allowed.\n"); in multipleEncodeDecodeCheck()
502 usage("Only one -o flag allowed."); in main()
505 usage("Expected outfile after -o"); in main()
523 usage("Only one --showDifference option allowed.\n"); in main()
527 usage("Expected difffile after --showDifference"); in main()
531 usage( NULL); in main()
533 usage("Unknown flag %s", pArg); in main()
538 usage("Unknown flag %s", pArg); in main()
543 usage( in main()
[all …]
/development/perftests/panorama/feature_stab/src/dbregtest/
Ddbregtest.cpp46 void usage(string name) { in usage() function
104 usage(argv[0]); in main()
348 usage(progname); in parse_cmd_line()
373 usage(progname); in parse_cmd_line()
382 usage(progname); in parse_cmd_line()
395 usage(progname); in parse_cmd_line()
/development/tools/line_endings/
Dline_endings.c12 int usage() in usage() function
32 return usage(); in main()
42 return usage(); in main()
/development/tools/mkstubs/src/com/android/mkstubs/
DMain.java152 usage(null); in processArgs()
154 usage("Unknown argument: " + arg); in processArgs()
166 usage("Missing input or output JAR."); in processArgs()
251 private void usage(String error) { in usage() method in Main
/development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/
DRmTypeDefs.java67 usage(System.err); in run()
74 usage(System.out); in run()
84 usage(System.err); in run()
94 usage(System.err); in run()
159 static void usage(PrintStream out) { in usage() method in RmTypeDefs
/development/samples/browseable/NavigationDrawer/
D_index.jd7 This example illustrates a common usage of the DrawerLayout widget in the Android
/development/scripts/
Dreverse_tether.sh37 usage() { function
202 usage
208 usage
/development/samples/browseable/DataLayer/
D_index.jd7 Sample demonstrating the usage of the GoogleApiClient in order to send data
/development/ndk/samples/module-exports/
DREADME.TXT1 This sample is used to demonstrate the usage of module exports
/development/tools/apkcheck/src/com/android/apkcheck/
DApkCheck.java62 usage(); in main()
70 usage(); in main()
110 usage(); in main()
143 static void usage() { in usage() method in ApkCheck
/development/samples/browseable/DocumentCentricApps/
D_index.jd7 This sample shows the basic usage of the new \"Document Centric Apps\" API.
/development/tools/elftree/
Delftree.c256 static void usage(void) in usage() function
277 usage(); in parse_args()
311 usage(); in main()
/development/samples/training/network-usage/
DREADME.txt10 -- Lets users control their network data usage through a settings UI. Users can choose to fetch the…
/development/build/tools/
Dmk_sources_zip.py61 def usage(error=None): function
125 usage(error)
Dmk_sdk_repo_xml.sh21 usage
24 function usage() { function
/development/ndk/platforms/android-L/include/linux/
Dhiddev.h44 __u32 usage; member
Dbtrfs.h182 __u64 usage; member
/development/testrunner/
Dcreate_test.py182 parser = optparse.OptionParser(usage="%s <app_path>" % sys.argv[0])
Druntest.py104 parser = optparse.OptionParser(usage=self._RUNTEST_USAGE)
/development/samples/TicTacToeMain/
DREADME.txt45 For more details on the purpose of this feature, its limitations and detailed usage,
/development/testrunner/coverage/
Dcoverage.py318 parser = optparse.OptionParser(usage="usage: %prog --combine-coverage")
/development/ndk/platforms/android-4/samples/san-angeles/jni/
DREADME.txt67 API usage, although the non-conforming implementations are most
/development/tutorials/ReverseDebug/
DREADME.txt4 state and execute again. An ideal usage case is to help track down the reason

12