/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_string.h | 203 traits_type::assign(this->_M_refdata()[__n], _S_terminal); 332 // traits_type::copy/move/assign. 337 traits_type::assign(*__d, *__s); 346 traits_type::assign(*__d, *__s); 355 traits_type::assign(*__d, __c); 357 traits_type::assign(__d, __n, __c); 367 traits_type::assign(*__p, *__k1); // These types are off. 501 * @brief Assign the value of @a str to this string. 506 { return this->assign(__str); } 514 { return this->assign(__s); 939 assign(const basic_string& __str, size_type __pos, size_type __n) function in class:basic_string 967 assign(const _CharT* __s) function in class:basic_string 983 assign(size_type __n, _CharT __c) function in class:basic_string 996 assign(_InputIterator __first, _InputIterator __last) function in class:basic_string 1006 assign(initializer_list<_CharT> __l) function in class:basic_string [all...] |
stl_deque.h | 686 // (assign() and get_allocator() are also listed in this section) 833 this->assign(__l.begin(), __l.end()); 849 assign(size_type __n, const value_type& __val) function in class:deque 866 assign(_InputIterator __first, _InputIterator __last) function in class:deque 885 assign(initializer_list<value_type> __l) function in class:deque 886 { this->assign(__l.begin(), __l.end()); } [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.h | 203 traits_type::assign(this->_M_refdata()[__n], _S_terminal); 332 // traits_type::copy/move/assign. 337 traits_type::assign(*__d, *__s); 346 traits_type::assign(*__d, *__s); 355 traits_type::assign(*__d, __c); 357 traits_type::assign(__d, __n, __c); 367 traits_type::assign(*__p, *__k1); // These types are off. 501 * @brief Assign the value of @a str to this string. 506 { return this->assign(__str); } 514 { return this->assign(__s); 939 assign(const basic_string& __str, size_type __pos, size_type __n) function in class:basic_string 967 assign(const _CharT* __s) function in class:basic_string 983 assign(size_type __n, _CharT __c) function in class:basic_string 996 assign(_InputIterator __first, _InputIterator __last) function in class:basic_string 1006 assign(initializer_list<_CharT> __l) function in class:basic_string [all...] |
stl_deque.h | 686 // (assign() and get_allocator() are also listed in this section) 833 this->assign(__l.begin(), __l.end()); 849 assign(size_type __n, const value_type& __val) function in class:deque 866 assign(_InputIterator __first, _InputIterator __last) function in class:deque 885 assign(initializer_list<value_type> __l) function in class:deque 886 { this->assign(__l.begin(), __l.end()); } [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 592 // assign(), a generalized assignment member function. Two 607 void assign(size_t __n, bool __x) { _M_fill_assign(__n, __x); } function in class:__BVECTOR_QUALIFIED 611 void assign(_InputIterator __first, _InputIterator __last) { function in class:__BVECTOR_QUALIFIED
|
_deque.h | 582 // assign(), a generalized assignment member function. Two 598 void assign(size_type __n, const _Tp& __val) { function in class:deque 604 void assign(_InputIterator __first, _InputIterator __last) { function in class:deque 609 private: // helper functions for assign() 637 void assign(const value_type *__first, const value_type *__last) { 649 void assign(const_iterator __first, const_iterator __last) { [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.h | 203 traits_type::assign(this->_M_refdata()[__n], _S_terminal); 332 // traits_type::copy/move/assign. 337 traits_type::assign(*__d, *__s); 346 traits_type::assign(*__d, *__s); 355 traits_type::assign(*__d, __c); 357 traits_type::assign(__d, __n, __c); 367 traits_type::assign(*__p, *__k1); // These types are off. 501 * @brief Assign the value of @a str to this string. 506 { return this->assign(__str); } 514 { return this->assign(__s); 939 assign(const basic_string& __str, size_type __pos, size_type __n) function in class:basic_string 967 assign(const _CharT* __s) function in class:basic_string 983 assign(size_type __n, _CharT __c) function in class:basic_string 996 assign(_InputIterator __first, _InputIterator __last) function in class:basic_string 1006 assign(initializer_list<_CharT> __l) function in class:basic_string [all...] |
stl_deque.h | 686 // (assign() and get_allocator() are also listed in this section) 833 this->assign(__l.begin(), __l.end()); 849 assign(size_type __n, const value_type& __val) function in class:deque 866 assign(_InputIterator __first, _InputIterator __last) function in class:deque 885 assign(initializer_list<value_type> __l) function in class:deque 886 { this->assign(__l.begin(), __l.end()); } [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 592 // assign(), a generalized assignment member function. Two 607 void assign(size_t __n, bool __x) { _M_fill_assign(__n, __x); } function in class:__BVECTOR_QUALIFIED 611 void assign(_InputIterator __first, _InputIterator __last) { function in class:__BVECTOR_QUALIFIED
|
_deque.h | 582 // assign(), a generalized assignment member function. Two 598 void assign(size_type __n, const _Tp& __val) { function in class:deque 604 void assign(_InputIterator __first, _InputIterator __last) { function in class:deque 609 private: // helper functions for assign() 637 void assign(const value_type *__first, const value_type *__last) { 649 void assign(const_iterator __first, const_iterator __last) { [all...] |
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.h | 203 traits_type::assign(this->_M_refdata()[__n], _S_terminal); 332 // traits_type::copy/move/assign. 337 traits_type::assign(*__d, *__s); 346 traits_type::assign(*__d, *__s); 355 traits_type::assign(*__d, __c); 357 traits_type::assign(__d, __n, __c); 367 traits_type::assign(*__p, *__k1); // These types are off. 501 * @brief Assign the value of @a str to this string. 506 { return this->assign(__str); } 514 { return this->assign(__s); 939 assign(const basic_string& __str, size_type __pos, size_type __n) function in class:basic_string 967 assign(const _CharT* __s) function in class:basic_string 983 assign(size_type __n, _CharT __c) function in class:basic_string 996 assign(_InputIterator __first, _InputIterator __last) function in class:basic_string 1006 assign(initializer_list<_CharT> __l) function in class:basic_string [all...] |
stl_deque.h | 686 // (assign() and get_allocator() are also listed in this section) 833 this->assign(__l.begin(), __l.end()); 849 assign(size_type __n, const value_type& __val) function in class:deque 866 assign(_InputIterator __first, _InputIterator __last) function in class:deque 885 assign(initializer_list<value_type> __l) function in class:deque 886 { this->assign(__l.begin(), __l.end()); } [all...] |
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 592 // assign(), a generalized assignment member function. Two 607 void assign(size_t __n, bool __x) { _M_fill_assign(__n, __x); } function in class:__BVECTOR_QUALIFIED 611 void assign(_InputIterator __first, _InputIterator __last) { function in class:__BVECTOR_QUALIFIED
|
_deque.h | 582 // assign(), a generalized assignment member function. Two 598 void assign(size_type __n, const _Tp& __val) { function in class:deque 604 void assign(_InputIterator __first, _InputIterator __last) { function in class:deque 609 private: // helper functions for assign() 637 void assign(const value_type *__first, const value_type *__last) { 649 void assign(const_iterator __first, const_iterator __last) { [all...] |
/external/llvm/include/llvm/Support/ |
system_error.h | 64 void assign(int val, const error_category& cat); 93 void assign(int val, const error_category& cat); 692 void assign(int _val, const error_category& _cat) { function in class:llvm::error_condition 751 void assign(int _val, const error_category& _cat) { function in class:llvm::error_code
|
/external/v8/src/ |
runtime.cc | 602 // Assign the exception value to the catch variable and make sure 1323 bool assign = args.length() == 3; local [all...] |
/frameworks/base/core/java/android/text/format/ |
DateUtils.java | 961 public static void assign(Calendar lval, Calendar rval) method in class:DateUtils [all...] |
/external/valgrind/main/exp-ptrcheck/ |
h_main.c | 3789 void assign ( HChar cat, PCEnv* pce, IRTemp tmp, IRExpr* expr ) { function [all...] |
/external/valgrind/main/memcheck/ |
mc_translate.c | 394 /* assign value to tmp */ 396 void assign ( HChar cat, MCEnv* mce, IRTemp tmp, IRExpr* expr ) { function 435 assign(cat, mce, t, e); [all...] |
/external/valgrind/main/VEX/priv/ |
guest_ppc_toIR.c | 450 static void assign ( IRTemp dst, IRExpr* e ) function 543 assign( ones8x16, unop(Iop_Dup8x16, mkU8(0x1)) ); 544 assign( *vOdd, binop(Iop_MullEven8Ux16, mkexpr(ones8x16), vIn) ); 545 assign( *vEvn, binop(Iop_MullEven8Ux16, mkexpr(ones8x16), 561 assign( ones8x16, unop(Iop_Dup8x16, mkU8(0x1)) ); 562 assign( *vOdd, binop(Iop_MullEven8Sx16, mkexpr(ones8x16), vIn) ); 563 assign( *vEvn, binop(Iop_MullEven8Sx16, mkexpr(ones8x16), 579 assign( ones16x8, unop(Iop_Dup16x8, mkU16(0x1)) ); 580 assign( *vOdd, binop(Iop_MullEven16Ux8, mkexpr(ones16x8), vIn) ); 581 assign( *vEvn, binop(Iop_MullEven16Ux8, mkexpr(ones16x8), [all...] |
guest_x86_toIR.c | 636 static void assign ( IRTemp dst, IRExpr* e ) function 763 assign(expTmp, expVal); [all...] |
guest_amd64_toIR.c | 243 static void assign ( IRTemp dst, IRExpr* e ) function [all...] |
guest_arm_toIR.c | 39 All uses of newTemp assign to an IRTemp and not a UInt 321 static void assign ( IRTemp dst, IRExpr* e ) function 893 assign(t, IRExpr_Get( OFFB_ITSTATE, Ity_I32)); 906 assign(t, IRExpr_Get( OFFB_QFLAG32, Ity_I32)); 923 assign(nyu, binop(Iop_Or32, mkexpr(old), e) ); 948 assign(masked, binop(Iop_Shr32, e, mkU8(lowbits_to_ignore))); 979 assign(ge10, binop(Iop_And32, mkexpr(t32), mkU32(0x00008000))); 980 assign(ge32, binop(Iop_And32, mkexpr(t32), mkU32(0x80000000))); [all...] |
/prebuilt/common/ecj/ |
ecj.jar | |