Home
last modified time | relevance | path

Searched refs:moves (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dtest_instance_tracker_test.cc33 EXPECT_EQ(1, tracker.moves()); in TEST()
44 EXPECT_EQ(1, tracker.moves()); in TEST()
56 EXPECT_EQ(0, tracker.moves()); in TEST()
69 EXPECT_EQ(0, tracker.moves()); in TEST()
79 EXPECT_EQ(0, tracker.moves()); in TEST()
90 EXPECT_EQ(0, tracker.moves()); in TEST()
105 EXPECT_EQ(2, tracker.moves()); in TEST()
116 EXPECT_EQ(0, tracker.moves()); in TEST()
135 EXPECT_EQ(0, tracker.moves()); in TEST()
143 EXPECT_EQ(1, tracker.moves()); in TEST()
[all …]
Dcompressed_tuple_test.cc78 EXPECT_LE(tracker.moves(), 1); in TEST()
89 EXPECT_LE(tracker.moves(), 1); in TEST()
103 EXPECT_EQ(tracker.moves(), 1); in TEST()
131 EXPECT_EQ(tracker.moves(), 2); in TEST()
150 EXPECT_EQ(tracker.moves(), 0); in TEST()
159 EXPECT_EQ(tracker.moves(), 0); in TEST()
167 EXPECT_EQ(tracker.moves(), 0); in TEST()
178 EXPECT_EQ(tracker.moves(), 1); in TEST()
186 EXPECT_EQ(tracker.moves(), 1); in TEST()
190 EXPECT_EQ(tracker.moves(), 1); in TEST()
[all …]
/third_party/abseil-cpp/absl/container/internal/
Dtest_instance_tracker_test.cc33 EXPECT_EQ(1, tracker.moves()); in TEST()
44 EXPECT_EQ(1, tracker.moves()); in TEST()
56 EXPECT_EQ(0, tracker.moves()); in TEST()
69 EXPECT_EQ(0, tracker.moves()); in TEST()
79 EXPECT_EQ(0, tracker.moves()); in TEST()
90 EXPECT_EQ(0, tracker.moves()); in TEST()
105 EXPECT_EQ(2, tracker.moves()); in TEST()
116 EXPECT_EQ(0, tracker.moves()); in TEST()
135 EXPECT_EQ(0, tracker.moves()); in TEST()
143 EXPECT_EQ(1, tracker.moves()); in TEST()
[all …]
Dcompressed_tuple_test.cc78 EXPECT_LE(tracker.moves(), 1); in TEST()
89 EXPECT_LE(tracker.moves(), 1); in TEST()
103 EXPECT_EQ(tracker.moves(), 1); in TEST()
131 EXPECT_EQ(tracker.moves(), 2); in TEST()
150 EXPECT_EQ(tracker.moves(), 0); in TEST()
159 EXPECT_EQ(tracker.moves(), 0); in TEST()
167 EXPECT_EQ(tracker.moves(), 0); in TEST()
178 EXPECT_EQ(tracker.moves(), 1); in TEST()
186 EXPECT_EQ(tracker.moves(), 1); in TEST()
190 EXPECT_EQ(tracker.moves(), 1); in TEST()
[all …]
/third_party/boost/libs/unordered/test/unordered/
Dunnecessary_copy_tests.cpp22 static int moves; member
62 ++moves; in count_copies()
78 ++moves; in operator =()
105 count_copies::moves = 0; in reset()
146 if (::unnecessary_copy_tests::count_copies::moves != n) { \
149 << "Number of moves: " << ::unnecessary_copy_tests::count_copies::moves \
162 if (::unnecessary_copy_tests::count_copies::moves < a || \
163 ::unnecessary_copy_tests::count_copies::moves > b) { \
166 << "Number of moves: " << ::unnecessary_copy_tests::count_copies::moves \
174 int count_copies::moves; member in unnecessary_copy_tests::count_copies
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
DTestUCharacterIterator.java343 String moves="0+0+0--0-0-+++0--+++++++0--------"; in previousNext() local
358 while(movesIndex<moves.length()) { in previousNext()
359 m=moves.charAt(movesIndex++); in previousNext()
374 String history = moves.substring(0,movesIndex); in previousNext()
383 String history = moves.substring(0,movesIndex); in previousNext()
399 String moves="0+0+0--0-0-+++0--+++++++0--------++++0000----0-"; in TestUCharacterIteratorWrapper() local
404 while(movesIndex<moves.length()) { in TestUCharacterIteratorWrapper()
405 m=moves.charAt(movesIndex++); in TestUCharacterIteratorWrapper()
420 String history = moves.substring(0,movesIndex); in TestUCharacterIteratorWrapper()
429 String history = moves.substring(0,movesIndex); in TestUCharacterIteratorWrapper()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/iterator/
DTestUCharacterIterator.java346 String moves="0+0+0--0-0-+++0--+++++++0--------"; in previousNext() local
361 while(movesIndex<moves.length()) { in previousNext()
362 m=moves.charAt(movesIndex++); in previousNext()
377 String history = moves.substring(0,movesIndex); in previousNext()
386 String history = moves.substring(0,movesIndex); in previousNext()
402 String moves="0+0+0--0-0-+++0--+++++++0--------++++0000----0-"; in TestUCharacterIteratorWrapper() local
407 while(movesIndex<moves.length()) { in TestUCharacterIteratorWrapper()
408 m=moves.charAt(movesIndex++); in TestUCharacterIteratorWrapper()
423 String history = moves.substring(0,movesIndex); in TestUCharacterIteratorWrapper()
432 String history = moves.substring(0,movesIndex); in TestUCharacterIteratorWrapper()
/third_party/abseil-cpp/absl/container/
Dinlined_vector_test.cc887 EXPECT_EQ(tracker.moves(), 0); in TYPED_TEST_P()
890 EXPECT_EQ((tracker.moves() ? tracker.moves() : tracker.copies()), in TYPED_TEST_P()
896 EXPECT_EQ((tracker.moves() ? tracker.moves() : tracker.copies()), in TYPED_TEST_P()
986 EXPECT_GE(tracker.copies() + tracker.moves(), in TYPED_TEST_P()
995 EXPECT_EQ(tracker.copies() + tracker.moves(), 10 + len); in TYPED_TEST_P()
999 EXPECT_GE(tracker.copies() + tracker.moves(), in TYPED_TEST_P()
1008 EXPECT_EQ(tracker.moves(), 0); in TYPED_TEST_P()
1014 EXPECT_EQ(tracker.copies() + tracker.moves(), len); in TYPED_TEST_P()
1022 EXPECT_EQ(tracker.moves(), 0); in TYPED_TEST_P()
1028 EXPECT_EQ(tracker.copies() + tracker.moves(), len - 2); in TYPED_TEST_P()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector_test.cc891 EXPECT_EQ(tracker.moves(), 0); in TYPED_TEST_P()
894 EXPECT_EQ((tracker.moves() ? tracker.moves() : tracker.copies()), in TYPED_TEST_P()
900 EXPECT_EQ((tracker.moves() ? tracker.moves() : tracker.copies()), in TYPED_TEST_P()
990 EXPECT_GE(tracker.copies() + tracker.moves(), in TYPED_TEST_P()
999 EXPECT_EQ(tracker.copies() + tracker.moves(), 10 + len); in TYPED_TEST_P()
1003 EXPECT_GE(tracker.copies() + tracker.moves(), in TYPED_TEST_P()
1012 EXPECT_EQ(tracker.moves(), 0); in TYPED_TEST_P()
1018 EXPECT_EQ(tracker.copies() + tracker.moves(), len); in TYPED_TEST_P()
1026 EXPECT_EQ(tracker.moves(), 0); in TYPED_TEST_P()
1032 EXPECT_EQ(tracker.copies() + tracker.moves(), len - 2); in TYPED_TEST_P()
[all …]
/third_party/abseil-cpp/absl/functional/
Dfunction_ref_test.cc168 EXPECT_EQ(tracker.moves(), 1); in TEST()
178 EXPECT_EQ(tracker.moves(), 0); in TEST()
188 EXPECT_EQ(tracker.moves(), 2); in TEST()
198 EXPECT_EQ(tracker.moves(), 1); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/
Dfunction_ref_test.cc168 EXPECT_EQ(tracker.moves(), 1); in TEST()
178 EXPECT_EQ(tracker.moves(), 0); in TEST()
188 EXPECT_EQ(tracker.moves(), 2); in TEST()
198 EXPECT_EQ(tracker.moves(), 1); in TEST()
/third_party/libinput/doc/user/
Dpointer-acceleration.rst39 movement at the time. If a device moves into the same direction, the
41 moves steadily for 10 events to the left, the velocity is calculated across
46 a device moves steadily for 8 events to the left and then 2 events to the
50 velocity calculation. For example, if a device moves steadily for 5 events
51 to the left, then pauses, then moves again for 5 events to the left, only
72 A factor higher than 1 moves the pointer further than the physical device
73 moves. This is acceleration and allows a user to cross the screen quickly
/third_party/icu/icu4c/source/test/intltest/
Dcitrtest.cpp769 const char *moves, const char *which) { in TestUCharIterator() argument
776 switch(moves[m]) { in TestUCharIterator()
831 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves); in TestUCharIterator()
840 … errln("error: UCharIterator(%s) misbehaving at \"%s\"[%d]='%c'", which, moves, m, moves[m]); in TestUCharIterator()
848 const char *const moves= in TestUCharIterator() local
863 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString"); in TestUCharIterator()
865 TestUCharIterator(&cIter, compareCI, moves, "uiter_setCharacterIterator"); in TestUCharIterator()
867 TestUCharIterator(&rIter, compareCI, moves, "uiter_setReplaceable"); in TestUCharIterator()
Dcitrtest.h42 …void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *…
Dtstnorm.cpp635 const char *moves, in TestPreviousNext() argument
679 const char *move=moves; in TestPreviousNext()
696 uprv_strcpy(history, moves); in TestPreviousNext()
697 history[move-moves]=0; in TestPreviousNext()
708 uprv_strcpy(history, moves); in TestPreviousNext()
709 history[move-moves]=0; in TestPreviousNext()
778 static const char *const moves="0+0+0--0-0-+++0--+++++++0--------"; in TestPreviousNext() local
784 moves, UNORM_NFD, "basic"); in TestPreviousNext()
790 moves, UNORM_NFKC, "j2911"); in TestPreviousNext()
797 moves, UNORM_NFD, "basic_2"); in TestPreviousNext()
[all …]
/third_party/boost/libs/yap/doc/
Drationale.qbk22 unnecessay copies or moves. Consider `v2` and `v3` in this snippet from the
39 code. The alternatives, silently incurring copies/moves or disallowing the
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py27 from six import moves
312 for expected_response, response in moves.zip_longest(
412 for expected_response, response in moves.zip_longest(
467 for expected_response, response in moves.zip_longest(
579 for expected_response, response in moves.zip_longest(
603 for expected_response, response in moves.zip_longest(
626 for expected_response, response in moves.zip_longest(
/third_party/grpc/tools/run_tests/python_utils/
Dport_server.py20 from six.moves.BaseHTTPServer import HTTPServer, BaseHTTPRequestHandler
21 from six.moves.socketserver import ThreadingMixIn
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrnotequal/
Dvariable_pointers_vars_wg_not_equal.amber9 ; Two iterators are each stored in Private variables: one moves forward, one
10 ; moves backward. In each iteration a not equal comparison is written. Iterators
/third_party/grpc/src/python/grpcio_tests/tests/
D_runner.py29 from six import moves
150 result_out = moves.cStringIO()
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrequal/
Dvariable_pointers_vars_wg_equal.amber9 ; Two iterators are each stored in Private variables: one moves forward, one
10 ; moves backward. In each iteration an equal comparison is written. Iterators
/third_party/skia/third_party/externals/angle2/tools/android/md5sum/
DBUILD.gn6 # This should be removed once //tools/android/md5sum moves to //build in Chromium.
/third_party/libevdev/
DREADME.OpenSource9 …"Description": "libevdev is a wrapper library for evdev devices. it moves the common tasks when de…
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrdiff/
Dvariable_pointers_vars_wg_diff.amber9 ; Two iterators are each stored in Private variables: one moves forward, one
10 ; moves backward. In each iteration an int2 result is written that contains
Dvariable_pointers_vars_ssbo_diff.amber8 ; Two iterators are each stored in Private variables: one moves forward, one
9 ; moves backward. In each iteration an int2 result is written that contains two

12345678910>>...18