Searched defs:move (Results 76 - 100 of 154) sorted by relevance

1234567

/external/chromium_org/content/child/fileapi/
H A Dwebfilesystem_impl.cc464 void WebFileSystemImpl::move( function in class:content::WebFileSystemImpl
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DSpectrum.js152 function move(e)
185 doc.addEventListener("mousemove", move, false);
188 move(mouseEvent);
201 doc.removeEventListener("mousemove", move, false);
/external/chromium_org/third_party/icu/source/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/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp209 // A simplified version of std::move.
211 T &&move(T &obj) { function in namespace:bitfields
219 int && ir4 = move(lvalue<IntBitfield>()).i; // no-warning
224 volatile int && vir4 = move(lvalue<IntBitfield>()).i; // no-warning
229 const int && cir4 = move(lvalue<IntBitfield>()).i; // no-warning
234 const volatile int && cvir4 = move(lvalue<IntBitfield>()).i; // no-warning
/external/clang/test/CXX/special/class.copy/
H A Dimplicit-move.cpp3 // Tests for implicit (non-)declaration of move constructor and
6 // This class, used as a member, allows to distinguish move from copy because
7 // move operations are no-throw, copy operations aren't.
31 HasMoveConstructor(HasMoveConstructor &&) noexcept; // expected-note {{copy assignment operator is implicitly deleted because 'HasMoveConstructor' has a user-declared move constructor}}
194 // longer inhibits the declaration of a move operation.
204 // DR1402: A non-trivially-move-assignable virtual base class no longer
205 // inhibits the declaration of a move assignment (even though it might
206 // move-assign the base class multiple times).
232 MoveOnly(MoveOnly&&); // expected-note {{user-declared move}}
278 template<typename T> void move( function in namespace:DR1402::VbaseMove
[all...]
/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/icu/icu4c/source/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.cpp307 int destIndex = 0; // Code point index of the destination for a copy/move test.
341 // Copy and move tests.
404 void UTextTest::TestCopyMove(const UnicodeString &us, UText *ut, UBool move, argument
423 if (move) {
434 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
462 if (move == FALSE) {
/external/llvm/include/llvm/ADT/
H A DSmallVector.h182 /// move - Use move-assignment to move the range [I, E) onto the
184 /// std::move, but not all stdlibs actually provide that.
186 static It2 move(It1 I, It1 E, It2 Dest) {
188 *Dest = ::std::move(*I);
192 /// move_backward - Use move-assignment to move the range
199 *--Dest = ::std::move(*--E);
208 ::new ((void*) &*Dest) T(::std::move(*
285 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/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/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/chromium_org/third_party/WebKit/Source/wtf/
H A DVector.h114 static void move(const T* src, const T* srcEnd, T* dst) function in struct:WTF::VectorMover
126 move(src, srcEnd, dst);
146 static void move(const T* src, const T* srcEnd, T* dst) function in struct:WTF::VectorMover
255 static void move(const T* src, const T* srcEnd, T* dst) function in struct:WTF::VectorTypeOperations
257 VectorMover<VectorTraits<T>::canMoveWithMemcpy, T>::move(src, srcEnd, dst);
461 TypeOperations::move(inlineBuffer() + other.m_size, inlineBuffer() + m_size, other.inlineBuffer() + other.m_size);
464 TypeOperations::move(other.inlineBuffer() + m_size, other.inlineBuffer() + other.m_size, inlineBuffer() + m_size);
469 TypeOperations::move(inlineBuffer(), inlineBuffer() + m_size, other.inlineBuffer());
474 TypeOperations::move(other.inlineBuffer(), other.inlineBuffer() + other.m_size, inlineBuffer());
804 // It's a little weird to implement a move constructo
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2hints.c413 /* smallest move up */
415 /* smallest move down */
418 /* final amount to move edge or edge pair */
419 CF2_Fixed move; local
439 /* is there room to move up? */
441 /* beyond proposed move up? */
446 /* there is room to move up; is there also room to move down? */
451 /* move smaller absolute amount */
452 move
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Darc.c451 void (*move)(struct arc_cb *cb, VGfloat x, VGfloat y); member in struct:arc_cb
564 { /* always move to the start of the arc */
568 cb.move(&cb, x, y);
661 cb.move = cb_null_move;
675 cb.move = cb_null_move;
689 cb.move = cb_null_move;
703 cb.move = arc_path_move;
/external/chromium_org/third_party/skia/src/core/
H A DSkStream.cpp263 bool SkFILEStream::move(long offset) { function in class:SkFILEStream
394 bool SkMemoryStream::move(long offset) { function in class:SkMemoryStream
728 // If possible, move backward within the current block.
735 // Otherwise rewind and move forward.
739 virtual bool move(long offset) SK_OVERRIDE {
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dcode.c748 State *move = State_new(); local
749 Action_new_Move(move);
750 DFA_addState(d, &s->next, move);
751 move->link = s->link;
752 move->rule = s->rule;
753 move->go = s->go;
758 s->go.span[0].to = move;
/external/freetype/src/cff/
H A Dcf2hints.c413 /* smallest move up */
415 /* smallest move down */
418 /* final amount to move edge or edge pair */
419 CF2_Fixed move; local
439 /* is there room to move up? */
441 /* beyond proposed move up? */
446 /* there is room to move up; is there also room to move down? */
451 /* move smaller absolute amount */
452 move
[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/mesa3d/src/gallium/state_trackers/vega/
H A Darc.c451 void (*move)(struct arc_cb *cb, VGfloat x, VGfloat y); member in struct:arc_cb
564 { /* always move to the start of the arc */
568 cb.move(&cb, x, y);
661 cb.move = cb_null_move;
675 cb.move = cb_null_move;
689 cb.move = cb_null_move;
703 cb.move = arc_path_move;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2hints.c413 /* smallest move up */
415 /* smallest move down */
418 /* final amount to move edge or edge pair */
419 CF2_Fixed move; local
439 /* is there room to move up? */
441 /* beyond proposed move up? */
446 /* there is room to move up; is there also room to move down? */
451 /* move smaller absolute amount */
452 move
[all...]
/external/skia/src/core/
H A DSkStream.cpp282 bool SkFILEStream::move(long offset) { function in class:SkFILEStream
413 bool SkMemoryStream::move(long offset) { function in class:SkMemoryStream
747 // If possible, move backward within the current block.
754 // Otherwise rewind and move forward.
758 virtual bool move(long offset) SK_OVERRIDE {

Completed in 578 milliseconds

1234567