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

12 3 4 5 6

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
char_traits.h 120 move(char_type* __s1, const char_type* __s2, std::size_t __n);
187 move(char_type* __s1, const char_type* __s2, std::size_t __n) function in class:char_traits
270 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
341 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
434 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
527 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/bits/
char_traits.h 120 move(char_type* __s1, const char_type* __s2, std::size_t __n);
187 move(char_type* __s1, const char_type* __s2, std::size_t __n) function in class:char_traits
270 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
341 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
434 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
527 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 120 move(char_type* __s1, const char_type* __s2, std::size_t __n);
187 move(char_type* __s1, const char_type* __s2, std::size_t __n) function in class:char_traits
270 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
341 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
434 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
527 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 120 move(char_type* __s1, const char_type* __s2, std::size_t __n);
187 move(char_type* __s1, const char_type* __s2, std::size_t __n) function in class:char_traits
270 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
341 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
434 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
527 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
  /external/e2fsprogs/lib/ext2fs/
irel.h 83 * Move the inode relocation table from one inode number to
84 * another. Note that the inode references also must move.
86 errcode_t (*move)(ext2_irel irel, ext2_ino_t old, ext2_ino_t new); member in struct:ext2_inode_relocation_table
112 #define ext2fs_irel_move(irel, old, new) ((irel)->move((irel), old, new))
  /external/icu4c/common/
uchriter.cpp 294 UCharCharacterIterator::move(int32_t delta, CharacterIterator::EOrigin origin) { function in class:UCharCharacterIterator
  /external/icu4c/common/unicode/
uiter.h 44 * Origin constants for UCharIterator.getIndex() and UCharIterator.move().
57 * indicating that the final UTF-16 index is not known, but that the move succeeded.
108 * Function type declaration for UCharIterator.move().
110 * Use iter->move(iter, index, UITER_ZERO) like CharacterIterator::setIndex(index).
124 * move() may return UITER_UNKNOWN_INDEX (-2) to avoid an inefficient
132 * @param origin move relative to the 0, start, limit, length, or current index
244 * getIndex()/move().
252 * (getIndex(UITER_CURRENT) followed by move(pos, UITER_ZERO)) is possible but
263 * the correct text contents and move relative to the current position
293 * the correct text contents and move relative to the current positio
399 UCharIteratorMove *move; member in struct:UCharIterator
    [all...]
  /external/quake/quake/src/QW/server/
sv_move.c 105 The move will be adjusted for slopes and stairs, but if the move isn't
106 possible, no move is done, false is returned, and
110 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink)
118 // try the move
120 VectorAdd (ent->v.origin, move, neworg);
125 // try one move with vertical motion, then one without
128 VectorAdd (ent->v.origin, move, neworg);
180 VectorAdd (ent->v.origin, move, ent->v.origin);
214 // the move is o
235 vec3_t move, oldorigin; local
    [all...]
  /external/quake/quake/src/WinQuake/
sv_move.cpp 105 The move will be adjusted for slopes and stairs, but if the move isn't
106 possible, no move is done, false is returned, and
110 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink)
118 // try the move
120 VectorAdd (ent->u.v.origin, move, neworg);
125 // try one move with vertical motion, then one without
128 VectorAdd (ent->u.v.origin, move, neworg);
180 VectorAdd (ent->u.v.origin, move, ent->u.v.origin);
214 // the move is o
235 vec3_t move, oldorigin; local
    [all...]
  /external/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/v8/src/ia32/
lithium-gap-resolver-ia32.cc 52 LMoveOperands move = moves_[i]; local
56 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
76 // moves to perform, ignoring any move that is redundant (the source is
78 // unallocated, or the move was already eliminated).
81 LMoveOperands move = moves->at(i); local
82 if (!move.IsRedundant()) AddMove(move);
89 // Each call to this function performs a move and deletes it from the move
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uiter.h 44 * Origin constants for UCharIterator.getIndex() and UCharIterator.move().
57 * indicating that the final UTF-16 index is not known, but that the move succeeded.
108 * Function type declaration for UCharIterator.move().
110 * Use iter->move(iter, index, UITER_ZERO) like CharacterIterator::setIndex(index).
124 * move() may return UITER_UNKNOWN_INDEX (-2) to avoid an inefficient
132 * @param origin move relative to the 0, start, limit, length, or current index
244 * getIndex()/move().
252 * (getIndex(UITER_CURRENT) followed by move(pos, UITER_ZERO)) is possible but
263 * the correct text contents and move relative to the current position
293 * the correct text contents and move relative to the current positio
399 UCharIteratorMove *move; member in struct:UCharIterator
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uiter.h 44 * Origin constants for UCharIterator.getIndex() and UCharIterator.move().
57 * indicating that the final UTF-16 index is not known, but that the move succeeded.
108 * Function type declaration for UCharIterator.move().
110 * Use iter->move(iter, index, UITER_ZERO) like CharacterIterator::setIndex(index).
124 * move() may return UITER_UNKNOWN_INDEX (-2) to avoid an inefficient
132 * @param origin move relative to the 0, start, limit, length, or current index
244 * getIndex()/move().
252 * (getIndex(UITER_CURRENT) followed by move(pos, UITER_ZERO)) is possible but
263 * the correct text contents and move relative to the current position
293 * the correct text contents and move relative to the current positio
399 UCharIteratorMove *move; member in struct:UCharIterator
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
IntrusiveDOMWrapperMap.h 63 Traits::move(element, m_current);
185 static void move(v8::Persistent<v8::Object>* target, v8::Persistent<v8::Object>* source) function in struct:WebCore::IntrusiveDOMWrapperMap::ChunkedTableTraits
  /external/webkit/Source/WebCore/fileapi/
DOMFileSystemBase.cpp 123 // It is an error to try to copy or move an entry inside itself at any depth if it is a directory.
127 // It is an error to copy or move an entry into its parent if a name different from its current one isn't provided.
153 bool DOMFileSystemBase::move(const EntryBase* source, EntryBase* parent, const String& newName, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback) function in class:WebCore::DOMFileSystemBase
161 m_asyncFileSystem->move(sourcePlatformPath, destinationPlatformPath, EntryCallbacks::create(successCallback, errorCallback, this, destinationPath, source->isDirectory()));
  /external/webkit/Source/WebCore/icu/unicode/
uiter.h 44 * Origin constants for UCharIterator.getIndex() and UCharIterator.move().
57 * indicating that the final UTF-16 index is not known, but that the move succeeded.
108 * Function type declaration for UCharIterator.move().
110 * Use iter->move(iter, index, UITER_ZERO) like CharacterIterator::setIndex(index).
124 * move() may return UITER_UNKNOWN_INDEX (-2) to avoid an inefficient
132 * @param origin move relative to the 0, start, limit, length, or current index
244 * getIndex()/move().
252 * (getIndex(UITER_CURRENT) followed by move(pos, UITER_ZERO)) is possible but
263 * the correct text contents and move relative to the current position
293 * the correct text contents and move relative to the current positio
399 UCharIteratorMove *move; member in struct:UCharIterator
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FloatPoint3D.h 74 void move(float dx, float dy, float dz) function in class:WebCore::FloatPoint3D
134 a.move(b.x(), b.y(), b.z());
140 a.move(-b.x(), -b.y(), -b.z());
FloatRect.h 107 void move(const FloatSize& delta) { m_location += delta; } function in class:WebCore::FloatRect
108 void move(float dx, float dy) { m_location.move(dx, dy); } function in class:WebCore::FloatRect
IntPoint.h 92 void move(const IntSize& s) { move(s.width(), s.height()); } function in class:WebCore::IntPoint
93 void move(int dx, int dy) { m_x += dx; m_y += dy; } function in class:WebCore::IntPoint
168 a.move(b.width(), b.height());
174 a.move(-b.width(), -b.height());
RoundedIntRect.h 87 void move(const IntSize& size) { m_rect.move(size); } function in class:WebCore::RoundedIntRect
  /external/webkit/Source/WebCore/rendering/
RenderOverflow.h 77 void move(int dx, int dy);
109 inline void RenderOverflow::move(int dx, int dy) function in class:WebCore::RenderOverflow
  /external/webkit/Source/WebKit/chromium/src/
WorkerAsyncFileSystemChromium.cpp 90 void WorkerAsyncFileSystemChromium::move(const String& sourcePath, const String& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) function in class:WebCore::WorkerAsyncFileSystemChromium
  /external/webkit/Source/WebKit/mac/icu/unicode/
uiter.h 44 * Origin constants for UCharIterator.getIndex() and UCharIterator.move().
57 * indicating that the final UTF-16 index is not known, but that the move succeeded.
108 * Function type declaration for UCharIterator.move().
110 * Use iter->move(iter, index, UITER_ZERO) like CharacterIterator::setIndex(index).
124 * move() may return UITER_UNKNOWN_INDEX (-2) to avoid an inefficient
132 * @param origin move relative to the 0, start, limit, length, or current index
244 * getIndex()/move().
252 * (getIndex(UITER_CURRENT) followed by move(pos, UITER_ZERO)) is possible but
263 * the correct text contents and move relative to the current position
293 * the correct text contents and move relative to the current positio
399 UCharIteratorMove *move; member in struct:UCharIterator
    [all...]
  /ndk/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
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
InstrumentedCursorWrapper.java 89 public boolean move(int offset) { method in class:InstrumentedCursorWrapper
90 boolean result = super.move(offset);

Completed in 3348 milliseconds

12 3 4 5 6