/external/webkit/Source/WebCore/platform/graphics/ |
D | FloatQuad.h | 97 void move(const FloatSize& offset) in move() function 105 void move(float dx, float dy) in move() function
|
D | IntPoint.h | 92 void move(const IntSize& s) { move(s.width(), s.height()); } in move() function 93 void move(int dx, int dy) { m_x += dx; m_y += dy; } in move() function
|
D | FloatRect.h | 107 void move(const FloatSize& delta) { m_location += delta; } in move() function 108 void move(float dx, float dy) { m_location.move(dx, dy); } in move() function
|
D | IntRect.h | 110 void move(const IntSize& s) { m_location += s; } in move() function 111 void move(int dx, int dy) { m_location.move(dx, dy); } in move() function
|
D | FloatPoint.h | 88 void move(float dx, float dy) in move() function
|
/external/clang/test/CodeGenObjCXX/ |
D | arc-move.mm | 30 typename remove_reference<T>::type&& move(T &&x) { function
|
/external/quake/quake/src/QW/server/ |
D | sv_phys.c | 428 qboolean SV_Push (edict_t *pusher, vec3_t move) in SV_Push() 555 vec3_t move; in SV_PushMove() local 582 vec3_t oldorg, move; in SV_Physics_Pusher() local 715 vec3_t move; in SV_Physics_Toss() local
|
D | sv_move.c | 110 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink) in SV_movestep() 235 vec3_t move, oldorigin; in SV_StepDirection() local
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/ |
D | p2.cpp | 5 namespace move { namespace
|
/external/quake/quake/src/WinQuake/ |
D | sv_move.cpp | 110 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink) in SV_movestep() 235 vec3_t move, oldorigin; in SV_StepDirection() local
|
D | sv_phys.cpp | 443 vec3_t mins, maxs, move; in SV_PushMove() local 570 vec3_t move, a, amove; in SV_PushRotate() local 1248 vec3_t move; in SV_Physics_Toss() local 1572 vec3_t move; in SV_Trace_Toss() local
|
/external/javassist/sample/duplicate/ |
D | Ball.java | 35 public void move(int x, int y) { in move() method in Ball
|
/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/ |
D | ComboMoveExecution.java | 50 public ComboMoveExecution(ComboMove move){ in ComboMoveExecution()
|
/external/v8/src/mips/ |
D | lithium-gap-resolver-mips.cc | 50 LMoveOperands move = moves_[i]; in Resolve() local 82 LMoveOperands move = moves->at(i); in BuildInitialMoveList() local
|
/external/v8/src/arm/ |
D | lithium-gap-resolver-arm.cc | 49 LMoveOperands move = moves_[i]; in Resolve() local 81 LMoveOperands move = moves->at(i); in BuildInitialMoveList() local
|
/external/webkit/Source/WebCore/html/ |
D | DataGridColumnList.cpp | 94 void DataGridColumnList::move(DataGridColumn* col, unsigned long index) in move() function in WebCore::DataGridColumnList
|
/external/webkit/Source/WebCore/rendering/ |
D | TransformState.cpp | 31 void TransformState::move(int x, int y, TransformAccumulation accumulate) in move() function in WebCore::TransformState
|
/external/v8/src/x64/ |
D | lithium-gap-resolver-x64.cc | 48 LMoveOperands move = moves_[i]; in Resolve() local 76 LMoveOperands move = moves->at(i); in BuildInitialMoveList() local
|
/external/v8/src/ia32/ |
D | lithium-gap-resolver-ia32.cc | 52 LMoveOperands move = moves_[i]; in Resolve() local 81 LMoveOperands move = moves->at(i); in BuildInitialMoveList() local 153 void LGapResolver::AddMove(LMoveOperands move) { in AddMove()
|
/external/webkit/Source/WebCore/platform/ |
D | Widget.h | 167 void move(int x, int y) { setFrameRect(IntRect(x, y, width(), height())); } in move() function 168 void move(const IntPoint& p) { setFrameRect(IntRect(p, size())); } in move() function
|
/external/clang/test/SemaCXX/ |
D | constexpr-turing.cpp | 30 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move() function
|
D | rval-references-examples.cpp | 43 template <class T> typename remove_reference<T>::type&& move(T&& t) { in move() function
|
/external/chromium/googleurl/base/ |
D | string16.h | 110 static char_type* move(char_type* s1, const char_type* s2, int_type n) { in move() function
|
/external/chromium/base/ |
D | string16.h | 97 static char_type* move(char_type* s1, const char_type* s2, int_type n) { in move() function
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebFileSystem.h | 57 …virtual void move(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { … in move() function
|