/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
D | IdeScanningContext.java | 144 int depth = resource instanceof IFolder ? DEPTH_ONE : DEPTH_ZERO; in updateMarkers() local 175 int depth = resource instanceof IFolder ? DEPTH_ONE : DEPTH_ZERO; in hasModifiedFilesWithErrors() local
|
/sdk/emulator/opengl/tests/ut_renderer/ |
D | X11RendererSurface.cpp | 44 int depth = DefaultDepth(dpy, defaultScreen); in createNativeWindow() local
|
D | X11Windowing.cpp | 93 int depth = DefaultDepth(dpy, defaultScreen); in createNativeWindow() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
D | AndroidXmlFormattingStrategy.java | 336 int depth = DomUtilities.getDepth(startNode) - 1; in format() local 701 int depth = entry.getKey(); in measure() local 709 private void visit(int depth, Node node) { in visit()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | DeletionHandler.java | 160 private void transfer(INode deleted, INode target, ConstraintType targetType, int depth) { in transfer()
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglX11Api.cpp | 87 int bSize,red,green,blue,alpha,depth,stencil; in pixelFormatToConfig() local 203 unsigned int depth,configDepth,border; in checkWindowPixelFormatMatch() local 215 unsigned int depth,configDepth,border; in checkPixmapPixelFormatMatch() local
|
D | EglMacApi.cpp | 33 EGLint red,green,blue,alpha,depth,stencil; in pixelFormatToConfig() local
|
D | EglWindowsApi.cpp | 338 EGLint red,green,blue,alpha,depth,stencil; in pixelFormatToConfig() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | BasePullParser.java | 112 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount()
|
D | ProjectCallback.java | 557 private boolean isWithinIllegalParent(Object viewObject, int depth) { in isWithinIllegalParent()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
D | BaseBuilder.java | 357 protected void stopOnMarker(IProject project, String markerType, int depth, in stopOnMarker()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | CanvasViewInfoTest.java | 745 public static void dump(ViewInfo info, int depth) { in dump() 779 public static void dump(CanvasViewInfo info, int depth) { in dump()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | ViewHierarchy.java | 723 public static void dump(RenderSession session, ViewInfo info, int depth) { in dump()
|
D | DomUtilities.java | 126 int depth = -1; in getDepth() local
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLEScmImp.cpp | 369 GL_API void GL_APIENTRY glClearDepthf( GLclampf depth) { in glClearDepthf() 374 GL_API void GL_APIENTRY glClearDepthx( GLclampx depth) { in glClearDepthx()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 334 GL_APICALL void GL_APIENTRY glClearDepthf(GLclampf depth){ in glClearDepthf()
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | DummyGLfuncs.cpp | 86 void GLAPIENTRY dummy_glClearDepth(GLclampd depth){} in dummy_glClearDepth()
|