HomeSort by relevance Sort by last modified time
    Searched defs:move (Results 51 - 75 of 141) sorted by null

1 23 4 5 6

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pod_char_traits.h 136 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 136 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz) function in class:__char_traits_base
248 static wchar_t* _STLP_CALL move(wchar_t* __dest, const wchar_t* __src, size_t __n) function in class:char_traits
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 136 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz) function in class:__char_traits_base
248 static wchar_t* _STLP_CALL move(wchar_t* __dest, const wchar_t* __src, size_t __n) function in class:char_traits
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 136 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz) function in class:__char_traits_base
248 static wchar_t* _STLP_CALL move(wchar_t* __dest, const wchar_t* __src, size_t __n) function in class:char_traits
  /external/bluetooth/bluez/compat/
fakehid.c 209 static void move(int fd, unsigned int direction) function
246 move(fd, 0); break;
248 move(fd, 1); break;
250 move(fd, 2); break;
252 move(fd, 3); break;
254 move(fd, 4); break;
256 move(fd, 5); break;
258 move(fd, 6); break;
260 move(fd, 7); break;
262 move(fd, 8); break
    [all...]
  /external/webkit/Source/WebCore/platform/
Widget.h 167 void move(int x, int y) { setFrameRect(IntRect(x, y, width(), height())); } function in class:WebCore::Widget
168 void move(const IntPoint& p) { setFrameRect(IntRect(p, size())); } function in class:WebCore::Widget
  /external/webkit/Source/WebCore/platform/graphics/
IntRect.h 110 void move(const IntSize& s) { m_location += s; } function in class:WebCore::IntRect
111 void move(int dx, int dy) { m_location.move(dx, dy); } function in class:WebCore::IntRect
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.h 43 void move(const FloatSize& offset) function in struct:WebCore::PathPoint
58 void move(const FloatSize& offset);
120 void move(const FloatSize& offset);
  /external/webkit/Source/WebKit/android/nav/
CachedNode.cpp 278 void CachedNode::move(int x, int y) function in class:android::CachedNode
280 mBounds.move(x, y);
286 first->move(x, y);
  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem.py 183 def move(self, source, destination): member in class:FileSystem
184 shutil.move(source, destination)
filesystem_mock.py 226 def move(self, source, destination): member in class:MockFileSystem
  /frameworks/base/core/java/android/database/
Cursor.java 69 * Move the cursor by a relative amount, forward or backward, from the
70 * current position. Positive offsets move forwards, negative offsets move
77 * currently on the second entry in the result set and move(-5) is called,
81 * @return whether the requested move fully succeeded.
83 boolean move(int offset); method in interface:Cursor
86 * Move the cursor to an absolute position. The valid
92 * @param position the zero-based position to move to.
93 * @return whether the requested move fully succeeded.
98 * Move the cursor to the first row
    [all...]
CursorWrapper.java 157 public boolean move(int offset) { method in class:CursorWrapper
158 return mCursor.move(offset);
  /frameworks/base/core/java/android/text/
Selection.java 84 * Move the cursor to offset <code>index</code>.
98 * Move the selection edge to offset <code>index</code>.
118 * Move the cursor to the buffer offset physically above the current
140 int move; local
145 move = layout.getOffsetForHorizontal(line - 1, h);
147 move = layout.getLineStart(line - 1);
150 setSelection(text, move);
159 * Move the cursor to the buffer offset physically below the current
181 int move; local
186 move = layout.getOffsetForHorizontal(line + 1, h)
257 int move; local
286 int move; local
    [all...]
  /frameworks/base/services/input/
PointerController.cpp 127 void PointerController::move(float deltaX, float deltaY) { function in class:android::PointerController
129 LOGD("Move pointer by deltaX=%0.3f, deltaY=%0.3f", deltaX, deltaY);
262 // Add or move spots for fingers that are down.
  /frameworks/base/test-runner/src/android/test/mock/
MockCursor.java 120 public boolean move(int offset) { method in class:MockCursor
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsMessageSender.java 88 // Move the message into MMS Outbox
89 p.move(mMessageUri, Mms.Outbox.CONTENT_URI);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algobase.h 72 #include <bits/move.h> // For std::swap and _GLIBCXX_MOVE
327 *__result = std::move(*__first);
362 *__result = std::move(*__first);
491 move(_II __first, _II __last, _OI __result) function
504 #define _GLIBCXX_MOVE3(_Tp, _Up, _Vp) std::move(_Tp, _Up, _Vp)
531 *--__result = std::move(*--__last);
561 *--__result = std::move(*--__last);
652 * The function has the same effect as move, but starts at the end of the
659 * Result may not be in the range [first,last). Use move instead. Note
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 72 #include <bits/move.h> // For std::swap and _GLIBCXX_MOVE
327 *__result = std::move(*__first);
362 *__result = std::move(*__first);
491 move(_II __first, _II __last, _OI __result) function
504 #define _GLIBCXX_MOVE3(_Tp, _Up, _Vp) std::move(_Tp, _Up, _Vp)
531 *--__result = std::move(*--__last);
561 *--__result = std::move(*--__last);
652 * The function has the same effect as move, but starts at the end of the
659 * Result may not be in the range [first,last). Use move instead. Note
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 72 #include <bits/move.h> // For std::swap and _GLIBCXX_MOVE
327 *__result = std::move(*__first);
362 *__result = std::move(*__first);
491 move(_II __first, _II __last, _OI __result) function
504 #define _GLIBCXX_MOVE3(_Tp, _Up, _Vp) std::move(_Tp, _Up, _Vp)
531 *--__result = std::move(*--__last);
561 *--__result = std::move(*--__last);
652 * The function has the same effect as move, but starts at the end of the
659 * Result may not be in the range [first,last). Use move instead. Note
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 72 #include <bits/move.h> // For std::swap and _GLIBCXX_MOVE
327 *__result = std::move(*__first);
362 *__result = std::move(*__first);
491 move(_II __first, _II __last, _OI __result) function
504 #define _GLIBCXX_MOVE3(_Tp, _Up, _Vp) std::move(_Tp, _Up, _Vp)
531 *--__result = std::move(*--__last);
561 *--__result = std::move(*--__last);
652 * The function has the same effect as move, but starts at the end of the
659 * Result may not be in the range [first,last). Use move instead. Note
    [all...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/util/
DrawableViewNode.java 217 public void move(double distance) { method in class:DrawableViewNode

Completed in 1149 milliseconds

1 23 4 5 6