HomeSort by relevance Sort by last modified time
    Searched refs:usage (Results 201 - 225 of 837) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/services/surfaceflinger/
SurfaceTextureLayer.h 52 uint32_t format, uint32_t usage);
  /frameworks/base/tools/obbtool/
mkobb.sh 148 usage() { function
156 echo " -h Help; this usage screen"
170 -h) usage; exit 1;;
183 usage
190 usage
  /hardware/msm7k/libgralloc/
gralloc.cpp 62 size_t size, int usage, buffer_handle_t* pHandle);
73 buffer_handle_t handle, int usage,
129 size_t size, int usage, buffer_handle_t* pHandle)
151 int newUsage = (usage & ~GRALLOC_USAGE_HW_FB) | GRALLOC_USAGE_HW_2D;
183 size_t size, int usage, buffer_handle_t* pHandle)
188 int err = gralloc_alloc_framebuffer_locked(dev, size, usage, pHandle);
315 size_t size, int usage, buffer_handle_t* pHandle)
327 if (usage & GRALLOC_USAGE_HW_TEXTURE) {
333 if (usage & GRALLOC_USAGE_HW_2D) {
344 } else if ((usage & GRALLOC_USAGE_HW_RENDER) == 0)
    [all...]
  /development/tools/jdwpspy/
Main.cpp 107 static void usage(const char* progName) function
109 fprintf(stderr, "Usage: %s VM-port [debugger-listen-port]\n\n", progName);
121 usage("jdwpspy");
  /external/bzip2/
bzmore 35 echo usage: $prog files...
  /external/chromium/chrome/browser/
process_info_snapshot_mac.cc 421 base::CommittedKBytes* usage) const {
423 if (!usage) {
431 usage->priv = 0;
432 usage->mapped = 0;
433 usage->image = 0;
437 usage->priv = proc_info.vsize / 1024;
438 usage->mapped = 0;
439 usage->image = 0;
  /external/grub/util/
grub-set-default 27 # Usage: usage
28 # Print the usage.
29 usage () {
31 Usage: grub-set-default [OPTION] entry
48 usage
57 usage
63 usage
73 usage
grub-set-default.in 27 # Usage: usage
28 # Print the usage.
29 usage () {
31 Usage: grub-set-default [OPTION] entry
48 usage
57 usage
63 usage
73 usage
  /external/jpeg/
wrjpgcom.c 351 usage (void) function
357 fprintf(stderr, "Usage: %s [switches] ", progname);
441 if (++argn >= argc) usage();
447 if (++argn >= argc) usage();
471 usage();
476 usage();
481 usage();
510 usage();
520 usage();
  /external/openssl/crypto/rc4/
rc4.c 65 char *usage[]={ variable
66 "usage: rc4 args\n",
116 for (pp=usage; (*pp != NULL); pp++)
  /external/skia/src/images/
SkImageRef_GlobalPool.cpp 74 void SkImageRef_GlobalPool::SetRAMUsed(size_t usage) {
76 gGlobalImageRefPool.setRAMUsed(usage);
  /external/stlport/test/unit/cppunit/
test_main.cpp 54 static void usage(const char* name) function
56 printf("Usage : %s [-t=<class>[::<test>]] [-x=<class>[::<test>]] [-f=<file>]%s\n",
102 // invalid option, we display normal usage.
103 usage(argv[0]);
  /external/yaffs2/yaffs2/
patch-ker.sh 29 # Display usage of this script
30 usage () { function
31 echo "usage: $0 kernelpath"
39 usage;
  /frameworks/base/tools/validatekeymaps/
Main.cpp 40 static void usage() { function
42 fprintf(stderr, "Usage:\n");
127 usage();
  /hardware/libhardware/include/hardware/
gralloc.h 79 /* mask for the software usage bit-mask */
95 /* implementation-specific private usage flags */
148 * specified usage. This call may block, for instance if the h/w needs
157 * If usage specifies GRALLOC_USAGE_SW_*, vaddr is filled with the address
172 * If the buffer was created with a usage mask incompatible with the
173 * requested usage flags here, -EINVAL is returned.
178 buffer_handle_t handle, int usage,
221 int w, int h, int format, int usage,
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
test_main.cpp 54 static void usage(const char* name) function
56 printf("Usage : %s [-t=<class>[::<test>]] [-x=<class>[::<test>]] [-f=<file>]%s\n",
102 // invalid option, we display normal usage.
103 usage(argv[0]);
  /ndk/tests/device/test-stlport/unit/cppunit/
test_main.cpp 54 static void usage(const char* name) function
56 printf("Usage : %s [-t=<class>[::<test>]] [-x=<class>[::<test>]] [-f=<file>]%s\n",
102 // invalid option, we display normal usage.
103 usage(argv[0]);
  /system/core/run-as/
run-as.c 59 * application user-id. Typical usage is:
81 usage(void) function
83 const char* str = "Usage: " PROGNAME " <package-name> <command> [<args>]\n\n";
110 usage();
  /external/bluetooth/glib/
glib-gettextize.in 33 usage="\
34 Usage: glib-gettextize [OPTION]... [package-dir]
69 $echo "$usage"; exit 0 ;;
88 $echo "$usage"
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 46 void usage(string name) { function
60 cerr << "Usage: " << name << " [options] image_list.txt" << endl;
104 usage(argv[0]);
348 usage(progname);
373 usage(progname);
382 usage(progname);
395 usage(progname);
  /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();
  /external/qemu/distrib/sdl-1.2.12/src/joystick/bsd/
SDL_sysjoystick.c 182 /* Read the default USB HID usage table. */
198 usage_to_joyaxe(unsigned usage)
201 switch (usage) {
331 switch (HID_PAGE(hitem.usage)) {
333 switch (HID_USAGE(hitem.usage)) {
336 s = hid_usage_in_page(hitem.usage);
345 switch (HID_PAGE(hitem.usage)) {
347 unsigned usage = HID_USAGE(hitem.usage); local
348 int joyaxe = usage_to_joyaxe(usage);
464 unsigned usage = HID_USAGE(hitem.usage); local
    [all...]
  /external/valgrind/main/cachegrind/
cg_diff.in 44 # Usage message.
45 my $usage = <<END
46 usage: cg_diff [options] <cachegrind-out-file1> <cachegrind-out-file2>
82 die($usage);
92 die($usage);
98 die($usage);
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 88 * The usage of the allocation. These signal to renderscript
179 Allocation(int id, RenderScript rs, Type t, int usage) {
181 if ((usage & ~(USAGE_SCRIPT |
186 throw new RSIllegalArgumentException("Unknown usage specified.");
270 throw new RSIllegalArgumentException("Source must be exactly one usage type.");
865 * @param usage bit field specifying how the allocation is
868 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
873 int id = rs.nAllocationCreateTyped(type.getID(), mips.mID, usage);
877 return new Allocation(id, rs, type, usage);
886 * @param usage bit field specifying how the allocation i
    [all...]
  /external/iproute2/tc/
tc_qdisc.c 29 static int usage(void);
31 static int usage(void) function
33 fprintf(stderr, "Usage: tc qdisc [ add | del | replace | change | show ] dev STRING\n");
124 usage();
150 usage();
297 usage();
302 usage();
356 usage();

Completed in 782 milliseconds

1 2 3 4 5 6 7 891011>>