HomeSort by relevance Sort by last modified time
    Searched defs:get_buffer (Results 1 - 25 of 47) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
clang-format.py 52 def get_buffer(encoding): function
60 buf = get_buffer(encoding)
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
clang-format.py 52 def get_buffer(encoding): function
60 buf = get_buffer(encoding)
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
clang-format.py 52 def get_buffer(encoding): function
60 buf = get_buffer(encoding)
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
clang-format.py 52 def get_buffer(encoding): function
60 buf = get_buffer(encoding)
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
clang-format.py 52 def get_buffer(encoding): function
60 buf = get_buffer(encoding)
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
clang-format.py 52 def get_buffer(encoding): function
60 buf = get_buffer(encoding)
  /prebuilts/clang/host/linux-x86/clang-4393122/share/clang/
clang-format.py 52 def get_buffer(encoding): function
60 buf = get_buffer(encoding)
  /prebuilts/clang/host/linux-x86/clang-4479392/share/clang/
clang-format.py 52 def get_buffer(encoding): function
60 buf = get_buffer(encoding)
  /prebuilts/clang/host/linux-x86/clang-4579689/share/clang/
clang-format.py 52 def get_buffer(encoding): function
60 buf = get_buffer(encoding)
  /prebuilts/clang/host/linux-x86/clang-4630689/share/clang/
clang-format.py 52 def get_buffer(encoding): function
60 buf = get_buffer(encoding)
  /prebuilts/clang/host/linux-x86/clang-4639204/share/clang/
clang-format.py 52 def get_buffer(encoding): function
60 buf = get_buffer(encoding)
  /prebuilts/clang/host/linux-x86/clang-4691093/share/clang/
clang-format.py 52 def get_buffer(encoding): function
60 buf = get_buffer(encoding)
  /external/libjpeg-turbo/
jdhuff.h 61 * We read source bytes into get_buffer and dole out bits as needed.
62 * If get_buffer already contains enough bits, they are fetched in-line
64 * bits, jpeg_fill_bit_buffer is called; it will attempt to fill get_buffer
68 * On TRUE return, jpeg_fill_bit_buffer guarantees that get_buffer contains
97 bit_buf_type get_buffer; /* current bit-extraction buffer */ member in struct:__anon25032
109 bit_buf_type get_buffer; /* current bit-extraction buffer */ member in struct:__anon25033
117 register bit_buf_type get_buffer; \
125 get_buffer = permstate.get_buffer; \
131 permstate.get_buffer = get_buffer;
    [all...]
  /external/libxcam/xcore/
buffer_pool.cpp 145 BufferPool::get_buffer (const SmartPtr<BufferPool> &self) function in class:XCam::BufferPool
161 "BufferPool get_buffer failed since parameter<self> not this");
175 BufferPool::get_buffer () function in class:XCam::BufferPool
177 return get_buffer (SmartPtr<BufferPool>(this));
  /external/adhd/cras/src/server/
cras_empty_iodev.c 113 static int get_buffer(struct cras_iodev *iodev, function
203 iodev->get_buffer = get_buffer;
cras_hfp_iodev.c 148 static int get_buffer(struct cras_iodev *iodev, function
248 iodev->get_buffer = get_buffer;
test_iodev.c 91 static int get_buffer(struct cras_iodev *iodev, function
201 iodev->get_buffer = get_buffer_fd_read;
203 iodev->get_buffer = get_buffer;
cras_a2dp_iodev.c 351 static int get_buffer(struct cras_iodev *iodev, function
490 iodev->get_buffer = get_buffer;
cras_bt_io.c 255 static int get_buffer(struct cras_iodev *iodev, function
262 return dev->get_buffer(dev, area, frames);
337 iodev->get_buffer = get_buffer;
  /external/libxcam/modules/ocl/
cl_3a_stats_context.cpp 113 CL3AStatsCalculatorContext::get_buffer () function in class:XCam::CL3AStatsCalculatorContext
199 buffer = _stats_pool->get_buffer (_stats_pool);
  /external/mesa3d/src/compiler/glsl/
link_varyings.h 134 unsigned get_buffer() const function in class:tfeedback_decl
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xdrlib.py 48 def get_buffer(self): member in class:Packer
51 get_buf = get_buffer
134 def get_buffer(self): member in class:Unpacker
  /external/adhd/cras/src/tests/
bt_io_unittest.cc 78 d->get_buffer = get_buffer;
110 static int get_buffer(cras_iodev* iodev, function in class:__anon14129::BtIoBasicSuite
171 bt_iodev->get_buffer(bt_iodev, &fake_area, &fr);
  /external/python/cpython2/Lib/
xdrlib.py 59 def get_buffer(self): member in class:Packer
62 get_buf = get_buffer
151 def get_buffer(self): member in class:Unpacker
  /external/python/cpython3/Lib/
xdrlib.py 56 def get_buffer(self): member in class:Packer
59 get_buf = get_buffer
148 def get_buffer(self): member in class:Unpacker

Completed in 734 milliseconds

1 2