/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
gthr-posix.h | 284 size_t __s; 288 pthread_default_stacksize_np (0, &__s); 289 __gthread_active = __s ? 1 : 0;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
gthr-default.h | 284 size_t __s; 288 pthread_default_stacksize_np (0, &__s); 289 __gthread_active = __s ? 1 : 0;
|
gthr-posix.h | 284 size_t __s; 288 pthread_default_stacksize_np (0, &__s); 289 __gthread_active = __s ? 1 : 0;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
gthr-default.h | 284 size_t __s; 288 pthread_default_stacksize_np (0, &__s); 289 __gthread_active = __s ? 1 : 0;
|
gthr-posix.h | 284 size_t __s; 288 pthread_default_stacksize_np (0, &__s); 289 __gthread_active = __s ? 1 : 0;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
gthr-default.h | 284 size_t __s; 288 pthread_default_stacksize_np (0, &__s); 289 __gthread_active = __s ? 1 : 0;
|
gthr-posix.h | 284 size_t __s; 288 pthread_default_stacksize_np (0, &__s); 289 __gthread_active = __s ? 1 : 0;
|
/bionic/libc/include/ |
netdb.h | 209 void herror(const char* __s);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/ |
in.h | 589 extern int getipv4sourcefilter (int __s, struct in_addr __interface_addr, 595 extern int setipv4sourcefilter (int __s, struct in_addr __interface_addr, 603 extern int getsourcefilter (int __s, uint32_t __interface_addr, 610 extern int setsourcefilter (int __s, uint32_t __interface_addr,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
rc_string_base.h | 349 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 652 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 662 if (__s && __len2) 663 this->_S_copy(__r->_M_refdata() + __pos, __s, __len2);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
rc_string_base.h | 349 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 652 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 662 if (__s && __len2) 663 this->_S_copy(__r->_M_refdata() + __pos, __s, __len2);
|
/external/clang/test/CXX/drs/ |
dr14xx.cpp | 210 initializer_list(const _E* __b, size_t __s) 211 : __begin_(__b), __size_(__s) {}
|
/external/clang/test/CodeGenCXX/ |
mangle-exprs.cpp | 13 initializer_list(const _E* __b, size_t __s) 15 __size_(__s)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_collections.py | 516 __slots__=['__s']
520 self.__s=set(items)
522 return v in self.__s
524 return iter(self.__s)
526 return len(self.__s)
528 result=v not in self.__s
529 self.__s.add(v)
532 result=v in self.__s
533 self.__s.discard(v)
[all...] |
/external/libcxx/src/experimental/filesystem/ |
path.cpp | 380 int path::__compare(string_view_t __s) const { 382 auto PP2 = PathParser::CreateBegin(__s);
|
/external/python/cpython2/Lib/test/ |
test_collections.py | 564 __slots__=['__s'] 568 self.__s=set(items) 570 return v in self.__s 572 return iter(self.__s) 574 return len(self.__s) 576 result=v not in self.__s 577 self.__s.add(v) 580 result=v in self.__s 581 self.__s.discard(v) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
shared_ptr.h | 623 operator()(const shared_ptr<_Tp>& __s) const noexcept 624 { return std::hash<_Tp*>()(__s.get()); }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
shared_ptr.h | 623 operator()(const shared_ptr<_Tp>& __s) const noexcept 624 { return std::hash<_Tp*>()(__s.get()); }
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_collections.py | 516 __slots__=['__s'] 520 self.__s=set(items) 522 return v in self.__s 524 return iter(self.__s) 526 return len(self.__s) 528 result=v not in self.__s 529 self.__s.add(v) 532 result=v in self.__s 533 self.__s.discard(v) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_collections.py | 516 __slots__=['__s'] 520 self.__s=set(items) 522 return v in self.__s 524 return iter(self.__s) 526 return len(self.__s) 528 result=v not in self.__s 529 self.__s.add(v) 532 result=v in self.__s 533 self.__s.discard(v) [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/experimental/filesystem/ |
path.cpp | 380 int path::__compare(string_view_t __s) const { 382 auto PP2 = PathParser::CreateBegin(__s);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_collections.py | 516 __slots__=['__s'] 520 self.__s=set(items) 522 return v in self.__s 524 return iter(self.__s) 526 return len(self.__s) 528 result=v not in self.__s 529 self.__s.add(v) 532 result=v in self.__s 533 self.__s.discard(v) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_collections.py | 516 __slots__=['__s'] 520 self.__s=set(items) 522 return v in self.__s 524 return iter(self.__s) 526 return len(self.__s) 528 result=v not in self.__s 529 self.__s.add(v) 532 result=v in self.__s 533 self.__s.discard(v) [all...] |
/toolchain/binutils/binutils-2.27/include/ |
longlong.h | 823 DWunion __s, __a, __b; \ 826 __s.ll = __a.ll + __b.ll; \ 827 (sl) = __s.s.low; (sh) = __s.s.high; \ 831 DWunion __s, __a, __b; \ 834 __s.ll = __a.ll - __b.ll; \ 835 (sl) = __s.s.low; (sh) = __s.s.high; \ [all...] |
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
p5-0x.cpp | 170 string(const char* __s);
|