/third_party/libsnd/src/ |
D | test_endswap.def | 25 strval = "AB" ; 32 strval = "0123" ; 39 strval = "01234567" ;
|
D | test_endswap.tpl | 113 { const char *test = "[+ (get "strval") +]" ;
|
/third_party/openssl/crypto/x509/ |
D | v3_enum.c | 45 long strval; in i2s_ASN1_ENUMERATED_TABLE() local 47 strval = ASN1_ENUMERATED_get(e); in i2s_ASN1_ENUMERATED_TABLE() 49 if (strval == enam->bitnum) in i2s_ASN1_ENUMERATED_TABLE()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | v3_enum.c | 45 long strval; in i2s_ASN1_ENUMERATED_TABLE() local 47 strval = ASN1_ENUMERATED_get(e); in i2s_ASN1_ENUMERATED_TABLE() 49 if (strval == enam->bitnum) in i2s_ASN1_ENUMERATED_TABLE()
|
/third_party/gn/src/gn/ |
D | value_unittest.cc | 12 Value strval(nullptr, "hi\" $me\\you\\$\\\""); in TEST() local 13 EXPECT_EQ("hi\" $me\\you\\$\\\"", strval.ToString(false)); in TEST() 14 EXPECT_EQ("\"hi\\\" \\$me\\you\\\\\\$\\\\\\\"\"", strval.ToString(true)); in TEST()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBJsonWire.php | 149 $str_value = strval($value); 157 $str_value = strval($value); 170 $str_value = strval($value); 211 $str_value = strval($value);
|
D | MapFieldIter.php | 106 return strval($key);
|
D | Message.php | 886 return strval($value); 1682 $size += strlen(strval($value)); 1689 $size += strlen(strval($value)); 1701 $size += strlen(strval($value)); 1736 $str_value = strval($value);
|
D | GPBUtil.php | 99 $var = strval($var);
|
/third_party/python/Lib/http/ |
D | cookies.py | 478 strval = str(val) 479 return strval, strval 611 strval = str(val) 612 return strval, _quote(strval)
|
/third_party/openssl/test/ |
D | params_test.c | 566 const char *strval; member 621 a.argname, a.strval, 0, NULL)) { in check_int_from_text() 624 a.argname, a.strval); in check_int_from_text() 632 a.argname, a.strval); in check_int_from_text() 640 "%d != %d", a.argname, a.strval, a.expected_res, res); in check_int_from_text() 645 a.argname, a.strval, a.expected_intval, val); in check_int_from_text() 650 a.argname, a.strval, in check_int_from_text()
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdparser.c | 781 gchar *strval; in gst_mpdparser_parse_segment_template_node() local 794 if (gst_xml_helper_get_prop_string (a_node, "media", &strval)) { in gst_mpdparser_parse_segment_template_node() 795 new_segment_template->media = strval; in gst_mpdparser_parse_segment_template_node() 800 if (gst_xml_helper_get_prop_string (a_node, "index", &strval)) { in gst_mpdparser_parse_segment_template_node() 801 new_segment_template->index = strval; in gst_mpdparser_parse_segment_template_node() 806 if (gst_xml_helper_get_prop_string (a_node, "initialization", &strval)) { in gst_mpdparser_parse_segment_template_node() 807 new_segment_template->initialization = strval; in gst_mpdparser_parse_segment_template_node() 813 if (gst_xml_helper_get_prop_string (a_node, "bitstreamSwitching", &strval)) { in gst_mpdparser_parse_segment_template_node() 814 new_segment_template->bitstreamSwitching = strval; in gst_mpdparser_parse_segment_template_node()
|
/third_party/googletest/googletest/src/hwext/ |
D | gtest-filter.cc | 142 string strval = string(vstr); in postParsingArguments() local 143 vector<string> vectemp = SplitString(strval, kCandidateSeps); in postParsingArguments()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
D | Mf2Serializer.java | 113 String strval = end == -1 ? input.substring(from) : input.substring(from, end); in toString() local 114 … return String.format("Token(\"%s\", [%d, %d], %s) // \"%s\"", name, begin, end, kind, strval); in toString()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstevent.c | 649 GValue strval = G_VALUE_INIT; in gst_event_new_select_streams() local 651 g_value_init (&strval, G_TYPE_STRING); in gst_event_new_select_streams() 652 g_value_set_string (&strval, str); in gst_event_new_select_streams() 653 gst_value_list_append_and_take_value (&val, &strval); in gst_event_new_select_streams()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 73919 const char *strval; member
|