HomeSort by relevance Sort by last modified time
    Searched full:usage (Results 201 - 225 of 6015) sorted by null

1 2 3 4 5 6 7 891011>>

  /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]"
73 usage(args);
94 usage(args);
97 usage(args);
111 usage(args);
  /external/iproute2/genl/
genl.c 100 static void usage(void) __attribute__((noreturn));
102 static void usage(void) function
104 fprintf(stderr, "Usage: genl [ OPTIONS ] OBJECT | help }\n"
134 usage();
155 usage();
161 usage();
  /external/llvm/utils/release/
tag.sh 23 function usage() { function
24 echo "usage: `basename $0` -release <num> [-rebranch]"
25 echo "usage: `basename $0` -release <num> -rc <num>"
82 usage
87 usage
97 usage
  /external/oprofile/libdb/tests/
db_test.c 36 struct rusage usage; local
38 getrusage(RUSAGE_SELF, &usage);
40 return (usage.ru_utime.tv_sec + usage.ru_stime.tv_sec) * 1E9 +
41 ((usage.ru_utime.tv_usec + usage.ru_stime.tv_usec)) * 1000;
  /external/skia/bench/
bench_compare.py 10 def usage(): function
11 """Prints simple usage information."""
52 usage()
91 usage()
95 usage()
103 usage()
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorPosix.cpp 36 void* OSAllocator::reserveUncommitted(size_t bytes, Usage usage, bool writable, bool executable)
38 void* result = reserveAndCommit(bytes, usage, writable, executable);
46 void* OSAllocator::reserveAndCommit(size_t bytes, Usage usage, bool writable, bool executable)
58 int fd = usage;
  /system/core/toolbox/
log.c 80 static int usage(const char *s) function
82 fprintf(stderr, "USAGE: %s [-p priorityChar] [-t tag] message\n", s);
116 usage(argv[0]);
121 usage(argv[0]);
127 usage(argv[0]);
138 usage(argv[0]);
renice.c 40 usage(const char *s) function
42 fprintf(stderr, "USAGE: %s [[-r] priority pids ...] [-g pid]\n", s);
88 usage(cmd);
99 usage(cmd);
105 usage(cmd);
112 usage(cmd);
syren.c 55 static int usage(void) function
57 fprintf(stderr, "usage: syren [r/w] [REGNAME | page:addr] (value)\n");
71 return usage();
88 return usage();
93 return usage();
129 return usage();
  /external/chromium/build/
apply_locales.py 14 usage = 'usage: %s [options ...] format_string locale_list'
15 parser.set_usage(usage.replace('%s', '%prog'))
  /external/chromium/chrome/browser/resources/file_manager/bin/
squashdir.py 12 def usage(): function
13 print("""Usage: squashdir.py <dest-dir> <source-dir> ...
49 usage()
  /external/expat/conftools/
get-version.sh 3 # USAGE: get-version.sh path/to/expat.h
15 echo "USAGE: $0 path/to/expat.h"
21 echo "USAGE: $0 path/to/expat.h"
  /external/openssh/
fixprogs 9 sub usage { subroutine
10 return("Usage: $0 <command file>\n");
14 die(&usage);
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.h 32 /* print usage */
51 #define USAGE_ERROR -1 /* Error code for Usage */
60 /* command line argument usage */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.h 32 /* print usage */
51 #define USAGE_ERROR -1 /* Error code for Usage */
60 /* command line argument usage */
  /development/tools/findunused/
findunusedtranslations 3 sub usage { subroutine
4 print STDERR "Usage: findunusedtranslations values/strings.xml\n";
15 usage();
20 usage();
  /external/bluetooth/bluez/test/
hsmicro 13 echo -e "Usage:\n\thsmicro <bdaddr> [channel]"
hsplay 14 echo -e "Usage:\n\thsplay <file> <bdaddr> [channel]"
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
ExtendedKeyUsage.java 56 KeyPurposeId usage)
58 this.seq = new DERSequence(usage);
60 this.usageTable.put(usage, usage);
  /external/chromium/chrome/browser/chromeos/cros/
brightness_library.h 26 // For normal usage, access the singleton via CrosLibrary::Get().
libcros_service_library.h 23 // For normal usage, access the singleton via CrosLibrary::Get().
  /external/clang/docs/
doxygen.intro 9 /// usage instructions, please see the programmer's guide or reference
  /external/clang/utils/ABITest/single-args-64/
Makefile 0 # Usage: make test.N.report
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
buildAll.bat 27 if x%1==x goto usage
46 if x%buildType%==x goto usage
51 :usage label
52 echo "usage: buildAll [-mapVersionTag HEAD|<branch name>] [-vm <url to java executable to run build>] [-bc <bootclasspath>] [-target <buildall target to execute>] [-buildID <buildID, e.g. 2.1.2>] [-ftp <userid> <password>] I|M"
  /external/expat/tests/
README.txt 3 are not expected to be useful examples of Expat usage; see the

Completed in 3268 milliseconds

1 2 3 4 5 6 7 891011>>