/external/protobuf/gtest/test/ |
D | gtest_xml_test_utils.py | 71 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue) 136 not child.nodeValue.isspace()): 138 child.nodeValue) 140 children["detail"].nodeValue += child.nodeValue 166 cdata = re.sub(r"^.*[/\\](.*:)\d+\n", "\\1*\n", child.nodeValue) 168 child.nodeValue = re.sub(r"\nStack trace:\n(.|\n)*",
|
/external/v8/testing/gtest/test/ |
D | gtest_xml_test_utils.py | 72 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue) 141 not child.nodeValue.isspace()): 143 child.nodeValue) 145 children['detail'].nodeValue += child.nodeValue 188 cdata = re.sub(source_line_pat, '\\1*\n', child.nodeValue) 190 child.nodeValue = re.sub(r'\nStack trace:\n(.|\n)*',
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_xml_test_utils.py | 72 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/ |
D | gtest_xml_test_utils.py | 72 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue) 141 not child.nodeValue.isspace()): 143 child.nodeValue) 145 children['detail'].nodeValue += child.nodeValue 188 cdata = re.sub(source_line_pat, '\\1*\n', child.nodeValue) 190 child.nodeValue = re.sub(r'\nStack trace:\n(.|\n)*',
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_xml_test_utils.py | 72 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue) 141 not child.nodeValue.isspace()): 143 child.nodeValue) 145 children['detail'].nodeValue += child.nodeValue 188 cdata = re.sub(source_line_pat, '\\1*\n', child.nodeValue) 190 child.nodeValue = re.sub(r'\nStack trace:\n(.|\n)*',
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/ |
D | Representer.java | 92 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()
|
D | BaseRepresenter.java | 156 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/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue139/ |
D | UniqueKeyTest.java | 47 List<NodeTuple> nodeValue = (List<NodeTuple>) node.getValue(); in constructMapping2ndStep() local 48 for (NodeTuple tuple : nodeValue) { in constructMapping2ndStep()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/ |
D | SafeConstructor.java | 94 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()
|
D | BaseConstructor.java | 359 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()
|
D | Constructor.java | 227 List<NodeTuple> nodeValue = node.getValue(); in constructJavaBean2ndStep() local 228 for (NodeTuple tuple : nodeValue) { in constructJavaBean2ndStep()
|
/external/okhttp/website/static/ |
D | prettify.js | 6 …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/chromium-trace/catapult/telemetry/third_party/WebKit/PerformanceTests/resources/ |
D | jquery.tablesorter.min.js | 3 …nodeValue=false,keepLooking=true;while(nodeValue==''&&keepLooking){rowIndex++;if(rows[rowIndex]){n…
|
/external/deqp/scripts/log/ |
D | log_parser.py | 170 statusCode = resultItems[0].getAttributeNode('StatusCode').nodeValue
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffdocview.cpp | 769 CXFA_Node* nodeValue = refNode->GetFirstChildByName(uValueHash); in RunBindItems() local 770 wsValue = nodeValue ? nodeValue->GetContent() : refNode->GetContent(); in RunBindItems()
|
/external/owasp/sanitizer/tools/ |
D | cut_release.py | 76 if node.nodeType == 3: return node.nodeValue
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOM3TreeWalker.java | 930 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
D | TestResultsGenerator.java | 327 String nodeValue = idNode.getNodeValue(); in parseCompileLog() local 328 if (ForbiddenReferenceID.equals(nodeValue)) { in parseCompileLog() 330 } else if (DiscouragedReferenceID.equals(nodeValue)) { in parseCompileLog()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
D | SAX2DTM2.java | 3286 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/ |
D | html-containment.js | 350 out.push(node.nodeValue);
|
/external/slf4j/slf4j-site/src/site/pages/js/ |
D | prettify.js | 7 ….name.toLowerCase(),'="',$(b.value),'"');break;case 3:case 4:a.push(E(b.nodeValue));break}}var F=n…
|
/external/deqp/framework/delibs/coding_guidelines/ |
D | prettify.js | 7 ….name.toLowerCase(),'="',$(b.value),'"');break;case 3:case 4:a.push(E(b.nodeValue));break}}var F=n…
|
/external/clang/tools/scan-build-py/libscanbuild/resources/ |
D | sorttable.js | 228 return node.nodeValue.replace(/^\s+|\s+$/g, '');
|
/external/clang/tools/scan-build/share/scan-build/ |
D | sorttable.js | 228 return node.nodeValue.replace(/^\s+|\s+$/g, '');
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | dom4j-1.6.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/dom4j/
org/ ... |