/dalvik/tests/ |
run-all-tests | 37 usage="no" 77 usage="yes" 81 usage="yes" 88 if [ "$usage" = "yes" ]; then 91 echo "usage:"
|
/docs/source.android.com/src/devices/tech/ |
index.jd | 47 <h2 id="data-usage-technical-information">Data Usage Technical Information</h2> 48 <p>Android's data usage features allow users to understand and control how their 52 <p><a href="{@docRoot}devices/tech/datausage/index.html">» Data Usage Information</a></p> 84 <p>Battery usage statistics are tracked by the framework. This involves keeping track of
|
/external/bzip2/ |
xmlproc.sh | 2 # see the README file for usage etc. 19 usage() { function 21 echo 'Usage: xmlproc.sh -[option] <filename.xml>'; 31 usage 112 usage
|
/external/chromium/sdch/open-vcdiff/ |
mkinstalldirs | 20 usage="\ 21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... 32 echo "$usage" 37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } 50 echo "$usage" 1>&2
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
runtests | 27 usage="usage: $0 -os <osType> -ws <windowingSystemType> -arch <architecture> [-noclean] [<test target>][-properties <path>]"
49 echo >&2 "$usage"
55 echo >&2 "$usage"
61 echo >&2 "$usage"
|
/external/emma/core/java12/ |
emma.java | 27 // TODO: proper usage, arg validation, etc 31 System.out.println (USAGE); 52 private static final String USAGE = 53 "emma usage: emma <command> [command options]," + EOL + 61 " {use '<command> -h' to see usage help for a given command}" + EOL +
|
/external/grub/ |
mkinstalldirs | 17 usage="\ 18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... 29 echo "$usage" 34 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } 47 echo "$usage" 1>&2
|
/external/iproute2/tc/ |
m_gact.c | 46 fprintf(stderr, "Usage: ... gact <ACTION> [RAND] [INDEX]\n"); 55 fprintf(stderr, "Usage: ... gact <ACTION> [INDEX]\n"); 65 usage(void) function 167 usage(); 183 usage();
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/ |
ParticlePointMesh.java | 39 import com.jme3.scene.VertexBuffer.Usage; 66 pvb.setupData(Usage.Stream, 3, Format.Float, pb); 79 cvb.setupData(Usage.Stream, 4, Format.UnsignedByte, cb); 92 svb.setupData(Usage.Stream, 1, Format.Float, sb); 104 tvb.setupData(Usage.Stream, 4, Format.Float, tb);
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
filecap.c | 37 static void usage(void) function 40 "usage: filecap [-a | -d | /dir | /dir/file [cap1 cap2 ...] ]\n"); 100 usage(); 135 usage(); 146 usage();
|
/external/libffi/ |
mkinstalldirs | 17 usage="\ 18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... 29 echo "$usage" 34 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } 47 echo "$usage" 1>&2
|
/external/libpng/ |
mkinstalldirs | 20 usage="\ 21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... 32 echo "$usage" 37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } 50 echo "$usage" 1>&2
|
/external/libvorbis/vq/ |
huffbuild.c | 50 static void usage(){ function 52 "usage:\n" 70 if(argc<3)usage(); 89 usage(); 94 usage();
|
/external/libvpx/libvpx/tools/ |
ftfy.sh | 5 usage() { function 7 Usage: $self [option] 102 [ $# -lt 2 ] || usage 144 -h|--help) usage;; 149 *) usage;;
|
/external/llvm/autoconf/ |
mkinstalldirs | 17 usage="\ 18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... 29 echo "$usage" 34 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } 47 echo "$usage" 1>&2
|
/external/llvm/projects/sample/autoconf/ |
mkinstalldirs | 17 usage="\ 18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... 29 echo "$usage" 34 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } 47 echo "$usage" 1>&2
|
/external/llvm/utils/ |
makellvm | 5 alias usage 'echo "USAGE: $0:t [-h] [-n] [-obj obj-root] [gmake-flags] [VAR=...] [toolname (default: opt)]"; set pstatus = 1; goto cleanup' 21 usage 23 if ($#argv < 2) usage 52 usage
|
/external/open-vcdiff/ |
mkinstalldirs | 20 usage="\ 21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... 32 echo "$usage" 37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } 50 echo "$usage" 1>&2
|
/external/skia/tools/ |
render_pdfs_main.cpp | 32 static void usage(const char* argv0) { function 35 "Usage: \n" 188 usage(argv0); 194 usage(argv0); 204 usage(argv0);
|
/frameworks/base/docs/html/tools/testing/ |
what_to_test.jd | 56 minimize battery usage, you need to test its battery performance, and you need to test the 57 methods that manage battery usage. 60 Techniques for minimizing battery usage were presented at the 2010 Google I/O conference in the 65 impacts. When you code your application to reduce battery usage, you also write the 77 since WiFi transfers maximize battery usage compared to transfers over 3G or EDGE.
|
/frameworks/native/include/cpustats/ |
ThreadCpuUsage.h | 25 // Track CPU usage for the current thread. 27 // clock_gettime(CLOCK_THREAD_CPUTIME_ID). Simple usage: for cyclic 57 // Return whether currently tracking CPU usage by current thread 60 // Enable tracking of CPU usage by current thread; 65 // Disable tracking of CPU usage by current thread;
|
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/ |
SampleRSActivity.java | 108 int usage = Allocation.USAGE_SCRIPT | Allocation.USAGE_IO_OUTPUT; local 114 Allocation outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage); 120 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage); 126 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage); 132 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
HprofBinaryToAscii.java | 51 usage("binary hprof file argument expected"); 56 usage("file " + file + " does not exist"); 172 * Prints usage error but does not exit. 174 private static void usage(String error) { method in class:HprofBinaryToAscii 178 System.out.println("usage: HprofBinaryToAscii <binary-hprof-file>");
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/ |
mkinstalldirs | 20 usage="\ 21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... 32 echo "$usage" 37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } 50 echo "$usage" 1>&2
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/ |
mkinstalldirs | 20 usage="\ 21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... 32 echo "$usage" 37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } 50 echo "$usage" 1>&2
|