HomeSort by relevance Sort by last modified time
    Searched full:_base (Results 301 - 325 of 755) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 104 typedef _STLP_PRIV DEQUE_IMPL<_StorageType, _StorageTypeAlloc> _Base;
217 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {}
371 _Base _M_impl;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 104 typedef _STLP_PRIV DEQUE_IMPL<_StorageType, _StorageTypeAlloc> _Base;
217 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {}
371 _Base _M_impl;
  /bionic/libc/stdio/
fread.c 76 if (fp->_bf._base == NULL) {
stdio_ext.cpp 70 return fp->_p - fp->_bf._base;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fflush.c 66 if ((p = fp->_bf._base) == NULL)
wbuf.c 72 n = fp->_p - fp->_bf._base;
  /development/ndk/platforms/android-21/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
etree_lxml.py 18 from . import _base
182 class TreeBuilder(_base.TreeBuilder):
262 _base.TreeBuilder.__init__(self, namespaceHTMLElements)
265 _base.TreeBuilder.reset(self)
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
stdio.h 71 unsigned char* _base; member in struct:__sbuf
76 unsigned char *_base; member in struct:__sbuf
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.

Completed in 761 milliseconds

<<11121314151617181920>>