Home
last modified time | relevance | path

Searched defs:finder (Results 1 – 25 of 71) sorted by relevance

123

/external/fonttools/Tests/varLib/
Dinterpolate_layout_test.py121 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/
DWarningsFinderTest.java32 …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/
DAnnotationHelper.java31 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/
Dtest_case_sensitivity.py22 def finder(self, path): member in CaseSensitivityTest
62 def find(self, finder): argument
73 def find(self, finder): argument
Dtest_finder.py194 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/
DExpectedExceptionsHolder.java14 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()
DConfiguration.java25 public Configuration(IAnnotationFinder finder) { in Configuration()
29 private void init(IAnnotationFinder finder) { in init()
39 public void setAnnotationFinder(IAnnotationFinder finder) { in setAnnotationFinder()
DRegexpExpectedExceptionsHolder.java18 private final IAnnotationFinder finder; field in RegexpExpectedExceptionsHolder
21 public RegexpExpectedExceptionsHolder(IAnnotationFinder finder, ITestNGMethod method) { in RegexpExpectedExceptionsHolder()
DParameters.java50 IAnnotationFinder finder, in createInstantiationParameters()
72 IAnnotationFinder finder, in createConfigurationParameters()
120 IAnnotationFinder finder, in createParameters()
250IAnnotationFinder 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()
DTestNGMethod.java41 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
DMethodHelper.java48 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()
DClassHelper.java137 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/
DDexEntryFinderTest.java161 …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/
DWarningsPrinterImpl.java15 private final WarningsFinder finder; field in WarningsPrinterImpl
21 WarningsPrinterImpl(boolean warnAboutUnstubbed, WarningsFinder finder) { in WarningsPrinterImpl()
/external/pdfium/testing/tools/
Dsuppressor.py14 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/
Dremove_unreferenced_instruction_test.cpp32 RemoveUnreferencedInstructionReductionOpportunityFinder finder(true); in TEST() local
230 RemoveUnreferencedInstructionReductionOpportunityFinder finder(true); in TEST() local
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/
Dremove_unreferenced_instruction_test.cpp32 RemoveUnreferencedInstructionReductionOpportunityFinder finder(true); in TEST() local
230 RemoveUnreferencedInstructionReductionOpportunityFinder finder(true); in TEST() local
/external/deqp-deps/SPIRV-Tools/test/reduce/
Dremove_unreferenced_instruction_test.cpp32 RemoveUnreferencedInstructionReductionOpportunityFinder finder(true); in TEST() local
230 RemoveUnreferencedInstructionReductionOpportunityFinder finder(true); in TEST() local
/external/angle/third_party/spirv-tools/src/source/reduce/
Dreducer.cpp138 std::unique_ptr<ReductionOpportunityFinder>&& finder) { in AddReductionPass()
144 std::unique_ptr<ReductionOpportunityFinder>&& finder) { in AddCleanupReductionPass()
Dreduction_pass.h39 std::unique_ptr<ReductionOpportunityFinder> finder) in ReductionPass()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dreducer.cpp138 std::unique_ptr<ReductionOpportunityFinder>&& finder) { in AddReductionPass()
144 std::unique_ptr<ReductionOpportunityFinder>&& finder) { in AddCleanupReductionPass()
Dreduction_pass.h39 std::unique_ptr<ReductionOpportunityFinder> finder) in ReductionPass()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreducer.cpp138 std::unique_ptr<ReductionOpportunityFinder>&& finder) { in AddReductionPass()
144 std::unique_ptr<ReductionOpportunityFinder>&& finder) { in AddCleanupReductionPass()
Dreduction_pass.h39 std::unique_ptr<ReductionOpportunityFinder> finder) in ReductionPass()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/util/
DInstructionFinderTest.java38 final InstructionFinder finder = new InstructionFinder(il); in testSearch() local

123