Searched refs:depth (Results 176 - 200 of 320) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DPattern.java98 void checkRecursion(int depth) throws SAXException { } argument
/openjdk7/jdk/src/share/classes/java/lang/
H A DThrowable.java824 int depth = getStackTraceDepth();
825 stackTrace = new StackTraceElement[depth];
826 for (int i=0; i < depth; i++)
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dtrees.c466 * Compares to subtrees, using the tree depth as tie breaker when
469 #define smaller(tree, n, m, depth) \
471 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m]))
489 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
493 if (smaller(tree, v, s->heap[j], s->depth)) break;
663 s->depth[n] = 0;
677 s->depth[node] = 0;
701 s->depth[node] = (uch)((s->depth[
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DAssignOpExpression.java243 int depth = left.codeLValue(env, ctx, asm);
244 codeDup(env, ctx, asm, depth, 0);
251 codeDup(env, ctx, asm, type.stackSize(), depth);
H A DUplevelReference.java102 int depth = 0;
108 depth += 1;
133 valName = Identifier.lookup(prefixThis + depth);
/openjdk7/jdk/test/java/util/concurrent/locks/ReentrantReadWriteLock/
H A DCount.java106 final int depth = 10;
115 for (int i = 0; i < depth; i++) {
128 for (int i = depth; i > 0; i--) {
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DReflection.java67 public static Class getCallerClass(int depth) { argument
69 return getCallerClass0(depth+1);
82 private static native Class getCallerClass0(int depth); argument
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DX11Color.c380 int i, j, k, cmapsize, nfree, depth, bpp; local
401 depth = awt_data->awt_depth;
409 if (pPFV[i].depth == depth) {
421 awt_data->awtImage->Depth = depth;
423 if ((bpp == 32 || bpp == 16) && pVI->class == TrueColor && depth >= 15) {
517 } else if (depth <= 12 && (pVI->class == PseudoColor
521 awt_data->awt_num_colors = (1 << pVI->depth);
564 if (depth > 12) {
568 if (depth
[all...]
H A DmultiVis.c389 ReadRegionsInList(disp,fakeVis,depth,format,width,height,bbox,regions)
392 int32_t depth , width , height ;
409 bytes_per_line = width*depth/8;
422 ximage = XCreateImage(disp,fakeVis,(uint32_t) depth,format,0,NULL,
430 ximage->data = malloc(height*bytes_per_line*depth);
432 ximage->bits_per_pixel = depth; /** Valid only if format is ZPixmap ***/
499 int32_t depth ; local
520 depth = 24 ;
521 ximage = ReadRegionsInList(disp,&fakeVis,depth,format,
529 ximage_ipm = ReadRegionsInList(disp,&fakeVis,depth,forma
[all...]
H A Dimg_util_md.h36 int depth; /* The depth of the destination image */ member in struct:__anon1009
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DFigureWidget.java297 public void addFigureToSubMenu(JMenu subMenu, final Figure f, boolean successor, int depth) { argument
314 addFigureToMenu(subMenu, f2, successor, depth - 1);
321 public void addFigureToMenu(JMenu m, final Figure f, boolean successor, int depth) { argument
328 if (depth > 0) {
335 addFigureToSubMenu(subMenu, f, successor, depth);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.hpp275 jint depth);
276 vframe* vframeFor(JavaThread* java_thread, jint depth);
289 jvmtiError get_frame_location(JavaThread* java_thread, jint depth,
332 // VM operation to get monitor information with stack depth.
541 VM_GetFrameLocation(JvmtiEnv *env, JavaThread* java_thread, jint depth, argument
545 _depth = depth;
H A DjvmtiEnv.cpp1486 // depth - pre-checked as non-negative
1490 JvmtiEnv::GetFrameLocation(JavaThread* java_thread, jint depth, jmethodID* method_ptr, jlocation* location_ptr) { argument
1495 err = get_frame_location(java_thread, depth, method_ptr, location_ptr);
1498 VM_GetFrameLocation op(this, java_thread, depth, method_ptr, location_ptr);
1509 // depth - pre-checked as non-negative
1511 JvmtiEnv::NotifyFramePop(JavaThread* java_thread, jint depth) { argument
1528 vframe *vf = vframeFor(java_thread, depth);
1539 int frame_number = state->count_frames() - depth;
1783 // depth - pre-checked as non-negative
1786 JvmtiEnv::GetLocalObject(JavaThread* java_thread, jint depth, jin argument
1809 GetLocalInstance(JavaThread* java_thread, jint depth, jobject* value_ptr) argument
1833 GetLocalInt(JavaThread* java_thread, jint depth, jint slot, jint* value_ptr) argument
1851 GetLocalLong(JavaThread* java_thread, jint depth, jint slot, jlong* value_ptr) argument
1869 GetLocalFloat(JavaThread* java_thread, jint depth, jint slot, jfloat* value_ptr) argument
1887 GetLocalDouble(JavaThread* java_thread, jint depth, jint slot, jdouble* value_ptr) argument
1904 SetLocalObject(JavaThread* java_thread, jint depth, jint slot, jobject value) argument
1921 SetLocalInt(JavaThread* java_thread, jint depth, jint slot, jint value) argument
1938 SetLocalLong(JavaThread* java_thread, jint depth, jint slot, jlong value) argument
1955 SetLocalFloat(JavaThread* java_thread, jint depth, jint slot, jfloat value) argument
1972 SetLocalDouble(JavaThread* java_thread, jint depth, jint slot, jdouble value) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.c181 * (must have a depth buffer, support for pbuffers, etc). This method will
184 * depth+stencil buffer. Note that we currently only need depth capabilities
186 * return a list of pixel formats with the largest depth buffer (and stencil)
206 // this is the initial minimum value for the combined depth+stencil size
229 // meets our requirements while keeping the combined depth+stencil sizes
238 int depth, stencil, db, alpha; local
243 depth = attrVals[0];
249 "[V] pixfmt=%d db=%d alpha=%d depth=%d stencil=%d valid=",
250 pixfmt, db, alpha, depth, stenci
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultMutableTreeNode.java545 * Returns the depth of the tree rooted at this node -- the longest
552 * @return the depth of the tree whose root is this node
606 * The length of the returned array gives the node's depth in the
610 * @param depth an int giving the number of steps already taken towards
615 protected TreeNode[] getPathToRoot(TreeNode aNode, int depth) { argument
621 if(depth == 0)
624 retNodes = new TreeNode[depth];
627 depth++;
628 retNodes = getPathToRoot(aNode.getParent(), depth);
629 retNodes[retNodes.length - depth]
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Ddomgraph.cpp155 w->setdepth( _num_blocks+1 ); // Set depth in dominator tree
341 uint depth = 0;
346 ++depth;
349 // Set current depth for all tarjans on this level
353 t->_block->_dom_depth = depth; // Set depth in dominator tree
507 w->setdepth( C->unique()+1, _dom_depth ); // Set depth in dominator tree
610 uint depth = 0;
615 ++depth;
618 // Set current depth fo
[all...]
H A Dtype.hpp295 virtual void dump2( Dict &d, uint depth, outputStream *st ) const;
376 virtual void dump2( Dict &d, uint depth, outputStream *st ) const;
403 virtual void dump2( Dict &d, uint depth, outputStream *st ) const;
458 virtual void dump2( Dict &d, uint depth, outputStream *st ) const;
712 virtual void dump2( Dict &d, uint depth, outputStream *st ) const;
744 virtual void dump2( Dict &d, uint depth, outputStream *st ) const;
841 virtual void dump2( Dict &d, uint depth, outputStream *st ) const;
912 virtual void dump2( Dict &d, uint depth, outputStream *st ) const; // Specialized per-Type dumping
993 virtual void dump2( Dict &d, uint depth, outputStream *st ) const; // Specialized per-Type dumping
1032 virtual void dump2( Dict &d, uint depth, outputStrea
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DThreadReferenceImpl.java299 int depth=0;
337 stackDepth.add(new Integer(depth));
340 depth++;
/openjdk7/jdk/make/tools/src/build/tools/hasher/
H A DHasher.java35 * table-size and chain-depth constraints, and, if successful, writes source
60 int maxDepth = 3; // Max chain depth
69 err.println(" -md depth max chain depth (default 3)");
136 int md; // Maximum chain depth
191 + ", max chain depth " + md);
235 void genEntry(Object[] a, int depth, PrintWriter pw) { argument
244 for (int i = 0; i < depth; i++)
246 genEntry((Object[])a[2], depth + 1, pw);
/openjdk7/jdk/src/share/back/
H A DEventRequestImpl.c185 jint depth; local
192 depth = inStream_readInt(in);
196 eventFilter_setStepFilter(node, i, thread, size, depth));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DOutboundReferenceParameterHeader.java290 private int depth=0;
292 if(depth++==0) {
314 if(--depth==0)
/openjdk7/jdk/src/share/classes/sun/net/spi/nameservice/dns/
H A DDNSNameService.java158 * @param depth call depth - pass as 0.
165 final String[] ids, int depth)
203 if (depth > 4) {
207 results.addAll(resolve(ctx, addr, ids, depth+1));
164 resolve(final DirContext ctx, final String name, final String[] ids, int depth) argument
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DStAXEvent2SAX.java144 int depth=0;
195 depth++;
200 depth--;
240 } while (depth!=0);
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.h165 jint depth; member in struct:_GDIWinSDOps
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassSyntax.java401 for (int depth = 1; depth > 0; next++) {
404 depth++;
407 depth--;

Completed in 96 milliseconds

1234567891011>>