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

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/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;
  /external/replicaisland/src/com/replica/replicaisland/
PlayerComponent.java 55 MOVE,
100 mState = State.MOVE;
118 protected void move(float time, float timeDelta, GameObject parentObject) { method in class:PlayerComponent
173 // Don't let our jets move us past specific speed thresholds.
293 case MOVE:
327 parentObject.setCurrentAction(GameObject.ActionType.MOVE);
328 mState = State.MOVE;
333 move(time, timeDelta, parentObject); method
509 if (parentObject.getCurrentAction() == ActionType.MOVE) {
  /external/strace/
util.c 756 * move `len' bytes of data from process `pid'
865 int move = page - (addr & (page - 1)); local
871 if (move > left) move = left;
872 if ((move = read(fd, laddr, move)) <= 0)
874 if (memchr (laddr, 0, move)) break;
875 left -= move;
876 laddr += move;
877 addr += move;
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 332 * We'll be happy to move to position 0 or -1
364 public final boolean move(int offset) { method in class:ContentCache.CachedCursor
  /packages/apps/Exchange/src/com/android/exchange/service/
EmailSyncAdapterService.java 732 EasMoveItems move = new EasMoveItems(context, account); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 46 /** Indicates the drag is a move. */
464 * Sets the view that should handle move events.
485 mDragObject.dragView.move(x, y);
594 // Ensure that we've processed a move event at the current pointer location.
  /packages/apps/Launcher3/src/com/android/launcher3/
DragController.java 40 /** Indicates the drag is a move. */
460 * Sets the view that should handle move events.
481 mDragObject.dragView.move(x, y);
588 // Ensure that we've processed a move event at the current pointer location.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 435 * @brief Move-constructs a basic regular expression.
441 _M_automaton(std::move(__rhs._M_automaton)) function in class:basic_regex
512 * @brief Move-assigns one regular expression to another.
516 { return this->assign(std::move(__rhs)); }
555 * @brief The move-assignment operator.
562 basic_regex __tmp(std::move(__rhs));
1524 : _Base_type(std::move(__rhs)) function in class:match_results
    [all...]
stl_deque.h 396 move(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
402 move(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
405 { return std::move(_Deque_iterator<_Tp, const _Tp&, const _Tp*>(__first),
838 * @brief %Deque move constructor.
845 : _Base(std::move(__x)) { }
912 * @brief %Deque move assignment operator.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex.h 435 * @brief Move-constructs a basic regular expression.
441 _M_automaton(std::move(__rhs._M_automaton)) function in class:basic_regex
512 * @brief Move-assigns one regular expression to another.
516 { return this->assign(std::move(__rhs)); }
555 * @brief The move-assignment operator.
562 basic_regex __tmp(std::move(__rhs));
1524 : _Base_type(std::move(__rhs)) function in class:match_results
    [all...]
stl_deque.h 396 move(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
402 move(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
405 { return std::move(_Deque_iterator<_Tp, const _Tp&, const _Tp*>(__first),
838 * @brief %Deque move constructor.
845 : _Base(std::move(__x)) { }
912 * @brief %Deque move assignment operator.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 435 * @brief Move-constructs a basic regular expression.
441 _M_automaton(std::move(__rhs._M_automaton)) function in class:basic_regex
512 * @brief Move-assigns one regular expression to another.
516 { return this->assign(std::move(__rhs)); }
555 * @brief The move-assignment operator.
562 basic_regex __tmp(std::move(__rhs));
1524 : _Base_type(std::move(__rhs)) function in class:match_results
    [all...]
stl_deque.h 396 move(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
402 move(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
405 { return std::move(_Deque_iterator<_Tp, const _Tp&, const _Tp*>(__first),
838 * @brief %Deque move constructor.
845 : _Base(std::move(__x)) { }
912 * @brief %Deque move assignment operator.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 437 * @brief Move-constructs a basic regular expression.
443 _M_automaton(std::move(__rhs._M_automaton)) function in class:basic_regex
514 * @brief Move-assigns one regular expression to another.
518 { return this->assign(std::move(__rhs)); }
557 * @brief The move-assignment operator.
564 basic_regex __tmp(std::move(__rhs));
1527 : _Base_type(std::move(__rhs)) function in class:match_results
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 435 * @brief Move-constructs a basic regular expression.
441 _M_automaton(std::move(__rhs._M_automaton)) function in class:basic_regex
512 * @brief Move-assigns one regular expression to another.
516 { return this->assign(std::move(__rhs)); }
555 * @brief The move-assignment operator.
562 basic_regex __tmp(std::move(__rhs));
1524 : _Base_type(std::move(__rhs)) function in class:match_results
    [all...]
stl_deque.h 396 move(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
402 move(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
405 { return std::move(_Deque_iterator<_Tp, const _Tp&, const _Tp*>(__first),
838 * @brief %Deque move constructor.
845 : _Base(std::move(__x)) { }
912 * @brief %Deque move assignment operator.
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 437 * @brief Move-constructs a basic regular expression.
443 _M_automaton(std::move(__rhs._M_automaton)) function in class:basic_regex
514 * @brief Move-assigns one regular expression to another.
518 { return this->assign(std::move(__rhs)); }
557 * @brief The move-assignment operator.
564 basic_regex __tmp(std::move(__rhs));
1527 : _Base_type(std::move(__rhs)) function in class:match_results
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex.h 419 * @brief Move-constructs a basic regular expression.
425 _M_automaton(std::move(__rhs._M_automaton)) function in class:basic_regex
496 * @brief Move-assigns one regular expression to another.
500 { return this->assign(std::move(__rhs)); }
539 * @brief The move-assignment operator.
546 basic_regex __tmp(std::move(__rhs));
1493 : _Base_type(std::move(__rhs)) function in class:match_results
    [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/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 1352 def move(self, item, parent, index): member in class:Treeview
    [all...]
  /external/bison/lib/
vasnprintf.c 5256 size_t move; local
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 52 // Included for views::kReflectedMessage - TODO(beng): move this to win_util.h!
314 // No SWP_NOREDRAW as autofill popups can move and the underneath window
353 const WebPluginGeometry& move = plugin_window_moves[i]; local
354 HWND window = move.window;
375 // The renderer should only be trying to move windows that are children
381 // We move the intermediate parent window which doesn't result in cross-
386 if (move.visible)
391 if (move.rects_valid) {
392 HRGN hrgn = ::CreateRectRgn(move.clip_rect.x(),
393 move.clip_rect.y()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 148 void move(LayoutUnit dx, LayoutUnit dy) { m_frameRect.move(dx, dy); } function in class:WebCore::RenderBox
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 949 // if this is a contraint-move there will only be a single use
1122 bool move = b->degree >= b->degreeLimit; local
1131 move = move && b->degree < b->degreeLimit;
1132 if (move && !DLLIST_EMPTY(b)) {
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 326 const bool move = initiating_drag_ && !event.IsControlDown() && local
328 if (move) {
341 return move ? ui::DragDropTypes::DRAG_MOVE : ui::DragDropTypes::DRAG_COPY;
    [all...]

Completed in 473 milliseconds

1 2 3 4 5 6 7 891011>>