/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/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/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 | 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 | 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 | 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 | 14 def __init__(self, finder, feature_string, js_disabled, xfa_disabled): argument 23 def _LoadSuppressedSet(self, suppressions_filename, finder): argument
|
/external/angle/third_party/spirv-tools/src/test/reduce/ |
D | remove_unreferenced_instruction_test.cpp | 32 RemoveUnreferencedInstructionReductionOpportunityFinder finder(true); in TEST() local 230 RemoveUnreferencedInstructionReductionOpportunityFinder finder(true); in TEST() local
|
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
D | remove_unreferenced_instruction_test.cpp | 32 RemoveUnreferencedInstructionReductionOpportunityFinder finder(true); in TEST() local 230 RemoveUnreferencedInstructionReductionOpportunityFinder finder(true); in TEST() local
|
/external/deqp-deps/SPIRV-Tools/test/reduce/ |
D | remove_unreferenced_instruction_test.cpp | 32 RemoveUnreferencedInstructionReductionOpportunityFinder finder(true); in TEST() local 230 RemoveUnreferencedInstructionReductionOpportunityFinder finder(true); in TEST() local
|
/external/angle/third_party/spirv-tools/src/source/reduce/ |
D | reducer.cpp | 138 std::unique_ptr<ReductionOpportunityFinder>&& finder) { in AddReductionPass() 144 std::unique_ptr<ReductionOpportunityFinder>&& finder) { in AddCleanupReductionPass()
|
D | reduction_pass.h | 39 std::unique_ptr<ReductionOpportunityFinder> finder) in ReductionPass()
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | reducer.cpp | 138 std::unique_ptr<ReductionOpportunityFinder>&& finder) { in AddReductionPass() 144 std::unique_ptr<ReductionOpportunityFinder>&& finder) { in AddCleanupReductionPass()
|
D | reduction_pass.h | 39 std::unique_ptr<ReductionOpportunityFinder> finder) in ReductionPass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reducer.cpp | 138 std::unique_ptr<ReductionOpportunityFinder>&& finder) { in AddReductionPass() 144 std::unique_ptr<ReductionOpportunityFinder>&& finder) { in AddCleanupReductionPass()
|
D | reduction_pass.h | 39 std::unique_ptr<ReductionOpportunityFinder> finder) in ReductionPass()
|
/external/apache-commons-bcel/src/test/java/org/apache/bcel/util/ |
D | InstructionFinderTest.java | 38 final InstructionFinder finder = new InstructionFinder(il); in testSearch() local
|