Searched refs:target_str (Results 1 – 8 of 8) sorted by relevance
/third_party/grpc/examples/cpp/helloworld/ |
D | greeter_client.cc | 80 std::string target_str; in main() local 88 target_str = arg_val.substr(start_pos + 1); in main() 98 target_str = "localhost:50051"; in main() 101 target_str, grpc::InsecureChannelCredentials())); in main()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbufferpool.c | 184 const gchar *target_str = gst_structure_get_string (s, "texture-target"); in gst_gl_buffer_pool_set_config() local 188 if (target_str) in gst_gl_buffer_pool_set_config() 189 tex_target = gst_gl_texture_target_from_string (target_str); in gst_gl_buffer_pool_set_config()
|
D | gstglmemory.c | 325 const gchar *target_str; in gst_gl_memory_init() local 362 target_str = gst_gl_texture_target_to_string (target); in gst_gl_memory_init() 365 "stride:%u size:%" G_GSIZE_FORMAT, context, mem, target_str, in gst_gl_memory_init()
|
D | gstglupload.c | 77 const gchar *target_str = gst_structure_get_string (s, "texture-target"); in _caps_get_texture_target() local 78 ret = gst_gl_texture_target_from_string (target_str); in _caps_get_texture_target()
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | grpc_client.cc | 38 std::string target_str = host + ":" + port; in Init() local 39 MS_LOG(INFO) << "GrpcClient connecting to: " << target_str; in Init() 41 …std::shared_ptr<grpc::Channel> channel = grpc::CreateChannel(target_str, grpc::InsecureChannelCred… in Init()
|
/third_party/gn/src/gn/ |
D | command_gen.cc | 137 const std::string target_str = targets.size() > 1 ? "targets" : "target"; in PrintInvalidGeneratedInput() local 140 err += "is listed as an input or source for the " + target_str + ":\n"; in PrintInvalidGeneratedInput() 146 target_str + ". The target\nthat generates the file is:\n "; in PrintInvalidGeneratedInput() 152 Err(Location(), "Input to " + target_str + " not generated by a dependency.", in PrintInvalidGeneratedInput()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglimagesink.c | 1494 const gchar *target_str; in update_output_format() local 1558 target_str = gst_structure_get_string (s, "texture-target"); in update_output_format() 1560 if (!target_str) in update_output_format() 1561 target_str = GST_GL_TEXTURE_TARGET_2D_STR; in update_output_format() 1563 glimage_sink->texture_target = gst_gl_texture_target_from_string (target_str); in update_output_format() 1571 target_str, NULL); in update_output_format()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTransformFeedbackTests.cpp | 1215 static const glw::GLchar* target_str[] = { STR(GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN), in testExtension3() local 1228 << target_str[i] << " and " in testExtension3() 1241 << target_str[i] << " and " in testExtension3() 1255 << target_str[i] << " and " in testExtension3()
|