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

<<11121314151617181920>>

  /external/skia/src/gpu/gl/
GrGLIndexBuffer.cpp 111 GrGLenum usage = dynamic() ? GR_GL_DYNAMIC_DRAW : GR_GL_STATIC_DRAW; local
116 srcSizeInBytes, src, usage));
125 this->sizeInBytes(), NULL, usage));
134 srcSizeInBytes, src, usage));
  /external/skia/src/utils/
SkBitmapChecksummer.h 28 * cases, performance and memory usage can suffer.
  /external/srtp/crypto/test/
kernel_driver.c 51 usage(char *prog_name) { function
52 printf("usage: %s [ -v ][ -d debug_module ]*\n", prog_name);
64 usage(argv[0]);
91 usage(argv[0]);
  /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/valgrind/main/drd/tests/
annotate_hb_err.c 1 /* Test program that triggers several happens-before usage errors. */
  /external/valgrind/main/gdbserver_tests/
mcsignopass.stderr.exp 17 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
mcsigpass.stderr.exp 17 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
mcwatchpoints.stderr.exp 22 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
  /external/valgrind/main/memcheck/tests/
describe-block.stderr.exp 10 total heap usage: ... allocs, ... frees, ... bytes allocated
  /external/valgrind/unittest/
match_output.py 27 print >>sys.stderr, 'Usage: %s <template file>'
  /external/yaffs2/yaffs2/
patch-ker.sh 29 # Display usage of this script
30 usage () { function
31 echo "usage: $0 kernelpath"
39 usage;
  /frameworks/base/docs/html/tools/help/
layoutopt.jd 14 <h3>Usage</h3>
  /frameworks/base/tests/DumpRenderTree2/assets/
run_layout_tests.py 8 Usage:
82 option_parser = optparse.OptionParser(usage="Usage: %prog [options] test-relative-path")
93 logging.fatal("Usage: run_layout_tests.py [options] test-relative-path")
  /frameworks/native/cmds/screenshot/
screenshot.c 98 void usage() { function
100 "usage: screenshot [-s soundfile] filename.png\n"
121 usage(); exit(1);
128 usage(); exit(1);
  /frameworks/native/libs/gui/
IGraphicBufferAlloc.cpp 46 PixelFormat format, uint32_t usage, status_t* error) {
52 data.writeInt32(usage);
94 uint32_t usage = data.readInt32(); local
97 createGraphicBuffer(w, h, format, usage, &error);
  /frameworks/native/libs/ui/
GraphicBufferMapper.cpp 74 int usage, const Rect& bounds, void** vaddr)
79 err = mAllocMod->lock(mAllocMod, handle, usage,
88 int usage, const Rect& bounds, android_ycbcr *ycbcr)
93 err = mAllocMod->lock_ycbcr(mAllocMod, handle, usage,
  /frameworks/native/opengl/libagl/
BufferObjectManager.cpp 62 bo->usage = GL_STATIC_DRAW;
70 GLsizeiptr size, GLenum usage)
81 bo->usage = usage;
  /frameworks/native/opengl/specs/
README 4 The table below tracks usage of EGL enumerant values that have been reserved
  /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...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.inp 2 # usage: (echo YEAR; cat easter.dc) | dc
  /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]);
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
keywords.txt 7 # Usage:
  /sdk/attribute_stats/
README.txt 4 This program gathers statistics about attribute usage in layout
  /sdk/eclipse/scripts/
build_ide.sh 20 echo "Usage: $0 dest_dir ide_qualifier zip_qualifier" > /dev/stderr

Completed in 3400 milliseconds

<<11121314151617181920>>