Searched defs:move (Results 76 - 100 of 108) sorted by relevance

12345

/external/icu4c/common/
H A Dutext.cpp299 ut->chunkOffset++; // move iteration position over the trail surrogate.
338 ut->chunkOffset--; // move iteration position over the lead surrogate.
502 UBool move,
512 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status);
678 // Zero out function table of the closed UText. This is a defensive move,
700 // This is needed when copy/move/replace operate directly on the
984 // move back and forth over a fairly limited range
1944 UBool move,
1965 if(move) {
1966 // move
499 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) argument
1941 repTextCopy(UText *ut, int64_t start, int64_t limit, int64_t destIndex, UBool move, UErrorCode *status) argument
2202 unistrTextCopy(UText *ut, int64_t start, int64_t limit, int64_t destIndex, UBool move, UErrorCode *pErrorCode) argument
[all...]
/external/quake/quake/src/QW/client/
H A Dcommon.c812 void MSG_ReadDeltaUsercmd (usercmd_t *from, usercmd_t *move) argument
816 memcpy (move, from, sizeof(*move));
822 move->angles[0] = MSG_ReadAngle16 ();
824 move->angles[1] = MSG_ReadAngle16 ();
826 move->angles[2] = MSG_ReadAngle16 ();
830 move->forwardmove = MSG_ReadShort ();
832 move->sidemove = MSG_ReadShort ();
834 move->upmove = MSG_ReadShort ();
838 move
[all...]
/external/quake/quake/src/QW/server/
H A Dpr_cmds.c114 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 >
[all...]
/external/quake/quake/src/WinQuake/
H A Dpr_cmds.cpp115 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 >
1458 float ideal, current, move, speed; local
[all...]
/external/v8/src/
H A Dlithium-allocator.cc749 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/
H A Dhost_s390_defs.h122 S390_INSN_COND_MOVE, /* conditonal "move" to register */
280 } move; member in union:__anon14415::__anon14416
/external/webkit/Source/JavaScriptCore/assembler/
H A DMIPSAssembler.h242 void move(RegisterID rd, RegisterID rs) function in class:JSC::MIPSAssembler
H A DMacroAssemblerARMv7.h162 move(imm, dataTempRegister);
177 move(imm, addressTempRegister);
200 move(imm, addressTempRegister);
218 move(imm, dataTempRegister);
250 move(imm, dataTempRegister);
275 move(imm, dataTempRegister);
321 move(imm, dataTempRegister);
336 move(imm, addressTempRegister);
359 move(imm, addressTempRegister);
377 move(im
761 void move(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerARMv7
782 void move(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerARMv7
787 void move(TrustedImmPtr imm, RegisterID dest) function in class:JSC::MacroAssemblerARMv7
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DHashTable.h276 template<typename T> struct Mover<T, true> { static void move(T& from, T& to) { hashTableSwap(from, to); } }; function in struct:WTF::Mover
277 template<typename T> struct Mover<T, false> { static void move(T& from, T& to) { to = from; } }; function in struct:WTF::Mover
768 Mover<ValueType, Traits::needsDestruction>::move(entry, *lookupForWriting(Extractor::extract(entry)).first);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar ... eclipse.core.runtime.CoreException public abstract void move (org.eclipse.core.filesystem.IFileStore, int ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar ... MouseDoubleClick public static final int Paint public static final int Move public static final int Resize public static final int Dispose ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc113 // 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
1555 SetBoundsImpl(bounds, !is_popup, move);
2101 // We want to start a move when the user single clicks, but not start a
2102 // move when the user double clicks. However, a double click sends the
629 SetBoundsImpl(const gfx::Rect& bounds, bool exterior, bool move) argument
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js2088 load: 1, unload: 1, beforeunload: 2, resize: 1, move: 1, DOMContentLoaded: 1, readystatechange: 1, //window
/external/mksh/src/
H A Dedit.c1540 x_fword(bool move) argument
1556 if (move)
1574 /* move back */
1578 /* move forward */
2198 * cursor, move cursor position along one.
3468 static char lastcmd[MAXVICMD]; /* last non-move command */
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc823 void LCodeGen::DoParallelMove(LParallelMove* move) { argument
824 resolver_.Resolve(move);
833 LParallelMove* move = gap->GetParallelMove(inner_pos); local
834 if (move != NULL) DoParallelMove(move);
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc731 void LCodeGen::DoParallelMove(LParallelMove* move) { argument
732 resolver_.Resolve(move);
741 LParallelMove* move = gap->GetParallelMove(inner_pos); local
742 if (move != NULL) DoParallelMove(move);
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc786 void LCodeGen::DoParallelMove(LParallelMove* move) { argument
787 resolver_.Resolve(move);
796 LParallelMove* move = gap->GetParallelMove(inner_pos); local
797 if (move != NULL) DoParallelMove(move);
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc696 void LCodeGen::DoParallelMove(LParallelMove* move) { argument
697 resolver_.Resolve(move);
706 LParallelMove* move = gap->GetParallelMove(inner_pos); local
707 if (move != NULL) DoParallelMove(move);

Completed in 773 milliseconds

12345