Home
last modified time | relevance | path

Searched refs:nodeValue (Results 1 – 25 of 48) sorted by relevance

12

/external/google-breakpad/src/testing/gtest/test/
Dgtest_xml_test_utils.py72 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)
137 not child.nodeValue.isspace()):
139 child.nodeValue)
141 children['detail'].nodeValue += child.nodeValue
184 cdata = re.sub(source_line_pat, '\\1*\n', child.nodeValue)
186 child.nodeValue = re.sub(r'\nStack trace:\n(.|\n)*',
/external/googletest/googletest/test/
Dgtest_xml_test_utils.py65 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)
143 not child.nodeValue.isspace()):
145 child.nodeValue)
147 children['detail'].nodeValue += child.nodeValue
190 cdata = re.sub(source_line_pat, '\\1*\n', child.nodeValue)
192 child.nodeValue = re.sub(r'Stack trace:\n(.|\n)*',
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
DRepresenter.java92 Node nodeValue = tuple.getValueNode(); in representJavaBean() local
93 if (!(nodeValue instanceof ScalarNode && ((ScalarNode) nodeValue).getStyle() == null)) { in representJavaBean()
126 Node nodeValue = representData(propertyValue); in representJavaBeanProperty() local
129 NodeId nodeId = nodeValue.getNodeId(); in representJavaBeanProperty()
133 nodeValue.setTag(Tag.STR); in representJavaBeanProperty()
139 if (!nodeValue.getTag().equals(Tag.SET)) { in representJavaBeanProperty()
140 nodeValue.setTag(Tag.MAP); in representJavaBeanProperty()
145 checkGlobalTag(property, nodeValue, propertyValue); in representJavaBeanProperty()
150 return new NodeTuple(nodeKey, nodeValue); in representJavaBeanProperty()
DBaseRepresenter.java156 Node nodeValue = representData(entry.getValue()); in representMapping() local
160 if (!(nodeValue instanceof ScalarNode && ((ScalarNode) nodeValue).getStyle() == null)) { in representMapping()
163 value.add(new NodeTuple(nodeKey, nodeValue)); in representMapping()
/external/deqp/external/openglcts/scripts/verify/
Dsummary.py39 type = summary.getAttributeNode("Type").nodeValue
40 isConformant = summary.getAttributeNode("Conformant").nodeValue == "True"
50 runLog = n.getAttributeNode("FileName").nodeValue
52 cmdLine = n.getAttributeNode("CmdLine").nodeValue
60 …return TestRunSummary(type, isConformant, configRuns[0].getAttributeNode("FileName").nodeValue, ru…
Dverify_es.py55 sectionName = sectionItem.getAttributeNode('Name').nodeValue
125 caseListFile = testConfig.getAttributeNode("caseListFile").nodeValue
136 cmdLine = testConfig.getAttributeNode("commandLine").nodeValue
155 conformOs = testConfig.getAttributeNode("os").nodeValue
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DSafeConstructor.java94 List<NodeTuple> nodeValue = node.getValue(); in mergeNode() local
96 Collections.reverse(nodeValue); in mergeNode()
97 for (Iterator<NodeTuple> iter = nodeValue.iterator(); iter.hasNext();) { in mergeNode()
316 String nodeValue = scalar.getValue(); in construct() local
317 Matcher match = YMD_REGEXP.matcher(nodeValue); in construct()
330 match = TIMESTAMP_REGEXP.matcher(nodeValue); in construct()
332 throw new YAMLException("Unexpected timestamp: " + nodeValue); in construct()
DBaseConstructor.java359 List<NodeTuple> nodeValue = (List<NodeTuple>) node.getValue(); in constructMapping2ndStep() local
360 for (NodeTuple tuple : nodeValue) { in constructMapping2ndStep()
391 List<NodeTuple> nodeValue = (List<NodeTuple>) node.getValue(); in constructSet2ndStep() local
392 for (NodeTuple tuple : nodeValue) { in constructSet2ndStep()
DConstructor.java227 List<NodeTuple> nodeValue = node.getValue(); in constructJavaBean2ndStep() local
228 for (NodeTuple tuple : nodeValue) { in constructJavaBean2ndStep()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue139/
DUniqueKeyTest.java47 List<NodeTuple> nodeValue = (List<NodeTuple>) node.getValue(); in constructMapping2ndStep() local
48 for (NodeTuple tuple : nodeValue) { in constructMapping2ndStep()
/external/okhttp/website/static/
Dprettify.js6 …c||"li"===c)s[j]="\n",m[j<<1]=x++,m[j++<<1|1]=a}}else if(c==3||c==4)c=a.nodeValue,c.length&&(c=d?c…
7 …stChild;g;g=g.nextSibling)var b=g.nodeType,d=b===1?d?a:g:b===3?V.test(g.nodeValue)?a:d:d;return d=…
13 …bling)b(a);else if((c==3||c==4)&&g){var d=a.nodeValue,i=d.match(m);if(i)c=d.substring(0,i.index),a…
17 t))){s&&(G=G.replace(d,"\r"));A.nodeValue=G;var L=A.ownerDocument,o=L.createElement("span");o.class…
27 …ng;){var m=k.nodeType,o=(m===7||m===8)&&k.nodeValue;if(o?!/^\??prettify\b/.test(o):m!==3||/\S/.tes…
/external/python/httplib2/doc/html/_static/
Ddoctools.js68 var val = node.nodeValue;
77 node.nodeValue = val.substr(0, pos);
/external/python/cpython3/Lib/test/
Dtest_minidom.py214 self.confirm(a.nodeValue == "bar",
355 and el.attributes["spam"].nodeValue == "bam"
361 and el.attributes["spam"].nodeValue == "ham"
367 and el.attributes["spam"].nodeValue == "ham"
370 and el.attributes["spam2"].nodeValue == "bam"
375 and el.attributes["spam"].nodeValue == "ham"
378 and el.attributes["spam2"].nodeValue == "bam2"
648 and a1.nodeValue == a2.nodeValue
1087 node.childNodes[1].nodeValue = ""
1612 pi.nodeValue = "crash"
/external/python/cpython2/Lib/test/
Dtest_minidom.py205 self.confirm(a.nodeValue == "bar",
323 and el.attributes["spam"].nodeValue == "bam"
329 and el.attributes["spam"].nodeValue == "ham"
335 and el.attributes["spam"].nodeValue == "ham"
338 and el.attributes["spam2"].nodeValue == "bam"
343 and el.attributes["spam"].nodeValue == "ham"
346 and el.attributes["spam2"].nodeValue == "bam2"
523 and a1.nodeValue == a2.nodeValue
911 node.childNodes[1].nodeValue = ""
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLComparator.java1073 String nodeValue = ""; in extractMergeData() local
1078 nodeValue = temp; in extractMergeData()
1192 if (!nodeValue.equals("") && in extractMergeData()
1220 if (!index.equals(nodeValue) && !index.equals("Fallback")) { in extractMergeData()
1222 … addElement(childNodeName, parentNodeName, id, index, nodeValue, key, referenceUrl); in extractMergeData()
1229 if (!type.equals(nodeValue) && !type.equals("Fallback")) { in extractMergeData()
1231 … addElement(childNodeName, parentNodeName, id, type, nodeValue, key, referenceUrl); in extractMergeData()
/external/python/cpython3/Lib/xml/dom/
Dminidom.py329 nodeValue = None variable in DocumentFragment
396 nodeValue = value = property(_get_value, _set_value) variable in Attr
666 nodeValue = None variable in Element
978 nodeValue = property(_get_nodeValue, _set_nodeValue) variable in ProcessingInstruction
1009 data = nodeValue = property(_get_data, _set_data)
1283 nodeValue = None variable in DocumentType
1344 nodeValue = None variable in Entity
1383 nodeValue = None variable in Notation
1528 nodeValue = None variable in Document
/external/python/cpython2/Lib/xml/dom/
Dminidom.py320 nodeValue = None variable in DocumentFragment
632 nodeValue = None variable in Element
912 self.data = self.nodeValue = data
1131 self.data = self.nodeValue = data
1238 nodeValue = None variable in DocumentType
1299 nodeValue = None variable in Entity
1338 nodeValue = None variable in Notation
1480 nodeValue = None variable in Document
/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.cpp765 CXFA_Node* nodeValue = refNode->GetFirstChildByName(uValueHash); in RunBindItems() local
766 wsValue = nodeValue ? nodeValue->JSObject()->GetContent(false) in RunBindItems()
/external/deqp/scripts/log/
Dlog_parser.py173 statusCode = resultItems[0].getAttributeNode('StatusCode').nodeValue
/external/owasp/sanitizer/tools/
Dcut_release.py76 if node.nodeType == 3: return node.nodeValue
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java930 String nodeValue = node.getNodeValue();
931 int endIndex = nodeValue.indexOf("]]>");
935 String relatedData = nodeValue.substring(0, endIndex + 2);
956 String relatedData = nodeValue.substring(0, endIndex + 2);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java3286 String nodeValue = (String)m_values.elementAt(dataIndex); in copyNS() local
3288 handler.namespaceAfterStartElement(nodeName, nodeValue); in copyNS()
3378 String nodeValue = (String)m_values.elementAt(valueIndex); in copyAttribute() local
3380 handler.addAttribute(nodeName, nodeValue); in copyAttribute()
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js350 out.push(node.nodeValue);
/external/slf4j/slf4j-site/src/site/pages/js/
Dprettify.js7 ….name.toLowerCase(),'="',$(b.value),'"');break;case 3:case 4:a.push(E(b.nodeValue));break}}var F=n…
/external/deqp/framework/delibs/coding_guidelines/
Dprettify.js7 ….name.toLowerCase(),'="',$(b.value),'"');break;case 3:case 4:a.push(E(b.nodeValue));break}}var F=n…

12