/external/libcxx/test/std/strings/string.view/string.view.io/ |
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
|
/external/libcxx/test/std/experimental/string.view/string.view.io/ |
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
|
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_append/ |
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
|
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_assign/ |
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
|
D | string_view.pass.cpp | 25 test(S s, SV sv, S expected) in test() 34 testAlloc(S s, SV sv, const typename S::allocator_type& a) in testAlloc()
|
/external/libcxx/test/std/strings/string.view/string.view.nonmem/ |
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
|
/external/libcxx/test/std/experimental/string.view/string.view.nonmem/ |
D | quoted.pass.cpp | 36 std::experimental::string_view sv {p}; in round_trip() local 49 std::experimental::string_view sv {p}; in round_trip_ws() local 60 std::experimental::string_view sv {p}; in round_trip_d() local 70 std::experimental::string_view sv {p}; in round_trip_e() local 100 std::experimental::wstring_view sv {p}; in round_trip() local 114 std::experimental::wstring_view sv {p}; in round_trip_ws() local 125 std::experimental::wstring_view sv {p}; in round_trip_d() local 135 std::experimental::wstring_view sv {p}; in round_trip_e() local 146 std::experimental::wstring_view sv {p}; in quote() local 156 std::experimental::wstring_view sv {p}; in unquote() local
|
/external/libcxx/test/std/strings/string.view/string.view.access/ |
D | front.pass.cpp | 22 std::basic_string_view<CharT> sv ( s, len ); in test() local 45 constexpr std::basic_string_view<char> sv ( "ABC", 2 ); in main() local
|
D | back.pass.cpp | 22 std::basic_string_view<CharT> sv ( s, len ); in test() local 45 constexpr std::basic_string_view<char> sv ( "ABC", 2 ); in main() local
|
D | data.pass.cpp | 22 std::basic_string_view<CharT> sv ( s, len ); in test() local 45 constexpr std::basic_string_view<char> sv( s, 2 ); in main() local
|
D | at.pass.cpp | 27 std::basic_string_view<CharT> sv ( s, len ); in test() local 57 constexpr std::basic_string_view<char> sv ( "ABC", 2 ); in main() local
|
D | index.pass.cpp | 22 std::basic_string_view<CharT> sv ( s, len ); in test() local 47 constexpr std::basic_string_view<char> sv ( "ABC", 2 ); in main() local
|
/external/libcxx/test/std/experimental/string.view/string.view.access/ |
D | back.pass.cpp | 22 std::experimental::basic_string_view<CharT> sv ( s, len ); in test() local 45 constexpr std::experimental::basic_string_view<char> sv ( "ABC", 2 ); in main() local
|
D | front.pass.cpp | 22 std::experimental::basic_string_view<CharT> sv ( s, len ); in test() local 45 constexpr std::experimental::basic_string_view<char> sv ( "ABC", 2 ); in main() local
|
D | at.pass.cpp | 27 std::experimental::basic_string_view<CharT> sv ( s, len ); in test() local 57 constexpr std::experimental::basic_string_view<char> sv ( "ABC", 2 ); in main() local
|
D | index.pass.cpp | 22 std::experimental::basic_string_view<CharT> sv ( s, len ); in test() local 47 constexpr std::experimental::basic_string_view<char> sv ( "ABC", 2 ); in main() local
|
D | data.pass.cpp | 22 std::experimental::basic_string_view<CharT> sv ( s, len ); in test() local 45 constexpr std::experimental::basic_string_view<char> sv( s, 2 ); in main() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/ |
D | CacheTest.java | 42 CacheValue<Object> sv = CacheValue.<Object>getInstance(this); in testStrongCacheValue() local 61 CacheValue<Object> sv = CacheValue.<Object>getInstance(this); in testSoftCacheValue() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/impl/ |
D | CacheTest.java | 43 CacheValue<Object> sv = CacheValue.<Object>getInstance(this); in testStrongCacheValue() local 62 CacheValue<Object> sv = CacheValue.<Object>getInstance(this); in testSoftCacheValue() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_sampler.c | 79 struct svga_pipe_sampler_view *sv = in svga_check_sampler_view_resource_collision() local 127 struct svga_pipe_sampler_view *sv) in svga_validate_pipe_sampler_view() 246 struct svga_pipe_sampler_view *sv = in update_sampler_resources() local 304 struct svga_pipe_sampler_view *sv = svga->polygon_stipple.sampler_view; in update_sampler_resources() local
|
D | svga_sampler_view.c | 47 svga_debug_describe_sampler_view(char *buf, const struct svga_sampler_view *sv) in svga_debug_describe_sampler_view() 64 struct svga_sampler_view *sv = NULL; in svga_get_tex_sampler_view() local
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
D | T_size_size.pass.cpp | 30 test(SV sv, unsigned pos, unsigned n) in test() 63 test(SV sv, unsigned pos, unsigned n, const typename S::allocator_type& a) in test() 162 SV sv = "EFGH"; in main() local
|
D | string_view.pass.cpp | 26 test(std::basic_string_view<charT> sv) in test() 52 test(std::basic_string_view<charT> sv, const A& a) in test()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_sampler_view.c | 57 struct pipe_sampler_view **sv = &stObj->sampler_views[i]; in st_texture_get_sampler_view() local 98 struct pipe_sampler_view **sv = &stObj->sampler_views[i]; in st_texture_release_sampler_view() local 323 const struct pipe_sampler_view *sv, unsigned glsl_version) in check_sampler_swizzle() 458 struct pipe_sampler_view **sv; in st_get_texture_sampler_view_from_stobj() local
|
/external/syslinux/com32/mboot/ |
D | syslinux.c | 39 const struct syslinux_version *sv; in mboot_syslinux_info() local
|