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

  /external/stlport/stlport/stl/debug/
_debug.h 425 inline bool _STLP_CALL __check_if_owner( const __owned_list* __owner,
427 { return __stl_debugger::_Check_if_owner(__owner, (const __owned_link&)__it); }
430 inline bool _STLP_CALL __check_if_not_owner( const __owned_list* __owner,
432 { return __stl_debugger::_Check_if_not_owner(__owner, (const __owned_link&)__it); }
_debug.c 574 const __owned_list* __owner = __l->_Owner(); local
575 _STLP_VERBOSE_RETURN_0(__owner != 0, _StlMsg_INVALID_ITERATOR)
576 void* __ret = __CONST_CAST(void*,__owner->_Owner());
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 425 inline bool _STLP_CALL __check_if_owner( const __owned_list* __owner,
427 { return __stl_debugger::_Check_if_owner(__owner, (const __owned_link&)__it); }
430 inline bool _STLP_CALL __check_if_not_owner( const __owned_list* __owner,
432 { return __stl_debugger::_Check_if_not_owner(__owner, (const __owned_link&)__it); }
_debug.c 574 const __owned_list* __owner = __l->_Owner(); local
575 _STLP_VERBOSE_RETURN_0(__owner != 0, _StlMsg_INVALID_ITERATOR)
576 void* __ret = __CONST_CAST(void*,__owner->_Owner());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
pthreadtypes.h 82 int __owner; member in struct:__anon39088::__pthread_mutex_s
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
pthreadtypes.h 82 int __owner; member in struct:__anon40678::__pthread_mutex_s
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
pthreadtypes.h 82 int __owner; member in struct:__anon42193::__pthread_mutex_s
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 425 inline bool _STLP_CALL __check_if_owner( const __owned_list* __owner,
427 { return __stl_debugger::_Check_if_owner(__owner, (const __owned_link&)__it); }
430 inline bool _STLP_CALL __check_if_not_owner( const __owned_list* __owner,
432 { return __stl_debugger::_Check_if_not_owner(__owner, (const __owned_link&)__it); }
_debug.c 574 const __owned_list* __owner = __l->_Owner(); local
575 _STLP_VERBOSE_RETURN_0(__owner != 0, _StlMsg_INVALID_ITERATOR)
576 void* __ret = __CONST_CAST(void*,__owner->_Owner());
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 425 inline bool _STLP_CALL __check_if_owner( const __owned_list* __owner,
427 { return __stl_debugger::_Check_if_owner(__owner, (const __owned_link&)__it); }
430 inline bool _STLP_CALL __check_if_not_owner( const __owned_list* __owner,
432 { return __stl_debugger::_Check_if_not_owner(__owner, (const __owned_link&)__it); }
_debug.c 574 const __owned_list* __owner = __l->_Owner(); local
575 _STLP_VERBOSE_RETURN_0(__owner != 0, _StlMsg_INVALID_ITERATOR)
576 void* __ret = __CONST_CAST(void*,__owner->_Owner());
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 425 inline bool _STLP_CALL __check_if_owner( const __owned_list* __owner,
427 { return __stl_debugger::_Check_if_owner(__owner, (const __owned_link&)__it); }
430 inline bool _STLP_CALL __check_if_not_owner( const __owned_list* __owner,
432 { return __stl_debugger::_Check_if_not_owner(__owner, (const __owned_link&)__it); }
_debug.c 574 const __owned_list* __owner = __l->_Owner(); local
575 _STLP_VERBOSE_RETURN_0(__owner != 0, _StlMsg_INVALID_ITERATOR)
576 void* __ret = __CONST_CAST(void*,__owner->_Owner());
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 425 inline bool _STLP_CALL __check_if_owner( const __owned_list* __owner,
427 { return __stl_debugger::_Check_if_owner(__owner, (const __owned_link&)__it); }
430 inline bool _STLP_CALL __check_if_not_owner( const __owned_list* __owner,
432 { return __stl_debugger::_Check_if_not_owner(__owner, (const __owned_link&)__it); }
_debug.c 574 const __owned_list* __owner = __l->_Owner(); local
575 _STLP_VERBOSE_RETURN_0(__owner != 0, _StlMsg_INVALID_ITERATOR)
576 void* __ret = __CONST_CAST(void*,__owner->_Owner());
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_debug.h 425 inline bool _STLP_CALL __check_if_owner( const __owned_list* __owner,
427 { return __stl_debugger::_Check_if_owner(__owner, (const __owned_link&)__it); }
430 inline bool _STLP_CALL __check_if_not_owner( const __owned_list* __owner,
432 { return __stl_debugger::_Check_if_not_owner(__owner, (const __owned_link&)__it); }
_debug.c 574 const __owned_list* __owner = __l->_Owner(); local
575 _STLP_VERBOSE_RETURN_0(__owner != 0, _StlMsg_INVALID_ITERATOR)
576 void* __ret = __CONST_CAST(void*,__owner->_Owner());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 134 self.__owner = None
138 owner = self.__owner
168 if self.__owner == me:
175 self.__owner = me
202 if self.__owner != _get_ident():
206 self.__owner = None
223 self.__owner = owner
232 owner = self.__owner
233 self.__owner = None
238 return self.__owner == _get_ident(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 134 self.__owner = None
138 owner = self.__owner
168 if self.__owner == me:
175 self.__owner = me
202 if self.__owner != _get_ident():
206 self.__owner = None
223 self.__owner = owner
232 owner = self.__owner
233 self.__owner = None
238 return self.__owner == _get_ident(
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 433 extern int chown (__const char *__file, __uid_t __owner, __gid_t __group)
438 extern int fchown (int __fd, __uid_t __owner, __gid_t __group) __THROW __wur;
443 extern int lchown (__const char *__file, __uid_t __owner, __gid_t __group)
451 extern int fchownat (int __fd, __const char *__file, __uid_t __owner,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 433 extern int chown (__const char *__file, __uid_t __owner, __gid_t __group)
438 extern int fchown (int __fd, __uid_t __owner, __gid_t __group) __THROW __wur;
443 extern int lchown (__const char *__file, __uid_t __owner, __gid_t __group)
451 extern int fchownat (int __fd, __const char *__file, __uid_t __owner,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 433 extern int chown (__const char *__file, __uid_t __owner, __gid_t __group)
438 extern int fchown (int __fd, __uid_t __owner, __gid_t __group) __THROW __wur;
443 extern int lchown (__const char *__file, __uid_t __owner, __gid_t __group)
451 extern int fchownat (int __fd, __const char *__file, __uid_t __owner,
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
cpp_message.py 200 return self._subclass(__cmessage=cmessage, __owner=self._message, **kwargs)
224 return subclass(__cmessage=cmessages, __owner=self._message)
226 return [subclass(__cmessage=m, __owner=self._message) for m in cmessages]
464 owner = kwargs.pop('__owner', None)

Completed in 764 milliseconds