/external/libcxx/include/ |
D | locale | 415 // Scans [__b, __e) until a match is found in the basic_strings range 426 // If on exit __b == __e, eofbit is set in __err. If __case_sensitive is false, 435 __scan_keyword(_InputIterator& __b, _InputIterator __e, 471 for (size_t __indx = 0; __b != __e && __n_might_match > 0; ++__indx) 531 if (__b == __e) 718 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 721 return do_get(__b, __e, __iob, __err, __v); 725 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 728 return do_get(__b, __e, __iob, __err, __v); 732 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, [all …]
|
D | list | 1198 for (const_iterator __i = __c.begin(), __e = __c.end(); __i != __e; ++__i) 1209 for (const_iterator __i = __c.begin(), __e = __c.end(); __i != __e; ++__i) 1223 __e = __il.end(); __i != __e; ++__i) 1234 __e = __il.end(); __i != __e; ++__i) 1329 iterator __e = end(); 1330 for (; __f != __l && __i != __e; ++__f, ++__i) 1332 if (__i == __e) 1333 insert(__e, __f, __l); 1335 erase(__i, __e); 1343 iterator __e = end(); [all …]
|
D | system_error | 423 error_condition(_Ep __e, 426 {*this = make_error_condition(__e);} 442 operator=(_Ep __e) _NOEXCEPT 443 {*this = make_error_condition(__e); return *this;} 466 make_error_condition(errc __e) _NOEXCEPT 468 return error_condition(static_cast<int>(__e), generic_category()); 495 error_code(_Ep __e, 498 {*this = make_error_code(__e);} 514 operator=(_Ep __e) _NOEXCEPT 515 {*this = make_error_code(__e); return *this;} [all …]
|
D | forward_list | 993 iterator __e = end(); 994 for (; __j != __e && __f != __l; ++__i, (void) ++__j, ++__f) 996 if (__j == __e) 999 erase_after(__i, __e); 1008 iterator __e = end(); 1009 for (; __j != __e && __n > 0; --__n, ++__i, ++__j) 1011 if (__j == __e) 1014 erase_after(__i, __e); 1248 __node_pointer __e = __l.__ptr_; 1253 if (__n != __e) [all …]
|
D | atomic | 857 bool compare_exchange_weak(_Tp& __e, _Tp __d, 859 {return __c11_atomic_compare_exchange_weak(&__a_, &__e, __d, __s, __f);} 861 bool compare_exchange_weak(_Tp& __e, _Tp __d, 863 {return __c11_atomic_compare_exchange_weak(&__a_, &__e, __d, __s, __f);} 865 bool compare_exchange_strong(_Tp& __e, _Tp __d, 867 {return __c11_atomic_compare_exchange_strong(&__a_, &__e, __d, __s, __f);} 869 bool compare_exchange_strong(_Tp& __e, _Tp __d, 871 {return __c11_atomic_compare_exchange_strong(&__a_, &__e, __d, __s, __f);} 873 bool compare_exchange_weak(_Tp& __e, _Tp __d, 875 {return __c11_atomic_compare_exchange_weak(&__a_, &__e, __d, __m, __m);} [all …]
|
D | exception | 151 make_exception_ptr(_Ep __e) _NOEXCEPT 156 throw __e; 230 rethrow_if_nested(const _Ep& __e, typename enable_if< 234 const nested_exception* __nep = dynamic_cast<const nested_exception*>(&__e);
|
D | valarray | 661 __slice_expr(const slice& __sl, const _RmExpr& __e) 662 : __expr_(__e), 703 __shift_expr(int __n, const _RmExpr& __e) 704 : __expr_(__e), 705 __size_(__e.size()), 744 __cshift_expr(int __n, const _RmExpr& __e) 745 : __expr_(__e), 746 __size_(__e.size()) 1610 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i, ++__j) 1626 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i, ++__j) [all …]
|
D | regex | 1177 for (typename string_type::const_iterator __i = __s.begin(), __e = __s.end(); 1178 __i != __e; ++__i) 1230 for (typename string_type::const_iterator __i = __s.begin(), __e = __s.end(); 1231 __i != __e; ++__i) 2242 void __add_range(string_type __b, string_type __e) 2250 for (size_t __i = 0; __i < __e.size(); ++__i) 2251 __e[__i] = __traits_.translate_nocase(__e[__i]); 2257 for (size_t __i = 0; __i < __e.size(); ++__i) 2258 __e[__i] = __traits_.translate(__e[__i]); 2262 __traits_.transform(__e.begin(), __e.end()))); [all …]
|
D | deque | 1036 for (typename __map::const_iterator __i = __map_.begin(), __e = __map_.end(); 1037 __i != __e; ++__i) 1107 typename __map::iterator __e = __map_.end(); 1108 for (; __i != __e; ++__i) 1163 for (iterator __i = begin(), __e = end(); __i != __e; ++__i) 1595 iterator __e = __base::end(); 1596 for (; __f != __l && __i != __e; ++__f, (void) ++__i) 1907 iterator __e = __base::end(); 1908 iterator __em1 = _VSTD::prev(__e); 1910 __vt = pointer_traits<const_pointer>::pointer_to(*__e); [all …]
|
D | __std_stream | 282 const char_type* __e; 283 __r = __cv_->out(*__st_, pbase, pptr, __e, 287 if (__e == pbase) 301 pbase = (char_type*)__e;
|
D | fstream | 419 ptrdiff_t __e = this->egptr() - this->eback(); 422 (char_type*)__extbuf_min_ + __e); 427 ptrdiff_t __e = this->epptr() - this->pbase(); 429 (char_type*)__extbuf_min_ + __e); 435 ptrdiff_t __e = __rhs.egptr() - __rhs.eback(); 438 (char_type*)__rhs.__extbuf_min_ + __e); 443 ptrdiff_t __e = __rhs.epptr() - __rhs.pbase(); 445 (char_type*)__rhs.__extbuf_min_ + __e); 698 const char_type* __e; 699 __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e, [all …]
|
D | iomanip | 580 __quoted_output_proxy(_Iter __f, _Iter __l, _CharT __d, _CharT __e) 581 : __first(__f), __last(__l), __delim(__d), __escape(__e) {} 600 __quoted_proxy(basic_string<_CharT, _Traits, _Allocator> &__s, _CharT __d, _CharT __e) 601 : __string(__s), __delim(__d), __escape(__e) {}
|
D | set | 615 for (const_iterator __e = cend(); __f != __l; ++__f) 616 __tree_.__insert_unique(__e, *__f); 733 const_iterator __e = cend(); 735 insert(__e, _VSTD::move(__s.__tree_.remove(__s.begin())->__value_)); 1024 for (const_iterator __e = cend(); __f != __l; ++__f) 1025 __tree_.__insert_multi(__e, *__f); 1143 const_iterator __e = cend(); 1145 insert(__e, _VSTD::move(__s.__tree_.remove(__s.begin())->__value_));
|
D | bitset | 316 const_iterator __e = __make_iter(_Size); 317 const_iterator __i = _VSTD::find(__make_iter(sizeof(unsigned long) * CHAR_BIT), __e, true); 318 if (__i != __e) 339 const_iterator __e = __make_iter(_Size); 340 const_iterator __i = _VSTD::find(__make_iter(sizeof(unsigned long long) * CHAR_BIT), __e, true); 341 if (__i != __e)
|
D | random | 2646 __e(__sd == 0u ? default_seed : __sd); 2648 __x_[__i] = static_cast<result_type>(__e() & _Max); 2659 __e(__sd == 0u ? default_seed : __sd); 2662 result_type __e0 = __e(); 2664 (__e0 + ((uint64_t)__e() << 32)) & _Max); 2845 explicit discard_block_engine(const _Engine& __e) 2846 : __e_(__e), __n_(0) {} 2849 explicit discard_block_engine(_Engine&& __e) 2850 : __e_(_VSTD::move(__e)), __n_(0) {} 2969 _Eng __e; [all …]
|
D | ios | 403 make_error_code(io_errc __e) _NOEXCEPT 405 return error_code(static_cast<int>(__e), iostream_category()); 410 make_error_condition(io_errc __e) _NOEXCEPT 412 return error_condition(static_cast<int>(__e), iostream_category());
|
D | map | 1072 for (const_iterator __e = cend(); __f != __l; ++__f) 1073 insert(__e.__i_, *__f); 1302 const_iterator __e = cend(); 1304 __tree_.__insert_unique(__e.__i_, 1809 for (const_iterator __e = cend(); __f != __l; ++__f) 1810 __tree_.__insert_multi(__e.__i_, *__f); 1940 const_iterator __e = cend(); 1942 __tree_.__insert_multi(__e.__i_,
|
D | __hash_table | 2202 iterator __e = end(); 2207 } while (__i != __e && key_eq()(*__i, __k)); 2280 const_iterator __e = end(); 2285 } while (__i != __e && key_eq()(*__i, __k)); 2329 iterator __e = end(); 2333 } while (__j != __e && key_eq()(*__j, __k)); 2349 const_iterator __e = end(); 2353 } while (__j != __e && key_eq()(*__j, __k));
|
/external/valgrind/drd/tests/ |
D | std_thread.cpp | 60 int __e = __gthread_create(&_M_id._M_thread, execute_native_thread_routine, in _M_start_thread() local 62 if (__e) { in _M_start_thread() 64 __throw_system_error(__e); in _M_start_thread()
|
D | std_thread2.cpp | 65 int __e = __gthread_create(&_M_id._M_thread, execute_native_thread_routine, in _M_start_thread() local 67 if (__e) { in _M_start_thread() 69 __throw_system_error(__e); in _M_start_thread()
|
/external/clang/test/CodeGenCXX/ |
D | cxx0x-initializer-stdinitializerlist-startend.cpp | 13 initializer_list(const _E* __b, const _E* __e) in initializer_list() argument 15 __end_(__e) in initializer_list()
|
/external/fio/ |
D | cgroup.c | 162 int __e = errno; in cgroup_setup() local 164 if (__e != EEXIST) { in cgroup_setup() 165 td_verror(td, __e, "cgroup mkdir"); in cgroup_setup()
|
D | filesetup.c | 156 int __e = errno; in extend_file() local 158 if (__e == ENOSPC) { in extend_file() 582 int __e = errno; in generic_open_file() local 584 if (__e == EPERM && (flags & FIO_O_NOATIME)) { in generic_open_file() 588 if (__e == EMFILE && file_close_shadow_fds(td)) in generic_open_file() 593 if (__e == EINVAL && (flags & OS_O_DIRECT)) { in generic_open_file() 598 td_verror(td, __e, buf); in generic_open_file()
|
/external/fio/engines/ |
D | glusterfs.c | 201 int __e = errno; in fio_gf_open_file() local 203 if (__e == ENOSPC) { in fio_gf_open_file()
|
/external/clang/lib/Headers/ |
D | avxintrin.h | 908 float __e, float __f, float __g, float __h) in _mm256_set_ps() argument 910 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a }; in _mm256_set_ps() 963 float __e, float __f, float __g, float __h) in _mm256_setr_ps() argument 965 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h }; in _mm256_setr_ps()
|