Searched defs:move (Results 51 - 75 of 108) sorted by relevance

12345

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPlatformPathWinCE.h43 void move(const FloatSize& offset) function in struct:WebCore::PathPoint
58 void move(const FloatSize& offset);
120 void move(const FloatSize& offset);
H A DPlatformPathWinCE.cpp313 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/chromium/chrome/browser/bookmarks/
H A Dbookmark_utils.cc225 int move = ui::DragDropTypes::DRAG_MOVE; local
227 move = 0;
229 return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK | move;
231 return ui::DragDropTypes::DRAG_COPY | move;
248 // User is dragging from this profile: move.
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java53 * another with {@link #move move()}.
276 * instructions to move parameters into their initial registers. These
493 public <T> void move(Local<T> target, Local<T> source) { method in class:Code
/external/icu4c/test/intltest/
H A Dcitrtest.cpp78 virtual int32_t move(int32_t delta,CharacterIterator::EOrigin origin){ function in class:SCharacterIterator
774 // move both iter and s[index]
817 c=(UChar32)iter->move(iter, 2, UITER_CURRENT);
818 c2=(UChar32)ci.move(2, CharacterIterator::kCurrent);
823 c=(UChar32)iter->move(iter, -2, UITER_CURRENT);
824 c2=(UChar32)ci.move(-2, CharacterIterator::kCurrent);
830 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves);
868 // test move & getIndex some more
881 if( sIter.move(&sIter, 4, UITER_ZERO)!=4 ||
882 sIter.move(
1114 virtual int32_t move(int32_t /*delta*/, EOrigin /*origin*/) { function in class:SubCharIter
[all...]
H A Dtstnorm.cpp647 // move around and compare the iteration code points with
649 const char *move=moves; local
650 while((m=*move++)!=0) {
664 // copy the moves until the current (m) move, and terminate
667 history[move-moves]=0;
676 // copy the moves until the current (m) move, and terminate
679 history[move-moves]=0;
H A Dutxttest.cpp305 int destIndex = 0; // Code point index of the destination for a copy/move test.
339 // Copy and move tests.
402 void UTextTest::TestCopyMove(const UnicodeString &us, UText *ut, UBool move, argument
421 if (move) {
432 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
460 if (move == FALSE) {
/external/llvm/include/llvm/ADT/
H A DSmallVector.h180 /// move - Use move-assignment to move the range [I, E) onto the
182 /// std::move, but not all stdlibs actually provide that.
184 static It2 move(It1 I, It1 E, It2 Dest) {
187 *Dest = ::std::move(*I);
194 /// move_backward - Use move-assignment to move the range
202 *--Dest = ::std::move(*--E);
215 ::new ((void*) &*Dest) T(::std::move(*
304 static It2 move(It1 I, It1 E, It2 Dest) { function in class:llvm::SmallVectorTemplateBase
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysevents.c476 int move = (short)HIWORD(wParam); local
477 if ( move ) {
479 if ( move > 0 )
/external/quake/quake/src/QW/client/
H A Dview.c27 The view is allowed to move slightly from it's true position for bobbing,
190 float delta, move; local
222 move = host_frametime * cl.pitchvel;
225 //Con_Printf ("move: %f (%f)\n", move, host_frametime);
229 if (move > delta)
232 move = delta;
234 cl.viewangles[PITCH] += move;
238 if (move > -delta)
241 move
724 float yaw, pitch, move; local
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DPlayerComponent.java118 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.
333 move(time, timeDelta, parentObject);
/external/webkit/Source/JavaScriptCore/wtf/
H A DVector.h118 static void move(const T* src, const T* srcEnd, T* dst) function in struct:WTF::VectorMover
134 move(src, srcEnd, dst);
150 static void move(const T* src, const T* srcEnd, T* dst) function in struct:WTF::VectorMover
247 static void move(const T* src, const T* srcEnd, T* dst) function in struct:WTF::VectorTypeOperations
249 VectorMover<VectorTraits<T>::canMoveWithMemcpy, T>::move(src, srcEnd, dst);
884 TypeOperations::move(oldBuffer, oldEnd, begin());
898 TypeOperations::move(oldBuffer, oldEnd, begin());
926 TypeOperations::move(oldBuffer, oldEnd, begin());
/external/aac/libSBRenc/src/
H A Dmh_det.cpp304 INT move)
313 diff(pQuotaBuffer[est+move],
314 tonalityDiff[est+move],
319 calculateFlatnessMeasure(pQuotaBuffer[est+ move],
321 pSfmOrig[est + move],
322 pSfmSbr[est + move],
1074 INT move = h_sbrMHDet->move; local
1090 FDK_ASSERT(move<=(MAX_NO_OF_ESTIMATES>>1));
1137 move);
296 calculateDetectorInput(FIXP_DBL **RESTRICT pQuotaBuffer, SCHAR *RESTRICT indexVector, FIXP_DBL **RESTRICT tonalityDiff, FIXP_DBL **RESTRICT pSfmOrig, FIXP_DBL **RESTRICT pSfmSbr, const UCHAR *freqBandTable, INT nSfb, INT noEstPerFrame, INT move) argument
1230 FDKsbrEnc_InitSbrMissingHarmonicsDetector( HANDLE_SBR_MISSING_HARMONICS_DETECTOR hSbrMHDet, INT sampleFreq, INT frameSize, INT nSfb, INT qmfNoChannels, INT totNoEst, INT move, INT noEstPerFrame, UINT sbrSyntaxFlags ) argument
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java60 * returns the index that has been given to <code>move()</code>.
67 public void move(int index) { method in class:CodeIterator
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DSpatial.java933 public Spatial move(float x, float y, float z) { method in class:Spatial
945 public Spatial move(Vector3f offset) { method in class:Spatial
/external/quake/quake/src/WinQuake/
H A Dsv_phys.cpp27 pushmove objects do not obey gravity, and do not interact with each other or trigger fields, but block normal movement and push normal objects when they move.
443 vec3_t mins, maxs, move; local
457 move[i] = pusher->u.v.velocity[i] * movetime;
458 mins[i] = pusher->u.v.absmin[i] + move[i];
459 maxs[i] = pusher->u.v.absmax[i] + move[i];
464 // move the pusher to it's final position
466 VectorAdd (pusher->u.v.origin, move, pusher->u.v.origin);
514 SV_PushEntity (check, move);
520 { // fail the move
546 // move bac
570 vec3_t move, a, amove; local
1248 vec3_t move; local
1572 vec3_t move; local
[all...]
/external/strace/
H A Dutil.c756 * 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...]
/external/webkit/Source/JavaScriptCore/assembler/
H A DMacroAssemblerARM.h138 move(src, ARMRegisters::S0);
146 move(imm, ARMRegisters::S0);
311 move(imm, ARMRegisters::S1);
349 move(imm, ARMRegisters::S0);
353 void move(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerARM
361 void move(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerARM
366 void move(TrustedImmPtr imm, RegisterID dest) function in class:JSC::MacroAssemblerARM
368 move(TrustedImm32(imm), dest);
381 move(src, dest);
387 move(sr
[all...]
H A DMacroAssemblerMIPS.h125 move(imm, immTempRegister);
147 move(imm, immTempRegister);
169 move(imm, immTempRegister);
219 move(TrustedImmPtr(address.m_ptr), addrTempRegister);
225 move(imm, immTempRegister);
239 move(MIPSRegisters::zero, dest);
248 move(imm, immTempRegister);
271 move(MIPSRegisters::zero, dest);
273 move(src, dest);
279 move(im
844 void move(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerMIPS
855 void move(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerMIPS
861 void move(TrustedImmPtr imm, RegisterID dest) function in class:JSC::MacroAssemblerMIPS
[all...]
H A DMacroAssemblerSH4.h186 move(imm, scr);
188 move(src, dest);
500 move(address.index, scr);
622 move(address.index, scr);
692 move(address.index, scr);
850 move(address.index, scr);
861 move(TrustedImm32(16), scr);
1085 move(left.index, scr);
1116 move(src, dest);
1182 // Register move operation
1184 void move(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerSH4
1196 void move(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerSH4
1201 void move(TrustedImmPtr imm, RegisterID dest) function in class:JSC::MacroAssemblerSH4
[all...]
H A DMacroAssemblerX86Common.h147 move(op2, dest);
154 move(src, dest);
179 move(src, dest);
191 move(src, dest);
262 move(op2, dest);
269 move(src, dest);
294 move(src, dest);
306 move(src, dest);
331 move(src, dest);
343 move(sr
709 void move(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
720 void move(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
728 void move(TrustedImmPtr imm, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
749 void move(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
755 void move(TrustedImmPtr imm, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSSelector.h357 inline void move(PassOwnPtr<CSSSelector> from, CSSSelector* to) function in namespace:WebCore
/external/webkit/Source/WebCore/rendering/
H A DRenderBox.h108 void move(int dx, int dy) { m_frameRect.move(dx, dy); } function in class:WebCore::RenderBox
/external/bison/lib/
H A Dvasnprintf.c5256 size_t move; local
5271 move = count - prefix_count;
5272 if (precision > move)
5275 size_t insert = precision - move;
5373 /* ENSURE_ALLOCATION will not move tmpsrc
5379 /* ENSURE_ALLOCATION will move the array
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc52 // 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
[all...]

Completed in 743 milliseconds

12345