Searched
full:move (Results
1476 -
1500 of
10530) sorted by null
<<51525354555657585960>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ |
ctor_engine_move.pass.cpp | 27 Adaptor a(std::move(e0));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/ |
set_value_at_thread_exit_const.pass.cpp | 30 std::thread(func, std::move(p)).detach();
|
set_value_at_thread_exit_void.pass.cpp | 33 std::thread(func, std::move(p)).detach();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/ |
move01.fail.cpp | 14 // Test unique_ptr move assignment
|
move02.fail.cpp | 14 // Test unique_ptr move assignment
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/ |
move01.fail.cpp | 14 // Test unique_ptr move assignment
|
move02.fail.cpp | 14 // Test unique_ptr move assignment
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/ |
shared_ptr_Y_rv.pass.cpp | 51 pB = std::move(pA); 70 pB = std::move(pA); 89 pB = std::move(pA); 108 pB = std::move(pA);
|
shared_ptr_rv.pass.cpp | 51 pB = std::move(pA); 70 pB = std::move(pA); 89 pB = std::move(pA); 108 pB = std::move(pA);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/ |
assign_rv_pair.pass.cpp | 27 p2 = std::move(p1);
|
/packages/apps/Email/emailsync/src/com/android/emailsync/ |
MessageMoveRequest.java | 22 * MessageMoveRequest is the EAS wrapper for requesting a "move to folder"
|
Request.java | 22 * (respond to a meeting invitation), and MessageMoveRequest (move a message to another folder)
|
/packages/apps/Exchange/src/com/android/exchange/ |
MessageMoveRequest.java | 22 * MessageMoveRequest is the EAS wrapper for requesting a "move to folder"
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherAppWidgetHost.java | 27 * always pick up and move widgets.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherAppWidgetHost.java | 27 * always pick up and move widgets.
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
BasePreferenceMigrator.java | 25 * can slowly move their preferences into the shared code.
|
/packages/inputmethods/LatinIME/java/res/values/ |
phantom-sudden-move-event-device-list.xml | 22 <!-- "Build condition,true" that needs "phantom sudden move event" hack.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
UserDictionarySettingsUtils.java | 29 * TODO: We really want to move these utilities to a static library.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/ |
LoggingUtils.java | 33 case MotionEvent.ACTION_MOVE: return "MOVE";
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
chio.h | 50 * move a medium from one element to another 64 * move one medium from element #1 to element #2, 83 * move the transport element (robot arm) to a specific element. 118 int cge_srctype; /* source element of the last move/exchange */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
condition_variable | 134 { return wait_until(__lock, __clock_t::now() + __rtime, std::move(__p)); } 216 // _M_mutex must be unlocked before re-locking __lock so move 218 unique_lock<mutex> __my_lock2(std::move(__my_lock)); 266 { return wait_until(__lock, __clock_t::now() + __rtime, std::move(__p)); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
chio.h | 50 * move a medium from one element to another 64 * move one medium from element #1 to element #2, 83 * move the transport element (robot arm) to a specific element. 118 int cge_srctype; /* source element of the last move/exchange */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
chio.h | 50 * move a medium from one element to another 64 * move one medium from element #1 to element #2, 83 * move the transport element (robot arm) to a specific element. 118 int cge_srctype; /* source element of the last move/exchange */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
condition_variable | 134 { return wait_until(__lock, __clock_t::now() + __rtime, std::move(__p)); } 216 // _M_mutex must be unlocked before re-locking __lock so move 218 unique_lock<mutex> __my_lock2(std::move(__my_lock)); 266 { return wait_until(__lock, __clock_t::now() + __rtime, std::move(__p)); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
condition_variable | 134 { return wait_until(__lock, __clock_t::now() + __rtime, std::move(__p)); } 216 // _M_mutex must be unlocked before re-locking __lock so move 218 unique_lock<mutex> __my_lock2(std::move(__my_lock)); 266 { return wait_until(__lock, __clock_t::now() + __rtime, std::move(__p)); }
|
Completed in 1033 milliseconds
<<51525354555657585960>>