/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/x509v3/ |
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/flutter/skia/third_party/externals/sdl/src/power/macosx/ |
D | SDL_syspower.c | 42 CFStringRef strval; /* don't CFRelease() this. */ in checkps() local 56 if (!GETVAL(kIOPSPowerSourceStateKey, &strval)) { in checkps() 60 if (STRMATCH(strval, CFSTR(kIOPSACPowerValue))) { in checkps() 62 } else if (!STRMATCH(strval, CFSTR(kIOPSBatteryPowerValue))) { in checkps()
|
/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/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/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/gettext/gnulib-local/lib/libxml/ |
D | xpath.c | 4575 xmlChar * strval; in xmlXPathDistinctSorted() local 4588 strval = xmlXPathCastNodeToString(cur); in xmlXPathDistinctSorted() 4589 if (xmlHashLookup(hash, strval) == NULL) { in xmlXPathDistinctSorted() 4590 xmlHashAddEntry(hash, strval, strval); in xmlXPathDistinctSorted() 4594 xmlFree(strval); in xmlXPathDistinctSorted() 5924 xmlChar *strval; in xmlXPathCastNodeToNumber() local 5929 strval = xmlXPathCastNodeToString(node); in xmlXPathCastNodeToNumber() 5930 if (strval == NULL) in xmlXPathCastNodeToNumber() 5932 ret = xmlXPathCastStringToNumber(strval); in xmlXPathCastNodeToNumber() 5933 xmlFree(strval); in xmlXPathCastNodeToNumber()
|
D | relaxng.c | 646 const xmlChar * strval, void *value); 2527 const xmlChar * val, const xmlChar * strval, in xmlRelaxNGSchemaFacetCheck() argument 2534 if ((type == NULL) || (strval == NULL)) in xmlRelaxNGSchemaFacetCheck() 2580 ret = xmlSchemaValidateFacet(typ, facet, strval, value); in xmlRelaxNGSchemaFacetCheck()
|
/third_party/libxml2/ |
D | xpath.c | 4514 xmlChar * strval; in xmlXPathDistinctSorted() local 4527 strval = xmlXPathCastNodeToString(cur); in xmlXPathDistinctSorted() 4528 if (xmlHashLookup(hash, strval) == NULL) { in xmlXPathDistinctSorted() 4529 xmlHashAddEntry(hash, strval, strval); in xmlXPathDistinctSorted() 4534 xmlFree(strval); in xmlXPathDistinctSorted() 5867 xmlChar *strval; in xmlXPathCastNodeToNumber() local 5872 strval = xmlXPathCastNodeToString(node); in xmlXPathCastNodeToNumber() 5873 if (strval == NULL) in xmlXPathCastNodeToNumber() 5875 ret = xmlXPathCastStringToNumber(strval); in xmlXPathCastNodeToNumber() 5876 xmlFree(strval); in xmlXPathCastNodeToNumber()
|
D | relaxng.c | 617 const xmlChar * strval, void *value); 2498 const xmlChar * val, const xmlChar * strval, in xmlRelaxNGSchemaFacetCheck() argument 2505 if ((type == NULL) || (strval == NULL)) in xmlRelaxNGSchemaFacetCheck() 2551 ret = xmlSchemaValidateFacet(typ, facet, strval, value); in xmlRelaxNGSchemaFacetCheck()
|
/third_party/boost/tools/build/src/engine/ |
D | function.cpp | 686 case 'E': fp = &edits->empty; goto strval; in var_edit_parse() 687 case 'J': fp = &edits->join; goto strval; in var_edit_parse() 724 strval: in var_edit_parse()
|