HomeSort by relevance Sort by last modified time
    Searched full:move (Results 776 - 800 of 10530) sorted by null

<<31323334353637383940>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
move_alloc.pass.cpp 31 std::list<MoveOnly, test_allocator<MoveOnly> > l2(std::move(l), test_allocator<MoveOnly>(6));
44 std::list<MoveOnly, test_allocator<MoveOnly> > l2(std::move(l), test_allocator<MoveOnly>(5));
57 std::list<MoveOnly, other_allocator<MoveOnly> > l2(std::move(l), other_allocator<MoveOnly>(4));
71 std::list<MoveOnly, min_allocator<MoveOnly> > l2(std::move(l), min_allocator<MoveOnly>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
assign_move.pass.cpp 32 l2 = std::move(l);
46 l2 = std::move(l);
60 l2 = std::move(l);
75 l2 = std::move(l);
move_alloc.pass.cpp 31 std::vector<MoveOnly, test_allocator<MoveOnly> > l2(std::move(l), test_allocator<MoveOnly>(6));
44 std::vector<MoveOnly, test_allocator<MoveOnly> > l2(std::move(l), test_allocator<MoveOnly>(5));
57 std::vector<MoveOnly, other_allocator<MoveOnly> > l2(std::move(l), other_allocator<MoveOnly>(4));
71 std::vector<MoveOnly, min_allocator<MoveOnly> > l2(std::move(l), min_allocator<MoveOnly>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
assign_move.pass.cpp 31 l2 = std::move(l);
45 l2 = std::move(l);
59 l2 = std::move(l);
74 l2 = std::move(l);
move_alloc.pass.cpp 30 std::vector<bool, test_allocator<bool> > l2(std::move(l), test_allocator<bool>(6));
43 std::vector<bool, test_allocator<bool> > l2(std::move(l), test_allocator<bool>(5));
56 std::vector<bool, other_allocator<bool> > l2(std::move(l), other_allocator<bool>(4));
70 std::vector<bool, min_allocator<bool> > l2(std::move(l), min_allocator<bool>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
make_ready_at_thread_exit.pass.cpp 76 std::thread(func0, std::move(p)).detach();
82 std::thread(func1, std::move(p)).detach();
96 std::thread(func2, std::move(p)).detach();
101 std::thread t(func3, std::move(p));
operator.pass.cpp 76 std::thread(func0, std::move(p)).detach();
82 std::thread(func1, std::move(p)).detach();
96 std::thread t(func2, std::move(p));
102 std::thread t(func3, std::move(p));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/
auto_ptr_Y.pass.cpp 50 pB = std::move(pA);
67 pB = std::move(pA);
84 pB = std::move(pA);
101 pB = std::move(pA);
unique_ptr_Y.pass.cpp 50 pB = std::move(pA);
67 pB = std::move(pA);
84 pB = std::move(pA);
101 pB = std::move(pA);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_convert_move.pass.cpp 48 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
56 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
64 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
75 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-iterator.h 97 TSI_NEW_STMT, /* Only valid when single statement is added, move
100 TSI_CHAIN_START, /* Only valid when chain of statements is added, move
102 TSI_CHAIN_END, /* Only valid when chain of statements is added, move
104 TSI_CONTINUE_LINKING /* Move iterator to whatever position is suitable for
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-iterator.h 97 TSI_NEW_STMT, /* Only valid when single statement is added, move
100 TSI_CHAIN_START, /* Only valid when chain of statements is added, move
102 TSI_CHAIN_END, /* Only valid when chain of statements is added, move
104 TSI_CONTINUE_LINKING /* Move iterator to whatever position is suitable for
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-iterator.h 97 TSI_NEW_STMT, /* Only valid when single statement is added, move
100 TSI_CHAIN_START, /* Only valid when chain of statements is added, move
102 TSI_CHAIN_END, /* Only valid when chain of statements is added, move
104 TSI_CONTINUE_LINKING /* Move iterator to whatever position is suitable for
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-iterator.h 97 TSI_NEW_STMT, /* Only valid when single statement is added, move
100 TSI_CHAIN_START, /* Only valid when chain of statements is added, move
102 TSI_CHAIN_END, /* Only valid when chain of statements is added, move
104 TSI_CONTINUE_LINKING /* Move iterator to whatever position is suitable for
  /external/chromium_org/webkit/browser/fileapi/
native_file_util_unittest.cc 288 const NativeFileUtil::CopyOrMoveMode move = NativeFileUtil::MOVE; local
301 from_file, to_file, FileSystemOperation::OPTION_NONE, move));
320 FileSystemOperation::OPTION_NONE, move));
330 FileSystemOperation::OPTION_NONE, move));
335 dir, Path("file"), FileSystemOperation::OPTION_NONE, move));
342 from_file, dir, FileSystemOperation::OPTION_NONE, move));
351 FileSystemOperation::OPTION_NONE, move));
356 FileSystemOperation::OPTION_NONE, move));
399 // Test for move
    [all...]
  /bionic/libc/arch-mips/bionic/
pipe.S 55 move $v0, $zero
59 move $a0, $v0 /* delay slot, prepare args for __set_errno */
vfork.S 44 move $a1, $sp
55 move $a0,$v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/
T_invoke_direct_range_14.d 46 move-object v3, v6
48 move-result v3
T_invoke_direct_range_21.d 46 move-object v3, v6
48 move-result v3
T_invoke_direct_range_24.d 46 move-object v3, v6
48 move-result v3
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
T_invoke_super_range_14.d 35 move-object v3, v6
38 move-result v3
  /dalvik/dx/tests/112-dex-return-jsr-result/
run 19 # followed directly by a move-result-object.
33 /move-result-object/ {
  /dalvik/vm/mterp/mips/
OP_INVOKE_SUPER.S 28 move a0, rBIX # a0 <- method->clazz
31 move a0, v0
OP_SPUT_WIDE.S 48 move a0, v0
57 move a2, v0
  /external/chromium/chrome/browser/chromeos/
webui_menu_control.h 45 // Move the input to parent. Used in keyboard navigation.
48 // Move the input to submenu. Used in keyboard navigation.

Completed in 574 milliseconds

<<31323334353637383940>>