HomeSort by relevance Sort by last modified time
    Searched defs:move (Results 176 - 200 of 324) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 53 * another with {@link #move move()}.
276 * instructions to move parameters into their initial registers. These
493 public <T> void move(Local<T> target, Local<T> source) { method in class:Code
    [all...]
  /external/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/icu4c/test/intltest/
citrtest.cpp 78 virtual int32_t move(int32_t delta,CharacterIterator::EOrigin origin){ function in class:SCharacterIterator
774 // move both iter and s[index]
817 c=(UChar32)iter->move(iter, 2, UITER_CURRENT);
818 c2=(UChar32)ci.move(2, CharacterIterator::kCurrent);
823 c=(UChar32)iter->move(iter, -2, UITER_CURRENT);
824 c2=(UChar32)ci.move(-2, CharacterIterator::kCurrent);
830 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves);
868 // test move & getIndex some more
881 if( sIter.move(&sIter, 4, UITER_ZERO)!=4 ||
882 sIter.move(&sIter, 1, UITER_START)!=3 |
1114 virtual int32_t move(int32_t \/*delta*\/, EOrigin \/*origin*\/) { function in class:SubCharIter
    [all...]
tstnorm.cpp 647 // move around and compare the iteration code points with
649 const char *move=moves; local
650 while((m=*move++)!=0) {
664 // copy the moves until the current (m) move, and terminate
667 history[move-moves]=0;
676 // copy the moves until the current (m) move, and terminate
679 history[move-moves]=0;
    [all...]
  /external/llvm/include/llvm/ADT/
SmallVector.h 181 /// move - Use move-assignment to move the range [I, E) onto the
183 /// std::move, but not all stdlibs actually provide that.
185 static It2 move(It1 I, It1 E, It2 Dest) {
188 *Dest = ::std::move(*I);
195 /// move_backward - Use move-assignment to move the range
203 *--Dest = ::std::move(*--E);
210 /// uninitialized_move - Move the range [I, E) into the uninitialize
306 static It2 move(It1 I, It1 E, It2 Dest) { function in class:llvm::SmallVectorTemplateBase
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 476 int move = (short)HIWORD(wParam); local
477 if ( move ) {
479 if ( move > 0 )
  /external/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 {
  /frameworks/base/core/java/android/database/
AbstractCursor.java 154 * may have. If it returns false the move function will also do so and the
159 * @return true if the move is successful, false otherwise
232 public final boolean move(int offset) { method in class:AbstractCursor
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 279 * Move the window containing this view.
284 void move(int touchX, int touchY) { method in class:DragView
  /packages/apps/Launcher3/src/com/android/launcher3/
DragView.java 288 * Move the window containing this view.
293 void move(int touchX, int touchY) { method in class:DragView
  /packages/apps/Mms/src/com/android/mms/
SuggestionsProvider.java 266 public boolean move(int offset) { method in class:SuggestionsProvider.SuggestionsCursor
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesf.h 212 // Move the field to a new position
213 inline void move(int row, int col) { function in class:NCursesFormField
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 212 // Move the field to a new position
213 inline void move(int row, int col) { function in class:NCursesFormField
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 212 // Move the field to a new position
213 inline void move(int row, int col) { function in class:NCursesFormField
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.h 398 move(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
404 move(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
407 { return std::move(_Deque_iterator<_Tp, const _Tp&, const _Tp*>(__first),
470 : _M_impl(std::move(__x._M_get_Tp_allocator()))
513 : _Tp_alloc_type(std::move(__a)), _M_map(0), _M_map_size(0),
847 * @brief %Deque move constructor.
854 : _Base(std::move(__x)) { }
921 * @brief %Deque move assignment operator.
    [all...]
stl_list.h 326 : _Node_alloc_type(std::move(__a)), _M_node()
370 : _M_impl(std::move(__x._M_get_Node_allocator()))
431 * we start at the tail and move forward by one. When this member
586 * @brief %List move constructor.
593 : _Base(std::move(__x)) { } function in class:list
649 * @brief %List move assignment operator.
961 { this->_M_insert(begin(), std::move(__x)); }
1002 { this->_M_insert(end(), std::move(__x)); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.h 398 move(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
404 move(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
407 { return std::move(_Deque_iterator<_Tp, const _Tp&, const _Tp*>(__first),
470 : _M_impl(std::move(__x._M_get_Tp_allocator()))
513 : _Tp_alloc_type(std::move(__a)), _M_map(0), _M_map_size(0),
847 * @brief %Deque move constructor.
854 : _Base(std::move(__x)) { }
921 * @brief %Deque move assignment operator.
    [all...]
stl_list.h 326 : _Node_alloc_type(std::move(__a)), _M_node()
370 : _M_impl(std::move(__x._M_get_Node_allocator()))
431 * we start at the tail and move forward by one. When this member
586 * @brief %List move constructor.
593 : _Base(std::move(__x)) { } function in class:list
649 * @brief %List move assignment operator.
961 { this->_M_insert(begin(), std::move(__x)); }
1002 { this->_M_insert(end(), std::move(__x)); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
forward_list.h 301 : _Node_alloc_type(std::move(__a)), _M_head()
329 : _M_impl(std::move(__lst._M_get_Node_allocator()))
454 * @brief Move constructor with allocator argument.
455 * @param __list Input list to move.
460 : _Base(std::move(__list), _Node_alloc_type(__al))
517 * @brief The %forward_list move constructor.
526 : _Base(std::move(__list)) { } function in class:forward_list
559 * @brief The %forward_list move assignment operator.
574 _M_move_assign(std::move(__list),
804 { this->_M_insert_after(cbefore_begin(), std::move(__val));
    [all...]
stl_deque.h 397 move(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
403 move(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
406 { return std::move(_Deque_iterator<_Tp, const _Tp&, const _Tp*>(__first),
469 : _M_impl(std::move(__x._M_get_Tp_allocator()))
512 : _Tp_alloc_type(std::move(__a)), _M_map(0), _M_map_size(0),
849 * @brief %Deque move constructor.
856 : _Base(std::move(__x)) { }
932 * @brief %Deque move assignment operator.
    [all...]
stl_list.h 325 : _Node_alloc_type(std::move(__a)), _M_node()
369 : _M_impl(std::move(__x._M_get_Node_allocator()))
433 * we start at the tail and move forward by one. When this member
588 * @brief %List move constructor.
595 : _Base(std::move(__x)) { } function in class:list
660 * @brief %List move assignment operator.
980 { this->_M_insert(begin(), std::move(__x)); }
1021 { this->_M_insert(end(), std::move(__x)); }
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 273 def move(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
274 """move: Move object(s) to a new location
275 Required argument: the object(s) to move
281 _subcode = 'move'
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTable.h 200 template<typename T> struct Mover<T, true> { static void move(T& from, T& to) { hashTableSwap(from, to); } }; function in struct:WTF::Mover
201 template<typename T> struct Mover<T, false> { static void move(T& from, T& to) { to = from; } }; function in struct:WTF::Mover
777 Mover<ValueType, Traits::needsDestruction>::move(entry, *lookupForWriting(Extractor::extract(entry)).first);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tstnorm.cpp 646 // move around and compare the iteration code points with
648 const char *move=moves; local
649 while((m=*move++)!=0) {
663 // copy the moves until the current (m) move, and terminate
666 history[move-moves]=0;
675 // copy the moves until the current (m) move, and terminate
678 history[move-moves]=0;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c 451 void (*move)(struct arc_cb *cb, VGfloat x, VGfloat y); member in struct:arc_cb
564 { /* always move to the start of the arc */
568 cb.move(&cb, x, y);
661 cb.move = cb_null_move;
675 cb.move = cb_null_move;
689 cb.move = cb_null_move;
703 cb.move = arc_path_move;

Completed in 218 milliseconds

1 2 3 4 5 6 78 91011>>