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

<<51525354555657585960>>

  /external/valgrind/main/memcheck/tests/darwin/
aio.stderr.exp 7 Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/main/memcheck/tests/s390x/
cu21.stderr.exp 50 Conditional jump or move depends on uninitialised value(s)
54 Conditional jump or move depends on uninitialised value(s)
58 Conditional jump or move depends on uninitialised value(s)
62 Conditional jump or move depends on uninitialised value(s)
  /frameworks/av/media/libstagefright/codecs/common/include/
voMem.h 49 VO_U32 (VO_API * Move) (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
  /frameworks/base/core/java/android/os/
ISchedulingPolicyService.aidl 28 * Move thread tid into appropriate cgroup and assign it priority prio.
  /frameworks/base/core/java/com/android/internal/widget/
TextProgressBar.java 42 * {@link android.R.attr#gravity} will be used to automatically move it with
87 // Check if Chronometer should move with with ProgressBar
145 // Move the Chronometer if gravity is set correctly
176 // Request layout to move Chronometer
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemFocusablesClose.java 26 * it shouldn't require panning to move focus.
ListOfTouchables.java 27 * it shouldn't require panning to move focus.
  /frameworks/base/docs/html/design/patterns/
gestures.jd 44 <p>Press, move, lift</p></li>
61 <p>Long press, move, lift</p></li>
109 <p>2-finger press, move outwards, lift</p></li>
120 <p>2-finger press, move inwards, lift</p>
  /libcore/support/src/test/java/libcore/java/lang/ref/
FinalizationTester.java 37 * daemon to move references to the appropriate queues.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
queue 218 : c(_VSTD::move(__q.c)) {}
228 {c = _VSTD::move(__q.c); return *this;}
235 explicit queue(container_type&& __c) : c(_VSTD::move(__c)) {}
261 : c(_VSTD::move(__c), __a) {}
267 : c(_VSTD::move(__q.c), __a) {}
289 void push(value_type&& __v) {c.push_back(_VSTD::move(__v));}
415 : c(_VSTD::move(__q.c)), comp(_VSTD::move(__q.comp)) {}
427 {c = _VSTD::move(__q.c); comp = _VSTD::move(__q.comp); return *this;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
move.pass.cpp 31 std::map<int, double, C, A> m = std::move(mo);
58 std::map<int, double, C, A> m = std::move(mo);
77 std::map<int, double, C, A> m = std::move(mo);
104 std::map<int, double, C, A> m = std::move(mo);
move_alloc.pass.cpp 60 M m3(std::move(m1), A(7));
99 M m3(std::move(m1), A(5));
138 M m3(std::move(m1), A(5));
178 M m3(std::move(m1), A());
move_assign.pass.cpp 61 m3 = std::move(m1);
101 m3 = std::move(m1);
141 m3 = std::move(m1);
182 m3 = std::move(m1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
move.pass.cpp 31 std::multimap<int, double, C, A> m = std::move(mo);
58 std::multimap<int, double, C, A> m = std::move(mo);
83 std::multimap<int, double, C, A> m = std::move(mo);
110 std::multimap<int, double, C, A> m = std::move(mo);
move_alloc.pass.cpp 60 M m3(std::move(m1), A(7));
99 M m3(std::move(m1), A(5));
138 M m3(std::move(m1), A(5));
178 M m3(std::move(m1), A());
move_assign.pass.cpp 61 m3 = std::move(m1);
101 m3 = std::move(m1);
141 m3 = std::move(m1);
182 m3 = std::move(m1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
move_assign.pass.cpp 60 m3 = std::move(m1);
99 m3 = std::move(m1);
138 m3 = std::move(m1);
179 m3 = std::move(m1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
move_assign.pass.cpp 60 m3 = std::move(m1);
99 m3 = std::move(m1);
138 m3 = std::move(m1);
178 m3 = std::move(m1);
  /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/containers/sequences/deque/deque.cons/
move_alloc.pass.cpp 34 std::deque<MoveOnly, A> c3(std::move(c1), A(3));
49 std::deque<MoveOnly, A> c3(std::move(c1), A(1));
64 std::deque<MoveOnly, A> c3(std::move(c1), A(3));
80 std::deque<MoveOnly, A> c3(std::move(c1), A());
move_assign.pass.cpp 35 c3 = std::move(c1);
51 c3 = std::move(c1);
67 c3 = std::move(c1);
84 c3 = std::move(c1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
splice_after_one.pass.cpp 90 c1.splice_after(next(c1.cbefore_begin(), p), std::move(c2),
103 c1.splice_after(next(c1.cbefore_begin(), p), std::move(c1),
120 c1.splice_after(next(c1.cbefore_begin(), p), std::move(c2),
133 c1.splice_after(next(c1.cbefore_begin(), p), std::move(c1),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
move.pass.cpp 14 // void move(basic_ios&& rhs);
32 void move(std::ios& x) {std::ios::move(x);} function in struct:testios
105 ios1.move(ios2);
  /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));

Completed in 687 milliseconds

<<51525354555657585960>>