Searched refs:name_value (Results 1 – 6 of 6) sorted by relevance
/third_party/node/test/js-native-api/test_properties/ |
D | test_properties.c | 67 napi_value name_value; in Init() local 71 &name_value)); in Init() 88 { NULL, name_value, 0, 0, 0, number, napi_enumerable, 0}, in Init()
|
/third_party/mindspore/mindspore/core/abstract/ |
D | prim_others.cc | 102 ValuePtr name_value = prim->GetAttr("tag"); in InferImplMakeRefKey() local 103 MS_EXCEPTION_IF_NULL(name_value); in InferImplMakeRefKey() 104 auto name = name_value->cast<StringImmPtr>(); in InferImplMakeRefKey() 106 MS_LOG(EXCEPTION) << "MakeRefKey attr tag should be a String " << name_value->ToString() << "."; in InferImplMakeRefKey()
|
/third_party/node/src/ |
D | inspector_socket_server.cc | 62 for (const auto& name_value : object) { in MapToString() local 66 json << " \"" << name_value.first << "\": \""; in MapToString() 67 json << name_value.second << "\""; in MapToString()
|
/third_party/python/Lib/urllib/ |
D | parse.py | 758 for name_value in qs.split(separator): 759 if not name_value and not strict_parsing: 761 nv = name_value.split('=', 1) 764 raise ValueError("bad query field: %r" % (name_value,))
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstmessage.c | 3010 const GValue *name_value; in gst_message_parse_property_notify() local 3012 name_value = gst_structure_id_get_value (s, GST_QUARK (PROPERTY_NAME)); in gst_message_parse_property_notify() 3013 *property_name = g_value_get_string (name_value); in gst_message_parse_property_notify()
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 25763 - for (const downloads::HeaderNameValuePair& name_value : *options.headers) { 25764 - if (!net::HttpUtil::IsValidHeaderName(name_value.name)) { 25769 - if (!net::HttpUtil::IsSafeHeader(name_value.name)) { 25774 - if (!net::HttpUtil::IsValidHeaderValue(name_value.value)) { 25779 - download_params->add_request_header(name_value.name, name_value.value);
|