/external/fonttools/Tests/varLib/ |
D | interpolate_layout_test.py | 121 finder = lambda s: s.replace(ufo_dir, self.tempdir).replace('.ufo', suffix) function 145 finder = lambda s: s.replace(ufo_dir, self.tempdir).replace('.ufo', suffix) function 185 finder = lambda s: s.replace(ufo_dir, self.tempdir).replace('.ufo', suffix) function 214 finder = lambda s: s.replace(ufo_dir, self.tempdir).replace('.ufo', suffix) function 248 finder = lambda s: s.replace(ufo_dir, self.tempdir).replace('.ufo', suffix) function 283 finder = lambda s: s.replace(ufo_dir, self.tempdir).replace('.ufo', suffix) function 312 finder = lambda s: s.replace(ufo_dir, self.tempdir).replace('.ufo', suffix) function 346 finder = lambda s: s.replace(ufo_dir, self.tempdir).replace('.ufo', suffix) function 381 finder = lambda s: s.replace(ufo_dir, self.tempdir).replace('.ufo', suffix) function 410 finder = lambda s: s.replace(ufo_dir, self.tempdir).replace('.ufo', suffix) function [all …]
|
/external/droiddriver/src/io/appium/droiddriver/ |
D | DroidDriver.java | 31 boolean has(Finder finder); in has() 56 boolean has(Finder finder, long timeoutMillis); in has() 67 UiElement on(Finder finder); in on() 79 UiElement find(Finder finder); in find() 96 void checkExists(Finder finder); in checkExists() 106 void checkGone(Finder finder); in checkGone()
|
D | Poller.java | 34 void onTimeout(DroidDriver driver, Finder finder); in onTimeout() 44 void onPolling(DroidDriver driver, Finder finder); in onPolling() 76 T check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException; in check() 130 <T> T pollFor(DroidDriver driver, Finder finder, ConditionChecker<T> checker); in pollFor() 138 <T> T pollFor(DroidDriver driver, Finder finder, ConditionChecker<T> checker, long timeoutMillis); in pollFor()
|
/external/droiddriver/src/io/appium/droiddriver/base/ |
D | AbstractDroidDriver.java | 36 public boolean has(Finder finder) { in has() 47 public boolean has(Finder finder, long timeoutMillis) { in has() 57 public UiElement on(Finder finder) { in on() 63 public void checkExists(Finder finder) { in checkExists() 69 public void checkGone(Finder finder) { in checkGone()
|
D | DefaultPoller.java | 60 public <T> T pollFor(DroidDriver driver, Finder finder, ConditionChecker<T> checker) { in pollFor() 65 public <T> T pollFor(DroidDriver driver, Finder finder, ConditionChecker<T> checker, in pollFor()
|
D | CompositeDroidDriver.java | 46 public UiElement find(Finder finder) { in find()
|
/external/mockito/src/test/java/org/mockito/internal/debugging/ |
D | WarningsFinderTest.java | 32 …WarningsFinder finder = new WarningsFinder(asList(unusedStub), Arrays.<InvocationMatcher>asList()); in shouldPrintUnusedStub() local 45 …WarningsFinder finder = new WarningsFinder(Arrays.<Invocation>asList(), Arrays.<InvocationMatcher>… in shouldPrintUnstubbedInvocation() local 59 …WarningsFinder finder = new WarningsFinder(Arrays.<Invocation> asList(stub), Arrays.<InvocationMat… in shouldPrintStubWasUsedWithDifferentArgs() local
|
/external/droiddriver/src/io/appium/droiddriver/exceptions/ |
D | ElementNotFoundException.java | 26 public ElementNotFoundException(Finder finder) { in ElementNotFoundException() 30 public ElementNotFoundException(Finder finder, Throwable cause) { in ElementNotFoundException() 42 protected static String failMessage(Finder finder) { in failMessage()
|
/external/testng/src/main/java/org/testng/internal/annotations/ |
D | AnnotationHelper.java | 31 public static ITestAnnotation findTest(IAnnotationFinder finder, Class<?> cls) { in findTest() 35 public static ITestAnnotation findTest(IAnnotationFinder finder, Method m) { in findTest() 39 public static ITestAnnotation findTest(IAnnotationFinder finder, ITestNGMethod m) { in findTest() 43 public static IFactoryAnnotation findFactory(IAnnotationFinder finder, Method m) { in findFactory() 47 public static IFactoryAnnotation findFactory(IAnnotationFinder finder, Constructor c) { in findFactory() 51 public static ITestAnnotation findTest(IAnnotationFinder finder, Constructor ctor) { in findTest() 55 …public static IConfigurationAnnotation findConfiguration(IAnnotationFinder finder, Constructor cto… in findConfiguration() 79 public static IConfigurationAnnotation findConfiguration(IAnnotationFinder finder, Method m) { in findConfiguration()
|
/external/python/cpython3/Lib/test/test_importlib/source/ |
D | test_case_sensitivity.py | 22 def finder(self, path): member in CaseSensitivityTest 62 def find(self, finder): argument 73 def find(self, finder): argument
|
D | test_finder.py | 194 def _find(self, finder, name, loader_only=False): argument 208 def _find(self, finder, name, loader_only=False): argument 224 def _find(self, finder, name, loader_only=False): argument
|
/external/testng/src/main/java/org/testng/internal/ |
D | ExpectedExceptionsHolder.java | 14 protected final IAnnotationFinder finder; field in ExpectedExceptionsHolder 19 …protected ExpectedExceptionsHolder(IAnnotationFinder finder, ITestNGMethod method, IExpectedExcept… in ExpectedExceptionsHolder() 26 private static Class<?>[] findExpectedClasses(IAnnotationFinder finder, ITestNGMethod method) { in findExpectedClasses()
|
D | Configuration.java | 25 public Configuration(IAnnotationFinder finder) { in Configuration() 29 private void init(IAnnotationFinder finder) { in init() 39 public void setAnnotationFinder(IAnnotationFinder finder) { in setAnnotationFinder()
|
D | RegexpExpectedExceptionsHolder.java | 18 private final IAnnotationFinder finder; field in RegexpExpectedExceptionsHolder 21 public RegexpExpectedExceptionsHolder(IAnnotationFinder finder, ITestNGMethod method) { in RegexpExpectedExceptionsHolder()
|
D | TestNGMethod.java | 41 public TestNGMethod(Method method, IAnnotationFinder finder, XmlTest xmlTest, Object instance) { in TestNGMethod() 45 private TestNGMethod(Method method, IAnnotationFinder finder, boolean initialize, in TestNGMethod() 47 super(method.getName(), method, finder, instance); in TestNGMethod() local
|
D | Parameters.java | 50 IAnnotationFinder finder, in createInstantiationParameters() 72 IAnnotationFinder finder, in createConfigurationParameters() 120 IAnnotationFinder finder, in createParameters() 250 … IAnnotationFinder finder, ITestContext context) { in findDataProvider() 277 IAnnotationFinder finder) { in findDataProviderInfo() 310 IAnnotationFinder finder, in findDataProvider() 349 IAnnotationFinder finder, XmlSuite xmlSuite, Class annotationClass, String atName) in createParameters()
|
D | MethodHelper.java | 48 boolean forTests, RunInfo runInfo, IAnnotationFinder finder, in collectAndOrderMethods() 57 finder, in collectAndOrderMethods() local 158 protected static boolean isEnabled(Class<?> objectClass, IAnnotationFinder finder) { in isEnabled() 163 protected static boolean isEnabled(Method m, IAnnotationFinder finder) { in isEnabled() 271 List<ITestNGMethod> allMethods, IAnnotationFinder finder) { in sortMethods()
|
D | ClassHelper.java | 137 IAnnotationFinder finder) { in findDeclaredFactoryMethod() 286 IAnnotationFinder finder, in createInstance() 306 IAnnotationFinder finder, in createInstance1() 430 private static Constructor<?> findAnnotatedConstructor(IAnnotationFinder finder, in findAnnotatedConstructor()
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/ |
D | DexEntryFinderTest.java | 161 …private void assertEntryNotFound(DexEntryFinder finder, String entry, boolean exactMatch) throws I… in assertEntryNotFound() 170 …private void assertMultipleMatchingEntries(DexEntryFinder finder, String entry) throws IOException… in assertMultipleMatchingEntries() 179 …private void assertUnsupportedFileType(DexEntryFinder finder, String entry, boolean exactMatch) th… in assertUnsupportedFileType() 188 …private void assertDexFileNotFound(DexEntryFinder finder, String entry, boolean exactMatch) throws… in assertDexFileNotFound()
|
/external/mockito/src/main/java/org/mockito/internal/debugging/ |
D | WarningsPrinterImpl.java | 15 private final WarningsFinder finder; field in WarningsPrinterImpl 21 WarningsPrinterImpl(boolean warnAboutUnstubbed, WarningsFinder finder) { in WarningsPrinterImpl()
|
/external/pdfium/testing/tools/ |
D | suppressor.py | 11 def __init__(self, finder, feature_string): argument 20 def _LoadSuppressedSet(self, suppressions_filename, finder): argument
|
/external/apache-commons-bcel/src/test/java/org/apache/bcel/util/ |
D | InstructionFinderTest.java | 38 final InstructionFinder finder = new InstructionFinder(il); in testSearch() local
|
/external/guice/extensions/persist/src/com/google/inject/persist/finder/ |
D | DynamicFinder.java | 28 private final Finder finder; field in DynamicFinder
|
/external/fonttools/Lib/fontTools/varLib/ |
D | interpolate_layout.py | 76 finder = lambda s: s.replace('master_ufo', 'master_ttf_interpolatable').replace('.ufo', '.ttf') function
|
/external/apache-commons-bcel/src/test/java/org/apache/bcel/ |
D | InstructionFinderTestCase.java | 50 final InstructionFinder finder = new InstructionFinder(il); in testSearchAll() local
|