Home
last modified time | relevance | path

Searched refs:strval (Results 1 – 16 of 16) sorted by relevance

/third_party/libsnd/src/
Dtest_endswap.def25 strval = "AB" ;
32 strval = "0123" ;
39 strval = "01234567" ;
Dtest_endswap.tpl113 { const char *test = "[+ (get "strval") +]" ;
/third_party/openssl/crypto/x509/
Dv3_enum.c45 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/
Dv3_enum.c45 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/
Dvalue_unittest.cc12 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/
DGPBJsonWire.php149 $str_value = strval($value);
157 $str_value = strval($value);
170 $str_value = strval($value);
211 $str_value = strval($value);
DMapFieldIter.php106 return strval($key);
DMessage.php886 return strval($value);
1682 $size += strlen(strval($value));
1689 $size += strlen(strval($value));
1701 $size += strlen(strval($value));
1736 $str_value = strval($value);
DGPBUtil.php99 $var = strval($var);
/third_party/python/Lib/http/
Dcookies.py478 strval = str(val)
479 return strval, strval
611 strval = str(val)
612 return strval, _quote(strval)
/third_party/openssl/test/
Dparams_test.c566 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/
Dgstmpdparser.c781 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/
Dgtest-filter.cc142 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/
DMf2Serializer.java113 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/
Dgstevent.c649 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/
Dvmlinux.h73919 const char *strval; member