/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/ |
SDL_dspvideo.c | 48 pixel depth changes you must code for this eventuality. This purge 170 static int DSp_NewHWSurface(_THIS, CGrafPtr *port, int depth, int width, int height); 376 /* They will differ in bit depth and refresh rate. */ 658 fmt = "Hardware surface possible but invalid color depth"; 855 /* update format if display depth changed */ 984 Uint32 depth = GetPixDepth ( GetGDevPixMap (SDL_Display) ); local 988 if ( noErr != NewGWorld (&(surface->hwdata->mask), depth, &rect, 0, SDL_Display, 0 ) < 0 ) { 994 if ( noErr != NewGWorld (&temp, depth, &rect, 0 , SDL_Display, 0 ) ) { 1053 static int DSp_NewHWSurface(_THIS, CGrafPtr *port, int depth, int width, int height) { 1063 err = NewGWorld (port, depth, &bounds, 0 , SDL_Display, useDistantHdwrMem | noNewDevice ) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11video.c | 363 this->hidden->depth, InputOutput, SDL_Visual, 398 this->hidden->depth, InputOutput, SDL_Visual, 667 /* Determine the default screen depth: 668 Use the default visual (or at least one with the same depth) */ 671 if(this->hidden->visuals[i].depth == DefaultDepth(SDL_Display, 685 this->hidden->depth = this->hidden->visuals[i].depth; 692 if ( this->hidden->depth == 32 ) { 918 int i, depth; local 945 depth = vi->depth [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
deflate.h | 210 uch depth[2*L_CODES+1]; member in struct:internal_state 211 /* Depth of each subtree used as tie breaker for trees of equal frequency
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
CodeBlock.cpp | 736 int depth = (++it)->u.operand; local 737 printf("[%4d] resolve_global_dynamic\t %s, %s, %s, %d\n", location, registerName(exec, r0).data(), valueToSourceString(exec, scope).utf8().data(), idName(id0, m_identifiers[id0]).data(), depth); [all...] |
/external/webkit/Source/WebCore/platform/graphics/ca/ |
GraphicsLayerCA.h | 237 size_t depth() const { return m_replicaBranches.size(); } function in struct:WebCore::GraphicsLayerCA::ReplicaState
|
/external/webkit/Source/WebCore/svg/ |
SVGUseElement.cpp | 244 // Depth-first used to write the method in early exit style, no particular other reason. 297 // Depth-first used to write the method in early exit style, no particular other reason. 380 void dumpInstanceTree(unsigned int& depth, String& text, SVGElementInstance* targetInstance) 397 for (unsigned int i = 0; i < depth; ++i) 404 for (unsigned int i = 0; i < depth; ++i) 412 for (unsigned int i = 0; i < depth; ++i) 419 ++depth; 422 dumpInstanceTree(depth, text, instance); 424 --depth; 608 unsigned int depth = 0 local [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
alloca.c | 133 (b) keep track of stack depth. 148 char *deep; /* For stack depth measure. */ 165 auto char probe; /* Probes stack depth: */ 166 register char *depth = ADDRESS_FUNCTION (probe); local 180 if ((STACK_DIR > 0 && hp->h.deep > depth) 181 || (STACK_DIR < 0 && hp->h.deep < depth)) 205 ((header *) new)->h.deep = depth;
|
/external/zlib/src/ |
deflate.h | 213 uch depth[2*L_CODES+1]; member in struct:internal_state 214 /* Depth of each subtree used as tie breaker for trees of equal frequency
|
/frameworks/av/media/mtp/ |
MtpServer.cpp | 667 int depth = mRequest.getParameter(5); local 668 ALOGV("GetObjectPropList %d format: %s property: %s group: %d depth: %d\n", 670 MtpDebug::getObjectPropCodeName(property), groupCode, depth); 672 return mDatabase->getObjectPropertyList(handle, format, property, groupCode, depth, mData); 849 mData.getUInt32(); // image bit depth [all...] |
/frameworks/base/core/java/android/view/ |
LayoutInflater.java | 718 final int depth = parser.getDepth(); local 722 parser.getDepth() > depth) && type != XmlPullParser.END_DOCUMENT) { [all...] |
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
BinaryHprofReader.java | 239 short depth = in.readShort(); local 242 System.out.println("\tdepth=" + depth); 245 hprofData.setDepth(depth);
|
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/ |
Driver.java | 372 final int depth = pp.getDepth() - 1; local 374 (level > depth) ? pp.getNamespaceCount(depth) : 0; 376 final int count = pp.getNamespaceCount(depth + 1); 427 final int depth = pp.getDepth(); local 429 (level > depth) ? pp.getNamespaceCount(pp.getDepth()) : 0;
|
/ndk/sources/host-tools/make-3.81/ |
alloca.c | 142 (b) keep track of stack depth. 157 char *deep; /* For stack depth measure. */ 173 auto char probe; /* Probes stack depth: */ 174 register char *depth = ADDRESS_FUNCTION (probe); local 192 if ((STACK_DIR > 0 && hp->h.deep > depth) 193 || (STACK_DIR < 0 && hp->h.deep < depth)) 224 ((header *) new)->h.deep = depth;
|
/ndk/sources/host-tools/make-3.81/glob/ |
glob.c | 318 unsigned int depth = 0; 323 if (depth == 0) 328 ++depth; 335 while (*cp != '\0' && (*cp != '}' || depth > 0)) 338 --depth; 317 unsigned int depth = 0; local [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
alloca.c | 124 (b) keep track of stack depth. 139 char *deep; /* For stack depth measure. */ 155 auto char probe; /* Probes stack depth: */ 156 register char *depth = ADDRESS_FUNCTION (probe); local 174 if ((STACK_DIR > 0 && hp->h.deep > depth) 175 || (STACK_DIR < 0 && hp->h.deep < depth)) 212 new->h.deep = depth;
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
Parser.java | 65 // The current tag depth 66 private int depth; field in class:Parser 407 name = nameArray[depth]; 411 startTag = endTag = startTagArray[depth]; 412 depth--; 420 depth++; 423 nameArray[depth] = name; 427 startTagArray[depth] = startTag; 441 nameArray[depth--] = null;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DomUtilities.java | 120 * Returns the depth of the given node (with the document node having depth 0, 121 * and the document element having depth 1) 124 * @return the depth in the document 127 int depth = -1; local 129 depth++; 133 return depth; [all...] |
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglX11Api.cpp | 87 int bSize,red,green,blue,alpha,depth,stencil; local 121 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_DEPTH_SIZE,&depth)); 159 return new EglConfig(red,green,blue,alpha,caveat,configId,depth,level,pMaxWidth,pMaxHeight, 203 unsigned int depth,configDepth,border; local 210 if(!XGetGeometry(dpy,win,&root,&x,&y,width,height,&border,&depth)) return false; 211 return depth >= configDepth; 215 unsigned int depth,configDepth,border; local 222 if(!XGetGeometry(dpy,pix,&root,&x,&y,width,height,&border,&depth)) return false; 223 return depth >= configDepth;
|
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/ |
DeviceBridge.java | 446 int depth = 0; local 447 while (line.charAt(depth) == ' ') { 448 depth++; 450 while (depth <= currentDepth) { 454 currentNode = new ViewNode(window, currentNode, line.substring(depth)); 455 currentDepth = depth;
|
/bionic/libc/bionic/ |
pthread_debug.c | 65 lock, and maintain a recursion depth count. 358 intptr_t depth; member in struct:CallStack 464 stack->depth = count; 594 obj->stacks.stack[index].depth);
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
Adapters.java | 540 int depth = parser.getDepth(); local 542 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth) && 636 int depth = parser.getDepth(); local 638 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth) && 728 int depth = parser.getDepth(); local [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
Profiler.java | 219 " backtrack depth " + backtrackDepth + 249 int depth = lastTokenIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1 local 250 d.k = depth; 251 d.decision.maxk = Math.max(d.decision.maxk, depth); 270 // compute lookahead depth 273 int depth = thisRefIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1 local 274 //d.maxk = Math.max(d.maxk, depth); 275 if (dump) System.out.println("consume "+thisRefIndex+" "+depth+" tokens ahead in "+ 279 /** The parser is in a decision if the decision depth > 0. This 307 // // compute lookahead depth [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 83 For more in-depth coverage of the topic, check out the ANTLR documentation 258 def depth method in class:ANTLR3.AST.for 259 root? ? 0 : parent.depth + 1 [all...] |
/external/chromium/base/ |
message_loop_unittest.cc | 462 explicit NestingTest(int* depth) : depth_(depth) { 594 int depth = 100; local 595 MessageLoop::current()->PostTask(FROM_HERE, new NestingTest(&depth)); 597 EXPECT_EQ(depth, 0); 749 RecursiveTask(int depth, TaskList* order, int cookie, bool is_reentrant) 751 depth_(depth), 773 RecursiveSlowTask(int depth, TaskList* order, int cookie, bool is_reentrant) 774 : RecursiveTask(depth, order, cookie, is_reentrant) { [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
screen_locker.cc | 582 gint src_x, src_y, dest_x, dest_y, width, height, depth; local 583 gdk_window_get_geometry(dest_, &dest_x, &dest_y, &width, &height, &depth); 588 gdk_window_get_geometry(src_, &src_x, &src_y, &width, &height, &depth); [all...] |