Searched refs:childNodes (Results 1 – 15 of 15) sorted by relevance
/aosp12/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | Debug.kt | 25 childNodes.forEach { child -> 35 if (childNodes.isEmpty()) {
|
H A D | Utils.kt | 102 val TypeDeclaration<*>.nestedTypes get() = childNodes.filterIsInstance<TypeDeclaration<*>>()
|
H A D | ClassPrinter.kt | 222 .childNodes
|
H A D | FileInfo.kt | 284 childNodes.filterIsInstance<ClassOrInterfaceDeclaration>()
|
/aosp12/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/ |
H A D | SourceTransformerTest.kt | 197 assertEquals(3, ifStmt.thenStmt.childNodes.size) 239 assertEquals(3, ifStmt.thenStmt.childNodes.size) 277 assertEquals(4, ifStmt.thenStmt.childNodes.size) 314 assertEquals(1, ifStmt.thenStmt.childNodes.size) 348 assertEquals(3, ifStmt.thenStmt.childNodes.size) 386 assertEquals(4, ifStmt.thenStmt.childNodes.size)
|
/aosp12/build/soong/scripts/ |
H A D | manifest.py | 28 for child in parent.childNodes: 125 for node in doc.childNodes:
|
/aosp12/packages/providers/CalendarProvider/ |
H A D | maketests.py | 85 for c in recurrence.childNodes: 113 for c in entry.getElementsByTagName('title')[0].childNodes:
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/certificate/ |
H A D | CertUtils.java | 211 NodeList childNodes = parent.getChildNodes(); in getXmlDirectChildren() local 212 for (int i = 0; i < childNodes.getLength(); i++) { in getXmlDirectChildren() 213 Node node = childNodes.item(i); in getXmlDirectChildren()
|
/aosp12/frameworks/base/tools/preload/ |
H A D | sorttable.js | 123 forEach(theadrow.childNodes, function(cell) { 233 for (var i = 0; i < node.childNodes.length; i++) { 234 innerText += sorttable.getInnerText(node.childNodes[i]);
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/ |
H A D | PpsMoParser.java | 585 List<PPSNode> childNodes = new ArrayList<PPSNode>(); in buildPpsNode() local 602 childNodes.add(ppsNode); in buildPpsNode() 616 if (nodeValue == null && childNodes.size() == 0) { in buildPpsNode() 620 if (nodeValue != null && childNodes.size() > 0) { in buildPpsNode() 628 return new InternalNode(nodeName, childNodes); in buildPpsNode()
|
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | search_autocomplete.js | 24 var link = row.cells[0].childNodes[0];
|
H A D | jquery-resizable.min.js | 12 …childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})… 19 …rn T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=func… argument
|
H A D | jquery-1.6.2.min.js | 16 …ildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(… 17 …childNodes,0)[0].nodeType}catch(q){p=function(a,b){var c=0,d=b||[];if(e.call(a)==="[object Array]"… argument
|
/aosp12/frameworks/base/tools/xmlpersistence/src/main/kotlin/ |
H A D | Parser.kt | 194 for (childNode in childNodes) {
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | okio-1.15.0.jar | META-INF/
META-INF/MANIFEST.MF
okio/
okio/AsyncTimeout$Watchdog. ... |