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

1 2 3 4 5 6 78 91011>>

  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Code.java 55 * another with {@link #move move()}.
278 * instructions to move parameters into their initial registers. These
495 public <T> void move(Local<T> target, Local<T> source) { method in class:Code
    [all...]
  /external/freetype/src/psaux/
pshints.c 444 /* smallest move up */
446 /* smallest move down */
449 /* final amount to move edge or edge pair */
450 CF2_Fixed move; local
470 /* is there room to move up? */
472 /* beyond proposed move up? */
478 /* there is room to move up; is there also room to move down? */
484 /* move smaller absolute amount */
485 move = ( -moveDown < moveUp ) ? moveDown : moveUp; /* optimum *
    [all...]
  /external/icu/icu4c/source/test/intltest/
citrtest.cpp 81 virtual int32_t move(int32_t delta,CharacterIterator::EOrigin origin){ function in class:SCharacterIterator
775 // move both iter and s[index]
818 c=(UChar32)iter->move(iter, 2, UITER_CURRENT);
819 c2=(UChar32)ci.move(2, CharacterIterator::kCurrent);
824 c=(UChar32)iter->move(iter, -2, UITER_CURRENT);
825 c2=(UChar32)ci.move(-2, CharacterIterator::kCurrent);
831 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves);
869 // test move & getIndex some more
882 if( sIter.move(&sIter, 4, UITER_ZERO)!=4 ||
883 sIter.move(&sIter, 1, UITER_START)!=3 |
1115 virtual int32_t move(int32_t \/*delta*\/, EOrigin \/*origin*\/) { function in class:SubCharIter
    [all...]
  /external/libchrome/base/
values_unittest.cc 76 Value value(std::move(str));
239 // Group of tests for the move constructors and move-assigmnent.
242 Value moved_true_value(std::move(true_value));
247 Value moved_false_value(std::move(false_value));
264 Value moved_value(std::move(value));
277 Value moved_value(std::move(value));
290 Value moved_value(std::move(value));
304 BinaryValue moved_value(std::move(value));
318 int move; local
337 int move; local
    [all...]
  /external/python/cpython2/Lib/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/v8/src/compiler/
code-generator.cc 348 for (auto move : *parallel_move) {
349 InstructionOperand source = move->source();
350 InstructionOperand destination = move->destination();
355 // pushes don't participate in the parallel move and might clobber
377 (*pushes)[index] = move;
388 for (auto move : base::Reversed(*pushes)) {
389 if (move == nullptr) break;
527 ParallelMove* move = instr->GetParallelMove(inner_pos); local
528 if (move != nullptr) resolver()->Resolve(move);
    [all...]
  /frameworks/base/core/java/android/database/
AbstractCursor.java 176 * may have. If it returns false the move function will also do so and the
181 * @return true if the move is successful, false otherwise
253 public final boolean move(int offset) { method in class:AbstractCursor
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleForeground.java 193 public void move(float x, float y) { method in class:RippleForeground
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
TileAdapter.java 323 move(mAccessibilityFromIndex, position, v);
340 move(position, info.isSystem ? mEditIndex : mTileDividerIndex, v);
371 private boolean move(int from, int to, View v) {
376 move(from, to, mTiles);
430 private <T> void move(int from, int to, List<T> list) { method
589 return move(from, to, target.itemView);
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixFileSystemProvider.java 259 public void move(Path source, Path target, CopyOption... options) method in class:UnixFileSystemProvider
262 UnixCopyFile.move(UnixPath.toUnixPath(source),
  /packages/apps/Contacts/src/com/android/contacts/list/
GroupMemberPickerFragment.java 119 public boolean move(int offset) { method in class:GroupMemberPickerFragment.FilterCursorWrapper
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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.15-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/gdb/darwin-x86/lib/python2.7/lib-tk/
ttk.py 1352 def move(self, item, parent, index): member in class:Treeview
    [all...]
  /prebuilts/gdb/darwin-x86/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'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ttk.py 1352 def move(self, item, parent, index): member in class:Treeview
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 1352 def move(self, item, parent, index): member in class:Treeview
    [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'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 1352 def move(self, item, parent, index): member in class:Treeview
    [all...]

Completed in 1684 milliseconds

1 2 3 4 5 6 78 91011>>