Searched refs:child (Results 1 – 12 of 12) sorted by relevance
192 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 …]
127 IFileEntry child = fileEntry; in getDescendant() local130 child = child.findChild(childName); in getDescendant()131 if (child == null) { in getDescendant()136 return child; in getDescendant()
108 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()
112 SignerConfig child, SignerCapabilities childCapabilities) in createSigningLineage() argument119 return signingCertificateLineage.spawnDescendant(parent, child, childCapabilities); in createSigningLineage()187 public SigningCertificateLineage spawnDescendant(SignerConfig parent, SignerConfig child) in spawnDescendant() argument190 if (parent == null || child == null) { in spawnDescendant()194 return spawnDescendant(parent, child, signerCapabilities); in spawnDescendant()206 SignerConfig parent, SignerConfig child, SignerCapabilities childCapabilities) in spawnDescendant() argument212 if (child == null) { in spawnDescendant()236 child.getCertificate(), signatureAlgorithm.getId())); in spawnDescendant()261 child.getCertificate(), sigAlgorithm, null, in spawnDescendant()
85 for (Description child : description.getChildren()) { in testFinished()86 for (Annotation a : child.getAnnotations()) { in testFinished()
207 ClassLoader child = super.getClassLoader(); in getClassLoader() local209 child = in getClassLoader()216 return child; in getClassLoader()
290 val child = salientElement.firstChild in extractReference() constant291 return if (child !is PsiReference) null else child in extractReference()
146 for (String child : testDevice.getChildren(root)) { in doRunAllTestsInSubdirectory()147 doRunAllTestsInSubdirectory(root + "/" + child, testDevice, listener); in doRunAllTestsInSubdirectory()
589 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()
447 for (String child : testDevice.getChildren(root)) { in doRunAllTestsInSubdirectory()448 doRunAllTestsInSubdirectory(root + "/" + child, testDevice, listener); in doRunAllTestsInSubdirectory()
META-INF/MANIFEST.MF META-INF/MTNMINDS.SF META-INF/MTNMINDS ...