Searched defs:isApplicable (Results 1 - 25 of 25) sorted by relevance

/external/junit-params/src/main/java/junitparams/internal/parameters/
H A DParametrizationStrategy.java5 boolean isApplicable(); method in interface:ParametrizationStrategy
H A DParametersFromCustomProvider.java18 public boolean isApplicable() { method in class:ParametersFromCustomProvider
H A DParametersFromExternalClassMethod.java22 public boolean isApplicable() { method in class:ParametersFromExternalClassMethod
H A DParametersFromTestClassMethod.java24 public boolean isApplicable() { method in class:ParametersFromTestClassMethod
H A DParametersFromValue.java20 public boolean isApplicable() { method in class:ParametersFromValue
H A DParametersFromExternalClassProvideMethod.java28 public boolean isApplicable() { method in class:ParametersFromExternalClassProvideMethod
/external/droiddriver/src/io/appium/droiddriver/validators/
H A DExemptRootValidator.java27 public boolean isApplicable(UiElement element, Action action) { method in class:ExemptRootValidator
H A DExemptScrollActionValidator.java29 public boolean isApplicable(UiElement element, Action action) { method in class:ExemptScrollActionValidator
H A DExemptedClassesValidator.java35 public boolean isApplicable(UiElement element, Action action) { method in class:ExemptedClassesValidator
H A DFirstApplicableValidator.java34 public boolean isApplicable(UiElement element, Action action) { method in class:FirstApplicableValidator
41 if (validator.isApplicable(element, action)) {
H A DValidator.java32 boolean isApplicable(UiElement element, Action action); method in interface:Validator
H A DVisibilityValidator.java27 public boolean isApplicable(UiElement element, Action action) { method in class:VisibilityValidator
H A DDefaultAccessibilityValidator.java33 public boolean isApplicable(UiElement element, Action action) { method in class:DefaultAccessibilityValidator
/external/proguard/src/proguard/classfile/attribute/
H A DExceptionInfo.java71 public boolean isApplicable(int instructionOffset) method in class:ExceptionInfo
82 public boolean isApplicable(int startOffset, int endOffset) method in class:ExceptionInfo
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/
H A DConstructorResolutionLogic.java58 public static boolean isApplicable(ResolvedConstructorDeclaration constructor, List<ResolvedType> argumentsTypes, method in class:ConstructorResolutionLogic
60 return isApplicable(constructor, argumentsTypes, typeSolver, false);
63 private static boolean isApplicable(ResolvedConstructorDeclaration constructor, List<ResolvedType> argumentsTypes, method in class:ConstructorResolutionLogic
157 List<ResolvedConstructorDeclaration> applicableConstructors = constructors.stream().filter((m) -> isApplicable(m, argumentsTypes, typeSolver, wildcardTolerance)).collect(Collectors.toList());
H A DMethodResolutionLogic.java68 public static boolean isApplicable(ResolvedMethodDeclaration method, String name, List<ResolvedType> argumentsTypes, TypeSolver typeSolver) { method in class:MethodResolutionLogic
69 return isApplicable(method, name, argumentsTypes, typeSolver, false);
72 private static boolean isApplicable(ResolvedMethodDeclaration method, String name, List<ResolvedType> argumentsTypes, TypeSolver typeSolver, boolean withWildcardTolerance) { method in class:MethodResolutionLogic
276 public static boolean isApplicable(MethodUsage method, String name, List<ResolvedType> argumentsTypes, TypeSolver typeSolver) { method in class:MethodResolutionLogic
393 List<ResolvedMethodDeclaration> applicableMethods = getMethodsWithoutDuplicates(methods).stream().filter((m) -> isApplicable(m, name, argumentsTypes, typeSolver, wildcardTolerance)).collect(Collectors.toList());
537 List<MethodUsage> applicableMethods = methods.stream().filter((m) -> isApplicable(m, name, argumentsTypes, typeSolver)).collect(Collectors.toList());
/external/skia/src/core/
H A DSkMaskGamma.h173 * pre blend should be applied. SkTMaskPreBlend::isApplicable() is provided as
198 bool isApplicable() const { return SkToBool(this->fG); } function in class:SkTMaskPreBlend
/external/skqp/src/core/
H A DSkMaskGamma.h173 * pre blend should be applied. SkTMaskPreBlend::isApplicable() is provided as
198 bool isApplicable() const { return SkToBool(this->fG); } function in class:SkTMaskPreBlend
/external/clang/lib/Tooling/Core/
H A DReplacement.cpp52 bool Replacement::isApplicable() const { function in class:clang::tooling::Replacement
226 if (I->isApplicable()) {
243 if (I->isApplicable()) {
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader.java package proguard ...
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...

Completed in 461 milliseconds