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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/src/
lithium-allocator.cc 765 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, local
768 const ZoneList<LMoveOperands>* move_operands = move->move_operands();
775 move->AddMove(cur.source(), to, chunk()->zone());
781 move->AddMove(from, to, chunk()->zone());
838 // This move to spill operand is not a real use. Liveness analysis
843 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE, local
845 move->AddMove(first_output, range->GetSpillOperand(),
929 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, local
931 const ZoneList<LMoveOperands>* move_operands = move->move_operands();
940 // This is a phi resolving move
1240 LParallelMove* move = GetConnectingParallelMove(pos); local
1311 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, local
    [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/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 933 public Spatial move(float x, float y, float z) { method in class:Spatial
945 public Spatial move(Vector3f offset) { method in class:Spatial
    [all...]
  /external/mesa3d/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/v8/src/
lithium-allocator.cc 749 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START); local
751 const ZoneList<LMoveOperands>* move_operands = move->move_operands();
758 move->AddMove(cur.source(), to);
764 move->AddMove(from, to);
819 // This move to spill operand is not a real use. Liveness analysis
824 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE); local
825 move->AddMove(first_output, range->GetSpillOperand());
904 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START); local
905 const ZoneList<LMoveOperands>* move_operands = move->move_operands();
914 // This is a phi resolving move
1205 LParallelMove* move = GetConnectingParallelMove(pos); local
1273 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START); local
    [all...]
  /external/valgrind/main/VEX/priv/
host_s390_defs.h 122 S390_INSN_COND_MOVE, /* conditonal "move" to register */
280 } move; member in union:__anon27424::__anon27425
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduPersister.java 1485 public Uri move(Uri from, Uri to) throws MmsException { method in class:PduPersister
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 738 /** Move in response to touch. */
739 public void move(final View photo, float x, float y, float a) { method in class:PhotoTable
758 public void move(final View photo, float dx, float dy, boolean drop) { method in class:PhotoTable
    [all...]
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 189 private Action mMoveUpAction = new Action("Move Up\t-",
204 move(false);
209 private Action mMoveDownAction = new Action("Move Down\t+",
224 move(true);
1133 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 1664 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...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 359 // TODO(boliu): Make draws without root_layer work and move this below
2475 gfx::Vector2dF move = previous_scale_anchor - new_scale_anchor; local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.cc 124 // borders, our top area is shrunk by 1 px to make it easier to move the window
614 bool move) {
620 if (move)
1572 bool move = browser_->bounds_overridden() && !popup_without_position; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 226 // If the message is not already in the draft box, move it there.
233 uri = persister.move(uri, Mms.Draft.CONTENT_URI);
235 LogTag.error("Can't move %s to drafts", uri);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /device/asus/deb/kernel-headers/media/
msm_cam_sensor.h 532 struct msm_actuator_move_params_t move; member in union:msm_actuator_cfg_data::__anon1563
  /device/asus/deb/original-kernel-headers/media/
msm_cam_sensor.h 485 struct msm_actuator_move_params_t move; member in union:msm_actuator_cfg_data::__anon1573
  /device/asus/flo/kernel-headers/media/
msm_cam_sensor.h 532 struct msm_actuator_move_params_t move; member in union:msm_actuator_cfg_data::__anon1951
  /device/asus/flo/original-kernel-headers/media/
msm_cam_sensor.h 485 struct msm_actuator_move_params_t move; member in union:msm_actuator_cfg_data::__anon1961
  /device/lge/hammerhead/kernel-headers/media/
msm_cam_sensor.h 549 struct msm_actuator_move_params_t move; member in union:msm_actuator_cfg_data::__anon2013
  /device/lge/hammerhead/original-kernel-headers/media/
msm_cam_sensor.h 500 struct msm_actuator_move_params_t move; member in union:msm_actuator_cfg_data::__anon2024
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]

Completed in 740 milliseconds

1 2 3 4 5 6 7 8 91011>>