Home
last modified time | relevance | path

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

/development/tools/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()
/development/ndk/apps/hello-gl2/project/src/com/android/gl2jni/
DGL2JNIView.java65 public GL2JNIView(Context context, boolean translucent, int depth, int stencil) { in GL2JNIView()
70 private void init(boolean translucent, int depth, int stencil) { in init()
112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DSensorTest.java65 final int depth = mDepth; in computeAve() local
/development/tools/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/
DLayoutAnalysisCategory.java171 public static int depth(Node node) { in depth() method in LayoutAnalysisCategory
/development/tools/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()
/development/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
Dirq.h86 unsigned int depth; member
Dvideodev.h72 __u16 depth; member
152 int depth; member
Dfb.h321 __u8 depth; member
/development/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
Dirq.h86 unsigned int depth; member
Dvideodev.h72 __u16 depth; member
152 int depth; member
Dfb.h321 __u8 depth; member
/development/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
Dirq.h86 unsigned int depth; member
Dvideodev.h72 __u16 depth; member
152 int depth; member
Dfb.h321 __u8 depth; member
/development/tools/makedict/src/com/android/tools/dict/
DMakeBinaryDictionary.java298 void traverseDict(int pos, char[] word, int depth) { in traverseDict()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java113 public void glClearDepthf(float depth) { in glClearDepthf()
117 public void glClearDepthx(int depth) { in glClearDepthx()