/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_algobase.h | 71 #include <bits/move.h> // For std::swap and _GLIBCXX_MOVE 313 *__result = std::move(*__first); 348 *__result = std::move(*__first); 477 move(_II __first, _II __last, _OI __result) function 489 #define _GLIBCXX_MOVE3(_Tp, _Up, _Vp) std::move(_Tp, _Up, _Vp) 516 *--__result = std::move(*--__last); 546 *--__result = std::move(*--__last); 637 * The function has the same effect as move, but starts at the end of the 644 * Result may not be in the range (first,last]. Use move instead. Note [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_algobase.h | 71 #include <bits/move.h> // For std::swap and _GLIBCXX_MOVE 313 *__result = std::move(*__first); 348 *__result = std::move(*__first); 477 move(_II __first, _II __last, _OI __result) function 489 #define _GLIBCXX_MOVE3(_Tp, _Up, _Vp) std::move(_Tp, _Up, _Vp) 516 *--__result = std::move(*--__last); 546 *--__result = std::move(*--__last); 637 * The function has the same effect as move, but starts at the end of the 644 * Result may not be in the range (first,last]. Use move instead. Note [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.h | 288 : _Node_alloc_type(std::move(__a)), _M_head() 323 : _M_impl(std::move(__lst._M_get_Node_allocator())) 449 * @brief Move constructor with allocator argument. 450 * @param __list Input list to move. 454 : _Base(std::move(__list), _Node_alloc_type(__al)) 516 * @brief The %forward_list move constructor. 525 : _Base(std::move(__list)) { } function in class:forward_list 558 * @brief The %forward_list move assignment operator. 806 { this->_M_insert_after(cbefore_begin(), std::move(__val)); } 864 { return iterator(this->_M_insert_after(__pos, std::move(__val))); [all...] |
stl_algobase.h | 71 #include <bits/move.h> // For std::swap and _GLIBCXX_MOVE 313 *__result = std::move(*__first); 348 *__result = std::move(*__first); 477 move(_II __first, _II __last, _OI __result) function 489 #define _GLIBCXX_MOVE3(_Tp, _Up, _Vp) std::move(_Tp, _Up, _Vp) 516 *--__result = std::move(*--__last); 546 *--__result = std::move(*--__last); 637 * The function has the same effect as move, but starts at the end of the 644 * Result may not be in the range (first,last]. Use move instead. Note [all...] |
stl_vector.h | 97 : _Tp_alloc_type(std::move(__a)), 141 : _M_impl(std::move(__a)) { } 144 : _M_impl(std::move(__x._M_get_Tp_allocator())) 318 * @brief %Vector move constructor. 325 : _Base(std::move(__x)) { } function in class:vector 336 /// Move constructor with alternative allocator 338 : _Base(std::move(__rv), __m) 419 * @brief %Vector move assignment operator. 432 _M_move_assign(std::move(__x), 900 { emplace_back(std::move(__x)); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring.h | 155 * @brief String move constructor. 163 : __vstring_base(std::move(__str)) { } function in class:__versa_string 261 * @brief String move assignment operator. [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_algobase.h | 71 #include <bits/move.h> // For std::swap and _GLIBCXX_MOVE 313 *__result = std::move(*__first); 348 *__result = std::move(*__first); 477 move(_II __first, _II __last, _OI __result) function 489 #define _GLIBCXX_MOVE3(_Tp, _Up, _Vp) std::move(_Tp, _Up, _Vp) 516 *--__result = std::move(*--__last); 546 *--__result = std::move(*--__last); 637 * The function has the same effect as move, but starts at the end of the 644 * Result may not be in the range (first,last]. Use move instead. Note [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.h | 288 : _Node_alloc_type(std::move(__a)), _M_head() 323 : _M_impl(std::move(__lst._M_get_Node_allocator())) 449 * @brief Move constructor with allocator argument. 450 * @param __list Input list to move. 454 : _Base(std::move(__list), _Node_alloc_type(__al)) 516 * @brief The %forward_list move constructor. 525 : _Base(std::move(__list)) { } function in class:forward_list 558 * @brief The %forward_list move assignment operator. 806 { this->_M_insert_after(cbefore_begin(), std::move(__val)); } 864 { return iterator(this->_M_insert_after(__pos, std::move(__val))); [all...] |
stl_algobase.h | 71 #include <bits/move.h> // For std::swap and _GLIBCXX_MOVE 313 *__result = std::move(*__first); 348 *__result = std::move(*__first); 477 move(_II __first, _II __last, _OI __result) function 489 #define _GLIBCXX_MOVE3(_Tp, _Up, _Vp) std::move(_Tp, _Up, _Vp) 516 *--__result = std::move(*--__last); 546 *--__result = std::move(*--__last); 637 * The function has the same effect as move, but starts at the end of the 644 * Result may not be in the range (first,last]. Use move instead. Note [all...] |
stl_vector.h | 97 : _Tp_alloc_type(std::move(__a)), 141 : _M_impl(std::move(__a)) { } 144 : _M_impl(std::move(__x._M_get_Tp_allocator())) 318 * @brief %Vector move constructor. 325 : _Base(std::move(__x)) { } function in class:vector 336 /// Move constructor with alternative allocator 338 : _Base(std::move(__rv), __m) 419 * @brief %Vector move assignment operator. 432 _M_move_assign(std::move(__x), 900 { emplace_back(std::move(__x)); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring.h | 155 * @brief String move constructor. 163 : __vstring_base(std::move(__str)) { } function in class:__versa_string 261 * @brief String move assignment operator. [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_algobase.h | 70 #include <bits/move.h> // For std::swap and _GLIBCXX_MOVE 319 *__result = std::move(*__first); 354 *__result = std::move(*__first); 483 move(_II __first, _II __last, _OI __result) function 495 #define _GLIBCXX_MOVE3(_Tp, _Up, _Vp) std::move(_Tp, _Up, _Vp) 522 *--__result = std::move(*--__last); 552 *--__result = std::move(*--__last); 643 * The function has the same effect as move, but starts at the end of the 650 * Result may not be in the range (first,last]. Use move instead. Note [all...] |
stl_vector.h | 96 : _Tp_alloc_type(std::move(__a)), 140 : _M_impl(std::move(__a)) { } 143 : _M_impl(std::move(__x._M_get_Tp_allocator())) 321 * @brief %Vector move constructor. 328 : _Base(std::move(__x)) { } function in class:vector 339 /// Move constructor with alternative allocator 341 : _Base(std::move(__rv), __m) 431 * @brief %Vector move assignment operator. 444 _M_move_assign(std::move(__x), 920 { emplace_back(std::move(__x)); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
vstring.h | 154 * @brief String move constructor. 162 : __vstring_base(std::move(__str)) { } function in class:__versa_string 265 * @brief String move assignment operator. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
findertools.py | 69 def move(src, dstdir): function 70 """Move a file to a folder""" 79 return finder.move(src_fss, to=dst_fss) 684 """move the object to the trash""" 687 move(path, trashfolder) 729 print 'Testing move...' 730 pathname = EasyDialogs.AskFileForOpen('File to move:') 734 result = move(pathname, destdir)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Standard_Suite.py | 193 def move(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events 194 """move: Move object(s) to a new location. 200 _subcode = 'move'
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/ |
Standard_Suite.py | 193 def move(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events 194 """move: Move object(s) to a new location. 200 _subcode = 'move'
|
/external/aac/libSBRenc/src/ |
mh_det.cpp | 304 INT move) 313 diff(pQuotaBuffer[est+move], 314 tonalityDiff[est+move], 319 calculateFlatnessMeasure(pQuotaBuffer[est+ move], 321 pSfmOrig[est + move], 322 pSfmSbr[est + move], 1074 INT move = h_sbrMHDet->move; local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Spectrum.js | 157 function move(e) 190 doc.addEventListener("mousemove", move, false); 193 move(mouseEvent); 206 doc.removeEventListener("mousemove", move, false);
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
Vector.h | 100 static void move(const T* src, const T* srcEnd, T* dst) function in struct:WTF::VectorMover 112 move(src, srcEnd, dst); 128 static void move(const T* src, const T* srcEnd, T* dst) function in struct:WTF::VectorMover 228 static void move(const T* src, const T* srcEnd, T* dst) function in struct:WTF::VectorTypeOperations 230 VectorMover<VectorTraits<T>::canMoveWithMemcpy, T>::move(src, srcEnd, dst); 695 // It's a little weird to implement a move constructor using swap but this way we 696 // don't have to add a move constructor to VectorBuffer. 847 TypeOperations::move(oldBuffer, oldEnd, begin()); 878 TypeOperations::move(oldBuffer, oldEnd, begin()); [all...] |
/external/chromium_org/third_party/freetype/src/cff/ |
cf2hints.c | 413 /* smallest move up */ 415 /* smallest move down */ 418 /* final amount to move edge or edge pair */ 419 CF2_Fixed move; local 439 /* is there room to move up? */ 441 /* beyond proposed move up? */ 446 /* there is room to move up; is there also room to move down? */ 451 /* move smaller absolute amount */ 452 move = ( -moveDown < moveUp ) ? moveDown : moveUp; /* optimum * [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
citrtest.cpp | 77 virtual int32_t move(int32_t delta,CharacterIterator::EOrigin origin){ function in class:SCharacterIterator 773 // move both iter and s[index] 816 c=(UChar32)iter->move(iter, 2, UITER_CURRENT); 817 c2=(UChar32)ci.move(2, CharacterIterator::kCurrent); 822 c=(UChar32)iter->move(iter, -2, UITER_CURRENT); 823 c2=(UChar32)ci.move(-2, CharacterIterator::kCurrent); 829 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves); 867 // test move & getIndex some more 880 if( sIter.move(&sIter, 4, UITER_ZERO)!=4 || 881 sIter.move(&sIter, 1, UITER_START)!=3 | 1113 virtual int32_t move(int32_t \/*delta*\/, EOrigin \/*origin*\/) { function in class:SubCharIter [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkStream.cpp | 273 bool SkFILEStream::move(long offset) { function in class:SkFILEStream 404 bool SkMemoryStream::move(long offset) { function in class:SkMemoryStream 734 // If possible, move backward within the current block. 741 // Otherwise rewind and move forward. 745 virtual bool move(long offset) SK_OVERRIDE {
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
code.c | 748 State *move = State_new(); local 749 Action_new_Move(move); 750 DFA_addState(d, &s->next, move); 751 move->link = s->link; 752 move->rule = s->rule; 753 move->go = s->go; 758 s->go.span[0].to = move;
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
p5-0x.cpp | 189 MoveRef Move(int); 191 Value x = Move(0); 192 Value y(Move(0)); 209 // A simplified version of std::move. 211 T &&move(T &obj) { function in namespace:bitfields 219 int && ir4 = move(lvalue<IntBitfield>()).i; // no-warning 224 volatile int && vir4 = move(lvalue<IntBitfield>()).i; // no-warning 229 const int && cir4 = move(lvalue<IntBitfield>()).i; // no-warning 234 const volatile int && cvir4 = move(lvalue<IntBitfield>()).i; // no-warning
|