HomeSort by relevance Sort by last modified time
    Searched full:usage (Results 1 - 25 of 4165) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/icu/patches/
locale1.patch.txt 0 Usage: mkpatch listfile
  /external/zlib/contrib/blast/
README 1 Read blast.h for purpose and usage.
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/misc/
NetscapeCertType.java 34 * @param usage - the bitwise OR of the Key Usage flags giving the
39 int usage)
41 super(getBytes(usage), getPadBits(usage));
45 DERBitString usage)
47 super(usage.getBytes(), usage.getPadBits());
  /system/core/toolbox/
ln.c 6 static int usage() function
16 if(argc < 2) return usage();
24 if(argc < 3) return usage();
mkdir.c 6 static int usage() function
16 if(argc < 2) return usage();
rmdir.c 6 static int usage() function
16 if(argc < 2) return usage();
setprop.c 8 fprintf(stderr,"usage: setprop <key> <value>\n");
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
OpCodes.java 47 * @xsl.usage advanced
61 * @xsl.usage advanced
77 * @xsl.usage advanced
89 * @xsl.usage advanced
101 * @xsl.usage advanced
113 * @xsl.usage advanced
125 * @xsl.usage advanced
137 * @xsl.usage advanced
149 * @xsl.usage advanced
161 * @xsl.usage advance
    [all...]
  /external/iproute2/ip/
routef 6 echo "Usage: routef"
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
KeyUsage.java 53 * @param usage - the bitwise OR of the Key Usage flags giving the
58 int usage)
60 super(getBytes(usage), getPadBits(usage));
64 DERBitString usage)
66 super(usage.getBytes(), usage.getPadBits());
  /external/proguard/docs/manual/
refcard.html 13 <h2>Usage</h2>
27 <td valign="top"><a href="usage.html#at"><code><b>@</b></code></a><a href="usage.html#filename"><i>filename</i></a></td>
33 <td valign="top"><a href="usage.html#include"><code><b>-include</b></code></a>
34 <a href="usage.html#filename"><i>filename</i></a></td>
40 <td valign="top"><a href="usage.html#basedirectory"><code><b>-basedirectory</b></code></a>
41 <a href="usage.html#filename"><i>directoryname</i></a></td>
47 <td valign="top"><a href="usage.html#injars"><code><b>-injars</b></code></a>
48 <a href="usage.html#classpath"><i>class_path</i></a></td>
53 <td valign="top"><a href="usage.html#outjars"><code><b>-outjars</b></code></a
    [all...]
index.html 15 <li><a href="usage.html">Usage</a>
29 <li><a href="retrace/usage.html">Usage</a>
  /external/libpng/scripts/
libpng-config-body.in 2 usage()
5 Usage: libpng-config [OPTION] ...
29 usage 1
45 usage 0
89 usage
  /frameworks/base/tools/aidl/
options.cpp 9 usage() function
12 "usage: aidl OPTIONS INPUT [OUTPUT]\n"
40 return usage();
65 return usage();
73 return usage();
81 return usage();
89 return usage();
98 return usage();
103 return usage();
118 return usage();
    [all...]
  /external/qemu/distrib/sdl-1.2.12/
sdl-config.in 9 @ENABLE_STATIC_FALSE@usage="\
10 @ENABLE_STATIC_FALSE@Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]"
11 @ENABLE_STATIC_TRUE@usage="\
12 @ENABLE_STATIC_TRUE@Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]"
15 echo "${usage}" 1>&2
56 echo "${usage}" 1>&2
  /prebuilt/darwin-x86/sdl/bin/
sdl-config 9 #usage="\
10 #Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]"
11 usage="\
12 Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]"
15 echo "${usage}" 1>&2
56 echo "${usage}" 1>&2
  /prebuilt/linux-x86/sdl/bin/
sdl-config 9 #usage="\
10 #Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]"
11 usage="\
12 Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]"
15 echo "${usage}" 1>&2
56 echo "${usage}" 1>&2
  /prebuilt/windows/sdl/bin/
sdl-config 9 #usage="\
10 #Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]"
11 usage="\
12 Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]"
15 echo "${usage}" 1>&2
56 echo "${usage}" 1>&2
  /system/media/opensles/tools/hashgen/
README.txt 8 Usage:
13 Build and test the usage of the new IID.
  /development/ndk/samples/module-exports/
README.TXT 1 This sample is used to demonstrate the usage of module exports
  /external/blktrace/
btrace 11 USAGE="Usage: btrace [-s] [-t] [-w N] [-n N] [-b N] [-a <trace>...] [-r <dbg mnt>] <dev>..."
26 \?) echo $USAGE 1>&2
34 echo $USAGE 1>&2
  /external/proguard/examples/dictionaries/
compact.txt 5 # Usage:
  /ndk/
Android.mk 2 # build the Android platform. This is not the normal usage of the NDK.
  /system/core/fastboot/
p12topem.sh 5 echo "Usage: $0 alias passphrase"
signfile.sh 5 echo "Usage: $0 alias filename passpharse"

Completed in 553 milliseconds

1 2 3 4 5 6 7 8 91011>>