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

1 2 3 4 5 6 7 8 91011>>

  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 497 /// Move elements of std::vector from [begin, end) to target.
499 void move(std::vector<T>& V, size_t begin, size_t end, size_t target) { function in namespace:SPIRV
    [all...]
  /external/squashfs-tools/squashfs-tools/
action.c 1563 * Move specific action code
1574 static char *move_pathname(struct move_ent *move)
1580 dest = (move->ops & ACTION_MOVE_MOVE) ?
1581 move->dest : move->dir_ent->our_dir;
1582 name = (move->ops & ACTION_MOVE_RENAME) ?
1583 move->name : move->dir_ent->name;
1628 void eval_move(struct action_data *action_data, struct move_ent *move,
1639 * is a directory, then move the file into that directory
1765 struct move_ent *move = NULL; local
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerMIPS32.cpp 794 void AssemblerMIPS32::move(const Operand *OpRd, const Operand *OpRs) { function in class:Ice::MIPS32::AssemblerMIPS32
819 const IValueT Rd = encodeGPRegister(OpRd, "Rd", "pseudo-move");
820 const IValueT Rs = encodeGPRegister(OpRs, "Rs", "pseudo-move");
    [all...]
  /external/syslinux/gpxe/src/include/
curses.h 41 * Move cursor to position specified by x,y coords
283 //extern int move ( int, int );
583 static inline int move ( int y, int x ) { function
  /external/v8/src/compiler/
instruction.h 698 // A move is redundant if it's been eliminated or if its source and
705 // We clear both operands to indicate move that's been eliminated.
749 MoveOperands* move = new (operand_allocation_zone) MoveOperands(from, to); local
750 push_back(move);
751 return move;
756 // Prepare this ParallelMove to insert move as if it happened in a subsequent
757 // ParallelMove. move->source() may be changed. Any MoveOperands added to
759 void PrepareInsertAfter(MoveOperands* move,
    [all...]
register-allocator.cc 598 // If we split, we do so because we're about to switch registers or move
875 ParallelMove* move = local
877 // Skip insertion if it's possible that the move exists already as a
878 // constraint move from a fixed output register to a slot.
881 for (MoveOperands* move_op : *move) {
893 move->AddMove(*to_spill->operand, op);
1822 MoveOperands* move = data()->AddGapMove( local
2173 ParallelMove* move = instr->GetParallelMove(position); local
3900 ParallelMove* move = local
3935 MoveOperands* move = local
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 734 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, local
737 const ZoneList<LMoveOperands>* move_operands = move->move_operands();
744 move->AddMove(cur.source(), to, chunk()->zone());
750 move->AddMove(from, to, chunk()->zone());
807 // This move to spill operand is not a real use. Liveness analysis
812 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE, local
814 move->AddMove(first_output, range->GetSpillOperand(),
898 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, local
900 const ZoneList<LMoveOperands>* move_operands = move->move_operands();
909 // This is a phi resolving move
1217 LParallelMove* move = GetConnectingParallelMove(pos); local
1288 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, local
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 331 * Move the contents from {@code other} into a new camera metadata instance.</p>
338 public static CameraMetadataNative move(CameraMetadataNative other) { method in class:CameraMetadataNative
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleDrawable.java 542 mRipple.move(x, y);
699 // Move remaining entries into pruned spaces.
828 // Move along, nothing to draw here.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupMembersFragment.java 149 public boolean move(int offset) { method in class:GroupMembersFragment.FilterCursorWrapper
    [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/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 335 #ifdef move
336 inline int UNDEF(move)(int x, int y) { return move(x, y); } function
337 #undef move macro
338 #define move UNDEF(move) macro
919 // Move window to new position with the new position as top left corner.
925 int move(int y, int x) { return ::wmove(w, y, x); } function in class:NCursesWindow
926 // Move cursor the this position
951 // 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/valgrind/VEX/priv/
host_s390_defs.h 125 S390_INSN_COND_MOVE, /* conditonal "move" to register */
395 } move; member in union:__anon41880::__anon41881
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 103 virtual void move(float deltaX, float deltaY) { function in class:android::FakePointerController
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 1523 public Uri move(Uri from, Uri to) throws MmsException { method in class:PduPersister
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduPersister.java 1607 public Uri move(final Uri from, final Uri to) throws MmsException { method in class:PduPersister
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc 104 // temp that's not an R0 (to avoid an extra move) and Baker read barrier field
266 // move resolver.
342 // Move the class to the desired location.
486 // move resolver.
1483 MoveOperands* move = moves_[index]; local
    [all...]
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DexMakerTest.java     [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp 126 #define SKDEBUGCANVAS_VERB_MOVE "move"
643 Json::Value move(Json::objectValue);
644 move[SKDEBUGCANVAS_VERB_MOVE] = MakeJsonPoint(pts[0]);
645 verbs.append(move);
1725 Json::Value move = verb[SKDEBUGCANVAS_VERB_MOVE]; local
    [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.cpp 126 #define SKDEBUGCANVAS_VERB_MOVE "move"
643 Json::Value move(Json::objectValue);
644 move[SKDEBUGCANVAS_VERB_MOVE] = MakeJsonPoint(pts[0]);
645 verbs.append(move);
1725 Json::Value move = verb[SKDEBUGCANVAS_VERB_MOVE]; local
    [all...]
  /hardware/qcom/msm8994/kernel-headers/media/
msm_cam_sensor.h 506 struct msm_actuator_move_params_t move; member in union:msm_actuator_cfg_data::__anon51270
  /hardware/qcom/msm8994/original-kernel-headers/media/
msm_cam_sensor.h 548 struct msm_actuator_move_params_t move; member in union:msm_actuator_cfg_data::__anon51379
697 struct msm_actuator_move_params_t32 move; member in union:msm_actuator_cfg_data32::__anon51383
  /hardware/qcom/msm8996/kernel-headers/media/
msm_cam_sensor.h 527 struct msm_actuator_move_params_t move; member in union:msm_actuator_cfg_data::__anon51518

Completed in 1224 milliseconds

1 2 3 4 5 6 7 8 91011>>