Searched refs:depth (Results 101 - 125 of 320) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DIndentingUTF8XmlOutput.java62 private int depth = 0; field in class:IndentingUTF8XmlOutput
104 depth++;
121 depth--;
129 int i = depth%8;
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DXSurfaceData.java25 protected native void initOps(X11ComponentPeer peer, X11GraphicsConfig gc, int depth); argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DIntStack.java37 /** Stack depth. */
63 /** Returns the element at the specified depth in the stack. */
64 public int elementAt(int depth) { argument
65 return fData[depth];
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DListPattern.java75 void checkRecursion(int depth) throws SAXException { argument
76 p.checkRecursion(depth);
H A DOneOrMorePattern.java72 void checkRecursion(int depth) throws SAXException { argument
73 p.checkRecursion(depth);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/stax/
H A DStreamReaderBufferCreator.java188 int depth = 1;
195 while(depth > 0) {
199 depth++;
203 depth--;
243 int depth = 1;
250 while(depth > 0) {
254 depth++;
258 depth--;
H A DStreamWriterBufferCreator.java52 * Nesting depth of the element.
56 private int depth=0; field in class:StreamWriterBufferCreator
123 depth++;
135 depth++;
148 depth++;
172 if(--depth==0)
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFileTreeWalker.java78 * @param depth
79 * depth remaining
84 int depth,
90 if ((depth > 0) &&
122 if (depth == 0)
133 // at maximum depth or file is not a directory
134 if (depth >= maxDepth || !attrs.isDirectory()) {
199 result = walk(entry, depth+1, ancestors);
83 walk(Path file, int depth, List<AncestorDirectory> ancestors) argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibNode.java145 * @param depth The depth reached in the OID at this step of the
155 long[] oid, int depth,
171 * @param depth The depth reached in the OID at this step of the
183 long[] oid, int pos, int depth,
199 * @param depth The depth reached in the OID tree.
204 public abstract void get(SnmpMibSubRequest req, int depth) argument
216 * @param depth Th
154 findHandlingNode(SnmpVarBind varbind, long[] oid, int depth, SnmpRequestTree handlers) argument
182 findNextHandlingNode(SnmpVarBind varbind, long[] oid, int pos, int depth, SnmpRequestTree handlers, AcmChecker checker) argument
221 set(SnmpMibSubRequest req, int depth) argument
239 check(SnmpMibSubRequest req, int depth) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/xml/
H A DXMLStreamReaderToXMLStreamWriter.java66 int depth=0;
91 depth++;
96 depth--;
97 if(depth==0)
126 } while (depth!=0);
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsConfig.java72 int depth; field in class:X11GraphicsConfig
90 int visualnum, int depth,
94 return new X11GraphicsConfig(device, visualnum, depth, colormap, doubleBuffer);
107 int visualnum, int depth,
110 return new X11GraphicsConfig(device, visualnum, depth, colormap, false);
118 int visualnum, int depth,
124 this.depth = depth;
152 * Returns the depth associated with this configuration.
155 return depth;
89 getConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, boolean doubleBuffer) argument
106 getConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, int type) argument
117 X11GraphicsConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, boolean doubleBuffer) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.h103 jint depth; member in struct:_X11SDOps
139 jint depth, jboolean readBits);
149 jboolean XShared_initSurface(JNIEnv *env, X11SDOps *xsdo, jint depth, jint width, jint height, jlong drawable);
H A DX11SurfaceData.c79 static void X11SD_SwapBytes(X11SDOps *xsdo, XImage *img, int depth, int bpp);
260 jobject graphicsConfig, jint depth)
299 xsdo->depth = depth;
326 if (depth > 12) {
330 } else if (depth == 12) {
449 jboolean XShared_initSurface(JNIEnv *env, X11SDOps *xsdo, jint depth, jint width, jint height, jlong drawable) argument
468 xsdo->shmPMData.pmSize = width * height * depth;
487 width, height, depth);
512 jint depth,
258 Java_sun_java2d_x11_XSurfaceData_initOps(JNIEnv *env, jobject xsd, jobject peer, jobject graphicsConfig, jint depth) argument
511 Java_sun_java2d_x11_X11SurfaceData_initSurface(JNIEnv *env, jclass xsd, jint depth, jint width, jint height, jlong drawable) argument
755 X11SD_CachedXImageFits(jint width, jint height, jint maxWidth, jint maxHeight, jint depth, jboolean readBits) argument
923 jint depth = xsdo->depth; local
1257 X11SD_SwapBytes(X11SDOps *xsdo, XImage * img, int depth, int bpp) argument
1330 int depth = xsdo->depth; local
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DNamespaceMappings.java34 * prefix/uri/depth triplets are pushed on a stack pushed on a stack. The depth
35 * indicates the nesting depth of the element for which the mapping was made.
50 * "def" is pushed on the stack with depth 1.
52 * depth 2.
53 * When the <sentance> is encountered "p3" and "jkl" are pushed with depth 3.
55 * stack. Of course popNamespaces(2) would pop anything with depth 2 or
89 * the current element depth.
90 * For every prefix mapping the current element depth is
92 * That way all prefixes pushed at the current depth ca
319 MappingRecord(String prefix, String uri, int depth) argument
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DRequestReflectionTest.java113 if (sr.depth() != StepRequest.STEP_OUT) {
115 "RequestReflectionTest fail: depth does not match " +
116 sr.depth() + " != " + StepRequest.STEP_OUT);
137 if (sr.depth() != StepRequest.STEP_INTO) {
139 "RequestReflectionTest fail: depth does not match " +
140 sr.depth() + " != " + StepRequest.STEP_INTO);
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRSurfaceData.java49 protected int depth; field in class:XRSurfaceData
53 protected native void XRInitSurface(int depth, int width, int height, argument
228 int depth = transparency > Transparency.OPAQUE ? 32 : 24;
229 if (depth == 24) {
230 cm = new DirectColorModel(depth,
233 cm = new DirectColorModel(depth, 0x00FF0000, 0x0000FF00,
240 XRUtils.getPictureFormatForTransparency(transparency), depth);
244 SurfaceType sType, ColorModel cm, int depth, int transparency)
250 this.depth = depth;
243 XRSurfaceData(X11ComponentPeer peer, XRGraphicsConfig gc, SurfaceType sType, ColorModel cm, int depth, int transparency) argument
584 XRPixmapSurfaceData(XRGraphicsConfig gc, int width, int height, Image image, SurfaceType sType, ColorModel cm, long drawable, int transparency, int pictFormat, int depth) argument
600 initSurface(int depth, int width, int height, long drawable, int pictFormat) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftChorus.java120 private double depth = 0; field in class:SoftChorus.LFODelay
129 vdelay = new VariableDelay((int) ((this.depth + 10) * 2));
133 public void setDepth(double depth) { argument
134 this.depth = depth * samplerate;
135 vdelay = new VariableDelay((int) ((this.depth + 10) * 2));
162 vdelay.setDelay((float) (depth * 0.5 * (Math.cos(phase) + 2)));
169 vdelay.setDelay((float) (depth * 0.5 * (Math.cos(phase) + 2)));
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DLockingThread.java136 int depth = m.getLockedStackDepth();
137 checkStackFrame(info, ste, depth);
192 void checkStackFrame(ThreadInfo info, StackTraceElement ste, int depth) { argument
194 if (!ste.equals(stacktrace[depth])) {
196 System.out.println("StackTrace at " + depth + " :-" +
197 stacktrace[depth]);
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvmmib/
H A DJvmMemPoolEntryMeta.java371 public void get(SnmpMibSubRequest req, int depth) argument
373 objectserver.get(this,req,depth);
384 public void set(SnmpMibSubRequest req, int depth) argument
386 objectserver.set(this,req,depth);
397 public void check(SnmpMibSubRequest req, int depth) argument
399 objectserver.check(this,req,depth);
H A DJvmThreadInstanceEntryMeta.java241 public void get(SnmpMibSubRequest req, int depth) argument
243 objectserver.get(this,req,depth);
254 public void set(SnmpMibSubRequest req, int depth) argument
256 objectserver.set(this,req,depth);
267 public void check(SnmpMibSubRequest req, int depth) argument
269 objectserver.check(this,req,depth);
H A DJvmThreadingMeta.java263 public void get(SnmpMibSubRequest req, int depth) argument
265 objectserver.get(this,req,depth);
276 public void set(SnmpMibSubRequest req, int depth) argument
278 objectserver.set(this,req,depth);
289 public void check(SnmpMibSubRequest req, int depth) argument
291 objectserver.check(this,req,depth);
/openjdk7/jdk/src/share/back/
H A DstepControl.c277 * Note: current depth is reported as *before* the pending frame
300 if (step->depth == JDWP_STEP_DEPTH(OVER)) {
334 LOG_STEP(("handleFramePopEvent: starting singlestep, depth==OVER"));
336 } else if (step->depth == JDWP_STEP_DEPTH(OUT) &&
342 LOG_STEP(("handleFramePopEvent: starting singlestep, depth==OUT && fromDepth > afterPopDepth (%d>%d)",fromDepth, afterPopDepth));
352 LOG_STEP(("handleFramePopEvent: starting singlestep, have methodEnter handler && depth==OUT && fromDepth >= afterPopDepth (%d>%d)",fromDepth, afterPopDepth));
398 if (step->depth == JDWP_STEP_DEPTH(OVER) &&
406 } else if (step->depth == JDWP_STEP_DEPTH(OUT) &&
461 JDI_ASSERT(step->depth == JDWP_STEP_DEPTH(INTO));
543 if (step->depth
788 stepControl_beginStep(JNIEnv *env, jthread thread, jint size, jint depth, HandlerNode *node) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultTreeModel.java372 * The length of the returned array gives the node's depth in the
384 * The length of the returned array gives the node's depth in the
388 * @param depth an int giving the number of steps already taken towards
393 protected TreeNode[] getPathToRoot(TreeNode aNode, int depth) { argument
402 if(depth == 0)
405 retNodes = new TreeNode[depth];
408 depth++;
410 retNodes = new TreeNode[depth];
412 retNodes = getPathToRoot(aNode.getParent(), depth);
413 retNodes[retNodes.length - depth]
[all...]
H A DAbstractLayoutCache.java479 * @param depth the depth of the row
486 protected Rectangle getNodeDimensions(Object value, int row, int depth, argument
492 return nd.getNodeDimensions(value, row, depth, expanded, placeIn);
519 * @param depth the depth of the row
527 int depth,
526 getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle bounds) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/
H A DXMLStreamReaderToContentHandler.java106 int depth=0;
133 depth++;
138 depth--;
139 if(depth==0 && eagerQuit)
180 } while (depth!=0);

Completed in 90 milliseconds

1234567891011>>