HomeSort by relevance Sort by last modified time
    Searched defs:move (Results 101 - 125 of 141) sorted by null

1 2 3 45 6

  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 313 void PathPolygon::move(const FloatSize& offset) function in class:WebCore::PathPolygon
316 i->move(offset);
398 void PlatformPathElement::move(const FloatSize& offset) function in class:WebCore::PlatformPathElement
402 m_data.m_points[i].move(offset);
588 it->move(size);
590 m_boundingRect.move(size);
592 it->move(size);
  /external/webkit/Source/WebCore/rendering/
RenderBox.h 108 void move(int dx, int dy) { m_frameRect.move(dx, dy); } function in class:WebCore::RenderBox
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 331 * We'll be happy to move to position 0 or -1
363 public final boolean move(int offset) { method in class:ContentCache.CachedCursor
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 44 /** Indicates the drag is a move. */
449 * Sets the view that should handle move events.
460 mDragObject.dragView.move(x, y);
551 // Ensure that we've processed a move event at the current pointer location.
  /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/javassist/src/main/javassist/bytecode/
CodeIterator.java 60 * returns the index that has been given to <code>move()</code>.
67 public void move(int index) { method in class:CodeIterator
    [all...]
  /external/quake/quake/src/QW/server/
pr_cmds.c 114 This is the only valid way to move an object without using the physics of the world (setting velocity and waiting). Directly changing origin will not set internal links correctly, so clipping would be messed up. This should be called when an object is spawned, and then only if it is teleported.
549 Returns true if the given entity can move to the given position from it's
974 vec3_t move; local
990 move[0] = cos(yaw)*dist;
991 move[1] = sin(yaw)*dist;
992 move[2] = 0;
998 G_FLOAT(OFS_RETURN) = SV_movestep(ent, move, true);
1253 float ideal, current, move, speed; local
1262 move = ideal - current;
1265 if (move >= 180
    [all...]
  /external/quake/quake/src/WinQuake/
pr_cmds.cpp 115 This is the only valid way to move an object without using the physics of the world (setting velocity and waiting). Directly changing origin will not set internal links correctly, so clipping would be messed up. This should be called when an object is spawned, and then only if it is teleported.
672 Returns true if the given entity can move to the given position from it's
1150 vec3_t move; local
1166 move[0] = cos(yaw)*dist;
1167 move[1] = sin(yaw)*dist;
1168 move[2] = 0;
1174 G_FLOAT(OFS_RETURN) = SV_movestep(ent, move, true);
1415 float ideal, current, move, speed; local
1424 move = ideal - current;
1427 if (move >= 180
1458 float ideal, current, move, speed; local
    [all...]
  /external/v8/src/
lithium-allocator.cc 755 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START); local
757 const ZoneList<LMoveOperands>* move_operands = move->move_operands();
763 move->AddMove(cur.source(), to);
769 move->AddMove(from, to);
823 // This move to spill operand is not a real use. Liveness analysis
828 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE); local
829 move->AddMove(first_output, range->GetSpillOperand());
906 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START); local
907 const ZoneList<LMoveOperands>* move_operands = move->move_operands();
916 // This is a phi resolving move
1175 LParallelMove* move = GetConnectingParallelMove(pos); local
1243 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START); local
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MIPSAssembler.h 242 void move(RegisterID rd, RegisterID rs) function in class:JSC::MIPSAssembler
  /frameworks/base/core/java/android/webkit/
WebTextView.java 809 MovementMethod move = getMovementMethod(); local
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduPersister.java 1190 public Uri move(Uri from, Uri to) throws MmsException { method in class:PduPersister
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 218 // If the message is not already in the draft box, move it there.
225 uri = persister.move(uri, Mms.Draft.CONTENT_URI);
227 LogTag.error("Can't move %s to drafts", uri);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 323 #ifdef move
324 inline int UNDEF(move)(int x, int y) { return move(x, y); } function
325 #undef move macro
326 #define move UNDEF(move) macro
853 // Move window to new position with the new position as top left corner.
859 int move(int y, int x) { return ::wmove(w, y, x); } function in class:NCursesWindow
860 // Move cursor the this position
876 // Move cursor to position and get a keystroke from the windo
    [all...]
curses.h 603 extern NCURSES_EXPORT(int) move (int, int); /* generated */
1040 #define move macro
1490 #undef move macro
    [all...]
ncurses.h 603 extern NCURSES_EXPORT(int) move (int, int); /* generated */
1040 #define move macro
1490 #undef move macro
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 154 private Action mMoveUpAction = new Action("Move Up\t-",
169 move(false);
174 private Action mMoveDownAction = new Action("Move Down\t+",
189 move(true);
680 // Update Move Up/Move Down state only when the menu is opened
783 // ---- Move Up/Down Support ----
801 private void move(boolean forward) { method in class:OutlinePage
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 1633 List<Attr> move = new ArrayList<Attr>(); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 113 // borders, our top area is shrunk by 1 px to make it easier to move the window
631 bool move) {
637 if (move)
1554 bool move = browser_->bounds_overridden() && !popup_without_position; local
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 98 virtual void move(float deltaX, float deltaY) { function in class:android::FakePointerController
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 753 void LCodeGen::DoParallelMove(LParallelMove* move) {
754 resolver_.Resolve(move);
763 LParallelMove* move = gap->GetParallelMove(inner_pos); local
764 if (move != NULL) DoParallelMove(move);
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 696 void LCodeGen::DoParallelMove(LParallelMove* move) {
697 resolver_.Resolve(move);
706 LParallelMove* move = gap->GetParallelMove(inner_pos); local
707 if (move != NULL) DoParallelMove(move);
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 697 void LCodeGen::DoParallelMove(LParallelMove* move) {
698 resolver_.Resolve(move);
707 LParallelMove* move = gap->GetParallelMove(inner_pos); local
708 if (move != NULL) DoParallelMove(move);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 2006 milliseconds

1 2 3 45 6