HomeSort by relevance Sort by last modified time
    Searched refs:move (Results 51 - 75 of 1968) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
manuel3.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
memcmptest.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
strchr.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
9 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.cons/
move.pass.cpp 25 std::ostringstream ss(std::move(ss0));
35 std::wostringstream ss(std::move(ss0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
move.pass.cpp 14 // static char_type* move(char_type* s1, const char_type* s2, size_t n);
23 assert(std::char_traits<char16_t>::move(s1, s1+1, 2) == s1);
28 assert(std::char_traits<char16_t>::move(s1+1, s1, 2) == s1+1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
move.pass.cpp 14 // static char_type* move(char_type* s1, const char_type* s2, size_t n);
23 assert(std::char_traits<char32_t>::move(s1, s1+1, 2) == s1);
28 assert(std::char_traits<char32_t>::move(s1+1, s1, 2) == s1+1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
ctor_move.pass.cpp 33 std::packaged_task<double(int, char)> p = std::move(p0);
42 std::packaged_task<double(int, char)> p = std::move(p0);
  /cts/tests/tests/view/src/android/view/cts/
VelocityTrackerTest.java 65 move(100, 10);
72 move(100, 10);
84 move(200, 10);
96 move(200, 10);
105 move(100, 10);
109 move(100, 10);
111 move(100, 10);
120 move(100, 10);
125 move(100, 10);
138 move(30, 10)
144 private void move(long duration, long step) { method in class:VelocityTrackerTest
    [all...]
  /dalvik/vm/compiler/template/mips/
funopNarrower.S 18 move rINST, a0 # save a0
20 move t0, a1 # save a1
  /external/stlport/stlport/stl/
_move.h 29 constexpr typename tr1::remove_reference<T>::type&& move(T&& t) noexcept {
  /external/valgrind/main/memcheck/tests/s390x/
cds.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
6 Conditional jump or move depends on uninitialised value(s)
cdsg.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
6 Conditional jump or move depends on uninitialised value(s)
cs.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
csg.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.tuple/
get_rv.pass.cpp 25 T t = std::get<0>(std::move(c));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
ctor_engine_move.pass.cpp 27 Adaptor a(std::move(e0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
ctor_engine_move.pass.cpp 27 Adaptor a(std::move(e0));
  /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_lvalue_at_thread_exit.pass.cpp 33 std::thread(func, std::move(p)).detach();
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/tuple/tuple.tuple/tuple.assign/
move.pass.cpp 27 t = std::move(t0);
33 t = std::move(t0);
40 t = std::move(t0);
48 t = std::move(t0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/
get_rv.pass.cpp 27 std::unique_ptr<int> p = std::get<0>(std::move(t));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.astuple/
get_rv.pass.cpp 28 std::unique_ptr<int> ptr = std::get<0>(std::move(p));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/
assign_rv_pair.pass.cpp 27 p2 = std::move(p1);

Completed in 1317 milliseconds

1 23 4 5 6 7 8 91011>>