HomeSort by relevance Sort by last modified time
    Searched defs:assign (Results 76 - 83 of 83) sorted by null

1 2 34

  /ndk/sources/android/stlport/test/unit/
string_test.cpp 53 CPPUNIT_TEST(assign);
127 void assign();
854 void StringTest::assign() function in class:StringTest
857 char const* cstr = "test string for assign";
859 s.assign(cstr, cstr + 22);
860 CPPUNIT_ASSERT( s == "test string for assign" );
863 s.assign(s2);
1046 //special assign method
1052 result.assign(one + space + two + space + three);
1055 result.assign(one + space + two + space + three, 3, 5)
    [all...]
  /external/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...]
  /ndk/sources/android/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/v8/src/
runtime.cc 483 // Assign the exception value to the catch variable and make sure
747 // assign to it when evaluating the assignment for "const x =
925 bool assign = args.length() == 2; local
    [all...]
  /frameworks/base/core/java/android/text/format/
DateUtils.java 937 public static void assign(Calendar lval, Calendar rval) method in class:DateUtils
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 604 milliseconds

1 2 34