/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/asn1/ |
D | Asn1NodeTest.java | 70 assertEquals(3, node.getChildren().size()); in testChildren() 71 assertEquals(0x35, node.getChildren().get(0).getTag()); in testChildren() 72 assertEquals(0x35, node.getChildren().get(1).getTag()); in testChildren() 73 assertEquals(0x37, node.getChildren().get(2).getTag()); in testChildren() 74 assertEquals(2, node.getChildren(0x35).size()); in testChildren() 75 assertEquals(0x35, node.getChildren(0x35).get(0).getTag()); in testChildren() 76 assertEquals(0x35, node.getChildren(0x35).get(1).getTag()); in testChildren() 77 assertEquals(1, node.getChild(0x35).getChildren().size()); in testChildren() 78 assertEquals(0, node.getChildren().get(1).getChildren().size()); in testChildren() 79 assertEquals(0x36, node.getChild(0x35).getChildren().get(0).getTag()); in testChildren() [all …]
|
D | Asn1DecoderTest.java | 53 assertEquals(1, root.getChildren().size()); in testNormalOperation() 54 assertEquals(1, root.getChildren(0x5A).size()); in testNormalOperation() 55 assertEquals(node, root.getChildren().get(0)); in testNormalOperation() 56 assertEquals(node, root.getChildren(0x5A).get(0)); in testNormalOperation()
|
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/ |
D | PpsMoParser.java | 261 public abstract List<PPSNode> getChildren(); in getChildren() method in PpsMoParser.PPSNode 292 public List<PPSNode> getChildren() { in getChildren() method in PpsMoParser.LeafNode 318 public List<PPSNode> getChildren() { in getChildren() method in PpsMoParser.InternalNode 361 for (XMLNode child : root.getChildren()) { in parseMoText() 417 for (XMLNode child : node.getChildren()) { in parsePpsNode() 477 if (node.getChildren().size() != 1) in parseUrn() 480 XMLNode typeNode = node.getChildren().get(0); in parseUrn() 481 if (typeNode.getChildren().size() != 1) { in parseUrn() 488 XMLNode ddfNameNode = typeNode.getChildren().get(0); in parseUrn() 489 if (!ddfNameNode.getChildren().isEmpty()) { in parseUrn() [all …]
|
D | XMLNode.java | 86 public List<XMLNode> getChildren() { in getChildren() method in XMLNode
|
/frameworks/av/media/libeffects/config/src/ |
D | EffectsConfig.cpp | 39 std::vector<std::reference_wrapper<const XMLElement>> getChildren(const XMLNode& node, in getChildren() function 237 for (auto& xmlApply : getChildren(xmlStream, "apply")) { in parseStream() 269 for (auto& xmlConfig : getChildren(doc, "audio_effects_conf")) { in parseWithPath() 272 for (auto& xmlLibraries : getChildren(xmlConfig, "libraries")) { in parseWithPath() 273 for (auto& xmlLibrary : getChildren(xmlLibraries, "library")) { in parseWithPath() 279 for (auto& xmlEffects : getChildren(xmlConfig, "effects")) { in parseWithPath() 280 for (auto& xmlEffect : getChildren(xmlEffects)) { in parseWithPath() 286 for (auto& xmlPreprocess : getChildren(xmlConfig, "preprocess")) { in parseWithPath() 287 for (auto& xmlStream : getChildren(xmlPreprocess, "stream")) { in parseWithPath() 293 for (auto& xmlPostprocess : getChildren(xmlConfig, "postprocess")) { in parseWithPath() [all …]
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/ |
D | FakeExpandableAdapter.java | 72 List<DataBindingItem> children = dataBindingItem.getChildren(); in createItems() 98 createItems(item, item.getChildren().size(), item.getCount(), mChildrenTypes, depth); in createItems() 105 List<AdapterItem> children = item.getChildren(); in getChildItem() 119 return item.getChildren().size(); in getChildrenCount()
|
D | AdapterItem.java | 51 List<AdapterItem> getChildren() { in getChildren() method in AdapterItem
|
/frameworks/base/media/java/android/mtp/ |
D | MtpStorageManager.java | 280 private Collection<MtpObject> getChildren() { in getChildren() method in MtpStorageManager.MtpObject 462 getChildren(obj); in getByPath() 540 Collection<MtpObject> children = getChildren(parent); in getObjects() 566 private synchronized Collection<MtpObject> getChildren(MtpObject object) { in getChildren() method in MtpStorageManager 596 return object.getChildren(); in getChildren() 651 Collection<MtpObject> children = new ArrayList<>(removed.getChildren()); in removeObjectFromCache() 847 if (!obj.isVisited() && obj.getChildren().size() > 0) { in checkConsistency() 863 for (MtpObject child : obj.getChildren()) { in checkConsistency() 895 getChildren(parent); // Ensure parent is visited in beginSendObject() 994 for (MtpObject child : new ArrayList<>(obj.getChildren())) in endRemoveObject() [all …]
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | UriMatcherTest.java | 125 ArrayList<UriMatcher> mChildren = getChildren(authorityChild); in testTextCreatesNoDuplicateStrings() 141 private ArrayList<UriMatcher> getChildren(UriMatcher matcher) in getChildren() method in UriMatcherTest 156 ArrayList<UriMatcher> children = getChildren(matcher); in getOnlyChild()
|
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/ |
D | Asn1Node.java | 313 List<Asn1Node> children = node.getChildren(); in getChild() 340 public List<Asn1Node> getChildren(int tag) in getChildren() method in Asn1Node 346 List<Asn1Node> children = getChildren(); in getChildren() 368 public List<Asn1Node> getChildren() throws InvalidAsn1DataException { in getChildren() method in Asn1Node
|
/frameworks/base/tools/aapt/ |
D | XMLNode.h | 72 const Vector<sp<XMLNode> >& getChildren() const; 73 Vector<sp<XMLNode> >& getChildren();
|
D | XMLNode.cpp | 688 const Vector<sp<XMLNode> >& XMLNode::getChildren() const in getChildren() function in XMLNode 694 Vector<sp<XMLNode> >& XMLNode::getChildren() in getChildren() function in XMLNode 1269 if (parent != NULL && parent->getChildren().size() > 0) { in characterData() 1270 node = parent->getChildren()[parent->getChildren().size()-1]; in characterData()
|
D | ResourceTable.cpp | 4775 if (node->getChildren().size() != 1) { in versionForCompat() 4779 node = node->getChildren().itemAt(0).get(); in versionForCompat() 4916 const Vector<sp<XMLNode> >& children = node->getChildren(); in modifyForCompat() 5029 const Vector<sp<XMLNode> >& children = parent->getChildren(); in findOnlyChildElement() 5096 Vector<sp<XMLNode> >& children = parent->getChildren(); in processBundleFormatImpl()
|
D | Resource.cpp | 983 … Vector<sp<XMLNode> >& children = const_cast<Vector<sp<XMLNode> >&>(application->getChildren()); in massageManifest() 1001 Vector<sp<XMLNode> >& children = const_cast<Vector<sp<XMLNode> >&>(root->getChildren()); in massageManifest()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | OptionalClassRunner.java | 101 protected List<Runner> getChildren() { in getChildren() method in OptionalClassRunner.ClassNotFoundRunner
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 292 public List<NotificationEntry> getChildren() { in getChildren() method in NotificationEntry 767 List<NotificationEntry> children = getChildren(); in isClearable()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Call.java | 1832 public List<Call> getChildren() { in getChildren() method in Call 2161 fireChildrenChanged(getChildren()); in internalUpdate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 342 List<NotificationEntry> childEntries = entry.getChildren(); in handleGroupSummaryRemoved()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | DrawableContainer.java | 901 public final Drawable[] getChildren() { in getChildren() method in DrawableContainer.DrawableContainerState
|
/frameworks/opt/setupwizard/tools/docs/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |
D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |