Searched refs:nodes (Results 1 – 12 of 12) sorted by relevance
62 def __init__(self, nodes): argument68 self.nodes = nodes80 if not self.nodes:85 process_pool = multiprocessing.Pool(processes=len(self.nodes))86 for node in self.nodes:98 with ThreadPoolExecutor(max_workers=len(self.nodes)) as thread_pool:99 for node in self.nodes:139 self.nodes = []169 if self.nodes:173 self.nodes.append(AssemblyLine.Node(transformer, input_stream))[all …]
271 String[] nodes = oid.split("\\."); in toOid() local272 if (nodes.length < 2) { in toOid()278 firstNode = Integer.parseInt(nodes[0]); in toOid()280 throw new Asn1EncodingException("Node #1 not numeric: " + nodes[0]); in toOid()288 secondNode = Integer.parseInt(nodes[1]); in toOid()290 throw new Asn1EncodingException("Node #2 not numeric: " + nodes[1]); in toOid()302 for (int i = 2; i < nodes.length; i++) { in toOid()303 String nodeString = nodes[i]; in toOid()
108 # Explicitly mount required device file nodes111 # device file nodes. So just mount the required device file nodes directly115 # NsJail will just mount the container device nodes. When we use NsJail117 # device nodes were already mounted in the NsJail.
114 self.assertEqual(input_stream, builder.nodes[-1].input_stream)123 self.assertIsInstance(builder.nodes[-1].input_stream,165 self.assertEqual(dummy_transformer, builder.nodes[-1].transformer)178 builder.nodes[-1].input_stream._buffer_queue)
459 List<SigningCertificateNode> nodes = in read() local462 int minSdkVersion = calculateMinSdkVersion(nodes); in read()463 return new SigningCertificateLineage(minSdkVersion, nodes); in read()475 private static int calculateMinSdkVersion(List<SigningCertificateNode> nodes) { in calculateMinSdkVersion() argument476 if (nodes == null) { in calculateMinSdkVersion()480 for (SigningCertificateNode node : nodes) { in calculateMinSdkVersion()
184 List<byte[]> nodes = new ArrayList<>(); in encodeSigningCertificateLineage() local186 nodes.add(encodeSigningCertificateNode(node)); in encodeSigningCertificateLineage()188 byte [] encodedSigningCertificateLineage = encodeAsSequenceOfLengthPrefixedElements(nodes); in encodeSigningCertificateLineage()
328 List<SourceStampCertificateLineage.SigningCertificateNode> nodes = in readStampCertificateLineage() local331 for (int i = 0; i < nodes.size(); i++) { in readStampCertificateLineage()332 result.certificateLineage.add(nodes.get(i).signingCert); in readStampCertificateLineage()
432 val nodes = method.instructions in <lambda>() constant433 for (i in 0 until nodes.size()) { in <lambda>()434 val instruction = nodes.get(i) in <lambda>()
87 nodes = screen_dump.getElementsByTagName('node')88 for node in nodes:
136 nodes = screen_dump_xml.getElementsByTagName('node')137 for node in nodes:
83 number of addressable nodes, and simpler auto-configuration of87 a packet to any one of a group of nodes.148 link - a communication facility or medium over which nodes can155 neighbors - nodes attached to the same link.322 the node (or each of the set of nodes, in the case of multicast)346 the source and destination nodes. The Hop-by-Hop Options header,428 IPv6 nodes must accept and attempt to process extension headers in626 intermediate nodes to be "visited" on the way to a packet's656 listed intermediate nodes still to be visited793 listed intermediate nodes still to be visited[all …]
162 nodes = screen_dump.getElementsByTagName("node")164 for node in nodes: