HomeSort by relevance Sort by last modified time
    Searched refs:moved (Results 1 - 25 of 231) sorted by null

1 2 3 4 5 6 7 8 910

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
shexpr-1.s 1 ; This expression had a bit moved.
binop-segref.s 2 ; broken-dot-word handling was broke and were moved here.
  /external/webrtc/webrtc/common_audio/
audio_ring_buffer.cc 61 const size_t moved = local
63 RTC_CHECK_EQ(moved, frames);
69 const size_t moved = static_cast<size_t>( local
71 RTC_CHECK_EQ(moved, frames);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
relax-2.s 1 ; Test whether parallel insns get inappropriately moved during relaxation.
  /external/libcxx/test/std/containers/associative/map/map.modifiers/
insert_or_assign.pass.cpp 57 bool moved() const {return int_ == -1;} function in class:Moveable
81 assert(mv.moved()); // was moved from
90 assert(mv1.moved()); // was moved from
98 assert(mv2.moved()); // was moved from
106 assert(mv3.moved()); // was moved from
124 assert(!mvkey1.moved()); // was not moved fro
    [all...]
try.emplace.pass.cpp 55 bool moved() const {return int_ == -1;} function in class:Moveable
79 assert(!mv1.moved()); // was not moved from
86 assert(mv1.moved()); // was moved from
94 assert(mv2.moved()); // was moved from
102 assert(mv2.moved()); // was moved from
121 assert(!mv1.moved()); // was not moved fro
    [all...]
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
insert_or_assign.pass.cpp 56 bool moved() const {return int_ == -1;} function in class:Moveable
83 assert(mv.moved()); // was moved from
92 assert(mv1.moved()); // was moved from
100 assert(mv2.moved()); // was moved from
108 assert(mv3.moved()); // was moved from
126 assert(!mvkey1.moved()); // was not moved fro
    [all...]
try.emplace.pass.cpp 56 bool moved() const {return int_ == -1;} function in class:Moveable
83 assert(!mv1.moved()); // was not moved from
90 assert(mv1.moved()); // was moved from
98 assert(mv2.moved()); // was moved from
106 assert(mv2.moved()); // was moved from
125 assert(!mv1.moved()); // was not moved fro
    [all...]
  /external/autotest/client/tests/kvm/unattended/
winnt.bat 6 rem If this script is moved from the location where it was generated, it may have to be modified.
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 6 # Not everything has been moved to this file yet, as this is a new facility.
  /external/libcxx/test/std/experimental/any/any.class/any.cons/
move.pass.cpp 29 // must be stored dynamically so the pointer is moved and
73 assert(Type::moved == 1);
80 assert(Type::moved >= 1); // zero or more move operations can be performed.
value.pass.cpp 91 assert(Type::moved == 0);
104 assert(Type::moved == 1);
  /external/libcxx/test/support/
any_helpers.h 71 static int moved;
77 small_type::moved = 0;
106 ++moved;
126 int small_type<Dummy>::moved = 0;
145 static int moved;
151 large_type::moved = 0;
181 ++moved;
202 int large_type<Dummy>::moved = 0;
289 // A test type that throws when it is moved. This object will NOT trigger
  /external/libcxx/test/std/experimental/any/any.class/any.assign/
value.pass.cpp 61 assert(RHS::moved == 1);
65 assert(RHS::moved >= 1);
91 assert(RHS::moved >= 0);
100 assert(RHS::moved == 0);
106 assert(RHS::moved >= 1);
  /external/libcxx/test/std/experimental/any/any.nonmembers/any.cast/
any_cast_reference.pass.cpp 120 assert(Type::moved == 1);
165 // Check that no objects have been created/copied/moved.
168 assert(Type::moved == 1);
182 assert(Type::moved == 1);
201 assert(Type::moved == 0);
215 assert(Type::moved == 0);
229 assert(Type::moved == 0);
243 assert(Type::moved == 0);
257 assert(Type::moved == 0);
271 assert(Type::moved == 0)
    [all...]
any_cast_pointer.pass.cpp 93 assert(Type::moved == 1);
131 // Check that no more objects were created, copied or moved.
134 assert(Type::moved == 1);
  /libcore/ojluni/src/main/java/java/util/
PriorityQueue.java 502 * A queue of elements that were moved from the unvisited portion of
551 E moved = PriorityQueue.this.removeAt(lastRet); local
553 if (moved == null)
558 forgetMeNot.add(moved);
619 E moved = (E) queue[s]; local
621 siftDown(i, moved);
622 if (queue[i] == moved) {
623 siftUp(i, moved);
624 if (queue[i] != moved)
625 return moved;
    [all...]
  /frameworks/base/core/java/android/view/
IWindow.aidl 54 void moved(int newX, int newY);
  /frameworks/base/core/java/android/net/
NetworkStats.java 62 /** Debug {@link #set} value when the VPN stats are moved in. */
64 /** Debug {@link #set} value when the VPN stats are moved out of a vpn UID. */
907 Entry moved = local
965 Entry moved = new Entry(); local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
hiddef1.d 11 # from a GOTPLT reloc moved to the .got section. It's hard to
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 51 public void moved(int newX, int newY) { method in class:BaseIWindow
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindow.java 59 public void moved(int arg0, int arg1) throws RemoteException { method in class:BridgeWindow
  /frameworks/base/services/core/java/com/android/server/power/
WirelessChargerDetector.java 67 * not appear to have moved since it was last undocked because it may
324 final boolean moved = (dotProduct < mag1 * mag2 * MOVEMENT_ANGLE_COS_THRESHOLD);
326 Slog.d(TAG, "Check: moved=" + moved
333 return moved;
  /frameworks/base/core/java/android/widget/
GridView.java 699 * location. The selection may be moved so that it does not intersect the
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
PriorityBlockingQueue.java 602 E moved = (E) array[n]; local
606 siftDownComparable(i, moved, array, n);
608 siftDownUsingComparator(i, moved, array, n, cmp);
609 if (array[i] == moved) {
611 siftUpComparable(i, moved, array);
613 siftUpUsingComparator(i, moved, array, cmp);
    [all...]

Completed in 1375 milliseconds

1 2 3 4 5 6 7 8 910