HomeSort by relevance Sort by last modified time
    Searched full:usage (Results 476 - 500 of 6338) sorted by null

<<11121314151617181920>>

  /external/fsck_msdos/
main.c 58 static void usage(void);
61 usage(void) function
65 "usage: fsck_msdosfs -p [-f] filesystem ...",
91 * is intentionally left out of the usage message.
109 usage();
117 usage();
  /external/guava/guava/src/com/google/common/base/
Throwables.java 43 * instance of {@code declaredType}. Example usage:
66 * instance of {@link RuntimeException} or {@link Error}. Example usage:
86 * {@code declaredType}. Example usage:
113 * methods repeatedly. See usage example in {@link
137 * return value is required by the enclosing method. Example usage:
162 * detected. Example usage:
  /external/iproute2/ip/
ipmroute.c 34 static void usage(void) __attribute__((noreturn));
36 static void usage(void) function
38 fprintf(stderr, "Usage: ip mroute show [ PREFIX ] [ from PREFIX ] [ iif DEVICE ]\n");
40 fprintf(stderr, "Usage: ip mroute [ add | del ] DESTINATION from SOURCE [ iif DEVICE ] [ oif DEVICE ]\n");
176 usage();
203 usage();
rtmon.c 59 void usage(void) function
61 fprintf(stderr, "Usage: rtmon file FILE [ all | LISTofOBJECTS]\n");
83 usage();
91 usage();
109 usage();
123 usage();
  /external/skia/bench/
bench_compare.py 11 def usage(): function
12 """Prints simple usage information."""
61 usage()
90 usage()
94 usage()
162 usage()
  /external/skia/src/pdf/
SkPDFFont.h 30 void merge(const SkPDFGlyphSet& usage);
60 void merge(const SkPDFGlyphSetMap& usage);
125 /** Subset the font based on usage set. Returns a SkPDFFont instance with
127 * @param usage Glyph subset requested.
131 virtual SkPDFFont* getFontSubset(const SkPDFGlyphSet* usage);
160 // Generate ToUnicode table according to glyph usage subset.
  /external/valgrind/main/memcheck/tests/
addressable.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
34 total heap usage: ... allocs, ... frees, ... bytes allocated
43 total heap usage: ... allocs, ... frees, ... bytes allocated
57 total heap usage: ... allocs, ... frees, ... bytes allocated
76 total heap usage: ... allocs, ... frees, ... bytes allocated
86 total heap usage: ... allocs, ... frees, ... bytes allocated
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 23 See usage() below.
48 # Prints a usage summary
49 def usage(error=None): function
56 Usage:
69 # after printing the error and the usage.
100 usage(error)
  /development/tools/etc1tool/
etc1tool.cpp 31 void usage(char* message, ...) { function
38 fprintf(stderr, "usage:\n");
45 fprintf(stderr, "\t\t--help print this usage information.\n");
477 usage("At most one occurrence of --encode --encodeNoHeader or --decode is allowed.\n");
502 usage("Only one -o flag allowed.");
505 usage("Expected outfile after -o");
523 usage("Only one --showDifference option allowed.\n");
527 usage("Expected difffile after --showDifference");
531 usage( NULL);
533 usage("Unknown flag %s", pArg)
    [all...]
  /external/regex-re2/re2/testing/
dfa_test.cc 101 int usage; local
111 usage = m.HeapGrowth();
117 // limit, progusage, dfamem, usage);
118 CHECK_GT(usage, limit*9/10);
119 CHECK_LT(usage, limit + (16<<10)); // 16kB of slop okay
201 int64 usage; local
220 usage = m.HeapGrowth();
228 //LOG(INFO) << "usage " << usage << " " << peak_usage;
229 CHECK_LT(usage, 1<<n)
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 35 * <p>An Allocation also contains a set of usage flags that denote how the
36 * Allocation could be used. For example, an Allocation may have usage flags
82 * The usage of the Allocation. These signal to RenderScript where to place
101 * consumer. This usage will cause the Allocation to be created as
181 * Get the usage flags of the Allocation.
183 * @return usage this Allocation's set of the USAGE_* flags OR'd together
217 Allocation(int id, RenderScript rs, Type t, int usage) {
219 if ((usage & ~(USAGE_SCRIPT |
224 throw new RSIllegalArgumentException("Unknown usage specified.");
227 if ((usage & USAGE_IO_INPUT) != 0)
    [all...]
  /external/proguard/docs/manual/
troubleshooting.html 96 <a href="usage.html#dontnote"><code>-dontnote</code></a> option.</dd>
108 href="usage.html#dontnote"><code>-dontnote</code></a> option.</dd>
119 href="usage.html#dontnote"><code>-dontnote</code></a> option.</dd>
129 href="usage.html#dontnote"><code>-dontnote</code></a> option.</dd>
153 the <a href="usage.html#libraryjars"><code>-libraryjars</code></a> option.
157 href="usage.html#dontskipnonpubliclibraryclasses"><code>-dontskipnonpubliclibraryclasses</code></a>
167 href="usage.html#ignorewarnings"><code>-ignorewarnings</code></a> option,
168 or even the <a href="usage.html#dontwarn"><code>-dontwarn</code></a>
182 <a href="usage.html#dontskipnonpubliclibraryclasses"><code>-dontskipnonpubliclibraryclasses</code></a> option. A common example is
192 href="usage.html#dontskipnonpubliclibraryclassmembers"><code>-dontskipnonpubliclibraryclassmembers</code></a
    [all...]
  /external/bison/src/
muscle-tab.h 128 the empty string. Also, record Bison's usage of VARIABLE by defining
137 Don't record this as a Bison usage of VARIABLE as there's no reason to
144 b4_syncline invocation. Don't record this as a Bison usage of VARIABLE as
151 Also, record Bison's usage of VARIABLE by defining
159 to any other value (possibly a user error). Also, record Bison's usage of
165 Don't record this as a Bison usage of VARIABLE as there's no reason to
177 a user error). Don't record this as a Bison usage of the variable as
  /external/checkpolicy/
checkmodule.c 142 static void usage(char *progname) function
144 printf("usage: %s [-h] [-V] [-b] [-U handle_unknown] [-m] [-M] [-o FILE] [INPUT]\n", progname);
151 printf(" -h print usage\n");
182 usage(argv[0]);
207 usage(argv[0]);
216 usage(argv[0]);
235 usage(argv[0]);
  /hardware/msm7k/libgralloc-qsd8k/
pmemalloc.cpp 39 static int get_open_flags(int usage) {
41 uint32_t uread = usage & GRALLOC_USAGE_SW_READ_MASK;
42 uint32_t uwrite = usage & GRALLOC_USAGE_SW_WRITE_MASK;
145 int PmemUserspaceAllocator::alloc_pmem_buffer(size_t size, int usage,
158 int openFlags = get_open_flags(usage);
261 int PmemKernelAllocator::alloc_pmem_buffer(size_t size, int usage,
271 int openFlags = get_open_flags(usage);
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 210 static void usage(void) function
212 fprintf(stderr, "usage: test_jpeg [options] filename.jpg [filename2.jpg ...]\n" );
248 usage();
256 usage();
276 usage();
298 usage();
303 usage();
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 37 * <p>An Allocation also contains a set of usage flags that denote how the
38 * Allocation could be used. For example, an Allocation may have usage flags
84 * The usage of the Allocation. These signal to RenderScript where to place
129 * consumer. This usage will cause the Allocation to be created as
209 * Get the usage flags of the Allocation.
211 * @return usage this Allocation's set of the USAGE_* flags OR'd together
245 Allocation(int id, RenderScript rs, Type t, int usage) {
247 if ((usage & ~(USAGE_SCRIPT |
255 throw new RSIllegalArgumentException("Unknown usage specified.");
258 if ((usage & USAGE_IO_INPUT) != 0)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.java 43 * @xsl.usage internal
63 * @xsl.usage internal
112 * @xsl.usage internal
158 * @xsl.usage internal
207 * @xsl.usage internal
268 * @xsl.usage internal
289 * @xsl.usage internal
311 * @xsl.usage internal
419 * @xsl.usage internal
429 * @xsl.usage interna
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
Messages.java 95 * @xsl.usage internal
119 * @xsl.usage internal
133 * @xsl.usage internal
144 * @xsl.usage internal
154 * @xsl.usage internal
170 * @xsl.usage internal
197 * @xsl.usage internal
302 * @xsl.usage internal
353 * @xsl.usage internal
  /external/icu4c/config/
icu-config-bottom 39 echo " --help, -?, --usage Print this message"
69 ## Print the normal usage message
72 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'`
76 usage()
85 echo "Usage:"
368 usage
372 --usage)
373 usage
383 usage
  /hardware/libhardware/include/hardware/
gralloc.h 104 /* mask for the software usage bit-mask */
120 /* implementation-specific private usage flags */
173 * specified usage. This call may block, for instance if the h/w needs
182 * If usage specifies GRALLOC_USAGE_SW_*, vaddr is filled with the address
201 * If the buffer was created with a usage mask incompatible with the
202 * requested usage flags here, -EINVAL is returned.
207 buffer_handle_t handle, int usage,
237 buffer_handle_t handle, int usage,
270 int w, int h, int format, int usage,
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 90 static void usage P_((int));
109 static void usage P_((int));
111 usage(status) function
123 Usage: %s [OPTION]... {script-only-if-no-other-script} [input-file]...\n\
293 usage(4);
300 usage(4);
331 usage(0);
333 usage(4);
345 usage(4);
  /sdk/emulator/mksdcard/
mksdcard.c 30 * usage: mksdcard [-l label] <size> <filename>
207 static void usage (void) function
210 fprintf(stderr, "usage: mksdcard [-l label] <size> <file>\n\n");
241 usage();
248 usage();
253 usage();
258 usage();
270 usage();
273 usage();
  /bionic/libc/kernel/tools/
find_headers.py 17 def usage(): function
19 usage: find_headers.py [options] <kernel-root> (file|directory|@listfile)+
43 usage()
55 usage()
58 usage()
  /dalvik/dx/tests/
run-test 58 usage="no"
60 usage="yes"
72 usage="yes"
78 if [ "$usage" = "yes" ]; then
81 echo "usage:"

Completed in 406 milliseconds

<<11121314151617181920>>