HomeSort by relevance Sort by last modified time
    Searched refs:_buffer (Results 1 - 12 of 12) sorted by null

  /frameworks/compile/libbcc/bcinfo/Wrap/
in_memory_wrapper_input.cpp 23 _buffer(buffer), _pos(0), _size(size) {
40 buffer[found++] = _buffer[_pos++];
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
in_memory_wrapper_input.h 45 const char* _buffer; member in class:InMemoryWrapperInput
  /external/webrtc/src/modules/interface/
module_common_types.h 480 WebRtc_UWord8* Buffer() const {return _buffer;}
482 WebRtc_UWord8*& Buffer() {return _buffer;}
527 WebRtc_UWord8* _buffer; // Pointer to frame buffer member in class:webrtc::VideoFrame
539 _buffer(0),
552 if(_buffer)
554 delete [] _buffer;
555 _buffer = NULL;
572 if(_buffer)
575 memcpy(newBufferBuffer, _buffer, _bufferSize);
576 delete [] _buffer;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 396 { struct _pthread_cleanup_buffer _buffer; \
401 __libc_ptf_call_always (_pthread_cleanup_push_defer, (&_buffer, FCT, \
404 _buffer.__routine = (FCT); \
405 _buffer.__arg = (ARG); \
414 __libc_ptf_call_always (_pthread_cleanup_pop_restore, (&_buffer, DOIT));\
416 _buffer.__routine (_buffer.__arg); \
422 __libc_ptf_call_always (_pthread_cleanup_pop_restore, (&_buffer, DOIT));\
424 _buffer.__routine (_buffer.__arg
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 396 { struct _pthread_cleanup_buffer _buffer; \
401 __libc_ptf_call_always (_pthread_cleanup_push_defer, (&_buffer, FCT, \
404 _buffer.__routine = (FCT); \
405 _buffer.__arg = (ARG); \
414 __libc_ptf_call_always (_pthread_cleanup_pop_restore, (&_buffer, DOIT));\
416 _buffer.__routine (_buffer.__arg); \
422 __libc_ptf_call_always (_pthread_cleanup_pop_restore, (&_buffer, DOIT));\
424 _buffer.__routine (_buffer.__arg
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 396 { struct _pthread_cleanup_buffer _buffer; \
401 __libc_ptf_call_always (_pthread_cleanup_push_defer, (&_buffer, FCT, \
404 _buffer.__routine = (FCT); \
405 _buffer.__arg = (ARG); \
414 __libc_ptf_call_always (_pthread_cleanup_pop_restore, (&_buffer, DOIT));\
416 _buffer.__routine (_buffer.__arg); \
422 __libc_ptf_call_always (_pthread_cleanup_pop_restore, (&_buffer, DOIT));\
424 _buffer.__routine (_buffer.__arg
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/ums/
SDL_umsaudio.c 84 if(this->hidden->playbuf._buffer) SDL_free(this->hidden->playbuf._buffer);
85 if(this->hidden->fillbuf._buffer) SDL_free(this->hidden->fillbuf._buffer);
148 return this->hidden->fillbuf._buffer;
330 this->hidden->playbuf._buffer = (unsigned char*)SDL_malloc(spec->size);
333 this->hidden->fillbuf._buffer = (unsigned char*)SDL_malloc(spec->size);
  /external/chromium/net/tools/testserver/
xmppserver.py 123 self._buffer = ''
130 self._buffer += data
144 results = regexp.match(self._buffer)
147 xml_text = self._buffer[:results.end()] + xml_suffix
148 self._buffer = self._buffer[results.end():]
  /external/opencv/cv/src/
cvsamplers.cpp 50 void* _buffer, int connectivity )
61 uchar* buffer = (uchar*)_buffer;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/jdiff/
xerces.jar 

Completed in 843 milliseconds