HomeSort by relevance Sort by last modified time
    Searched refs:move (Results 476 - 500 of 1060) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 315 : _M_pi(_S_create_from_up(std::move(__r)))
654 /** @brief Move-constructs a %__shared_ptr instance from @a __r.
665 /** @brief Move-constructs a %__shared_ptr instance from @a __r.
710 _M_refcount = __shared_count<_Lp>(std::move(__r));
726 _M_refcount = __shared_count<_Lp>(std::move(__r));
745 __shared_ptr(std::move(__r)).swap(*this);
753 __shared_ptr(std::move(__r)).swap(*this);
761 __shared_ptr(std::move(__r)).swap(*this);
773 __shared_ptr(std::move(__r)).swap(*this);
    [all...]
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
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragment.java 243 MenuItem move = menu.findItem(R.id.move); local
244 if (move != null) {
245 menu.findItem(R.id.move).setVisible(mSupportsMove);
463 case R.id.move:
  /external/webkit/Source/JavaScriptCore/dfg/
DFGSpeculativeJIT.cpp 48 m_jit.move(MacroAssembler::Imm32(valueOfInt32Constant(nodeIndex)), reg);
53 m_jit.move(constantAsJSValueAsImmPtr(nodeIndex), reg);
196 m_jit.move(MacroAssembler::TrustedImmPtr(jsValue.asCell()), reg);
329 m_jit.move(op1.registerID(), result.registerID());
337 m_jit.move(op1.registerID(), result.registerID());
345 m_jit.move(op1.registerID(), result.registerID());
353 m_jit.move(op1.registerID(), result.registerID());
361 m_jit.move(op1.registerID(), result.registerID());
481 m_jit.move(value.registerID(), result.registerID());
549 m_jit.move(aliasedValue.registerID(), result.registerID())
    [all...]
  /external/openssl/crypto/bn/asm/
mips-mont.pl 165 move $fp,$sp
201 move $tp,$sp
288 move $tp,$sp
357 move $tp,$sp
358 move $ap,$sp
377 move $tp,$sp
399 move $sp,$fp
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
forward_list.h 451 * @brief Move constructor with allocator argument.
452 * @param list Input list to move.
456 : _Base(std::move(__list), __al)
518 * @brief The %forward_list move constructor.
527 : _Base(std::move(__list)) { }
560 * @brief The %forward_list move assignment operator.
808 { this->_M_insert_after(cbefore_begin(), std::move(__val)); }
866 { return iterator(this->_M_insert_after(__pos, std::move(__val))); }
    [all...]
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
stl_iterator.h 66 #include <bits/move.h>
124 * This %iterator will move in the opposite direction that @p x does.
439 container->push_back(std::move(__value));
449 /// Simply returns *this. (This %iterator does not @a move.)
454 /// Simply returns *this. (This %iterator does not @a move.)
529 container->push_front(std::move(__value));
539 /// Simply returns *this. (This %iterator does not @a move.)
544 /// Simply returns *this. (This %iterator does not @a move.)
642 iter = container->insert(iter, std::move(__value));
653 /// Simply returns *this. (This %iterator does not @a move.
    [all...]
stl_multiset.h 188 * @brief %Multiset move constructor.
195 : _M_t(std::move(__x._M_t)) { }
230 * @brief %Multiset move assignment operator.
404 { return _M_t._M_insert_equal(std::move(__x)); }
434 { return _M_t._M_insert_equal_(__position, std::move(__x)); }
stl_set.h 195 * @brief %Set move constructor
202 : _M_t(std::move(__x._M_t)) { }
237 * @brief %Set move assignment operator.
419 _M_t._M_insert_unique(std::move(__x));
450 { return _M_t._M_insert_unique_(__position, std::move(__x)); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
forward_list.h 451 * @brief Move constructor with allocator argument.
452 * @param list Input list to move.
456 : _Base(std::move(__list), __al)
518 * @brief The %forward_list move constructor.
527 : _Base(std::move(__list)) { }
560 * @brief The %forward_list move assignment operator.
808 { this->_M_insert_after(cbefore_begin(), std::move(__val)); }
866 { return iterator(this->_M_insert_after(__pos, std::move(__val))); }
    [all...]
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
stl_iterator.h 66 #include <bits/move.h>
124 * This %iterator will move in the opposite direction that @p x does.
439 container->push_back(std::move(__value));
449 /// Simply returns *this. (This %iterator does not @a move.)
454 /// Simply returns *this. (This %iterator does not @a move.)
529 container->push_front(std::move(__value));
539 /// Simply returns *this. (This %iterator does not @a move.)
544 /// Simply returns *this. (This %iterator does not @a move.)
642 iter = container->insert(iter, std::move(__value));
653 /// Simply returns *this. (This %iterator does not @a move.
    [all...]
  /external/aac/libSBRenc/src/
mh_det.cpp 304 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
    [all...]
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));
734 hTonCorr->move = hTonCorr->numberOfEstimates - hTonCorr->numberOfEstimatesPerFrame; /* Number of estimates to move when buffering.*/
786 hTonCorr->move,
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 52 // Included for views::kReflectedMessage - TODO(beng): move this to win_util.h!
314 // No SWP_NOREDRAW as autofill popups can move and the underneath window
353 const WebPluginGeometry& move = plugin_window_moves[i]; local
354 HWND window = move.window;
375 // The renderer should only be trying to move windows that are children
381 // We move the intermediate parent window which doesn't result in cross-
386 if (move.visible)
391 if (move.rects_valid) {
392 HRGN hrgn = ::CreateRectRgn(move.clip_rect.x(),
393 move.clip_rect.y()
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerARM.h 138 move(src, ARMRegisters::S0);
146 move(imm, ARMRegisters::S0);
311 move(imm, ARMRegisters::S1);
349 move(imm, ARMRegisters::S0);
353 void move(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerARM
361 void move(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerARM
366 void move(TrustedImmPtr imm, RegisterID dest) function in class:JSC::MacroAssemblerARM
368 move(TrustedImm32(imm), dest);
381 move(src, dest);
387 move(src, dest)
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 228 // Test move(int).
231 assertFalse(mDatabaseCursor.move(-1));
233 assertTrue(mDatabaseCursor.move(1));
236 assertTrue(mDatabaseCursor.move(5));
238 assertTrue(mDatabaseCursor.move(-1));
244 assertFalse(mDatabaseCursor.move(1));
247 assertTrue(mDatabaseCursor.move(-1));
  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 316 move(chars.length, index); method
327 move(length, index); method
344 move(1, index);
356 move(min, index); method
384 private void move(int size, int index) { method in class:AbstractStringBuilder
429 move(-diff, end);
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/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
  /prebuilts/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
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 89 # Move instructions
92 # test 8-bit move
99 # test 16-bit move
106 # test 32-bit move
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
multiset.h 85 : _Base(std::move(__x))
189 { return iterator(_Base::insert(std::move(__x))); }
199 { return iterator(_Base::insert(__position, std::move(__x))); }
set.h 85 : _Base(std::move(__x))
197 = _Base::insert(std::move(__x));
210 { return iterator(_Base::insert(__position, std::move(__x))); }

Completed in 4293 milliseconds

<<11121314151617181920>>