Searched refs:node (Results 1 – 10 of 10) sorted by relevance
192 for (SigningCertificateNode node : signingCertificateLineage) { in encodeSigningCertificateLineage()193 nodes.add(encodeSigningCertificateNode(node)); in encodeSigningCertificateLineage()206 public static byte[] encodeSigningCertificateNode(SigningCertificateNode node) { in encodeSigningCertificateNode() argument215 if (node.parentSigAlgorithm != null) { in encodeSigningCertificateNode()216 parentSigAlgorithmId = node.parentSigAlgorithm.getId(); in encodeSigningCertificateNode()219 if (node.sigAlgorithm != null) { in encodeSigningCertificateNode()220 sigAlgorithmId = node.sigAlgorithm.getId(); in encodeSigningCertificateNode()222 byte[] prefixedSignedData = encodeSignedData(node.signingCert, parentSigAlgorithmId); in encodeSigningCertificateNode()223 byte[] prefixedSignature = encodeAsLengthPrefixedElement(node.signature); in encodeSigningCertificateNode()228 result.putInt(node.flags); in encodeSigningCertificateNode()
258 int node; in toOid() local260 node = Integer.parseInt(nodeString); in toOid()264 if (node < 0) { in toOid()265 throw new Asn1EncodingException("Invalid value for node #" + (i + 1) + ": " + node); in toOid()267 if (node <= 0x7f) { in toOid()268 encodedValue.write(node); in toOid()271 if (node < 1 << 14) { in toOid()272 encodedValue.write(0x80 | (node >> 7)); in toOid()273 encodedValue.write(node & 0x7f); in toOid()276 if (node < 1 << 21) { in toOid()[all …]
461 long node = decodeBase128UnsignedLong(encodedOid); in oidToString() local462 result.append('.').append(Long.toString(node)); in oidToString()
234 Node node = nodes.item(i); in parseResultXml() local235 if (node.getNodeType() == Node.ELEMENT_NODE) { in parseResultXml()236 Element testResult = (Element) node; in parseResultXml()278 Node node = tagNode.getChildNodes().item(0); in getData() local279 if (node != null) { in getData()280 return node.getNodeValue(); in getData()
179 override fun visitThrowExpression(node: UThrowExpression): Boolean { in <lambda>()180 val type = node.thrownExpression.getExpressionType() in <lambda>()183 if (exceptionClass != null && !isCaught(exceptionClass, node)) { in <lambda>()187 return super.visitThrowExpression(node) in <lambda>()190 private fun isCaught(exceptionClass: ClassItem, node: UThrowExpression): Boolean { in <lambda>()191 var current: UElement = node in <lambda>()
134 node - a device that implements IPv6.136 router - a node that forwards IPv6 packets not explicitly139 host - any node that is not a router. [See Note below].157 interface - a node's attachment to a link.176 a source node and a destination node.241 each node that forwards the packet. The packet321 by any node along a packet's delivery path, until the packet reaches322 the node (or each of the set of nodes, in the case of multicast)345 and processed by every node along a packet's delivery path, including351 If, as a result of processing a header, a node is required to proceed[all …]
171 Node node = (Node) expr.evaluate(doc, XPathConstants.NODE); in getNodeForXPath() local172 return node; in getNodeForXPath()
348 for (SigningCertificateNode node : nodes) { in calculateMinSdkVersion()349 if (node.sigAlgorithm != null) { in calculateMinSdkVersion()350 int nodeMinSdkVersion = node.sigAlgorithm.getMinSdkVersion(); in calculateMinSdkVersion()
... value org.jacoco.core.analysis.ICoverageNode node org.jacoco.report.check.Rule rule ...
META-INF/MANIFEST.MF META-INF/MTNMINDS.SF META-INF/MTNMINDS ...