Home
last modified time | relevance | path

Searched refs:nextNode (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/asn1/
DAsn1DecoderTest.java45 Asn1Node root = decoder.nextNode(); in testNormalOperation()
75 Asn1Node root = decoder.nextNode(); in testHighTagNumberForm()
94 Asn1Node firstRoot = decoder.nextNode(); in testNodeList()
107 Asn1Node secondRoot = decoder.nextNode(); in testNodeList()
131 Asn1Node firstRoot = decoder.nextNode(); in testMissingData()
145 decoder.nextNode(); in testMissingData()
160 Asn1Node firstRoot = decoder.nextNode(); in testEmptyData()
172 Asn1Node secondRoot = decoder.nextNode(); in testEmptyData()
194 Asn1Node root = decoder.nextNode(); in testLongFormLength()
208 new Asn1Decoder("").nextNode(); in testDecodeEmptyByteArray()
[all …]
DAsn1NodeTest.java186 Asn1Node node = new Asn1Decoder(nodeHex).nextNode(); in testWriteToBytes()
/frameworks/base/native/android/
Dsystem_fonts.cpp350 xmlNode* nextNode = nextSibling(state->mFontNode, FONT_TAG); in findNextFontNode() local
351 while (nextNode == nullptr) { in findNextFontNode()
357 nextNode = firstElement(family, FONT_TAG); in findNextFontNode()
359 state->mFontNode = nextNode; in findNextFontNode()
360 return nextNode != nullptr; in findNextFontNode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccPort.java196 List<Asn1Node> profileNodes = new Asn1Decoder(response).nextNode() in getAllProfiles()
242 List<Asn1Node> profileNodes = new Asn1Decoder(response).nextNode() in getProfile()
651 .addChild(new Asn1Decoder(serverSigned1).nextNode()) in authenticateServer()
652 .addChild(new Asn1Decoder(serverSignature1).nextNode()) in authenticateServer()
653 .addChild(new Asn1Decoder(euiccCiPkIdToBeUsed).nextNode()) in authenticateServer()
654 .addChild(new Asn1Decoder(serverCertificate).nextNode()) in authenticateServer()
687 .addChild(new Asn1Decoder(smdpSigned2).nextNode()) in prepareDownload()
688 .addChild(new Asn1Decoder(smdpSignature2).nextNode()); in prepareDownload()
693 builder.addChild(new Asn1Decoder(smdpCertificate).nextNode()) in prepareDownload()
721 Asn1Node bppNode = new Asn1Decoder(boundProfilePackage).nextNode(); in loadBoundProfilePackage()
[all …]
DEuiccSpecVersion.java52 node = decoder.nextNode(); in fromOpenChannelResponse()
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
DAsn1Decoder.java84 public Asn1Node nextNode() throws InvalidAsn1DataException { in nextNode() method in Asn1Decoder
DAsn1Node.java91 mChildren.add(subDecoder.nextNode()); in addChildren()
376 mChildren.add(subDecoder.nextNode()); in getChildren()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h822 event_code_t nextNode();
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1291 return nextNode(); in next()
1701 ResXMLParser::event_code_t ResXMLParser::nextNode() in nextNode() function in android::ResXMLParser
1903 if (nextNode() == BAD_DOCUMENT) { in setTo()
/frameworks/base/config/
Dboot-image-profile.txt27935 HSPLjava/util/HashMap$HashIterator;->nextNode()Ljava/util/HashMap$Node;
28188 HSPLjava/util/LinkedHashMap$LinkedHashIterator;->nextNode()Ljava/util/LinkedHashMap$Entry;