Home
last modified time | relevance | path

Searched refs:nodes (Results 1 – 12 of 12) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/engine/
Dassembly_line.py62 def __init__(self, nodes): argument
68 self.nodes = nodes
80 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 …]
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/
DAsn1DerEncoder.java271 String[] nodes = oid.split("\\."); in toOid() local
272 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()
/tools/treble/build/sandbox/
Dnsjail.cfg108 # Explicitly mount required device file nodes
111 # device file nodes. So just mount the required device file nodes directly
115 # NsJail will just mount the container device nodes. When we use NsJail
117 # device nodes were already mounted in the NsJail.
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/sampling/engine/
Dassembly_line_test.py114 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)
/tools/apksig/src/main/java/com/android/apksig/
DSigningCertificateLineage.java480 List<SigningCertificateNode> nodes = in read() local
483 int minSdkVersion = calculateMinSdkVersion(nodes); in read()
484 return new SigningCertificateLineage(minSdkVersion, nodes); in read()
496 private static int calculateMinSdkVersion(List<SigningCertificateNode> nodes) { in calculateMinSdkVersion() argument
497 if (nodes == null) { in calculateMinSdkVersion()
501 for (SigningCertificateNode node : nodes) { in calculateMinSdkVersion()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/
DV3SigningCertificateLineage.java184 List<byte[]> nodes = new ArrayList<>(); in encodeSigningCertificateLineage() local
186 nodes.add(encodeSigningCertificateNode(node)); in encodeSigningCertificateLineage()
188 byte [] encodedSigningCertificateLineage = encodeAsSequenceOfLengthPrefixedElements(nodes); in encodeSigningCertificateLineage()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/stamp/
DSourceStampVerifier.java345 List<SourceStampCertificateLineage.SigningCertificateNode> nodes = in readStampCertificateLineage() local
348 for (int i = 0; i < nodes.size(); i++) { in readStampCertificateLineage()
349 result.certificateLineage.add(nodes.get(i).signingCert); in readStampCertificateLineage()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dui_utils.py138 nodes = screen_dump_xml.getElementsByTagName('node')
141 for node in nodes:
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiPasspointLanguageTest.py181 nodes = screen_dump.getElementsByTagName("node")
183 for node in nodes:
DWifiPasspointTest.py162 nodes = screen_dump.getElementsByTagName("node")
164 for node in nodes:
/tools/test/connectivity/acts_tests/tests/google/net/
DCaptivePortalTest.py108 nodes = screen_dump.getElementsByTagName('node')
109 for node in nodes:
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt83 number of addressable nodes, and simpler auto-configuration of
87 a packet to any one of a group of nodes.
148 link - a communication facility or medium over which nodes can
155 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 in
626 intermediate nodes to be "visited" on the way to a packet's
656 listed intermediate nodes still to be visited
793 listed intermediate nodes still to be visited
[all …]