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

12

/external/droiddriver/src/com/google/android/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 DValidator.java32 boolean isApplicable(UiElement element, Action action); method in interface:Validator
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 DVisibilityValidator.java27 public boolean isApplicable(UiElement element, Action action) { method in class:VisibilityValidator
H A DDefaultAccessibilityValidator.java31 public boolean isApplicable(UiElement element, Action action) { method in class:DefaultAccessibilityValidator
H A DExemptedClassesValidator.java34 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/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_adjust.js178 ImageEditor.Mode.Autofix.prototype.isApplicable = function() {
180 filter.autofix.isApplicable(this.getHistogram());
/external/clang/lib/Tooling/
H A DRefactoring.cpp49 bool Replacement::isApplicable() const { function in class:clang::tooling::Replacement
150 if (I->isApplicable()) {
167 if (I->isApplicable()) {
/external/clang/include/clang/Tooling/
H A DRefactoring.h101 bool isApplicable() const;
/external/chromium_org/third_party/skia/src/core/
H A DSkScalerContext.cpp462 if (maskPreBlend.isApplicable()) {
467 if (maskPreBlend.isApplicable()) {
474 if (maskPreBlend.isApplicable()) {
558 if (fPreBlend.isApplicable()) {
616 if (fPreBlendForFilter.isApplicable()) {
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
/external/skia/src/core/
H A DSkScalerContext.cpp636 if (maskPreBlend.isApplicable()) {
641 if (maskPreBlend.isApplicable()) {
648 if (maskPreBlend.isApplicable()) {
732 if (fPreBlend.isApplicable()) {
790 if (fPreBlendForFilter.isApplicable()) {
H A DSkMaskGamma.h172 * pre blend should be applied. SkTMaskPreBlend::isApplicable() is provided as
197 bool isApplicable() const { function in class:SkTMaskPreBlend
/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 ...
/external/droiddriver/src/com/google/android/droiddriver/base/
H A DBaseUiElement.java166 if (validator != null && validator.isApplicable(this, action)) {
/external/proguard/src/proguard/preverify/
H A DCodeSubroutineInliner.java350 if (!exceptionInfo.isApplicable(offset + ((BranchInstruction)instruction).branchOffset))
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DRuntime.js474 return !context || extension.isApplicable(context);
735 isApplicable: function(context)
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp370 if (fPreBlend.isApplicable()) {
499 if (SkMask::kA8_Format == glyph.fMaskFormat && fPreBlend.isApplicable()) {

Completed in 1364 milliseconds

12