/sdk/emulator/qtools/ |
exc_dump.cpp | 8 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
|
/system/core/libdiskconfig/ |
dump_diskconfig.c | 31 ALOGE("usage: %s <conf file>", argv[0]);
|
/system/extras/tests/ext4/ |
rand_emmc_perf.c | 37 static void usage(void) { function 38 fprintf(stderr, "Usage: rand_emmc_perf [ -r | -w ] [-o] <size_in_mb> <block_dev>\n"); 56 usage(); 80 usage();
|
/system/vold/ |
vdc.c | 35 static void usage(char *progname); 43 usage(argv[0]); 148 static void usage(char *progname) { function 149 fprintf(stderr, "Usage: %s <monitor>|<cmd> [arg1] [arg2...]\n", progname);
|
/external/chromium/net/tools/fetch/ |
fetch_server.cc | 20 void usage(const char* program_name) { function 21 printf("usage: %s\n", program_name);
|
/external/e2fsprogs/misc/ |
chattr.c | 82 static void usage(void) function 85 _("Usage: %s [-RVf] [-+=AacDdeijsSu] [-v version] files...\n"), 149 usage (); 155 usage (); 161 usage(); 170 usage(); 178 usage(); 318 usage ();
|
/external/iproute2/man/man8/ |
rtmon.8 | 44 means that no networking protocol is involved and 'help' prints usage information. 54 .SH USAGE EXAMPLES
|
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/ |
JSilverTest.java | 28 * Usage: JSilverTest file.cs [file.hdf file2.hdf ...] 33 System.out.println("Usage: JSilverTest file.cs [file.hdf file2.hdf ...]");
|
/external/libmtp/examples/ |
trexist.c | 26 static void usage (void) function 41 usage();
|
/external/linux-tools-perf/scripts/python/ |
syscall-counts.py | 18 usage = "perf script -s syscall-counts.py [comm]\n"; variable 23 sys.exit(usage)
|
/external/mtpd/ |
mtpd.h | 54 /* The usage of the arguments. */ 55 char *usage; member in struct:protocol
|
/external/qemu/ |
gen-skin.py | 6 # usage: 70 print "usage: progname skindirpath > default-skin.h"
|
/external/sepolicy/tools/ |
insertkeys.py | 167 usage = "usage: %prog [options] CONFIG_FILE MAC_PERMISSIONS_FILE [MAC_PERMISSIONS_FILE...]\n" variable 168 usage += "This tool allows one to configure an automatic inclusion\n" 169 usage += "of signing keys into the mac_permision.xml file(s) from the\n" 170 usage += "pem files. If mulitple mac_permision.xml files are included\n" 171 usage += "then they are unioned to produce a final version." 175 parser = OptionParser(usage=usage, version=version)
|
/external/webkit/Source/JavaScriptCore/wtf/ |
PageAllocationAligned.h | 44 static PageAllocationAligned allocate(size_t size, size_t alignment, OSAllocator::Usage usage = OSAllocator::UnknownUsage, bool writable = true, bool executable = false);
|
/external/webrtc/src/system_wrappers/source/ |
trace_unittest.cc | 44 // This test is disabled because it measures CPU usage. This is flaky because 45 // the CPU usage for a machine may spike due to OS or other application.
|
/external/wpa_supplicant_8/hostapd/ |
hostapd_cli.1 | 48 Show usage. 68 Get usage help.
|
/frameworks/base/docs/html/tools/help/ |
etc1tool.jd | 10 <p>The usage for <code>etc1tool</code> is:</p> 30 <td>Print usage information</td>
|
/frameworks/base/tools/preload/ |
Compile.java | 27 * to measure and record the memory usage of each class. 35 System.err.println("Usage: Compile [log file] [output file]");
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu.h | 32 /* print usage */ 54 /* command line argument usage */
|
/hardware/qcom/display/libgralloc/ |
alloc_controller.h | 44 virtual int allocate(alloc_data& data, int usage) = 0; 60 virtual int allocate(alloc_data& data, int usage);
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_ion.h | 211 * @usage - usage hint to TZ 216 int msm_ion_secure_heap_2_0(int heap_id, enum cp_mem_usage usage); 223 * @usage - usage hint to TZ 228 int msm_ion_unsecure_heap_2_0(int heap_id, enum cp_mem_usage usage); 241 static inline int msm_ion_secure_heap_2_0(int heap_id, enum cp_mem_usage usage) 247 enum cp_mem_usage usage)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
WelcomeWizard.java | 40 * reject usage data collection, etc 54 * @param store preferences for usage statistics collection etc 56 * @param showUsageOptinPage show page to get user consent for usage data collection 77 // such as ddms and has agreed to usage statistics collection, but has never 92 // whether usage statistics gathering is enabled, to ensure that ddms and 93 // ADT agree upon whether usage data collection is enabled. The reason this 96 // default value for usage-collection is "false", so it just doesn't write 99 // "usage collection"=false, but it doesn't work in the sense that it looks
|
/system/core/mkbootimg/ |
mkbootimg.c | 58 int usage(void) function 60 fprintf(stderr,"usage: mkbootimg\n" 127 return usage(); 161 return usage(); 173 return usage(); 178 return usage(); 183 return usage(); 188 return usage();
|
/bootable/diskinstaller/editdisklbl/ |
editdisklbl.c | 40 usage(void) function 67 return usage(); 82 return usage(); 88 return usage(); 95 return usage(); 139 return usage();
|
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/ |
CtsXmlGenerator.java | 35 private static void usage(String[] args) { method in class:CtsXmlGenerator 37 System.err.println("Usage: cts-xml-generator -p PACKAGE_NAME -n NAME [-t TEST_TYPE]" 79 usage(args); 98 usage(args); 101 usage(args); 115 usage(args);
|