Home
last modified time | relevance | path

Searched refs:desc_string (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Dscope.cc314 std::string desc_string(desc_for_err); in NonRecursiveMergeTo() local
316 "This " + desc_string + " contains \"" + in NonRecursiveMergeTo()
323 "Executing " + desc_string + in NonRecursiveMergeTo()
356 std::string desc_string(desc_for_err); in NonRecursiveMergeTo() local
358 "This " + desc_string + in NonRecursiveMergeTo()
399 std::string desc_string(desc_for_err); in NonRecursiveMergeTo() local
401 "This " + desc_string + " contains a template \"" + in NonRecursiveMergeTo()
408 "Executing " + desc_string + in NonRecursiveMergeTo()
/third_party/grpc/third_party/upb/upb/bindings/lua/
Dupb.lua23 function upb._generated_module(desc_string)
24 local file = upb.generated_pool:add_file(desc_string)
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Dusbd_config.c956 struct fconfig_dev_desc_string *desc_string, in change_dev_descritor_string() argument
963 if (desc_string == NULL || gi == NULL || dev_strings == NULL) in change_dev_descritor_string()
971 if (strcmp(str, desc_string->prop.prop_value) == 0) in change_dev_descritor_string()
982 name = desc_string->prop.prop_name; in change_dev_descritor_string()
1007 struct fconfig_dev_desc_string desc_string; in fconfig_change_dev_desc_string() local
1011 ret = memcpy_s(&desc_string, sizeof(desc_string), (void *)user_data, sizeof(desc_string)); in fconfig_change_dev_desc_string()
1018 gi = gadget_find_by_name(cdev, &desc_string.gadget_name); in fconfig_change_dev_desc_string()
1030 obj = usbobj_find(&gi->strings, gadget_strings_match, &desc_string.prop.lang); in fconfig_change_dev_desc_string()
1033 usb_err("%s: can not find language = 0x%x strings\n", __func__, desc_string.prop.lang); in fconfig_change_dev_desc_string()
1038 ret = change_dev_descritor_string(gi, &desc_string, dev_strings); in fconfig_change_dev_desc_string()