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

  /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 39 public boolean isApplicable(GLCall call) {
VertexAttribPointerDataDetailProvider.java 39 public boolean isApplicable(GLCall call) {
DetailsPage.java 165 if (sp.isApplicable(property)) {
183 if (cp.isApplicable(selectedCall)) {
ShaderSourceDetailsProvider.java 37 public boolean isApplicable(IGLProperty state) {
TextureImageDetailsProvider.java 42 public boolean isApplicable(IGLProperty state) {
ShaderUniformDetailsProvider.java 39 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))