Home
last modified time | relevance | path

Searched refs:__end (Results 1 – 25 of 26) sorted by relevance

12

/external/stlport/stlport/stl/
D_num_get.h64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() argument
66 { return do_get(__ii, __end, __str, __err, __val); } in get()
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() argument
72 { return do_get(__ii, __end, __str, __err, __val); } in get()
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() argument
76 { return do_get(__ii, __end, __str, __err, __val); } in get()
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() argument
81 { return do_get(__ii, __end, __str, __err, __val); } in get()
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() argument
85 { return do_get(__ii, __end, __str, __err, __val); } in get()
[all …]
D_num_get.c56 __get_base_or_zero(_InputIter& __in_ite, _InputIter& __end, in __get_base_or_zero() argument
85 if (__in_ite != __end && *__in_ite == __atoms[2] /* __zero_char */ ) { in __get_base_or_zero()
87 if (__in_ite != __end && in __get_base_or_zero()
95 if (__in_ite != __end && *__in_ite == __atoms[2] /* __zero_char */ ) { in __get_base_or_zero()
97 if (__in_ite != __end && in __get_base_or_zero()
250 __do_get_integer(_InputIter& __in_ite, _InputIter& __end, ios_base& __str, in __do_get_integer() argument
261 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype); in __do_get_integer()
266 if (__in_ite == __end) { // We may have already read a 0. If so, in __do_get_integer()
282 …__result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(),… in __do_get_integer()
284 …__result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(),… in __do_get_integer()
[all …]
D_time_facets.h140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, in get_time() argument
142 { return do_get_time(__s, __end, __str, __err, __t); } in get_time()
143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str, in get_date() argument
145 { return do_get_date(__s, __end, __str, __err, __t); } in get_date()
146 iter_type get_weekday(iter_type __s, iter_type __end, ios_base& __str, in get_weekday() argument
148 { return do_get_weekday(__s, __end, __str, __err, __t); } in get_weekday()
149 iter_type get_monthname(iter_type __s, iter_type __end, ios_base& __str, in get_monthname() argument
151 { return do_get_monthname(__s, __end, __str, __err, __t); } in get_monthname()
152 iter_type get_year(iter_type __s, iter_type __end, ios_base& __str, in get_year() argument
154 { return do_get_year(__s, __end, __str, __err, __t); } in get_year()
[all …]
D_time_facets.c304 time_get<_Ch, _InIt>::do_get_date(_InIt __s, _InIt __end, in do_get_date() argument
313 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end, in do_get_date()
320 if (__s == __end) in do_get_date()
328 time_get<_Ch, _InIt>::do_get_time(_InIt __s, _InIt __end, in do_get_time() argument
336 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end, in do_get_time()
341 if (__s == __end) in do_get_time()
348 time_get<_Ch, _InIt>::do_get_year(_InIt __s, _InIt __end, in do_get_year() argument
351 if (__s == __end) { in do_get_year()
356 bool __pr = _STLP_PRIV __get_decimal_integer(__s, __end, __t->tm_year, __STATIC_CAST(_Ch*, 0)); in do_get_year()
359 if (__s == __end) in do_get_year()
[all …]
D_monetary.c122 _InputIter __money_do_get(_InputIter __s, _InputIter __end, bool __intl, in __money_do_get() argument
125 if (__s == __end) { in __money_do_get()
162 while (__s != __end && __c_type.is(ctype_base::space, *__s)) in __money_do_get()
169 __result = __get_string(__s, __end, __curs.begin(), __curs.end()); in __money_do_get()
176 if (__s == __end) { in __money_do_get()
227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type, in __money_do_get()
247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end()); in __money_do_get()
258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end()); in __money_do_get()
268 if (__s == __end) in __money_do_get()
279 money_get<_CharT, _InputIter>::do_get(_InputIter __s, _InputIter __end, bool __intl, in do_get() argument
[all …]
D_monetary.h61 iter_type get(iter_type __s, iter_type __end, bool __intl, in get() argument
64 { return do_get(__s, __end, __intl, __str, __err, __units); } in get()
65 iter_type get(iter_type __s, iter_type __end, bool __intl, in get() argument
68 { return do_get(__s, __end, __intl, __str, __err, __digits); } in get()
74 virtual iter_type do_get(iter_type __s, iter_type __end, bool __intl,
77 virtual iter_type do_get(iter_type __s, iter_type __end, bool __intl,
D_codecvt.h149 const extern_type* __end,
151 { return (int)(min) ( __STATIC_CAST(size_t, (__end - __from)), __max); }
259 const char* __end,
358 const char* __end,
419 const char* __end,
D_vector.h571 iterator __end = end();
572 for (; __src != __end; ++__dst, ++__src) {
590 iterator __end = end();
591 for (; __dst != __last && __src != __end; ++__dst, ++__src) {
598 _STLP_STD::_Destroy_Moved_Range(__last, __end);
602 for (; __src != __end; ++__dst, ++__src) {
606 _STLP_STD::_Destroy_Moved_Range(__dst, __end);
D_rope.c787 size_t __begin, size_t __end) { in _S_apply_to_pieces() argument
801 size_t __left_end = (min) (__left_len, __end); in _S_apply_to_pieces()
805 if (__end > __left_len) { in _S_apply_to_pieces()
810 __end - __left_len)) { in _S_apply_to_pieces()
819 return __c(__l->_M_data + __begin, __end - __begin); in _S_apply_to_pieces()
825 size_t __len = __end - __begin; in _S_apply_to_pieces()
D_rope.h1081 size_t __begin, size_t __end);
1186 void apply_to_pieces(size_t __begin, size_t __end,
1188 { _S_apply_to_pieces(__c, _M_tree_ptr._M_data, __begin, __end); }
1948 _Self substr(iterator __start, iterator __end) const {
1949 return rope<_CharT,_Alloc>(_S_substring(_M_tree_ptr._M_data, __start.index(), __end.index()));
1957 _Self substr(const_iterator __start, const_iterator __end) const {
1960 return rope<_CharT,_Alloc>(_S_substring(_M_tree_ptr._M_data, __start.index(), __end.index()));
D_bitset.h74 static size_t _S_count(const unsigned char *__beg, const unsigned char *__end) in _S_count() argument
78 for (; __beg != __end; ++__beg) { in _S_count()
/external/qemu/scripts/
Dordereddict.py31 self.__end
37 self.__end = end = []
44 end = self.__end
56 end = self.__end
63 end = self.__end
81 tmp = self.__map, self.__end
82 del self.__map, self.__end
84 self.__map, self.__end = tmp
/external/chromium_org/third_party/simplejson/
Dordered_dict.py25 self.__end
31 self.__end = end = []
38 end = self.__end
50 end = self.__end
57 end = self.__end
77 tmp = self.__map, self.__end
78 del self.__map, self.__end
80 self.__map, self.__end = tmp
/external/clang/test/SemaCXX/
Dcrashes.cpp200 …template<class _InputIterator> basic_string(_InputIterator __beg, _InputIterator __end, const _All…
201 …template<class _InIterator> static _CharT* _S_construct(_InIterator __beg, _InIterator __end, cons…
202 …template<class _FwdIterator> static _CharT* _S_construct(_FwdIterator __beg, _FwdIterator __end, c…
208 …basic_string<_CharT, _Traits, _Alloc>:: basic_string(_InputIterator __beg, _InputIterator __end, c… in basic_string() argument
209 : _M_dataplus(_S_construct(__beg, __end, __a), __a) {} in basic_string()
/external/valgrind/main/none/tests/s390x/
Dclst.c14 do_clst(const char *__string1, const char *__string2, char __end) in do_clst() argument
16 register char end asm ("0") = __end; in do_clst()
/external/clang/test/CodeGenCXX/
Dfor-range-temporaries.cpp84 for (auto __begin = begin(__range), __end = end(__range); in for_temps() local
85 __begin != __end; ++__begin) { in for_temps()
/external/libcxx/include/
Dcodecvt108 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
143 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
178 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
231 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
266 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
301 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
336 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
371 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
406 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
459 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
[all …]
D__locale853 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const
855 return do_length(__st, __frm, __end, __mx);
883 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t…
938 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const
940 return do_length(__st, __frm, __end, __mx);
966 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx…
1022 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const
1024 return do_length(__st, __frm, __end, __mx);
1052 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx…
1108 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const
[all …]
Diomanip629 const _CharT *__end = __s;
630 while ( *__end ) ++__end;
631 return __quoted_output_proxy<_CharT, const _CharT *> ( __s, __end, __delim, __escape );
/external/llvm/test/Transforms/GCOVProfiling/
Dlinezero.ll21 %__end = alloca i8*, align 8
33 call void @llvm.dbg.declare(metadata !{i8** %__end}, metadata !33), !dbg !30
36 store i8* %call1, i8** %__end, align 8, !dbg !31
41 %4 = load i8** %__end, align 8, !dbg !34
131 …2 786688, metadata !28, metadata !"__end", null, i32 0, metadata !10, i32 64, i32 0} ; [ DW_TAG_au…
/external/clang/test/Parser/
Dcxx-member-crash.cpp13 … num_get<_CharT, _InIter>:: _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io, … argument
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
Daes-586.pl214 $__end=&DWP(24,"esp"); # pointer to end of key schedule
513 &mov ($__end,$acc); # end of key schedule
544 &cmp ($key,$__end);
705 &mov ($__end,$acc); # end of key schedule
724 &cmp ($key,$__end);
864 &mov ($__end,$acc); # end of key schedule
880 &cmp ($key,$__end);
1343 &mov ($__end,$acc); # end of key schedule
1373 &cmp ($key,$__end);
1492 &mov ($__end,$acc); # end of key schedule
[all …]
/external/openssl/crypto/aes/asm/
Daes-586.pl213 $__end=&DWP(24,"esp"); # pointer to end of key schedule
511 &mov ($__end,$acc); # end of key schedule
541 &cmp ($key,$__end);
700 &mov ($__end,$acc); # end of key schedule
719 &cmp ($key,$__end);
859 &mov ($__end,$acc); # end of key schedule
875 &cmp ($key,$__end);
1338 &mov ($__end,$acc); # end of key schedule
1368 &cmp ($key,$__end);
1485 &mov ($__end,$acc); # end of key schedule
[all …]
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
Dp1.cpp86 --__end; // expected-error {{use of undeclared identifier '__end'}} in g()
/external/stlport/test/unit/
Dfstream_test.cpp657 const extern_type* __end, in length() argument
659 { return (int)min(static_cast<size_t>(__end - __from), __max); } in length()

12