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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu-pc-bios/bochs/bios/
bios_usage 2 gcc -E rombios.c | grep "^\.org" | sed -e 's/\.org //' | sed -e 's/ .*//' | sort >! temp.usage
3 usage rombios.bin temp.usage
4 /bin/rm temp.usage
  /external/valgrind/main/memcheck/tests/
sbfragment.stdout.exp 2 reasonable heap usage
filter_allocs 5 -e "s/total heap usage: [0-9,]* allocs, [0-9,]* frees, [0-9,]* bytes allocated/total heap usage: ... allocs, ... frees, ... bytes allocated/"
  /external/zlib/contrib/blast/
README 1 Read blast.h for purpose and usage.
  /frameworks/compile/slang/tests/F_root_graphics/
stderr.txt.expect 1 root_graphics.rs:4:6: error: root() is required to return an int for graphics usage
  /external/valgrind/main/auxprogs/
posixtestsuite-1.5.1-diff-results 3 usage() function
7 Usage: $0 result_file_1 result_file_2
13 usage;
  /docs/source.android.com/src/tech/datausage/
sidebar2.md 3 - [Excluding network types from data usage](/tech/datausage/excluding-network-types.html)
5 - [Usage cycle reset dates](/tech/datausage/usage-cycle-resets-dates.html)
9 - [Data usage tags explained](/tech/datausage/tags-explained.html)
index.md 17 # Data Usage Technical Information #
21 monitors overall data usage, and supports warning or limit thresholds
22 which will trigger notifications or disable mobile data when usage
25 Data usage is also tracked on a per-application basis, enabling users
26 to visually explore historical usage in the Settings app. Users can
  /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());
  /frameworks/native/include/cpustats/
README.txt 1 This is a static library of CPU usage statistics, originally written
5 * should be related to CPU usage statistics
  /external/webkit/LayoutTests/storage/script-tests/
storageinfo-query-usage.js 11 function usageCallback(usage, quota)
13 returnedUsage = usage;
16 // Usage should be 0 (if other storage tests have correctly cleaned up their test data before exiting).
  /system/core/toolbox/
ln.c 6 static int usage() function
16 if(argc < 2) return usage();
24 if(argc < 3) return usage();
rmdir.c 6 static int usage() function
16 if(argc < 2) return usage();
  /external/apache-xml/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/libsepol/utils/
chkcon.c 9 void usage(char*) __attribute__((noreturn));
11 void usage(char *progname) function
13 printf("usage: %s policy context\n", progname);
22 usage(argv[0]);
  /gdk/
Android.mk 2 # build the Android platform. This is not the normal usage of the GDK.
  /ndk/
Android.mk 2 # build the Android platform. This is not the normal usage of the NDK.
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
refcard.html 24 <h2>Usage</h2>
38 <td valign="top"><a href="usage.html#at"><code><b>@</b></code></a><a href="usage.html#filename"><i>filename</i></a></td>
44 <td valign="top"><a href="usage.html#include"><code><b>-include</b></code></a>
45 <a href="usage.html#filename"><i>filename</i></a></td>
51 <td valign="top"><a href="usage.html#basedirectory"><code><b>-basedirectory</b></code></a>
52 <a href="usage.html#filename"><i>directoryname</i></a></td>
58 <td valign="top"><a href="usage.html#injars"><code><b>-injars</b></code></a>
59 <a href="usage.html#classpath"><i>class_path</i></a></td>
64 <td valign="top"><a href="usage.html#outjars"><code><b>-outjars</b></code></a
    [all...]
  /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...]
  /external/openfst/src/extensions/far/
farinfo.cc 36 string usage = "Prints some basic information about the FSTs in an FST "; local
37 usage += "archive.\n\n Usage:";
38 usage += argv[0];
39 usage += " in1.far [in2.far...]\n";
40 usage += " Flags: begin_key end_key list_fsts";
43 SetFlags(usage.c_str(), &argc, &argv, true);
  /external/libpng/scripts/
libpng-config-body.in 2 usage()
5 Usage: libpng-config [OPTION] ...
29 usage 1
45 usage 0
89 usage
  /external/llvm/utils/
GetRepositoryPath 3 usage() { function
4 echo "usage: $0 <source root>"
13 usage;
GetSourceVersion 3 usage() { function
4 echo "usage: $0 <source root>"
13 usage;

Completed in 1627 milliseconds

1 2 3 4 5 6 7 8 91011>>