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

<<31323334353637383940>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
move.pass.cpp 34 std::deque<MoveOnly, A> c3 = std::move(c1);
49 std::deque<MoveOnly, A> c3 = std::move(c1);
65 std::deque<MoveOnly, A> c3 = std::move(c1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
move.pass.cpp 32 C c = std::move(c0);
47 C c = std::move(c0);
63 C c = std::move(c0);
move_alloc.pass.cpp 32 C c(std::move(c0), A(10));
47 C c(std::move(c0), A(9));
63 C c(std::move(c0), A());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
move_assign.pass.cpp 37 {base::operator=(std::move(s)); return *this;}
50 is2 = (std::move(is1));
73 is2 = (std::move(is1));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
move.pass.cpp 37 : base(std::move(s)) {}
48 test_iostream<char> is(std::move(is1));
64 test_iostream<wchar_t> is(std::move(is1));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/
move_assign.pass.cpp 37 {base::operator=(std::move(s)); return *this;}
50 is2 = (std::move(is1));
73 is2 = (std::move(is1));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
move.pass.cpp 37 : base(std::move(s)) {}
48 test_istream<char> is(std::move(is1));
64 test_istream<wchar_t> is(std::move(is1));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/
move_assign.pass.cpp 37 {base::operator=(std::move(s)); return *this;}
50 os2 = (std::move(os1));
73 os2 = (std::move(os1));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/
move_assign.pass.cpp 28 v2 = std::move(v);
40 v2 = std::move(v);
52 v2 = std::move(v);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/
move.pass.cpp 28 std::valarray<T> v2 = std::move(v);
39 std::valarray<T> v2 = std::move(v);
50 std::valarray<T> v2 = std::move(v);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
move_assign.pass.cpp 29 p = std::move(p0);
50 p = std::move(p0);
71 p = std::move(p0);
move_ctor.pass.cpp 27 std::promise<int> p(std::move(p0));
46 std::promise<int&> p(std::move(p0));
65 std::promise<void> p(std::move(p0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
wait.pass.cpp 48 std::thread(func1, std::move(p)).detach();
62 std::thread(func3, std::move(p)).detach();
76 std::thread(func5, std::move(p)).detach();
wait_for.pass.cpp 51 std::thread(func1, std::move(p)).detach();
67 std::thread(func3, std::move(p)).detach();
83 std::thread(func5, std::move(p)).detach();
wait_until.pass.cpp 51 std::thread(func1, std::move(p)).detach();
67 std::thread(func3, std::move(p)).detach();
83 std::thread(func5, std::move(p)).detach();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
wait.pass.cpp 48 std::thread(func1, std::move(p)).detach();
62 std::thread(func3, std::move(p)).detach();
76 std::thread(func5, std::move(p)).detach();
wait_for.pass.cpp 51 std::thread(func1, std::move(p)).detach();
67 std::thread(func3, std::move(p)).detach();
83 std::thread(func5, std::move(p)).detach();
wait_until.pass.cpp 51 std::thread(func1, std::move(p)).detach();
67 std::thread(func3, std::move(p)).detach();
83 std::thread(func5, std::move(p)).detach();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.cnstr/
converting_move.pass.cpp 34 A a2 = std::move(a1);
47 A a2 = std::move(a1);
64 A a2 = std::move(a1);
  /external/chromium_org/v8/test/cctest/
test-macro-assembler-x64.cc 111 __ Move(rdx, Smi::FromInt(1));
148 __ Move(rcx, value);
155 // Test that we can move a Smi value literally into a register.
198 __ Move(rcx, Smi::FromInt(x));
200 __ Move(rdx, Smi::FromInt(y));
404 __ Move(r8, Smi::FromInt(static_cast<int>(result)));
668 __ Move(rcx, Smi::FromInt(x));
689 __ Move(r8, Smi::FromInt(result));
828 __ Move(rcx, Smi::FromInt(x));
830 __ Move(rdx, Smi::FromInt(y_min))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ModifySelectionListLevel.cpp 180 // move nodes up into preceding list
184 // create a sublist for the preceding element and move nodes there
246 // there must be a destination list to move the items to
265 // at start of sublist, move the child(ren) to before the sublist
271 // at end of list, move the child(ren) to after the sublist
274 // in the middle of list, split the list and move the children to the divide
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.h 90 void move(const LayoutSize& size) { m_location += size; } function in class:WebCore::LayoutRect
91 void moveBy(const LayoutPoint& offset) { m_location.move(offset.x(), offset.y()); }
92 void move(LayoutUnit dx, LayoutUnit dy) { m_location.move(dx, dy); } function in class:WebCore::LayoutRect
97 m_location.move(-box.left(), -box.top());
104 m_location.move(box.left(), box.top());
  /external/kernel-headers/original/asm-mips/
mipsmtregs.h 178 " move %0, $1 \n"
221 " move %0, $1 \n"
270 " move %0, $1 \n" \
287 " move %0, $1 \n" \
311 " move $1, %0 \n" \
324 " move $1, %0 \n" \
  /external/llvm/include/llvm/ADT/
Optional.h 51 new (storage.buffer) T(std::move(*O));
57 **this = std::move(y);
59 new (storage.buffer) T(std::move(y));
68 *this = std::move(*O);
126 T&& getValue() && { assert(hasVal); return std::move(*getPointer()); }
127 T&& operator*() && { assert(hasVal); return std::move(*getPointer()); }
  /external/openfst/src/include/fst/
partition.h 106 // use the Move() method move an element from once class to another.
120 // Move and element_id to class_id. Disconnects (removes) element
122 void Move(T element_id, T class_id) {
152 // move to head of chain in same class
153 Move(element_id, class_id);

Completed in 310 milliseconds

<<31323334353637383940>>