Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
DFolderMock.java119 public IFile[] findDeletedMembersWithHistory(int depth, IProgressMonitor monitor) in findDeletedMembersWithHistory()
180 public void accept(IResourceVisitor visitor, int depth, boolean includePhantoms) in accept()
185 public void accept(IResourceVisitor visitor, int depth, int memberFlags) throws CoreException { in accept()
229 public void deleteMarkers(String type, boolean includeSubtypes, int depth) in deleteMarkers()
242 public IMarker[] findMarkers(String type, boolean includeSubtypes, int depth) in findMarkers()
247 public int findMaxProblemSeverity(String type, boolean includeSubtypes, int depth) in findMaxProblemSeverity()
336 public boolean isLocal(int depth) { in isLocal()
348 public boolean isSynchronized(int depth) { in isSynchronized()
376 public void refreshLocal(int depth, IProgressMonitor monitor) throws CoreException { in refreshLocal()
388 public void setLocal(boolean flag, int depth, IProgressMonitor monitor) throws CoreException { in setLocal()
DProjectMock.java162 public IFile[] findDeletedMembersWithHistory(int depth, IProgressMonitor monitor) in findDeletedMembersWithHistory()
227 public void accept(IResourceVisitor visitor, int depth, boolean includePhantoms) in accept()
232 public void accept(IResourceVisitor visitor, int depth, int memberFlags) throws CoreException { in accept()
276 public void deleteMarkers(String type, boolean includeSubtypes, int depth) in deleteMarkers()
289 public IMarker[] findMarkers(String type, boolean includeSubtypes, int depth) in findMarkers()
294 public int findMaxProblemSeverity(String type, boolean includeSubtypes, int depth) in findMaxProblemSeverity()
387 public boolean isLocal(int depth) { in isLocal()
399 public boolean isSynchronized(int depth) { in isSynchronized()
427 public void refreshLocal(int depth, IProgressMonitor monitor) throws CoreException { in refreshLocal()
439 public void setLocal(boolean flag, int depth, IProgressMonitor monitor) throws CoreException { in setLocal()
DFileMock.java198 public void accept(IResourceVisitor visitor, int depth, boolean includePhantoms) in accept()
203 public void accept(IResourceVisitor visitor, int depth, int memberFlags) throws CoreException { in accept()
247 public void deleteMarkers(String type, boolean includeSubtypes, int depth) in deleteMarkers()
260 public IMarker[] findMarkers(String type, boolean includeSubtypes, int depth) in findMarkers()
265 public int findMaxProblemSeverity(String type, boolean includeSubtypes, int depth) in findMaxProblemSeverity()
350 public boolean isLocal(int depth) { in isLocal()
358 public boolean isSynchronized(int depth) { in isSynchronized()
386 public void refreshLocal(int depth, IProgressMonitor monitor) throws CoreException { in refreshLocal()
398 public void setLocal(boolean flag, int depth, IProgressMonitor monitor) throws CoreException { in setLocal()
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/
DLayoutAnalysisCategory.java174 public static int depth(Node node) { in depth() method in LayoutAnalysisCategory
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DBasePullParser.java101 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount()