/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | TextureCopySplitter.cpp | 381 TextureCopySubresource::CopyInfo* copy1 = copy.AddCopy(); in Recompute3DTextureCopyRegionWithEmptyFirstRowAndEvenCopyHeight() local 382 *copy1 = copy0; in Recompute3DTextureCopyRegionWithEmptyFirstRowAndEvenCopyHeight() 383 copy1->alignedOffset += 2 * bytesPerRow; in Recompute3DTextureCopyRegionWithEmptyFirstRowAndEvenCopyHeight() 384 copy1->textureOffset.y += copySize.height - blockInfo.height; in Recompute3DTextureCopyRegionWithEmptyFirstRowAndEvenCopyHeight() 388 copy1->bufferOffset.y = copySize.height - 2 * blockInfo.height; in Recompute3DTextureCopyRegionWithEmptyFirstRowAndEvenCopyHeight() 389 copy1->copySize.height = blockInfo.height; in Recompute3DTextureCopyRegionWithEmptyFirstRowAndEvenCopyHeight() 390 copy1->copySize.depthOrArrayLayers--; in Recompute3DTextureCopyRegionWithEmptyFirstRowAndEvenCopyHeight() 391 copy1->bufferSize.depthOrArrayLayers--; in Recompute3DTextureCopyRegionWithEmptyFirstRowAndEvenCopyHeight() 408 copy2->textureOffset = copy1->textureOffset; in Recompute3DTextureCopyRegionWithEmptyFirstRowAndEvenCopyHeight() 410 copy2->copySize = copy1->copySize; in Recompute3DTextureCopyRegionWithEmptyFirstRowAndEvenCopyHeight() [all …]
|
/third_party/boost/libs/ptr_container/test/ |
D | pointainer_speed.cpp | 163 vector<Base*> copy1; in test_speed() local 165 copy1.push_back( *i ); in test_speed() 175 for( unsigned int i = 0; i < copy1.size(); ++i ) in test_speed() 178 for( int j = 0; j < copy1.size(); ++ j ) in test_speed() 179 if( copy1[i] == copy2[j] ) in test_speed() 183 cout << copy1[i] << endl; in test_speed()
|
/third_party/boost/libs/compute/test/ |
D | test_async_wait.cpp | 51 compute::event copy1 = queue.enqueue_write_buffer_async( in BOOST_AUTO_TEST_CASE() local 65 compute::wait_for_all(copy1, copy2, copy3, copy4); in BOOST_AUTO_TEST_CASE()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
D | status_test.cc | 400 absl::Status copy1(status); in TEST() local 402 EXPECT_EQ(copy1, copy2); in TEST() 472 absl::Status copy1 = s1, copy2 = s2; in TEST() local 473 swap(copy1, copy2); in TEST() 474 EXPECT_EQ(copy1, s2); in TEST()
|
/third_party/abseil-cpp/absl/status/ |
D | status_test.cc | 375 absl::Status copy1(status); in TEST() local 377 EXPECT_EQ(copy1, copy2); in TEST() 441 absl::Status copy1 = s1, copy2 = s2; in TEST() local 442 swap(copy1, copy2); in TEST() 443 EXPECT_EQ(copy1, s2); in TEST()
|
/third_party/boost/libs/random/test/ |
D | test_discrete_distribution.cpp | 86 boost::random::discrete_distribution<> copy1(param); in BOOST_AUTO_TEST_CASE() local 87 BOOST_CHECK_EQUAL(dist, copy1); in BOOST_AUTO_TEST_CASE()
|
D | test_piecewise_constant_distribution.cpp | 125 boost::random::piecewise_constant_distribution<> copy1(param); in BOOST_AUTO_TEST_CASE() local 126 BOOST_CHECK_EQUAL(dist, copy1); in BOOST_AUTO_TEST_CASE()
|
D | test_piecewise_linear_distribution.cpp | 129 boost::random::piecewise_linear_distribution<> copy1(param); in BOOST_AUTO_TEST_CASE() local 130 BOOST_CHECK_EQUAL(dist, copy1); in BOOST_AUTO_TEST_CASE()
|
D | test_distribution.ipp | 84 BOOST_RANDOM_DISTRIBUTION copy1(param); 85 BOOST_CHECK_EQUAL(dist, copy1);
|
/third_party/python/Lib/test/ |
D | test_sort.py | 248 copy1 = data[:] 257 copy1.sort(key=cmp_to_key(my_cmp_reversed)) 258 self.assertEqual(data, copy1)
|
D | test_unicode.py | 2435 copy1 = duplicate_string(text1) 2437 self.assertIsNot(copy1, copy2) 2439 self.assertTrue(copy1 == copy2) 2440 self.assertFalse(copy1 != copy2) 2442 self.assertTrue(copy1 <= copy2)
|
/third_party/boost/libs/utility/test/ |
D | value_init_test.cpp | 267 boost::value_initialized<T> const copy1 = x; in test() local 268 BOOST_TEST ( boost::get(copy1) == boost::get(x) ) ; in test()
|
/third_party/boost/libs/any/test/ |
D | any_test.cpp | 210 any copy1 = copy_counter(); in test_swap() local 213 swap(copy1, copy2); in test_swap()
|
/third_party/boost/libs/dynamic_bitset/test/ |
D | bitset_test.hpp | 337 Bitset copy1(lhs); in swap() local 339 copy1.swap(copy2); in swap() 341 BOOST_TEST(copy1 == rhs); in swap()
|
/third_party/jsoncpp/src/test_lib_json/ |
D | main.cpp | 1646 Json::Value copy1, copy2; in JSONTEST_FIXTURE_LOCAL() local 1661 copy1.copy(arrayCopy); in JSONTEST_FIXTURE_LOCAL() 1666 JSONTEST_ASSERT(copy1.size() == 4); in JSONTEST_FIXTURE_LOCAL() 1668 copy1.copy(stringVal); in JSONTEST_FIXTURE_LOCAL() 1669 JSONTEST_ASSERT(copy1 == "string value"); in JSONTEST_FIXTURE_LOCAL()
|
/third_party/boost/boost/gil/ |
D | algorithm.hpp | 273 BOOST_FORCEINLINE boost::gil::iterator_from_2d<OL> copy1(boost::gil::iterator_from_2d<IL> first, bo… in copy1() function
|
/third_party/gettext/gettext-tools/tests/ |
D | xgettext-glade-1 | 199 <name>copy1</name>
|