/external/bluetooth/glib/tests/ |
slice-color.c | 25 static void usage (void); 101 usage (void) function 103 g_print ("Usage: slice-color <block-size> [memory-size] [repeats] [colorization]\n"); 116 usage(); 135 usage();
|
/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/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/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/openfst/src/include/fst/ |
flags.h | 33 // FLAGS USAGE: 48 // ShowUsage() can be used to print out command and flag usage. 215 void SetFlags(const char *usage, int *argc, char ***argv, bool remove_flags); 218 inline void InitFst(const char *usage, int *argc, char ***argv, bool rmflags) { 219 return SetFlags(usage, argc, argv, rmflags);
|
/external/skia/include/gpu/ |
SkGpuDevice.h | 34 * usage is a special flag that should only be set by SkCanvas 39 SkDevice::Usage usage = SkDevice::kGeneral_Usage); 197 Usage usage);
|
/external/wpa_supplicant_6/wpa_supplicant/ |
main.c | 24 static void usage(void) function 28 "usage:\n" 174 usage(); 223 usage(); 244 usage();
|
/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/base/tests/RenderScriptTests/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);
|
/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;
|
/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>");
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/install-tools/ |
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
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/install-tools/ |
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
|
/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
|
/prebuilts/gcc/linux-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/linux-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
|