Home
last modified time | relevance | path

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

12

/development/scripts/
Dboardconfig_usage_analysis.py121 usage = set()
132 usage.add(makefile[len(TOP) + 1:])
134 return usage
177 usage = usage_in_sfe | usage_of_system_modules
179 if len(usage) == 0:
194 print('Used in (' + str(len(usage)) + ') :')
195 for location in sorted(usage):
Dusb-reset-by-serial.py136 def usage(msgarg): function
160 usage(str(err))
162 usage("supply a single device serial number as argument")
Dreverse_tether.sh37 usage() { function
202 usage
208 usage
Drunahat20 function usage() { function
/development/tools/findunused/
Dfindunusedtranslations3 sub usage { subroutine
15 usage();
20 usage();
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkey.java1443 StringBuffer usage = new StringBuffer(); in showUsage() local
1444 usage.append("usage: monkey [-p ALLOWED_PACKAGE [-p ALLOWED_PACKAGE] ...]\n"); in showUsage()
1445 usage.append(" [-c MAIN_CATEGORY [-c MAIN_CATEGORY] ...]\n"); in showUsage()
1446 usage.append(" [--ignore-crashes] [--ignore-timeouts]\n"); in showUsage()
1447 usage.append(" [--ignore-security-exceptions]\n"); in showUsage()
1448 usage.append(" [--monitor-native-crashes] [--ignore-native-crashes]\n"); in showUsage()
1449 usage.append(" [--kill-process-after-error] [--hprof]\n"); in showUsage()
1450 usage.append(" [--match-description TEXT]\n"); in showUsage()
1451 usage.append(" [--pct-touch PERCENT] [--pct-motion PERCENT]\n"); in showUsage()
1452 usage.append(" [--pct-trackball PERCENT] [--pct-syskeys PERCENT]\n"); in showUsage()
[all …]
/development/tools/etc1tool/
Detc1tool.cpp31 void usage(const 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/tools/line_endings/
Dline_endings.c12 int usage() in usage() function
32 return usage(); in main()
42 return usage(); in main()
/development/vndk/tools/
Dmodify_system_img.sh16 usage () { function
38 usage
Dbuild_mixed2 usage () { function
44 usage
/development/samples/browseable/AppUsageStatistics/src/com.example.android.appusagestatistics/
DCustomUsageStats.java19 import android.app.usage.UsageStats;
DAppUsageStatisticsFragment.java19 import android.app.usage.UsageStats;
20 import android.app.usage.UsageStatsManager;
/development/tools/mkstubs/src/com/android/mkstubs/
DMain.java153 usage(null); in processArgs()
155 usage("Unknown argument: " + arg); in processArgs()
167 usage("Missing input or output JAR."); in processArgs()
252 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/AppUsageStatistics/
D_index.jd8 This sample explains how to use App usage statistics API, which was introduced
/development/samples/browseable/NavigationDrawer/
D_index.jd8 This example illustrates a common usage of the DrawerLayout widget in the Android
/development/tools/bugreport/src/com/android/bugreport/
DMain.java51 return usage(); in run()
61 private static int usage() { in usage() method in Main
/development/samples/browseable/DataLayer/
D_index.jd8 Sample demonstrating the usage of the GoogleApiClient in order to send data
/development/samples/browseable/DocumentCentricApps/
D_index.jd8 This sample shows the basic usage of the new \"Document Centric Apps\" API.
/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/MessagingService/
D_index.jd12 Input usage also allows Android Auto users to respond by voice
/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/testrunner/
Dcreate_test.py182 parser = optparse.OptionParser(usage="%s <app_path>" % sys.argv[0])

12