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

12

/external/droiddriver/src/io/appium/droiddriver/validators/
H A DFirstApplicableValidator.java34 public boolean isApplicable(UiElement element, Action action) { method in class:FirstApplicableValidator
41 if (validator.isApplicable(element, action)) {
H A DExemptRootValidator.java27 public boolean isApplicable(UiElement element, Action action) { method in class:ExemptRootValidator
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 DExemptScrollActionValidator.java29 public boolean isApplicable(UiElement element, Action action) { method in class:ExemptScrollActionValidator
H A DDefaultAccessibilityValidator.java33 public boolean isApplicable(UiElement element, Action action) { method in class:DefaultAccessibilityValidator
H A DExemptedClassesValidator.java35 public boolean isApplicable(UiElement element, Action action) { method in class:ExemptedClassesValidator
/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
H A DCodeAttribute.java167 if (exceptionInfo.isApplicable(offset))
184 if (exceptionInfo.isApplicable(startOffset, endOffset))
/external/proguard/src/proguard/classfile/visitor/
H A DExceptionExcludedOffsetFilter.java59 if (!exceptionInfo.isApplicable(instructionOffset))
H A DExceptionOffsetFilter.java59 if (exceptionInfo.isApplicable(instructionOffset))
H A DExceptionRangeFilter.java63 if (exceptionInfo.isApplicable(startOffset, endOffset))
/external/parameter-framework/upstream/parameter/
H A DDomainConfiguration.h111 bool isApplicable() const;
H A DDomainConfiguration.cpp408 bool CDomainConfiguration::isApplicable() const
/external/clang/lib/Tooling/Core/
H A DReplacement.cpp51 bool Replacement::isApplicable() const { function in class:clang::tooling::Replacement
231 if (I->isApplicable()) {
248 if (I->isApplicable()) {
/external/clang/include/clang/Tooling/Core/
H A DReplacement.h103 bool isApplicable() const;
/external/parameter-framework/upstream/tools/coverage/
H A Dcoverage.py376 isApplicable = self._isApplicable(criteria, childApplicability)
378 if isApplicable :
381 self.debug("Rule applicability: %s" % isApplicable)
382 assert(isApplicable == True or isApplicable == False)
384 return isApplicable
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/src/proguard/preverify/
H A DCodeSubroutineInliner.java363 if (!exceptionInfo.isApplicable(offset + ((BranchInstruction)instruction).branchOffset))
/external/skia/src/core/
H A DSkMaskGamma.h172 * pre blend should be applied. SkTMaskPreBlend::isApplicable() is provided as
197 bool isApplicable() const { return SkToBool(this->fG); } function in class:SkTMaskPreBlend
H A DSkScalerContext.cpp434 if (maskPreBlend.isApplicable()) {
439 if (maskPreBlend.isApplicable()) {
523 if (fPreBlend.isApplicable()) {
581 if (fPreBlendForFilter.isApplicable()) {
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp370 if (fPreBlend.isApplicable()) {
499 if (SkMask::kA8_Format == glyph.fMaskFormat && fPreBlend.isApplicable()) {
/external/droiddriver/src/io/appium/droiddriver/base/
H A DBaseUiElement.java172 if (validator != null && validator.isApplicable(this, action)) {

Completed in 697 milliseconds

12