/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/engine/ |
D | assembly_line.py | 62 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/ |
D | Asn1DerEncoder.java | 271 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/ |
D | nsjail.cfg | 108 # 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/tradefederation/core/javatests/com/android/tradefed/result/suite/ |
D | XmlSuiteResultFormatterTest.java | 875 NodeList nodes = getXmlNodes(xml, xPathExpression); in assertXmlContainsNode() local 878 nodes); in assertXmlContainsNode() 883 xml, xPathExpression, nodes.getLength()), in assertXmlContainsNode() 884 nodes.getLength() >= 1); in assertXmlContainsNode() 885 return nodes; in assertXmlContainsNode() 891 NodeList nodes = getXmlNodes(xml, xPathExpression); in assertXmlNotContainNode() local 894 nodes); in assertXmlNotContainNode() 899 xml, xPathExpression, nodes.getLength()), in assertXmlNotContainNode() 901 nodes.getLength()); in assertXmlNotContainNode() 910 NodeList nodes = assertXmlContainsNode(xml, xPathExpression); in assertXmlContainsValue() local [all …]
|
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/sampling/engine/ |
D | assembly_line_test.py | 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)
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/ |
D | V3SigningCertificateLineage.java | 184 List<byte[]> nodes = new ArrayList<>(); in encodeSigningCertificateLineage() local 186 nodes.add(encodeSigningCertificateNode(node)); in encodeSigningCertificateLineage() 188 byte [] encodedSigningCertificateLineage = encodeAsSequenceOfLengthPrefixedElements(nodes); in encodeSigningCertificateLineage()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/ |
D | ui_utils.py | 138 nodes = screen_dump_xml.getElementsByTagName('node') 141 for node in nodes:
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/stamp/ |
D | SourceStampVerifier.java | 346 List<SourceStampCertificateLineage.SigningCertificateNode> nodes = in readStampCertificateLineage() local 349 for (int i = 0; i < nodes.size(); i++) { in readStampCertificateLineage() 350 result.certificateLineage.add(nodes.get(i).signingCert); in readStampCertificateLineage()
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiPasspointLanguageTest.py | 181 nodes = screen_dump.getElementsByTagName("node") 183 for node in nodes:
|
D | WifiPasspointTest.py | 158 nodes = screen_dump.getElementsByTagName("node") 160 for node in nodes:
|
/tools/apksig/src/main/java/com/android/apksig/ |
D | SigningCertificateLineage.java | 525 List<SigningCertificateNode> nodes = in read() local 528 int minSdkVersion = calculateMinSdkVersion(nodes); in read() 529 return new SigningCertificateLineage(minSdkVersion, nodes); in read() 541 private static int calculateMinSdkVersion(List<SigningCertificateNode> nodes) { in calculateMinSdkVersion() argument 542 if (nodes == null) { in calculateMinSdkVersion() 546 for (SigningCertificateNode node : nodes) { in calculateMinSdkVersion()
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | CaptivePortalTest.py | 108 nodes = screen_dump.getElementsByTagName('node') 109 for node in nodes:
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 83 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 …]
|
/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | build_event_stream.proto | 1029 // How many Skyframe nodes there are in memory at the end of the build. This 1030 // may underestimate the number of nodes when running with memory-saving 1031 // settings or with Skybuild, and may overestimate if there are nodes from
|