HomeSort by relevance Sort by last modified time
    Searched defs:depth (Results 201 - 225 of 477) sorted by null

1 2 3 4 5 6 7 891011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java 113 * Returns the depth of the given node (with the document node having depth 0,
114 * and the document element having depth 1)
117 * @return the depth in the document
120 int depth = -1; local
122 depth++;
126 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,
199 unsigned int depth,configDepth,border; local
206 if(!XGetGeometry(dpy,win,&root,&x,&y,width,height,&border,&depth)) return false;
207 return depth >= configDepth;
211 unsigned int depth,configDepth,border; local
218 if(!XGetGeometry(dpy,pix,&root,&x,&y,width,height,&border,&depth)) return false;
219 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/bluetooth/glib/gio/
gcontenttype.c 1158 gint *depth)
1169 *depth = 0;
1174 *depth = atoi (line);
1229 gint depth)
1231 if (depth == 0)
1242 g_warning ("can't insert tree matchlet at depth %d", depth);
1247 while (--depth > 0)
1253 g_warning ("can't insert tree matchlet at depth %d", depth);
1273 gint depth; local
1358 gint depth; member in struct:__anon2330
    [all...]
  /external/bluetooth/glib/glib/
gmessages.c 411 guint depth = GPOINTER_TO_UINT (g_private_get (g_log_depth)); local
425 if (depth)
427 depth++;
438 g_private_set (g_log_depth, GUINT_TO_POINTER (depth));
511 depth--;
512 g_private_set (g_log_depth, GUINT_TO_POINTER (depth));
  /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...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 422 def depth(self, request_uri): member in class:Authentication
    [all...]
  /external/dbus/dbus/
dbus-marshal-recursive.c 351 int depth; local
353 depth = 1;
364 depth += 1;
367 depth -= 1;
368 if (depth == 0)
378 int depth; local
380 depth = 1;
391 depth += 1;
394 depth -= 1;
395 if (depth == 0
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
director-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
resources-ant.jar 
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureHelper.java 163 int depth = blenderContext.getBlenderKey().getGeneratedTextureDepth(); local
184 result = textureGenerator.generate(tex, width, height, depth, blenderContext);
233 int depth = sources.get(0).getImage().getDepth(); local
242 if(source.getImage().getDepth() != depth) {
243 throw new IllegalArgumentException("The texture " + source.getName() + " has invalid depth! It should be: " + depth + '!');
250 if(depth==0) {
251 depth = 1;
258 int pixelsAmount = width * height * depth;
283 if(depth==1) {
    [all...]
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DDSLoader.java 99 private int depth; field in class:DDSLoader
131 } else if (depth > 1) {
135 return new Image(pixelFormat, width, height, depth, data, sizes);
147 return new Image(pixelFormat, width, height, depth, data, sizes);
193 depth = in.readInt();
209 if (depth <= 0) {
210 depth = 1;
214 depth = 6; // somewhat of a hack, force loading 6 textures if a cubemap
576 ByteBuffer buffer = BufferUtils.createByteBuffer(totalSize * depth);
585 for (int i = 0; i < depth; i++)
    [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/
SettingsDialog.java 378 int depth = -1; local
380 depth = 0;
382 depth = Integer.parseInt(depthString.substring(0, depthString.indexOf(' ')));
405 * if (!fullscreen) { //query the current bit depth of the desktop int
407 * .getDefaultScreenDevice().getDisplayMode().getBitDepth(); if (depth >
408 * curDepth) { showError(this,"Cannot choose a higher bit depth in
409 * windowed " + "mode than your current desktop bit depth"); return
429 source.setBitsPerPixel(depth);
448 + "The combination of bit depth and refresh rate is not supported.");
492 * <code>updateDisplayChoices</code> updates the available color depth an
605 String depth = modes[i].getBitDepth() + " bpp"; local
    [all...]
  /external/libxml2/
debugXML.c 44 int depth; /* current depth */ member in struct:_xmlDebugCtxt
61 ctxt->depth = 0;
142 if ((ctxt->output != NULL) && (ctxt->depth > 0)) {
143 if (ctxt->depth < 50)
144 fprintf(ctxt->output, "%s", &ctxt->shift[100 - 2 * ctxt->depth]);
818 * @depth: the indentation level.
837 ctxt->depth++;
839 ctxt->depth--;
856 * @depth: the indentation level
    [all...]
  /external/libxslt/libxslt/
xsltutils.c 1096 int depth; local
1216 depth = 1;
1217 while (depth < nbsorts) {
1218 if (sorts[depth] == NULL)
1220 comp = sorts[depth]->psvi;
1230 if (resultsTab[depth] == NULL)
1231 resultsTab[depth] = xsltComputeSortResult(ctxt
    [all...]
  /external/linux-tools-perf/util/
probe-event.c 1181 int depth)
1185 depth = __synthesize_probe_trace_arg_ref(ref->next, buf,
1186 buflen, depth + 1);
1187 if (depth < 0)
1193 depth = ret;
1199 return depth;
1207 int ret, depth = 0; local
1226 depth = __synthesize_probe_trace_arg_ref(ref, &buf,
1228 if (depth < 0)
1229 return depth;
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 1087 uint64_t depth = Op.getConstantOperandVal(0); local
1118 uint64_t depth = Op.getConstantOperandVal(0); local
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 344 int labels = 0, depth = 0, i, initial = 0; local
390 for (depth=0; depth<labels; depth++)
393 for (i=0; i<=depth; i++) printf("- ");
394 GetNextLabel(label[labels-1-depth], text);
    [all...]
  /external/mksh/src/
lex.c 1694 int depth = 1; local
    [all...]
var.c 973 int depth = 0; local
981 depth++;
982 else if (c == ']' && --depth == 0) {
1346 int depth = 0; local
1348 while ((c = *s++) && (c != ']' || --depth))
1350 depth++;
    [all...]

Completed in 871 milliseconds

1 2 3 4 5 6 7 891011>>