/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
Xvproto.h | 95 CARD8 depth; member in struct:__anon33182 118 CARD8 depth; member in struct:__anon33184
|
/external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
SDL_dibvideo.c | 339 /* Determine the screen depth */ 453 Helper fn to work out which screen depth windows is currently using. 462 int depth; local 466 depth = GetDeviceCaps(hdc, PLANES) * GetDeviceCaps(hdc, BITSPIXEL); 468 return(depth); 470 int depth; 499 depth = 0; 502 case 8: depth = 8; break; 503 case 24: depth = 24; break; 504 case 32: depth = 32; break [all...] |
/external/qemu/include/ui/ |
console.h | 130 uint8_t depth; /* color depth in bits */ member in struct:PixelFormat
|
/external/qemu-pc-bios/vgabios/ |
clext.c | 36 unsigned short depth; member in struct:__anon34009
|
/frameworks/base/core/java/android/view/ |
LayoutInflater.java | 782 final int depth = parser.getDepth(); local 786 parser.getDepth() > depth) && type != XmlPullParser.END_DOCUMENT) { [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
AnimatedStateListDrawable.java | 383 int depth; local 385 && ((depth = parser.getDepth()) >= innerDepth 391 if (depth > innerDepth) {
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
DatabaseHelper.java | 2048 final int depth = parser.getDepth(); local [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xml/ |
ExpatParser.java | 766 private int depth = 0; field in class:ExpatParser.EntityParser 780 if (depth++ > 0) { 789 if (--depth > 0) {
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
BaseAccountType.java | 667 final int depth = parser.getDepth(); local 668 if (type != XmlPullParser.START_TAG || depth != outerDepth + 1) { 810 final int depth = parser.getDepth(); local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
AutoInstallsLayout.java | 158 final int depth = parser.getDepth(); local 164 parser.getDepth() > depth) && type != XmlPullParser.END_DOCUMENT) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/ |
Xutil.h | 285 int depth; member in struct:__anon45195 539 int /* depth */,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
tipc_config.h | 229 __be32 depth; /* 1:type, 2:+name info, 3:+port info, 4+:+debug info */ member in struct:tipc_name_table_query 230 __be32 type; /* {t,l,u} info ignored if high bit of "depth" is set */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xutil.h | 285 int depth; member in struct:__anon46931 539 int /* depth */,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
tipc_config.h | 229 __be32 depth; /* 1:type, 2:+name info, 3:+port info, 4+:+debug info */ member in struct:tipc_name_table_query 230 __be32 type; /* {t,l,u} info ignored if high bit of "depth" is set */
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/ |
tipc_config.h | 140 __be32 depth; member in struct:tipc_name_table_query
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/ |
tipc_config.h | 140 __be32 depth; member in struct:tipc_name_table_query
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/ |
tipc_config.h | 140 __be32 depth; member in struct:tipc_name_table_query
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
AndroidXmlFormattingStrategy.java | 311 // However, it's possible for the start node to have deeper depth than other 319 // for </baz>. We don't measure the depth of <bar/>, a child of the start node, 336 int depth = DomUtilities.getDepth(startNode) - 1; local 337 for (int i = depth + 1; i < indentationLevels.length; i++) { 694 * nodes. The result is a string array where each index corresponds to a depth, 696 * to indent to the given depth (note that these strings are not cumulative) 698 * @param initialDepth the initial depth to use when visiting 706 int depth = entry.getKey(); local 708 indentationLevels[depth] = indentation; 714 private void visit(int depth, Node node) [all...] |
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglWindowsApi.cpp | 253 24, // 24-bit color depth 336 EGLint red,green,blue,alpha,depth,stencil; local 397 depth = frmt->cDepthBits; 399 return new EglConfig(red,green,blue,alpha,caveat,(EGLint)index,depth,level,pMaxWidth,pMaxHeight,pMaxPixels,renderable,renderableType,
|
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.cpp | 430 CONTEXT_LOAD(Rs, state.buffers.depth.stride); 431 CONTEXT_ADDR_LOAD(zbase, state.buffers.depth.data); 743 comment("Depth Test (NEVER)"); 762 comment("Depth Test"); 765 int depth = scratches.obtain(); local 773 LDRH(AL, depth, zbase); // stall 774 CMP(AL, depth, reg_imm(z, LSR, 16)); 782 MOV(AL, 0, depth, reg_imm(z, LSR, 16)); 783 STRH(ic, depth, zbase); [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/ |
tycho-packaging-plugin-0.20.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/ |
commons-io-1.3.2.jar | |
/prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/ |
commons-io-1.3.2.jar | |
/bionic/libc/kernel/uapi/drm/ |
drm_mode.h | 282 __u32 depth; member in struct:drm_mode_fb_cmd
|