HomeSort by relevance Sort by last modified time
    Searched full:isapplicable (Results 1 - 25 of 28) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
IStateDetailProvider.java 23 boolean isApplicable(IGLProperty state);
ICallDetailProvider.java 24 boolean isApplicable(GLCall call);
GlDrawCallDetailProvider.java 41 public boolean isApplicable(GLCall call) {
VertexAttribPointerDataDetailProvider.java 39 public boolean isApplicable(GLCall call) {
DetailsPage.java 169 if (sp.isApplicable(property)) {
187 if (cp.isApplicable(selectedCall)) {
ShaderSourceDetailsProvider.java 37 public boolean isApplicable(IGLProperty state) {
ShaderUniformDetailsProvider.java 39 public boolean isApplicable(IGLProperty state) {
TextureImageDetailsProvider.java 45 public boolean isApplicable(IGLProperty state) {
VboDetailProvider.java 62 public boolean isApplicable(IGLProperty state) {
  /external/proguard/src/proguard/classfile/attribute/
ExceptionInfo.java 71 public boolean isApplicable(int instructionOffset)
82 public boolean isApplicable(int startOffset, int endOffset)
CodeAttribute.java 167 if (exceptionInfo.isApplicable(offset))
184 if (exceptionInfo.isApplicable(startOffset, endOffset))
  /external/proguard/src/proguard/classfile/visitor/
ExceptionExcludedOffsetFilter.java 59 if (!exceptionInfo.isApplicable(instructionOffset))
ExceptionOffsetFilter.java 59 if (exceptionInfo.isApplicable(instructionOffset))
ExceptionRangeFilter.java 63 if (exceptionInfo.isApplicable(startOffset, endOffset))
  /external/clang/lib/Tooling/
Refactoring.cpp 46 bool Replacement::isApplicable() const {
129 if (I->isApplicable()) {
  /external/clang/include/clang/Tooling/
Refactoring.h 70 bool isApplicable() const;
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 251 ASSERT_TRUE(Replace.isApplicable());
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 366 if (!exceptionInfo.isApplicable(offset + ((BranchInstruction)instruction).branchOffset))
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 497 if (fix.isApplicable()) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 629 milliseconds

1 2