Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DLongevityHostRunner.java192 for (Runner child : suite.getRunners()) { in run()
193 if (child instanceof IDeviceTest) { in run()
194 ((IDeviceTest) child).setDevice(mDevice); in run()
196 if (child instanceof IAbiReceiver) { in run()
197 ((IAbiReceiver) child).setAbi(mAbi); in run()
199 if (child instanceof IBuildReceiver) { in run()
200 ((IBuildReceiver) child).setBuild(mBuildInfo); in run()
202 if (child instanceof IInvocationContextReceiver) { in run()
203 ((IInvocationContextReceiver) child).setInvocationContext(mContext); in run()
205 if (child instanceof IMultiDeviceTest) { in run()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/device/
DFileEntryWrapper.java127 IFileEntry child = fileEntry; in getDescendant() local
130 child = child.findChild(childName); in getDescendant()
131 if (child == null) { in getDescendant()
136 return child; in getDescendant()
/tools/tradefederation/core/src/com/android/tradefed/util/
DRegexTrie.java108 for (RegexTrie<V> child : mChildren.values()) { in clear()
109 child.clear(); in clear()
207 for (Map.Entry<CompPattern, RegexTrie<V>> child : mChildren.entrySet()) { in recursiveRetrieve()
208 CompPattern pattern = child.getKey(); in recursiveRetrieve()
211 wildcardValue = child.getValue().getValue(); in recursiveRetrieve()
226 return child.getValue().recursiveRetrieve(captures, nextKeys); in recursiveRetrieve()
/tools/loganalysis/src/com/android/loganalysis/util/
DRegexTrie.java108 for (RegexTrie<V> child : mChildren.values()) { in clear()
109 child.clear(); in clear()
207 for (Map.Entry<CompPattern, RegexTrie<V>> child : mChildren.entrySet()) { in recursiveRetrieve()
208 CompPattern pattern = child.getKey(); in recursiveRetrieve()
211 wildcardValue = child.getValue().getValue(); in recursiveRetrieve()
226 return child.getValue().recursiveRetrieve(captures, nextKeys); in recursiveRetrieve()
/tools/apksig/src/main/java/com/android/apksig/
DSigningCertificateLineage.java112 SignerConfig child, SignerCapabilities childCapabilities) in createSigningLineage() argument
119 return signingCertificateLineage.spawnDescendant(parent, child, childCapabilities); in createSigningLineage()
187 public SigningCertificateLineage spawnDescendant(SignerConfig parent, SignerConfig child) in spawnDescendant() argument
190 if (parent == null || child == null) { in spawnDescendant()
194 return spawnDescendant(parent, child, signerCapabilities); in spawnDescendant()
206 SignerConfig parent, SignerConfig child, SignerCapabilities childCapabilities) in spawnDescendant() argument
212 if (child == null) { in spawnDescendant()
236 child.getCertificate(), signatureAlgorithm.getId())); in spawnDescendant()
261 child.getCertificate(), sigAlgorithm, null, in spawnDescendant()
/tools/tradefederation/core/src/com/android/tradefed/result/
DJUnit4ResultForwarder.java85 for (Description child : description.getChildren()) { in testFinished()
86 for (Annotation a : child.getAnnotations()) { in testFinished()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DJarHostTestTest.java207 ClassLoader child = super.getClassLoader(); in getClassLoader() local
209 child = in getClassLoader()
216 return child; in getClassLoader()
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiItem.kt290 val child = salientElement.firstChild in extractReference() constant
291 return if (child !is PsiReference) null else child in extractReference()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGoogleBenchmarkTest.java146 for (String child : testDevice.getChildren(root)) { in doRunAllTestsInSubdirectory()
147 doRunAllTestsInSubdirectory(root + "/" + child, testDevice, listener); in doRunAllTestsInSubdirectory()
DHostTest.java589 for (Description child : desc.getChildren()) { in fakeDescriptionExecution()
590 fakeDescriptionExecution(child, listener); in fakeDescriptionExecution()
708 for (Description child : children) { in getTestMethods()
709 descriptions.push(child); in getTestMethods()
DGTest.java447 for (String child : testDevice.getChildren(root)) { in doRunAllTestsInSubdirectory()
448 doRunAllTestsInSubdirectory(root + "/" + child, testDevice, listener); in doRunAllTestsInSubdirectory()
/tools/tradefederation/core/res/jacoco/
Djacocoant.jarMETA-INF/MANIFEST.MF META-INF/MTNMINDS.SF META-INF/MTNMINDS ...