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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
char_traits.h 115 move(char_type* __s1, const char_type* __s2, std::size_t __n);
182 move(char_type* __s1, const char_type* __s2, std::size_t __n) function in class:char_traits
268 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
339 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
435 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
528 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h 115 move(char_type* __s1, const char_type* __s2, std::size_t __n);
182 move(char_type* __s1, const char_type* __s2, std::size_t __n) function in class:char_traits
268 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
339 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
435 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
528 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
shared_ptr.h 166 : __shared_ptr<_Tp>(__p, __d, std::move(__a)) { }
185 : __shared_ptr<_Tp>(__p, __d, std::move(__a)) { }
222 * @brief Move-constructs a %shared_ptr instance from @a __r.
227 : __shared_ptr<_Tp>(std::move(__r)) { } function in class:shared_ptr
230 * @brief Move-constructs a %shared_ptr instance from @a __r.
237 : __shared_ptr<_Tp>(std::move(__r)) { } function in class:shared_ptr
254 : __shared_ptr<_Tp>(std::move(__r)) { }
259 : __shared_ptr<_Tp>(std::move(__r)) { }
284 this->__shared_ptr<_Tp>::operator=(std::move(__r));
292 this->__shared_ptr<_Tp>::operator=(std::move(__r))
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
char_traits.h 113 move(char_type* __s1, const char_type* __s2, std::size_t __n);
180 move(char_type* __s1, const char_type* __s2, std::size_t __n) function in class:char_traits
266 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
337 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
433 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
526 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
shared_ptr.h 166 : __shared_ptr<_Tp>(__p, __d, std::move(__a)) { }
185 : __shared_ptr<_Tp>(__p, __d, std::move(__a)) { }
222 * @brief Move-constructs a %shared_ptr instance from @a __r.
227 : __shared_ptr<_Tp>(std::move(__r)) { } function in class:shared_ptr
230 * @brief Move-constructs a %shared_ptr instance from @a __r.
237 : __shared_ptr<_Tp>(std::move(__r)) { } function in class:shared_ptr
258 : __shared_ptr<_Tp>(std::move(__r)) { }
283 this->__shared_ptr<_Tp>::operator=(std::move(__r));
291 this->__shared_ptr<_Tp>::operator=(std::move(__r));
299 this->__shared_ptr<_Tp>::operator=(std::move(__r))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 29 the mouse moves, and at the start and end of a drag-and-drop move, the
248 def move(self, event): member in class:Icon
290 self.canvas.move(self.dndid, x-x1, y-y1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 29 the mouse moves, and at the start and end of a drag-and-drop move, the
248 def move(self, event): member in class:Icon
290 self.canvas.move(self.dndid, x-x1, y-y1)
  /external/aac/libSBRenc/src/
ton_corr.cpp 131 INT move = hTonCorr->move; local
162 for(i = 0 ; i < move; i++){
167 FDKmemmove(nrgVector,nrgVector+noEstPerFrame,move*sizeof(FIXP_DBL));
732 hTonCorr->move = hTonCorr->numberOfEstimates - hTonCorr->numberOfEstimatesPerFrame; /* Number of estimates to move when buffering.*/
784 hTonCorr->move,
    [all...]
ton_corr.h 124 INT move; /*!< How many estimates to move in the quotaMatrix, when buffering. */ member in struct:__anon2674
  /external/chromium_org/cc/resources/
layer_quad.h 44 void move(float dx, float dy, float dz) { function in class:cc::LayerQuad::Edge
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 33 Move = 1 << 3,
55 bool move() const { return m_requestType & Move; } function in class:WebCore::HitTestRequest
68 bool touchMove() const { return move() && touchEvent(); }
RenderOverflow.h 63 void move(LayoutUnit dx, LayoutUnit dy);
83 inline void RenderOverflow::move(LayoutUnit dx, LayoutUnit dy) function in class:WebCore::RenderOverflow
85 m_layoutOverflow.move(dx, dy);
86 m_visualOverflow.move(dx, dy);
87 m_contentsVisualOverflow.move(dx, dy);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemBase.cpp 207 // It is an error to try to copy or move an entry inside itself at any depth if it is a directory.
211 // It is an error to copy or move an entry into its parent if a name different from its current one isn't provided.
224 void DOMFileSystemBase::move(const EntryBase* source, EntryBase* parent, const String& newName, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType) function in class:WebCore::DOMFileSystemBase
235 fileSystem()->move(createFileSystemURL(source), parent->filesystem()->createFileSystemURL(destinationPath), callbacks.release());
  /external/chromium_org/third_party/WebKit/Source/platform/
Widget.h 68 void move(int x, int y) { setFrameRect(IntRect(x, y, width(), height())); } function in class:WebCore::Widget
69 void move(const IntPoint& p) { setFrameRect(IntRect(p, size())); } function in class:WebCore::Widget
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatPoint.h 78 void move(float dx, float dy) function in class:WebCore::FloatPoint
83 void move(const IntSize& a) function in class:WebCore::FloatPoint
88 void move(const LayoutSize&);
89 void move(const FloatSize& a) function in class:WebCore::FloatPoint
146 // FIXME: These are only used by SVGPoint and should probably move there.
158 a.move(b.width(), b.height());
164 a.move(b.x(), b.y());
170 a.move(-b.width(), -b.height());
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());
FloatRoundedRect.h 87 void move(const FloatSize& size) { m_rect.move(size); } function in class:WebCore::FloatRoundedRect
LayoutPoint.h 56 void move(const LayoutSize& s) { move(s.width(), s.height()); } function in class:WebCore::LayoutPoint
57 void moveBy(const LayoutPoint& offset) { move(offset.x(), offset.y()); }
58 void move(LayoutUnit dx, LayoutUnit dy) { m_x += dx; m_y += dy; } function in class:WebCore::LayoutPoint
91 a.move(b.width(), b.height());
97 a.move(-b.width(), -b.height());
RoundedRect.h 93 void move(const IntSize& size) { m_rect.move(size); } function in class:WebCore::RoundedRect
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm.py 101 def move(self, origin, destination): member in class:SCM
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
layout_tests_mover.py 34 expectations to reflect the move.
39 directory, the move fails.
105 # If destination is an existing directory, we move the children of origin into destination.
157 """Updates all test expectations that are affected by the move.
204 # Both the root path and the target of the reference my be subject to the move, so there are
205 # four cases to consider. In the case where both or neither are subject to the move, the
221 """Determines the updated references due to the move. Returns a dictionary that maps from an
279 # Note that FileSystem.move() may silently overwrite existing files, but we
284 self._scm.move(self._scm_path(origin, directory), self._scm_path(destination, directory))
288 """Moves the all files that correspond to the move, including platform-specific expecte
304 def move(self, origin, destination): member in class:LayoutTestsMover
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uchriter.cpp 294 UCharCharacterIterator::move(int32_t delta, CharacterIterator::EOrigin origin) { function in class:UCharCharacterIterator
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/skia/src/utils/win/
SkDWriteFontFileStream.cpp 101 bool SkDWriteFontFileStream::move(long offset) { function in class:SkDWriteFontFileStream
  /external/chromium_org/tools/telemetry/third_party/davclient/
davclient.py 169 def move(self, source, destination, body=None, depth='infinity', overwrite=True, headers=None): member in class:DAVClient
170 """Move DAV resource"""
180 self._request('MOVE', source, body=body, headers=headers)
184 """Move DAV collection and copy all properties"""
192 self.move(source, destination, unicode(body, 'utf-8'), depth=depth, overwrite=overwrite, headers=headers)

Completed in 1733 milliseconds

1 23 4 5 6 7 8 91011>>