Home
last modified time | relevance | path

Searched refs:resize (Results 1 – 25 of 9472) sorted by relevance

12345678910>>...379

/aosp_15_r20/external/llvm/unittests/ADT/
H A DBitVectorTest.cpp38 Vec.resize(5, true); in TYPED_TEST()
46 Vec.resize(11); in TYPED_TEST()
70 Vec.resize(23, true); in TYPED_TEST()
71 Vec.resize(25, false); in TYPED_TEST()
72 Vec.resize(26, true); in TYPED_TEST()
73 Vec.resize(29, false); in TYPED_TEST()
74 Vec.resize(33, true); in TYPED_TEST()
75 Vec.resize(57, false); in TYPED_TEST()
87 Vec.resize(61, false); in TYPED_TEST()
91 Alt.resize(6, true); in TYPED_TEST()
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/14/
D14499c9d02dcdf51512f3d13030fb6bbb4e7b6ce99 …ng/.intermediates/art/test/1974-resize-array/art-run-test-1974-resize-array/android_common/javac/a…
100 …ng/.intermediates/art/test/1974-resize-array/art-run-test-1974-resize-array/android_common/javac/a…
127resize-array/art-run-test-1974-resize-array/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_DIR__…
130 …to: "out/soong/.intermediates/art/test/1974-resize-array/art-run-test-1974-resize-array/android_co…
134 …to: "out/soong/.intermediates/art/test/1974-resize-array/art-run-test-1974-resize-array/android_co…
138 …to: "out/soong/.intermediates/art/test/1974-resize-array/art-run-test-1974-resize-array/android_co…
142 …to: "out/soong/.intermediates/art/test/1974-resize-array/art-run-test-1974-resize-array/android_co…
146 …to: "out/soong/.intermediates/art/test/1974-resize-array/art-run-test-1974-resize-array/android_co…
150 …to: "out/soong/.intermediates/art/test/1974-resize-array/art-run-test-1974-resize-array/android_co…
154 …file: "out/soong/.intermediates/art/test/1974-resize-array/art-run-test-1974-resize-array/android_…
[all …]
/aosp_15_r20/frameworks/minikin/tests/unittest/
H A DPackedVectorTest.cpp155 TEST(PackedVector, resize) { in TEST() argument
159 packed.resize(10); in TEST()
164 packed.resize(9); in TEST()
168 packed.resize(8); in TEST()
172 packed.resize(7); in TEST()
176 packed.resize(6); in TEST()
180 packed.resize(5); in TEST()
184 packed.resize(4); in TEST()
188 packed.resize(3); in TEST()
192 packed.resize(2); in TEST()
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
H A Dresize_size.pass.cpp26 c.resize(0); in main()
28 c.resize(10); in main()
30 c.resize(20); in main()
32 c.resize(5); in main()
34 c.resize(0); in main()
43 c.resize(3); in main()
49 c.resize(6); in main()
58 c.resize(6); in main()
72 c.resize(0); in main()
74 c.resize(10); in main()
[all …]
/aosp_15_r20/external/libvpx/test/
H A Dtest-data.sha1561 4dbb87494c7f565ffc266c98d17d0d8c7a5c5aba *vp90-2-05-resize.ivf
562 7f6d8879336239a43dbb6c9f13178cb11cf7ed09 *vp90-2-05-resize.ivf.md5
628 c740708fa390806eebaf669909c1285ab464f886 *vp90-2-14-resize-fp-tiles-1-2.webm
629 c7b85ffd8e11500f73f52e7dc5a47f57c393d47f *vp90-2-14-resize-fp-tiles-1-2.webm.md5
630 ec8faa352a08f7033c60f29f80d505e2d7daa103 *vp90-2-14-resize-fp-tiles-1-4.webm
631 6852c783fb421bda5ded3d4c5a3ffc46de03fbc1 *vp90-2-14-resize-fp-tiles-1-4.webm.md5
632 8af61853ac0d07c4cb5bf7c2016661ba350b3497 *vp90-2-14-resize-fp-tiles-1-8.webm
633 571353bac89fea60b5706073409aa3c0d42aefe9 *vp90-2-14-resize-fp-tiles-1-8.webm.md5
634 b1c187ed69931496b82ec194017a79831bafceef *vp90-2-14-resize-fp-tiles-1-16.webm
635 1c199a41afe42ce303944d70089eaaa2263b4a09 *vp90-2-14-resize-fp-tiles-1-16.webm.md5
[all …]
H A Dtest-data.mk577 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-05-resize.ivf
578 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-05-resize.ivf.md5
625 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-16.webm
626 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-16.webm.md5
627 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-2-4-8-16.webm
628 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-2-4-8-16.webm.md5
629 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-2.webm
630 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-2.webm.md5
631 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-4.webm
632 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-4.webm.md5
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
H A Dresize_size.pass.cpp27 c.resize(0); in main()
29 c.resize(10); in main()
31 c.resize(20); in main()
33 c.resize(5); in main()
35 c.resize(0); in main()
44 c.resize(3); in main()
50 c.resize(6); in main()
59 c.resize(6); in main()
73 c.resize(0); in main()
75 c.resize(10); in main()
[all …]
/aosp_15_r20/external/libvpx/vp9/
H A Dsimple_encode.cc236 output_counts->y_mode.resize(BLOCK_SIZE_GROUPS); in update_frame_counts()
238 output_counts->y_mode[i].resize(INTRA_MODES); in update_frame_counts()
241 output_counts->uv_mode.resize(INTRA_MODES); in update_frame_counts()
243 output_counts->uv_mode[i].resize(INTRA_MODES); in update_frame_counts()
246 output_counts->partition.resize(PARTITION_CONTEXTS); in update_frame_counts()
248 output_counts->partition[i].resize(PARTITION_TYPES); in update_frame_counts()
251 output_counts->coef.resize(TX_SIZES); in update_frame_counts()
252 output_counts->eob_branch.resize(TX_SIZES); in update_frame_counts()
254 output_counts->coef[i].resize(PLANE_TYPES); in update_frame_counts()
255 output_counts->eob_branch[i].resize(PLANE_TYPES); in update_frame_counts()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/perf/
Dmove_perf.cpp57 data_from.resize(c_run_count, hello1); in do_test()
72 data_from.resize(c_run_count, hello1); in do_test()
90 data_from.resize(c_run_count, hello2); in do_test()
92 data_to.resize(c_run_count, hello2); in do_test()
105 data_from.resize(c_run_count, hello2); in do_test()
107 data_to.resize(c_run_count, hello2); in do_test()
123 data_from.resize(c_run_count, hello2); in do_test()
126 data_to.resize(c_run_count, var_t(0)); in do_test()
139 data_from.resize(c_run_count, hello2); in do_test()
141 data_to.resize(c_run_count, var_t(0)); in do_test()
[all …]
/aosp_15_r20/external/pytorch/c10/test/core/impl/
H A DSizesAndStrides_test.cpp59 sz.resize(2); in TEST()
65 sz.resize(5); in TEST()
76 sz.resize(4); in TEST()
80 sz.resize(4); in TEST()
85 sz.resize(5); in TEST()
89 sz.resize(6); in TEST()
99 sz.resize(7); in TEST()
104 sz.resize(7); in TEST()
114 sz.resize(6); in TEST()
118 sz.resize(7); in TEST()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/vector/vector.capacity/
H A Dresize_size.pass.cpp25 v.resize(50); in tests()
29 v.resize(200); in tests()
37 v.resize(50); in tests()
41 v.resize(200); in tests()
49 v.resize(50); in tests()
53 v.resize(200); in tests()
61 v.resize(50); in tests()
65 v.resize(200); in tests()
72 v.resize(50); in tests()
76 v.resize(200); in tests()
[all …]
H A Dresize_size_value.pass.cpp23 v.resize(50, 1); in tests()
27 v.resize(200, 1); in tests()
39 v.resize(50, 1); in tests()
42 v.resize(200, 1); in tests()
50 v.resize(50, 1); in tests()
55 v.resize(200, 1); in tests()
66 v.resize(50, 1); in tests()
70 v.resize(200, 1); in tests()
77 v.resize(50, 1); in tests()
82 v.resize(200, 1); in tests()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/resize/resize2fs/linux_glibc_x86_64/
Dresize2fs.rsp1resize/resize2fs/linux_glibc_x86_64/obj/external/e2fsprogs/resize/extent.o out/soong/.intermediate…
/aosp_15_r20/packages/modules/adb/pairing_auth/tests/
Dpairing_auth_test.cpp160 client_msg.resize(pairing_auth_safe_encrypted_size(client.get(), msg.size())); in TEST_F()
165 client_msg.resize(out_size); in TEST_F()
167 server_msg.resize( in TEST_F()
174 server_msg.resize(pairing_auth_safe_encrypted_size(server.get(), msg.size())); in TEST_F()
179 server_msg.resize(out_size); in TEST_F()
181 client_msg.resize( in TEST_F()
210 client_msg.resize(pairing_auth_safe_encrypted_size(client.get(), msg.size())); in TEST_F()
215 client_msg.resize(out_size); in TEST_F()
217 server_msg.resize( in TEST_F()
226 server_msg.resize(pairing_auth_safe_encrypted_size(server.get(), msg.size())); in TEST_F()
[all …]
/aosp_15_r20/external/libese/apps/boot/tests/
H A Dese_app_boot_tests.cpp88 trans_.invocations.resize(0); in TearDown()
101 trans_.invocations.resize(2); in TEST_F()
103 trans_.invocations[0].expected_tx.resize(kManageChannelOpenLength); in TEST_F()
106 trans_.invocations[0].rx.resize(3); in TEST_F()
111 trans_.invocations[1].expected_tx.resize(kSelectAppletLength); in TEST_F()
115 trans_.invocations[1].rx.resize(2); in TEST_F()
126 trans_.invocations.resize(1); in TEST_F()
128 trans_.invocations[0].expected_tx.resize(kManageChannelOpenLength); in TEST_F()
131 trans_.invocations[0].rx.resize(2); in TEST_F()
144 trans_.invocations.resize(2); in TEST_F()
[all …]
/aosp_15_r20/art/test/1974-resize-array/
H A Dexpected-stdout.txt2 val is: [1, 2, 3] resize +3
7 val is: [1, 2, 3, 4] resize +3
13 val is: [weak, ref] resize +3
18 val is: [<SELF REF>, A, B, C] resize +5 item 0 is [<SELF REF>, A, B, C]
26 val is: [<SELF REF>, A, B, C, null, null, null, null, null] resize -7 item 0 is [<SELF REF>, A, B, …
34 val is: [2, 3, 4] resize +5
39 val is: [1, 2, 3, 4, 5] resize -2
44 T1: val is: [1, 2, 3] resize -2
48 T2: val is: [1, 2, 3] resize -2
53 val is: [A, 2, C] resize -2
[all …]
/aosp_15_r20/external/puffin/src/
H A Dhuffman_table.cc165 lit_len_lens_.resize(288); in BuildFixedHuffmanTable()
166 lit_len_rcodes_.resize(288); in BuildFixedHuffmanTable()
167 lit_len_hcodes_.resize(1 << 9); in BuildFixedHuffmanTable()
169 distance_lens_.resize(30); in BuildFixedHuffmanTable()
170 distance_rcodes_.resize(30); in BuildFixedHuffmanTable()
171 distance_hcodes_.resize(1 << 5); in BuildFixedHuffmanTable()
215 code_lens_.resize(19); in BuildDynamicHuffmanTable()
216 code_hcodes_.resize(1 << 7); in BuildDynamicHuffmanTable()
218 lit_len_lens_.resize(286); in BuildDynamicHuffmanTable()
219 lit_len_hcodes_.resize(1 << 15); in BuildDynamicHuffmanTable()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/resize/resize2fs/android_arm64_armv8-2a_cortex-a55/unstripped/
Dresize2fs.rsp1resize/resize2fs/android_arm64_armv8-2a_cortex-a55/obj/external/e2fsprogs/resize/extent.o out/soon…
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/resize/resize2fs/android_vendor_ramdisk_arm64_armv8-2a_cortex-a55/unstripped/
Dresize2fs.rsp1resize/resize2fs/android_vendor_ramdisk_arm64_armv8-2a_cortex-a55/obj/external/e2fsprogs/resize/ex…
/aosp_15_r20/external/libcxx/test/std/containers/sequences/vector/vector.capacity/
H A Dresize_size.pass.cpp27 v.resize(50); in main()
31 v.resize(200); in main()
39 v.resize(50); in main()
43 v.resize(200); in main()
51 v.resize(50); in main()
55 v.resize(200); in main()
63 v.resize(50); in main()
67 v.resize(200); in main()
74 v.resize(50); in main()
78 v.resize(200); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/test/
Dwargs_cmd.cpp47 s.resize(4);
51 s.resize(11);
55 s.resize(12);
60 s.resize(7);
65 s.resize(11);
93 s.resize(4);
97 s.resize(11);
101 s.resize(12);
106 s.resize(7);
111 s.resize(10);
Dargs_cmd.cpp50 s.resize(4);
54 s.resize(11);
58 s.resize(12);
63 s.resize(7);
68 s.resize(10);
95 s.resize(4);
99 s.resize(11);
103 s.resize(12);
108 s.resize(7);
113 s.resize(10);
/aosp_15_r20/external/libese/libese-teq1/tests/
H A Dteq1_unittests.cpp227 tx_data_.resize(oversized_data_len_, 'C'); in RunRules()
501 wire_.invocations.resize(0); in TearDown()
515 wire_.invocations.resize(1); in TEST_F()
527 wire_.invocations[0].expected_tx.resize(frame_size); in TEST_F()
536 wire_.invocations[0].rx.resize(frame_size); in TEST_F()
554 wire_.invocations.resize(2); in TEST_F()
566 wire_.invocations[0].expected_tx.resize(frame_size); in TEST_F()
568 wire_.invocations[1].expected_tx.resize(frame_size); in TEST_F()
576 wire_.invocations[0].rx.resize(frame_size); in TEST_F()
584 wire_.invocations[1].rx.resize(frame_size); in TEST_F()
[all …]
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensor.h388 resize(TensorEvaluator<const Assign, DefaultDevice>(assign, DefaultDevice()).dimensions()); in Tensor()
398 resize(TensorEvaluator<const Assign, DefaultDevice>(assign, DefaultDevice()).dimensions()); in Tensor()
421 resize(TensorEvaluator<const Assign, DefaultDevice>(assign, DefaultDevice()).dimensions());
431 resize(TensorEvaluator<const Assign, DefaultDevice>(assign, DefaultDevice()).dimensions());
438 void resize(Index firstDimension, IndexTypes... otherDimensions) in resize() function
442 resize(array<Index, NumIndices>{{firstDimension, otherDimensions...}}); in resize()
447 EIGEN_DEVICE_FUNC void resize(const array<Index, NumIndices>& dimensions) in resize() function
457 m_storage.resize(size, dimensions); in resize()
460 m_storage.resize(size, dimensions); in resize()
465 EIGEN_DEVICE_FUNC void resize(const DSizes<Index, NumIndices>& dimensions) { in resize() function
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/
Dresize.cpp47 resize( x2 , x1 ); in BOOST_AUTO_TEST_CASE()
56 boost::fusion::at_c< 0 >( x1 ).resize( 10 ); in BOOST_AUTO_TEST_CASE()
57 boost::fusion::at_c< 1 >( x1 ).resize( 10 ); in BOOST_AUTO_TEST_CASE()
59 resize( x2 , x1 ); in BOOST_AUTO_TEST_CASE()
69 boost::fusion::at_c< 0 >( x1 ).resize( 10 ); in BOOST_AUTO_TEST_CASE()
71 resize( x2 , x1 ); in BOOST_AUTO_TEST_CASE()
79 boost::fusion::at_c< 1 >( x1 ).resize( 10 ); in BOOST_AUTO_TEST_CASE()
81 resize( x2 , x1 ); in BOOST_AUTO_TEST_CASE()
97 resize( x2 , x1 ); in BOOST_AUTO_TEST_CASE()

12345678910>>...379