Home
last modified time | relevance | path

Searched defs:moves (Results 1 – 25 of 229) sorted by relevance

12345678910

/aosp_15_r20/art/compiler/optimizing/
H A Dparallel_move_test.cc158 HParallelMove* moves = new (allocator) HParallelMove(allocator); in BuildParallelMove() local
190 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}}; in TYPED_TEST() local
201 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}, {2, 3}, {1, 4}}; in TYPED_TEST() local
217 static constexpr size_t moves[][2] = {{0, 1}, {1, 0}}; in TYPED_TEST() local
228 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}, {1, 0}}; in TYPED_TEST() local
239 static constexpr size_t moves[][2] = {{0, 1}, {1, 0}, {0, 2}}; in TYPED_TEST() local
250 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}, {2, 3}, {3, 4}, {4, 0}}; in TYPED_TEST() local
265 HParallelMove* moves = new (&allocator) HParallelMove(&allocator); in TYPED_TEST() local
286 HParallelMove* moves = new (&allocator) HParallelMove(&allocator); in TYPED_TEST() local
303 HParallelMove* moves = new (&allocator) HParallelMove(&allocator); in TYPED_TEST() local
[all …]
/aosp_15_r20/external/pigweed/pw_unit_test/
H A Dframework_test.cc215 CopyMoveCounter(int& copies, int& moves) : copies_(&copies), moves_(&moves) {} in CopyMoveCounter()
244 int moves = 0; in TEST() local
253 int moves = 0; in TEST() local
263 int moves = 0; in TEST() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/
H A DDefaultItemAnimator.java118 final ArrayList<MoveInfo> moves = new ArrayList<>(); in runPendingAnimations() local
469 ArrayList<MoveInfo> moves = mMovesList.get(i); in endAnimation() local
591 ArrayList<MoveInfo> moves = mMovesList.get(i); in endAnimations() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/iterator/
H A DTestUCharacterIterator.java346 String moves="0+0+0--0-0-+++0--+++++++0--------"; in previousNext() local
402 String moves="0+0+0--0-0-+++0--+++++++0--------++++0000----0-"; in TestUCharacterIteratorWrapper() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/iterator/
H A DTestUCharacterIterator.java343 String moves="0+0+0--0-0-+++0--+++++++0--------"; in previousNext() local
399 String moves="0+0+0--0-0-+++0--+++++++0--------++++0000----0-"; in TestUCharacterIteratorWrapper() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
H A Dunique_ptr.pass.cpp216 int moves = 0; in main() local
228 int moves = 0; in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/
Dunnecessary_copy_tests.cpp22 static int moves; member
174 int count_copies::moves; member in unnecessary_copy_tests::count_copies
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dcitrtest.cpp769 const char *moves, const char *which) { in TestUCharIterator()
848 const char *const moves= in TestUCharIterator() local
H A Dtstnorm.cpp636 const char *moves, in TestPreviousNext()
779 static const char *const moves="0+0+0--0-0-+++0--+++++++0--------"; in TestPreviousNext() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp774 const char *moves, const char *which) { in TestUCharIterator()
853 const char *const moves= in TestUCharIterator() local
H A Dtstnorm.cpp636 const char *moves, in TestPreviousNext()
779 static const char *const moves="0+0+0--0-0-+++0--+++++++0--------"; in TestPreviousNext() local
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dsolitaire.go52 var moves int // number of times move is called var
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dinvocable_with_telemetry.h22 int moves; member
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.zip/
H A Dctor.views.pass.cpp33 int moves = 0; member
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.move/
H A Dcontiguous_trivial_optimization.pass.cpp70 int moves = 0; in test_trivial_copyassign_but_no_trivial_moveassign() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/iterator.cust/
H A Dunqualified_lookup_wrapper.h77 constexpr int moves() const noexcept { return moves_; } in moves() function
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
H A Dmove.py33 def _Update(moves, module): argument
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue21048.go39 func moves() { func
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/
H A Dtest_instance_tracker.h187 int moves() const { return BaseCountedInstance::num_moves_ - start_moves_; } in moves() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dtest_instance_tracker.h187 int moves() const { return BaseCountedInstance::num_moves_ - start_moves_; } in moves() function
/aosp_15_r20/external/abseil-cpp/absl/container/internal/
H A Dtest_instance_tracker.h187 int moves() const { return BaseCountedInstance::num_moves_ - start_moves_; } in moves() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/
H A Dtest_instance_tracker.h187 int moves() const { return BaseCountedInstance::num_moves_ - start_moves_; } in moves() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/
H A Dtest_instance_tracker.h187 int moves() const { return BaseCountedInstance::num_moves_ - start_moves_; } in moves() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/
H A Dtest_instance_tracker.h187 int moves() const { return BaseCountedInstance::num_moves_ - start_moves_; } in moves() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/
H A Dtest_instance_tracker.h187 int moves() const { return BaseCountedInstance::num_moves_ - start_moves_; } in moves() function

12345678910