/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | string_view_compat_test.cpp | 21 boost::string_view sv(s); in conversion_test() local 35 boost::string_view sv(s.to_view<boost::string_view>()); in to_view_test() local 46 const boost::string_view sv = "same text"; in equal_test() local 57 const boost::string_view sv = "same text"; in unequal_test() local 68 boost::string_view sv = "0123456"; in less_test() local 85 boost::string_view sv = "0123459"; in greater_test() local 102 boost::string_view sv = "0123456"; in less_equal_test() local 119 boost::string_view sv = "0123459"; in greater_equal_test() local 136 boost::string_view sv = "0123459"; in constructor_test() local 145 boost::string_view sv = "0123459"; in assignment_test() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_texture_state.c | 164 struct etna_sampler_view *sv = CALLOC_STRUCT(etna_sampler_view); in etna_create_sampler_view_state() local 307 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_ts_state() local 313 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_ts_state() local 319 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_ts_state() local 325 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_ts_state() local 356 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_new_texture_state() local 366 struct etna_sampler_view *sv; in etna_emit_new_texture_state() local 377 struct etna_sampler_view *sv; in etna_emit_new_texture_state() local 411 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_new_texture_state() local 418 struct etna_sampler_view *sv; in etna_emit_new_texture_state() local [all …]
|
H A D | etnaviv_texture_desc.c | 128 struct etna_sampler_view_desc *sv = CALLOC_STRUCT(etna_sampler_view_desc); in etna_create_sampler_view_desc() local 240 struct etna_sampler_view_desc *sv) in etna_sampler_view_update_descriptor() 256 struct etna_sampler_view_desc *sv = etna_sampler_view_desc(so); in etna_sampler_view_desc_destroy() local 273 struct etna_sampler_view_desc *sv = etna_sampler_view_desc(ctx->sampler_view[x]); in etna_emit_texture_desc() local 298 struct etna_sampler_view_desc *sv = etna_sampler_view_desc(ctx->sampler_view[x]); in etna_emit_texture_desc() local 324 struct etna_sampler_view_desc *sv = etna_sampler_view_desc(ctx->sampler_view[x]); in etna_emit_texture_desc() local 354 struct etna_sampler_view_desc *sv = etna_sampler_view_desc(pview); in etna_ts_for_sampler_view_state() local
|
/aosp_15_r20/external/libcxx/test/std/strings/string.view/string.view.nonmem/ |
H A D | quoted.pass.cpp | 36 std::string_view sv {p}; in round_trip() local 49 std::string_view sv {p}; in round_trip_ws() local 60 std::string_view sv {p}; in round_trip_d() local 70 std::string_view sv {p}; in round_trip_e() local 100 std::wstring_view sv {p}; in round_trip() local 114 std::wstring_view sv {p}; in round_trip_ws() local 125 std::wstring_view sv {p}; in round_trip_d() local 135 std::wstring_view sv {p}; in round_trip_e() local 146 std::wstring_view sv {p}; in quote() local 156 std::wstring_view sv {p}; in unquote() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/string.view/string.view.nonmem/ |
H A D | quoted.pass.cpp | 33 std::string_view sv{p}; in round_trip() local 46 std::string_view sv{p}; in round_trip_ws() local 57 std::string_view sv{p}; in round_trip_d() local 67 std::string_view sv{p}; in round_trip_e() local 95 std::wstring_view sv{p}; in round_trip() local 108 std::wstring_view sv{p}; in round_trip_ws() local 119 std::wstring_view sv{p}; in round_trip_d() local 129 std::wstring_view sv{p}; in round_trip_e() local 139 std::wstring_view sv{p}; in quote() local 149 std::wstring_view sv{p}; in unquote() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.split/ |
H A D | begin.pass.cpp | 49 std::ranges::split_view sv{std::move(range), 1}; in testOne() local 60 std::ranges::split_view sv{std::move(range), std::views::empty<int>}; in testOne() local 71 std::ranges::split_view sv{std::move(range), std::views::empty<int>}; in testOne() local 83 std::ranges::split_view sv{range, pattern}; in testOne() local 96 std::ranges::split_view sv{range, pattern}; in testOne() local 109 std::ranges::split_view sv{range, pattern}; in testOne() local 122 std::ranges::split_view sv{range, pattern}; in testOne() local 145 std::ranges::split_view sv{range, Foo{equalsCalledTimes}}; in testOne() local
|
H A D | base.pass.cpp | 43 const std::ranges::split_view<View, View> sv{View{{}, 5}, View{{}, 0}}; in test() local 50 std::ranges::split_view<View, View> sv{View{{}, 5}, View{{}, 0}}; in test() local 57 std::ranges::split_view<View, View> sv{View{{}, 5}, View{{}, 0}}; in test() local 64 std::ranges::split_view<View, View> sv{View{{}, 5}, View{{}, 0}}; in test() local 71 std::ranges::split_view<MoveOnlyView, View> sv{MoveOnlyView{{}, 5}, View{{}, 0}}; in test() local 90 const std::ranges::split_view<CopyCtorButNotAssignable, CopyCtorButNotAssignable> sv{ in test() local
|
/aosp_15_r20/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
H A D | AbstractClassAdapter.java | 314 private RenameSignatureAdapter(SignatureVisitor sv) { in RenameSignatureAdapter() 333 SignatureVisitor sv = mSv.visitArrayType(); in visitArrayType() local 344 SignatureVisitor sv = mSv.visitClassBound(); in visitClassBound() local 355 SignatureVisitor sv = mSv.visitExceptionType(); in visitExceptionType() local 366 SignatureVisitor sv = mSv.visitInterface(); in visitInterface() local 372 SignatureVisitor sv = mSv.visitInterfaceBound(); in visitInterfaceBound() local 378 SignatureVisitor sv = mSv.visitParameterType(); in visitParameterType() local 384 SignatureVisitor sv = mSv.visitReturnType(); in visitReturnType() local 390 SignatureVisitor sv = mSv.visitSuperclass(); in visitSuperclass() local 401 SignatureVisitor sv = mSv.visitTypeArgument(wildcard); in visitTypeArgument() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.factories/range.single.view/ |
H A D | begin.pass.cpp | 24 auto sv = std::ranges::single_view<int>(42); in test() local 31 const auto sv = std::ranges::single_view<int>(42); in test() local 39 auto sv = std::ranges::single_view<Empty>(Empty()); in test() local 45 const auto sv = std::ranges::single_view<Empty>(Empty()); in test() local 52 auto sv = std::ranges::single_view<BigType>(BigType()); in test() local 58 const auto sv = std::ranges::single_view<BigType>(BigType()); in test() local
|
H A D | data.pass.cpp | 24 auto sv = std::ranges::single_view<int>(42); in test() local 31 const auto sv = std::ranges::single_view<int>(42); in test() local 39 auto sv = std::ranges::single_view<Empty>(Empty()); in test() local 45 const auto sv = std::ranges::single_view<Empty>(Empty()); in test() local 52 auto sv = std::ranges::single_view<BigType>(BigType()); in test() local 58 const auto sv = std::ranges::single_view<BigType>(BigType()); in test() local
|
H A D | end.pass.cpp | 24 auto sv = std::ranges::single_view<int>(42); in test() local 31 const auto sv = std::ranges::single_view<int>(42); in test() local 39 auto sv = std::ranges::single_view<Empty>(Empty()); in test() local 45 const auto sv = std::ranges::single_view<Empty>(Empty()); in test() local 52 auto sv = std::ranges::single_view<BigType>(BigType()); in test() local 58 const auto sv = std::ranges::single_view<BigType>(BigType()); in test() local
|
H A D | size.pass.cpp | 20 auto sv = std::ranges::single_view<int>(42); in test() local 27 const auto sv = std::ranges::single_view<int>(42); in test() local 34 auto sv = std::ranges::single_view<int>(42); in test() local 41 const auto sv = std::ranges::single_view<int>(42); in test() local
|
/aosp_15_r20/external/libcxx/test/std/strings/basic.string/string.cons/ |
H A D | string_view_deduction.pass.cpp | 45 std::string_view sv = "12345678901234"; in main() local 56 std::string_view sv = "12345678901234"; in main() local 66 std::wstring_view sv = L"12345678901234"; in main() local 77 std::u8string_view sv = u8"12345678901234"; in main() local 88 std::u16string_view sv = u"12345678901234"; in main() local 98 std::u32string_view sv = U"12345678901234"; in main() local
|
H A D | string_view_size_size_deduction.pass.cpp | 49 std::string_view sv = "12345678901234"; in main() local 60 std::string_view sv = "12345678901234"; in main() local 70 std::wstring_view sv = L"12345678901234"; in main() local 81 std::u8string_view sv = u8"12345678901234"; in main() local 92 std::u16string_view sv = u"12345678901234"; in main() local 102 std::u32string_view sv = U"12345678901234"; in main() local
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_sampler_view.c | 47 st_remove_private_references(struct st_sampler_view *sv) in st_remove_private_references() 58 get_sampler_view_reference(struct st_sampler_view *sv, in get_sampler_view_reference() 94 struct st_sampler_view *sv; in st_texture_set_sampler_view() local 210 struct st_sampler_view *sv = &views->views[i]; in st_texture_get_current_sampler_view() local 233 struct st_sampler_view *sv = &views->views[i]; in st_texture_release_context_sampler_view() local 316 const struct pipe_sampler_view *sv, in check_sampler_swizzle() 518 struct st_sampler_view *sv; in st_get_texture_sampler_view_from_stobj() local 575 struct st_sampler_view *sv; in st_get_buffer_sampler_view_from_stobj() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.cons/ |
H A D | string_view_deduction.pass.cpp | 49 std::string_view sv = "12345678901234"; in test() local 60 std::string_view sv = "12345678901234"; in test() local 71 std::wstring_view sv = L"12345678901234"; in test() local 83 std::u8string_view sv = u8"12345678901234"; in test() local 94 std::u16string_view sv = u"12345678901234"; in test() local 104 std::u32string_view sv = U"12345678901234"; in test() local
|
H A D | string_view_size_size_deduction.pass.cpp | 56 std::string_view sv = "12345678901234"; in test() local 67 std::string_view sv = "12345678901234"; in test() local 78 std::wstring_view sv = L"12345678901234"; in test() local 90 std::u8string_view sv = u8"12345678901234"; in test() local 101 std::u16string_view sv = u"12345678901234"; in test() local 111 std::u32string_view sv = U"12345678901234"; in test() local
|
/aosp_15_r20/external/grpc-grpc/test/core/iomgr/ |
H A D | fd_posix_test.cc | 103 static void server_init(server* sv) { in server_init() 111 server* sv; // not owned by a single session member 122 server* sv = se->sv; in session_shutdown_cb() local 176 server* sv = static_cast<server*>(arg); in listen_shutdown_cb() local 190 server* sv = static_cast<server*>(arg); in listen_cb() local 227 static int server_start(server* sv) { in server_start() 251 static void server_wait_and_shutdown(server* sv) { in server_wait_and_shutdown() 386 server sv; in test_grpc_fd() local 440 int sv[2]; in test_grpc_fd_change() local
|
/aosp_15_r20/external/marisa-trie/bindings/perl/ |
H A D | marisa-swig_wrap.cxx | 781 # define SvIOK_UV(sv) (SvIOK(sv) && (SvUVX(sv) == SvIVX(sv))) argument 785 # define SvUOK(sv) SvIOK_UV(sv) argument 955 #define SWIG_MakePtr(sv, ptr, type, flags) SWIG_Perl_MakePtr(SWIG_PERL_OBJECT_CALL sv,… argument 956 #define SWIG_MakePackedObj(sv, p, s, type) SWIG_Perl_MakePackedObj(SWIG_PERL_OBJECT_CALL sv… argument 1138 SWIG_Perl_ConvertPtrAndOwn(SWIG_MAYBE_PERL_OBJECT SV *sv, void **ptr, swig_type_info *_t, int flags… in SWIG_Perl_ConvertPtrAndOwn() 1230 SWIG_Perl_ConvertPtr(SWIG_MAYBE_PERL_OBJECT SV *sv, void **ptr, swig_type_info *_t, int flags) { in SWIG_Perl_ConvertPtr() 1235 SWIG_Perl_MakePtr(SWIG_MAYBE_PERL_OBJECT SV *sv, void *ptr, swig_type_info *t, int flags) { in SWIG_Perl_MakePtr() 1271 SWIG_Perl_MakePackedObj(SWIG_MAYBE_PERL_OBJECT SV *sv, void *ptr, int sz, swig_type_info *type) { in SWIG_Perl_MakePackedObj() 1352 …SWIGRUNTIME void _swig_create_magic(SV *sv, char *name, int (*set)(SV *, MAGIC *), int (*get)(SV *… in _swig_create_magic() argument 1906 SWIGCLASS_STATIC int swig_magic_readonly(pTHX_ SV *SWIGUNUSEDPARM(sv), MAGIC *SWIGUNUSEDPARM(mg)) { in swig_magic_readonly() [all …]
|
/aosp_15_r20/external/libcxx/test/std/strings/basic.string/string.modifiers/string_append/ |
H A D | T_size_size.pass.cpp | 25 test(S s, SV sv, typename S::size_type pos, typename S::size_type n, S expected) in test() 51 test_npos(S s, SV sv, typename S::size_type pos, S expected) in test_npos() 143 std::string_view sv = "EFGH"; in main() local 177 std::string_view sv = s; in main() local 192 std::string_view sv = s; in main() local
|
/aosp_15_r20/external/libcxx/test/std/strings/basic.string/string.modifiers/string_assign/ |
H A D | T_size_size.pass.cpp | 24 test(S s, SV sv, typename S::size_type pos, typename S::size_type n, S expected) in test() 50 test_npos(S s, SV sv, typename S::size_type pos, S expected) in test_npos() 142 std::string_view sv = "EFGH"; in main() local 176 std::string_view sv = s; in main() local 187 std::string_view sv = s; in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_assign/ |
H A D | T_size_size.pass.cpp | 23 TEST_CONSTEXPR_CXX20 void test(S s, SV sv, typename S::size_type pos, typename S::size_type n, S ex… in test() 43 TEST_CONSTEXPR_CXX20 void test_npos(S s, SV sv, typename S::size_type pos, S expected) { in test_npos() 107 std::string_view sv = "EFGH"; in test() local 141 std::string_view sv = s; in test() local 152 std::string_view sv = s; in test() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_append/ |
H A D | T_size_size.pass.cpp | 23 TEST_CONSTEXPR_CXX20 void test(S s, SV sv, typename S::size_type pos, typename S::size_type n, S ex… in test() 42 TEST_CONSTEXPR_CXX20 void test_npos(S s, SV sv, typename S::size_type pos, S expected) { in test_npos() 110 std::string_view sv = "EFGH"; in test() local 144 std::string_view sv = s; in test() local 159 std::string_view sv = s; in test() local
|
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/posix/ |
H A D | event_poller_posix_test.cc | 141 void ServerInit(server* sv) { in ServerInit() 149 server* sv; // not owned by a single session member 158 server* sv = se->sv; in SessionShutdownCb() local 206 void ListenShutdownCb(server* sv) { in ListenShutdownCb() 215 void ListenCb(server* sv, absl::Status status) { in ListenCb() 260 int ServerStart(server* sv) { in ServerStart() 366 void WaitAndShutdown(server* sv, client* cl) { in WaitAndShutdown() 414 server sv; in TEST_F() local 459 int sv[2]; in TEST_F() local
|
/aosp_15_r20/external/libcxx/test/std/strings/string.view/string.view.io/ |
H A D | stream_insert.pass.cpp | 28 string_view sv("some text"); in main() local 36 string_view sv(s); in main() local 44 wstring_view sv(L"some text"); in main() local 52 wstring_view sv(s); in main() local
|