HomeSort by relevance Sort by last modified time
    Searched full:__count (Results 601 - 625 of 909) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
multiset.h 253 size_type __count = 0; local
258 ++__count;
260 return __count;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
base.h 369 * @param __count Number of (virtual) copies.
371 _PseudoSequence(const _Tp& __val, _DifferenceType __count)
372 : _M_val(__val), _M_count(__count) { }
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
multimap.h 291 size_type __count = 0; local
296 ++__count;
298 return __count;
multiset.h 274 size_type __count = 0; local
279 ++__count;
281 return __count;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
base.h 369 * @param __count Number of (virtual) copies.
371 _PseudoSequence(const _Tp& __val, _DifferenceType __count)
372 : _M_val(__val), _M_count(__count) { }
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
multimap.h 291 size_type __count = 0; local
296 ++__count;
298 return __count;
multiset.h 274 size_type __count = 0; local
279 ++__count;
281 return __count;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
base.h 369 * @param __count Number of (virtual) copies.
371 _PseudoSequence(const _Tp& __val, _DifferenceType __count)
372 : _M_val(__val), _M_count(__count) { }
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
multimap.h 291 size_type __count = 0; local
296 ++__count;
298 return __count;
multiset.h 274 size_type __count = 0; local
279 ++__count;
281 return __count;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
pthreadtypes.h 59 unsigned int __count; member in struct:__anon56409::__pthread_mutex_s
  /external/icu/icu4c/source/common/unicode/
utf8.h 516 uint8_t __count=U8_COUNT_TRAIL_BYTES(__b); \
517 if((i)+__count>(length) && (length)>=0) { \
518 __count=(uint8_t)((length)-(i)); \
520 while(__count>0 && U8_IS_TRAIL((s)[i])) { \
522 --__count; \
631 uint8_t __b, __count=1, __shift=6; \
638 U8_MASK_LEAD_BYTE(__b, __count); \
643 ++__count; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/attr/
attributes.h 176 int __count, int __flags);
178 int __count, int __flags);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/attr/
attributes.h 176 int __count, int __flags);
178 int __count, int __flags);
  /external/python/cpython2/Lib/
threading.py 136 self.__count = 0
145 self.__class__.__name__, owner, self.__count)
170 self.__count = self.__count + 1
177 self.__count = 1
205 self.__count = count = self.__count - 1
223 self.__count = count
231 count = self.__count
232 self.__count =
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py 135 self.__count = 0
144 self.__class__.__name__, owner, self.__count)
169 self.__count = self.__count + 1
176 self.__count = 1
204 self.__count = count = self.__count - 1
222 self.__count = count
230 count = self.__count
231 self.__count =
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
threading.py 135 self.__count = 0
144 self.__class__.__name__, owner, self.__count)
169 self.__count = self.__count + 1
176 self.__count = 1
204 self.__count = count = self.__count - 1
222 self.__count = count
230 count = self.__count
231 self.__count =
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 239 _Atomic_word __count = _M_get_use_count(); local
242 if (__count == 0)
247 while (!__atomic_compare_exchange_n(&_M_use_count, &__count, __count + 1,
283 _Atomic_word __count = _M_get_use_count(); local
286 if (__count == 0)
291 while (!__atomic_compare_exchange_n(&_M_use_count, &__count, __count + 1,
1132 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
1133 _M_refcount._M_swap(__count);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 239 _Atomic_word __count = _M_get_use_count(); local
242 if (__count == 0)
247 while (!__atomic_compare_exchange_n(&_M_use_count, &__count, __count + 1,
283 _Atomic_word __count = _M_get_use_count(); local
286 if (__count == 0)
291 while (!__atomic_compare_exchange_n(&_M_use_count, &__count, __count + 1,
1132 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
1133 _M_refcount._M_swap(__count);
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 239 _Atomic_word __count = _M_get_use_count(); local
242 if (__count == 0)
247 while (!__atomic_compare_exchange_n(&_M_use_count, &__count, __count + 1,
283 _Atomic_word __count = _M_get_use_count(); local
286 if (__count == 0)
291 while (!__atomic_compare_exchange_n(&_M_use_count, &__count, __count + 1,
1132 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
1133 _M_refcount._M_swap(__count);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 135 self.__count = 0
144 self.__class__.__name__, owner, self.__count)
169 self.__count = self.__count + 1
176 self.__count = 1
204 self.__count = count = self.__count - 1
222 self.__count = count
230 count = self.__count
231 self.__count =
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 135 self.__count = 0
144 self.__class__.__name__, owner, self.__count)
169 self.__count = self.__count + 1
176 self.__count = 1
204 self.__count = count = self.__count - 1
222 self.__count = count
230 count = self.__count
231 self.__count =
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algo.h     [all...]

Completed in 777 milliseconds

<<21222324252627282930>>