Home
last modified time | relevance | path

Searched defs:buf1 (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/aosp_15_r20/external/webrtc/rtc_base/
H A Dcopy_on_write_buffer_unittest.cc28 void EnsureBuffersShareData(const CopyOnWriteBuffer& buf1, in EnsureBuffersShareData()
39 void EnsureBuffersDontShareData(const CopyOnWriteBuffer& buf1, in EnsureBuffersDontShareData()
55 CopyOnWriteBuffer buf1(kTestData, 3, 10); in TEST() local
70 CopyOnWriteBuffer buf1(kTestData, 3, 10); in TEST() local
86 CopyOnWriteBuffer buf1(kTestData, 3, 10); in TEST() local
106 CopyOnWriteBuffer buf1(kTestData, 3, 10); in TEST() local
131 CopyOnWriteBuffer buf1(3, 10); in TEST() local
141 CopyOnWriteBuffer buf1(kTestData, 3, 10); in TEST() local
151 CopyOnWriteBuffer buf1(kTestData, 3, 10); in TEST() local
164 CopyOnWriteBuffer buf1(kTestData, 3, 10); in TEST() local
[all …]
H A Dbuffer_unittest.cc172 Buffer buf1(kTestData, 3, 40); in TEST() local
187 Buffer buf1(kTestData, 3, 40); in TEST() local
214 Buffer buf1(kTestData, 3); in TEST() local
251 Buffer buf1; in TEST() local
271 Buffer buf1; in TEST() local
291 Buffer buf1; in TEST() local
/aosp_15_r20/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.assign/
H A Dmember_swap.pass.cpp23 std::stringbuf buf1("testing"); in main() local
30 std::stringbuf buf1("testing", std::ios_base::in); in main() local
37 std::stringbuf buf1("testing", std::ios_base::out); in main() local
44 std::wstringbuf buf1(L"testing"); in main() local
51 std::wstringbuf buf1(L"testing", std::ios_base::in); in main() local
58 std::wstringbuf buf1(L"testing", std::ios_base::out); in main() local
H A Dnonmember_swap.pass.cpp25 std::stringbuf buf1("testing"); in main() local
32 std::stringbuf buf1("testing", std::ios_base::in); in main() local
39 std::stringbuf buf1("testing", std::ios_base::out); in main() local
46 std::wstringbuf buf1(L"testing"); in main() local
53 std::wstringbuf buf1(L"testing", std::ios_base::in); in main() local
60 std::wstringbuf buf1(L"testing", std::ios_base::out); in main() local
H A Dmove.pass.cpp23 std::stringbuf buf1("testing"); in main() local
29 std::stringbuf buf1("testing", std::ios_base::in); in main() local
35 std::stringbuf buf1("testing", std::ios_base::out); in main() local
41 std::wstringbuf buf1(L"testing"); in main() local
47 std::wstringbuf buf1(L"testing", std::ios_base::in); in main() local
53 std::wstringbuf buf1(L"testing", std::ios_base::out); in main() local
/aosp_15_r20/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/
H A Dmove.pass.cpp23 std::stringbuf buf1("testing"); in main() local
28 std::stringbuf buf1("testing", std::ios_base::in); in main() local
33 std::stringbuf buf1("testing", std::ios_base::out); in main() local
38 std::wstringbuf buf1(L"testing"); in main() local
43 std::wstringbuf buf1(L"testing", std::ios_base::in); in main() local
48 std::wstringbuf buf1(L"testing", std::ios_base::out); in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/string.streams/stringbuf/stringbuf.assign/
H A Dmember_swap.pass.cpp24 std::stringbuf buf1("testing"); in main() local
31 std::stringbuf buf1("testing", std::ios_base::in); in main() local
38 std::stringbuf buf1("testing", std::ios_base::out); in main() local
46 std::wstringbuf buf1(L"testing"); in main() local
53 std::wstringbuf buf1(L"testing", std::ios_base::in); in main() local
60 std::wstringbuf buf1(L"testing", std::ios_base::out); in main() local
H A Dnonmember_swap.pass.cpp26 std::stringbuf buf1("testing"); in main() local
33 std::stringbuf buf1("testing", std::ios_base::in); in main() local
40 std::stringbuf buf1("testing", std::ios_base::out); in main() local
48 std::wstringbuf buf1(L"testing"); in main() local
55 std::wstringbuf buf1(L"testing", std::ios_base::in); in main() local
62 std::wstringbuf buf1(L"testing", std::ios_base::out); in main() local
H A Dnonmember_swap_noexcept.pass.cpp62 std::basic_stringbuf<CharT, std::char_traits<CharT>, test_alloc<CharT>> buf1; in test() local
67 …asic_stringbuf<CharT, std::char_traits<CharT>, test_alloc_propagate_on_container_swap<CharT>> buf1; in test() local
72 std::basic_stringbuf<CharT, std::char_traits<CharT>, test_alloc_is_always_equal<CharT>> buf1; in test() local
78 buf1; in test() local
84 std::basic_stringbuf<CharT, std::char_traits<CharT>, test_alloc_not_empty<CharT>> buf1; in test() local
89 …gbuf<CharT, std::char_traits<CharT>, test_alloc_propagate_on_container_swap_not_empty<CharT>> buf1; in test() local
H A Dmember_swap_noexcept.pass.cpp63 std::basic_stringbuf<CharT, std::char_traits<CharT>, test_alloc<CharT>> buf1; in test() local
68 …asic_stringbuf<CharT, std::char_traits<CharT>, test_alloc_propagate_on_container_swap<CharT>> buf1; in test() local
73 std::basic_stringbuf<CharT, std::char_traits<CharT>, test_alloc_is_always_equal<CharT>> buf1; in test() local
79 buf1; in test() local
85 std::basic_stringbuf<CharT, std::char_traits<CharT>, test_alloc_not_empty<CharT>> buf1; in test() local
90 …gbuf<CharT, std::char_traits<CharT>, test_alloc_propagate_on_container_swap_not_empty<CharT>> buf1; in test() local
H A Dmove.pass.cpp49 test_stringbuf<CharT> buf1(s); in test() local
56 test_stringbuf<CharT> buf1(s, std::ios_base::in); in test() local
63 test_stringbuf<CharT> buf1(s, std::ios_base::out); in test() local
70 test_stringbuf<CharT> buf1; in test() local
77 std::basic_stringbuf<CharT> buf1(s); in test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/string.streams/stringbuf/stringbuf.cons/
H A Dmove.pass.cpp52 test_stringbuf<CharT> buf1(s); in test() local
59 test_stringbuf<CharT> buf1(s, std::ios_base::in); in test() local
66 test_stringbuf<CharT> buf1(s, std::ios_base::out); in test() local
73 test_stringbuf<CharT> buf1; in test() local
81 StringBuf buf1(s); in test() local
H A Dmove.alloc.pass.cpp52 test_stringbuf<CharT> buf1(s); in test() local
61 test_stringbuf<CharT> buf1(s, std::ios_base::in); in test() local
70 test_stringbuf<CharT> buf1(s, std::ios_base::out); in test() local
79 test_stringbuf<CharT> buf1; in test() local
89 StringBuf buf1(s); in test() local
/aosp_15_r20/external/libaom/av1/encoder/arm/
H A Dhighbd_fwd_txfm_neon.c639 int32x4_t buf0[16], buf1[16]; in av1_fwd_txfm2d_8x8_neon() local
1054 int32x4_t buf0[64], buf1[64]; in av1_fwd_txfm2d_16x16_neon() local
1542 int32x4_t buf1[32]; in highbd_fdct32_x4_neon() local
2215 int32x4_t buf1[32]; in av1_fwd_txfm2d_16x8_neon() local
2246 int32x4_t buf1[32]; in av1_fwd_txfm2d_8x16_neon() local
2279 int32x4_t buf1[16]; in av1_fwd_txfm2d_4x16_neon() local
2333 int32x4_t buf1[128]; in av1_fwd_txfm2d_16x32_neon() local
2355 int32x4_t buf1[512]; in av1_fwd_txfm2d_32x64_neon() local
2381 int32x4_t buf1[512]; in av1_fwd_txfm2d_64x32_neon() local
2408 int32x4_t buf1[128]; in av1_fwd_txfm2d_32x16_neon() local
[all …]
H A Dav1_fwd_txfm2d_neon.c1912 int16x4_t buf0[4], buf1[4]; in lowbd_fwd_txfm2d_4x4_neon() local
2005 int16x8_t buf1[8]; in lowbd_fwd_txfm2d_4x8_neon() local
2029 int16x8_t buf1[16]; in lowbd_fwd_txfm2d_4x16_neon() local
2057 int16x4_t buf1[8]; in lowbd_fwd_txfm2d_8x4_neon() local
2084 int16x8_t buf0[8], buf1[8]; in lowbd_fwd_txfm2d_8x8_neon() local
2193 int16x8_t buf0[16], buf1[16]; in lowbd_fwd_txfm2d_8x16_neon() local
2219 int16x8_t buf0[32], buf1[32]; in lowbd_fwd_txfm2d_8x32_neon() local
2248 int16x4_t buf1[16]; in lowbd_fwd_txfm2d_16x4_neon() local
2273 int16x8_t buf0[16], buf1[16]; in lowbd_fwd_txfm2d_16x8_neon() local
2297 int16x8_t buf0[16], buf1[32]; in lowbd_fwd_txfm2d_16x16_neon() local
[all …]
/aosp_15_r20/external/libaom/tools/txfm_analyzer/
H A Dtxfm_gen_code.cc64 void node_to_code_c(Node *node, const char *buf0, const char *buf1) { in node_to_code_c()
133 const char *buf1 = "bf1"; in gen_code_c() local
185 void single_node_to_code_sse2(Node *node, const char *buf0, const char *buf1) { in single_node_to_code_sse2()
209 const char *buf1) { in pair_node_to_code_sse2()
236 void node_to_code_sse2(Node *node, const char *buf0, const char *buf1) { in node_to_code_sse2()
422 const char *buf1) { in single_node_to_code_sse4_1()
446 const char *buf1) { in pair_node_to_code_sse4_1()
482 void node_to_code_sse4_1(Node *node, const char *buf0, const char *buf1) { in node_to_code_sse4_1()
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
H A DRegularFileTest.java226 ByteBuffer buf1 = ByteBuffer.allocate(5); in testEmpty_read_multipleBuffers() local
433 ByteBuffer buf1 = ByteBuffer.allocate(3); in testNonEmpty_read_all_multipleBuffers() local
460 ByteBuffer buf1 = ByteBuffer.allocate(4); in testNonEmpty_read_all_multipleBuffers_largerThanContent() local
469 ByteBuffer buf1 = ByteBuffer.allocate(4); in testNonEmpty_read_all_multipleBuffers_extraBuffers() local
531 ByteBuffer buf1 = ByteBuffer.allocate(2); in testNonEmpty_read_partial_fromStart_multipleBuffers() local
540 ByteBuffer buf1 = ByteBuffer.allocate(2); in testNonEmpty_read_partial_fromMiddle_multipleBuffers() local
549 ByteBuffer buf1 = ByteBuffer.allocate(2); in testNonEmpty_read_partial_fromEnd_multipleBuffers() local
574 ByteBuffer buf1 = ByteBuffer.allocate(2); in testNonEmpty_read_fromPastEnd_multipleBuffers() local
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DStringBuffer2Test.java83 char[] buf1 = { 'H', 'e', 'l', 'l', 'o' }; in test_append$CII() local
100 char buf1 = 'H'; in test_appendC() local
190 String buf1 = "Hello"; in test_appendLjava_lang_String() local
332 StringBuffer buf1 = new StringBuffer("abcd"); in test_insertI$C() local
352 StringBuffer buf1 = new StringBuffer("abcd"); in test_insertI$CII() local
/aosp_15_r20/external/libaom/av1/encoder/x86/
H A Dav1_fwd_txfm_sse2.c1978 __m128i buf0[4], buf1[4], *buf; in av1_lowbd_fwd_txfm2d_4x4_sse2() local
2016 __m128i buf0[8], buf1[8], *buf; in av1_lowbd_fwd_txfm2d_4x8_sse2() local
2053 __m128i buf0[16], buf1[16]; in av1_lowbd_fwd_txfm2d_4x16_sse2() local
2094 __m128i buf0[8], buf1[8], *buf; in av1_lowbd_fwd_txfm2d_8x4_sse2() local
2130 __m128i buf0[8], buf1[8], *buf; in av1_lowbd_fwd_txfm2d_8x8_sse2() local
2166 __m128i buf0[16], buf1[16]; in av1_lowbd_fwd_txfm2d_8x16_sse2() local
2207 __m128i buf0[32], buf1[32]; in av1_lowbd_fwd_txfm2d_8x32_sse2() local
2250 __m128i buf0[16], buf1[16]; in av1_lowbd_fwd_txfm2d_16x4_sse2() local
2290 __m128i buf0[16], buf1[16]; in av1_lowbd_fwd_txfm2d_16x8_sse2() local
2330 __m128i buf0[16], buf1[32]; in av1_lowbd_fwd_txfm2d_16x16_sse2() local
[all …]
H A Dav1_fwd_txfm2d_avx2.c1776 __m128i buf0[8], buf1[8], *buf; in av1_lowbd_fwd_txfm2d_8x8_avx2() local
1819 __m256i buf0[16], buf1[16]; in lowbd_fwd_txfm2d_16x16_avx2() local
1859 __m256i buf0[32], buf1[128]; in lowbd_fwd_txfm2d_32x32_avx2() local
1907 __m256i buf0[64], buf1[256]; in lowbd_fwd_txfm2d_64x64_avx2() local
1949 __m256i buf0[32], buf1[32]; in lowbd_fwd_txfm2d_16x32_avx2() local
1992 __m256i buf0[32], buf1[64]; in lowbd_fwd_txfm2d_32x16_avx2() local
2035 __m256i buf0[64], buf1[256]; in lowbd_fwd_txfm2d_64x32_avx2() local
2080 __m256i buf0[64], buf1[256]; in lowbd_fwd_txfm2d_32x64_avx2() local
2125 __m256i buf0[64], buf1[64]; in lowbd_fwd_txfm2d_16x64_avx2() local
2162 __m256i buf0[64], buf1[64]; in lowbd_fwd_txfm2d_64x16_avx2() local
[all …]
/aosp_15_r20/external/libnetfilter_conntrack/include/internal/
H A Dbitops.h28 set_bitmask_u32(uint32_t *buf1, const uint32_t *buf2, int len) in set_bitmask_u32()
37 unset_bitmask_u32(uint32_t *buf1, const uint32_t *buf2, int len) in unset_bitmask_u32()
51 test_bitmask_u32(const uint32_t *buf1, const uint32_t *buf2, int len) in test_bitmask_u32()
64 test_bitmask_u32_or(const uint32_t *buf1, const uint32_t *buf2, int len) in test_bitmask_u32_or()
/aosp_15_r20/trusty/user/base/lib/hwkey/rust/src/
Dtest.rs125 let buf1 = &mut [0u8; KEY_SIZE as usize]; in test_hwkey_derive_different_default() localVariable
151 let buf1 = &mut [0u8; KEY_SIZE as usize]; in test_hwkey_derive_different_specified() localVariable
275 let buf1 = &mut [0u8; KEY_SIZE as usize]; in test_hwkey_derive_different_version_source() localVariable
353 let buf1 = &mut [0u8; KEY_SIZE as usize]; in test_hwkey_derive_null_context() localVariable
363 let buf1 = &mut [0u8; KEY_SIZE as usize]; in test_hwkey_derive_newer_versions() localVariable
428 let buf1 = &mut [0u8; MAX_PAYLOAD_LEN + 1 as usize]; in test_hwkey_derive_large_payload() localVariable
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/
H A Dcoverage-pc-buffer.cc35 uintptr_t *buf1 = NULL; in main() local
47 uintptr_t *buf1 = NULL; in main() local
59 uintptr_t *buf1 = NULL; in main() local
/aosp_15_r20/external/libevent/test/
H A Dregress_buffer.c461 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_remove_buffer_with_empty_front() local
488 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_remove_buffer_adjust_last_with_datap_with_empty() local
2058 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_add_reference() local
2134 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_multicast() local
2202 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_multicast_drain() local
2245 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_prepend() local
2342 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_empty_reference_prepend_buffer() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/
H A Dtests.rs246 let buf1 = br1.fill_buf().unwrap(); in cmp_bufread() localVariable
451 let mut buf1 = [1; 8]; in io_slice_mut_advance_slices() localVariable
486 let mut buf1 = [1; 8]; in io_slice_mut_advance_slices_beyond_total_length() localVariable
495 let buf1 = [1; 8]; in io_slice_advance_slices() localVariable
526 let buf1 = [1; 8]; in io_slice_advance_slices_beyond_total_length() localVariable

12345678910>>...24