Home
last modified time | relevance | path

Searched defs:sv (Results 1 – 25 of 212) sorted by relevance

123456789

/third_party/boost/libs/container/test/
Dstring_view_compat_test.cpp21 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 …]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture_state.c155 struct etna_sampler_view *sv = CALLOC_STRUCT(etna_sampler_view); in etna_create_sampler_view_state() local
298 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_ts_state() local
304 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_ts_state() local
310 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_ts_state() local
316 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_ts_state() local
346 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_new_texture_state() local
356 struct etna_sampler_view *sv; in etna_emit_new_texture_state() local
379 struct etna_sampler_view *sv; in etna_emit_new_texture_state() local
400 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_new_texture_state() local
428 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); in etna_emit_new_texture_state() local
[all …]
Detnaviv_texture_desc.c130 struct etna_sampler_view_desc *sv = CALLOC_STRUCT(etna_sampler_view_desc); in etna_create_sampler_view_desc() local
235 struct etna_sampler_view_desc *sv) in etna_sampler_view_update_descriptor()
253 struct etna_sampler_view_desc *sv = etna_sampler_view_desc(so); in etna_sampler_view_desc_destroy() local
269 struct etna_sampler_view_desc *sv = etna_sampler_view_desc(ctx->sampler_view[x]); in etna_emit_texture_desc() local
294 struct etna_sampler_view_desc *sv = etna_sampler_view_desc(ctx->sampler_view[x]); in etna_emit_texture_desc() local
319 struct etna_sampler_view_desc *sv = etna_sampler_view_desc(ctx->sampler_view[x]); in etna_emit_texture_desc() local
346 struct etna_sampler_view_desc *sv = etna_sampler_view_desc(pview); in etna_ts_for_sampler_view_state() local
/third_party/boost/libs/math/test/
Dtest_tr1.cpp214 float sv = eps / 1024; in test_values() local
774 double sv = eps / 1024; in test_values() local
1167 long double sv = eps / 1024; in test_values() local
Dtest_tr1.c96 float sv; in test_values_f() local
418 double sv; in test_values() local
740 long double sv; in test_valuesl() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c48 st_remove_private_references(struct st_sampler_view *sv) in st_remove_private_references()
59 get_sampler_view_reference(struct st_sampler_view *sv, in get_sampler_view_reference()
95 struct st_sampler_view *sv; in st_texture_set_sampler_view() local
209 struct st_sampler_view *sv = &views->views[i]; in st_texture_get_current_sampler_view() local
232 struct st_sampler_view *sv = &views->views[i]; in st_texture_release_context_sampler_view() local
471 const struct pipe_sampler_view *sv, in check_sampler_swizzle()
631 struct st_sampler_view *sv; in st_get_texture_sampler_view_from_stobj() local
684 struct st_sampler_view *sv; in st_get_buffer_sampler_view_from_stobj() local
Dst_cb_bitmap.c168 struct pipe_sampler_view *sv, in setup_render_state()
294 struct pipe_sampler_view *sv, in draw_bitmap_quad()
424 struct pipe_sampler_view *sv; in st_flush_bitmap_cache() local
631 struct pipe_sampler_view *sv = in st_Bitmap() local
658 struct pipe_sampler_view *sv; in st_DrawAtlasBitmaps() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/impl/
DCacheTest.java48 CacheValue<Object> sv = CacheValue.<Object>getInstance(this); in testStrongCacheValue() local
67 CacheValue<Object> sv = CacheValue.<Object>getInstance(this); in testSoftCacheValue() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
DCacheTest.java45 CacheValue<Object> sv = CacheValue.<Object>getInstance(this); in testStrongCacheValue() local
64 CacheValue<Object> sv = CacheValue.<Object>getInstance(this); in testSoftCacheValue() local
/third_party/grpc/test/core/iomgr/
Dfd_posix_test.cc98 static void server_init(server* sv) { in server_init()
106 server* sv; /* not owned by a single session */ member
117 server* sv = se->sv; in session_shutdown_cb() local
172 server* sv = static_cast<server*>(arg); in listen_shutdown_cb() local
186 server* sv = static_cast<server*>(arg); in listen_cb() local
223 static int server_start(server* sv) { in server_start()
247 static void server_wait_and_shutdown(server* sv) { in server_wait_and_shutdown()
382 server sv; in test_grpc_fd() local
436 int sv[2]; in test_grpc_fd_change() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_sampler.c79 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()
257 struct svga_pipe_sampler_view *sv = in update_sampler_resources() local
356 struct svga_pipe_sampler_view *sv = svga->polygon_stipple.sampler_view; in update_sampler_resources() local
Dsvga_sampler_view.c47 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
/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_dataset_csv_test.cc59 std::string_view sv; in TEST_F() local
125 std::string_view sv; in TEST_F() local
171 std::string_view sv; in TEST_F() local
213 std::string_view sv; in TEST_F() local
283 std::string_view sv; in TEST_F() local
328 std::string_view sv; in TEST_F() local
437 std::string_view sv; in TEST_F() local
494 std::string_view sv; in TEST_F() local
550 std::string_view sv; in TEST_F() local
Dc_api_dataset_clue_test.cc59 std::string_view sv; in TEST_F() local
88 std::string_view sv; in TEST_F() local
111 std::string_view sv; in TEST_F() local
254 std::string_view sv; in TEST_F() local
297 std::string_view sv; in TEST_F() local
440 std::string_view sv; in TEST_F() local
502 std::string_view sv; in TEST_F() local
569 std::string_view sv; in TEST_F() local
624 std::string_view sv; in TEST_F() local
671 std::string_view sv; in TEST_F() local
[all …]
Dc_api_dataset_textfile_test.cc65 std::string_view sv; in TEST_F() local
325 std::string_view sv; in TEST_F() local
386 std::string_view sv; in TEST_F() local
446 std::string_view sv; in TEST_F() local
509 std::string_view sv; in TEST_F() local
572 std::string_view sv; in TEST_F() local
634 std::string_view sv; in TEST_F() local
692 std::string_view sv; in TEST_F() local
753 std::string_view sv; in TEST_F() local
814 std::string_view sv; in TEST_F() local
/third_party/ffmpeg/libavformat/
Drtpdec_svq3.c43 static int svq3_parse_packet (AVFormatContext *s, PayloadContext *sv, in svq3_parse_packet() argument
104 static void svq3_close_context(PayloadContext *sv) in svq3_close_context()
/third_party/boost/libs/utility/test/
Dstring_view_from_rvalue.cpp24 boost::basic_string_view<char> sv(makeatemp()); in main() local
Dstring_ref_from_rvalue.cpp24 boost::basic_string_ref<char> sv(makeatemp()); in main() local
/third_party/boost/libs/container/example/
Ddoc_custom_static_vector.cpp28 static_vector<int, 10, alignment_16_option_t > sv; in main() local
Ddoc_custom_small_vector.cpp28 small_vector<int, 10, void, alignment_16_option_t > sv; in main() local
/third_party/freetype/docs/reference/assets/javascripts/lunr/
Dlunr.sv.js17 …e include / require Lunr stemmer support before this script.");var r,l,n;e.sv=function(){this.pipe… function
/third_party/python/Lib/test/
Dtest_osx_env.py15 def _check_sys(self, ev, cond, sv, val = sys.executable + 'dummy'): argument
/third_party/ffmpeg/libavcodec/ppc/
Dmpegvideoencdsp.c38 vector unsigned int sv = (vector unsigned int) vec_splat_u32(0); in pix_norm1_altivec() local
66 vector unsigned int sv = (vector unsigned int) vec_splat_u32(0); in pix_norm1_altivec() local
/third_party/grpc/src/core/lib/iomgr/
Dendpoint_pair_posix.cc57 int sv[2]; in grpc_iomgr_create_endpoint_pair() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dconcat_op.cc63 #define f(fv, sv, shard_index) \ argument
136 …int fv = children_start_end_index_[cur_child_].first, sv = children_start_end_index_[cur_child_].s… in IgnoreSample() local

123456789