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

1234567891011>>

/openjdk10/jdk/test/javax/imageio/plugins/png/
H A DShortPaletteTest.java67 int depth = 4;
70 return new IndexColorModel(depth,
/openjdk10/jdk/src/java.base/share/classes/java/util/stream/
H A DAbstractPipeline.java108 private int depth; field in class:AbstractPipeline
168 this.depth = 0;
189 this.depth = 0;
213 this.depth = previousStage.depth + 1;
252 // Set the depth of this, last, pipeline stage to zero to slice the
256 depth = 0;
415 // The depth and flags of each pipeline stage are adjusted accordingly.
416 int depth = 1;
423 depth
[all...]
/openjdk10/jdk/src/java.desktop/unix/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
249 int depth;
254 depth = 32;
257 depth = transparency > Transparency.OPAQUE ? 32 : 24;
260 if (depth == 24) {
261 cm = new DirectColorModel(depth,
264 cm = new DirectColorModel(depth, 0x00FF0000, 0x0000FF00,
271 XRUtils.getPictureFormatForTransparency(transparency), depth, isTexture);
275 SurfaceType sType, ColorModel cm, int depth, in
274 XRSurfaceData(X11ComponentPeer peer, XRGraphicsConfig gc, SurfaceType sType, ColorModel cm, int depth, int transparency) argument
647 XRPixmapSurfaceData(XRGraphicsConfig gc, int width, int height, Image image, SurfaceType sType, ColorModel cm, long drawable, int transparency, int pictFormat, int depth, boolean isTexture) argument
664 initSurface(int depth, int width, int height, long drawable, int pictFormat) argument
[all...]
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/
H A DX11GraphicsConfig.java69 int depth; field in class:X11GraphicsConfig
87 int visualnum, int depth,
91 return new X11GraphicsConfig(device, visualnum, depth, colormap, doubleBuffer);
104 int visualnum, int depth,
107 return new X11GraphicsConfig(device, visualnum, depth, colormap, false);
115 int visualnum, int depth,
121 this.depth = depth;
149 * Returns the depth associated with this configuration.
152 return depth;
86 getConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, boolean doubleBuffer) argument
103 getConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, int type) argument
114 X11GraphicsConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, boolean doubleBuffer) argument
[all...]
/openjdk10/jdk/src/java.desktop/unix/native/common/java2d/x11/
H A DX11SurfaceData.h104 jint depth; member in struct:_X11SDOps
136 jint depth, jboolean readBits);
146 jboolean XShared_initSurface(JNIEnv *env, X11SDOps *xsdo, jint depth, jint width, jint height, jlong drawable);
H A DX11SurfaceData.c73 static void X11SD_SwapBytes(X11SDOps *xsdo, XImage *img, int depth, int bpp);
209 jobject graphicsConfig, jint depth)
232 xsdo->depth = depth;
258 if (depth > 12) {
262 } else if (depth == 12) {
381 jboolean XShared_initSurface(JNIEnv *env, X11SDOps *xsdo, jint depth, jint width, jint height, jlong drawable) argument
405 xsdo->shmPMData.pmSize = width * height * depth;
425 width, height, depth);
451 jint depth,
207 Java_sun_java2d_x11_XSurfaceData_initOps(JNIEnv *env, jobject xsd, jobject peer, jobject graphicsConfig, jint depth) argument
450 Java_sun_java2d_x11_X11SurfaceData_initSurface(JNIEnv *env, jclass xsd, jint depth, jint width, jint height, jlong drawable) argument
694 X11SD_CachedXImageFits(jint width, jint height, jint maxWidth, jint maxHeight, jint depth, jboolean readBits) argument
838 jint depth = xsdo->depth; local
1028 X11SD_SwapBytes(X11SDOps *xsdo, XImage * img, int depth, int bpp) argument
1101 int depth = xsdo->depth; local
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/
H A DNamespaceMappings.java33 * prefix/uri/depth triplets are pushed on a stack pushed on a stack. The depth
34 * indicates the nesting depth of the element for which the mapping was made.
49 * "def" is pushed on the stack with depth 1.
51 * depth 2.
52 * When the <sentance> is encountered "p3" and "jkl" are pushed with depth 3.
54 * stack. Of course popNamespaces(2) would pop anything with depth 2 or
88 * the current element depth.
89 * For every prefix mapping the current element depth is
91 * That way all prefixes pushed at the current depth ca
318 MappingRecord(String prefix, String uri, int depth) argument
[all...]
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/jdi/request/
H A DStepRequest.java77 * @return the step depth
79 int depth(); method in interface:StepRequest
/openjdk10/jdk/test/com/sun/jdi/
H A DRequestReflectionTest.java112 if (sr.depth() != StepRequest.STEP_OUT) {
114 "RequestReflectionTest fail: depth does not match " +
115 sr.depth() + " != " + StepRequest.STEP_OUT);
136 if (sr.depth() != StepRequest.STEP_INTO) {
138 "RequestReflectionTest fail: depth does not match " +
139 sr.depth() + " != " + StepRequest.STEP_INTO);
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/types/
H A DBytecodeOps.java49 * Duplicate top entry of stack. If a too large depth is
54 * @param depth how far should the copy be pushed down
58 Type dup(MethodVisitor method, int depth); argument
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftChorus.java121 private double depth = 0; field in class:SoftChorus.LFODelay
130 vdelay = new VariableDelay((int) ((this.depth + 10) * 2));
134 public void setDepth(double depth) { argument
135 this.depth = depth * samplerate;
136 vdelay = new VariableDelay((int) ((this.depth + 10) * 2));
163 vdelay.setDelay((float) (depth * 0.5 * (Math.cos(phase) + 2)));
170 vdelay.setDelay((float) (depth * 0.5 * (Math.cos(phase) + 2)));
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/org/jvnet/staxex/util/
H A DXMLStreamReaderToXMLStreamWriter.java102 int depth=0;
119 depth++;
125 depth--;
126 if(depth==0)
151 throw new XMLStreamException("Malformed XML at depth="+depth+", Reached EOF. Event="+event);
157 } while (depth!=0);
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/util/xml/
H A DXMLStreamReaderToXMLStreamWriter.java85 int depth=0;
110 depth++;
115 depth--;
116 if(depth==0)
141 throw new XMLStreamException("Malformed XML at depth="+depth+", Reached EOF. Event="+event);
147 } while (depth!=0);
/openjdk10/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]);
/openjdk10/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
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...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/tree/
H A DDefaultTreeModel.java398 * The length of the returned array gives the node's depth in the
411 * The length of the returned array gives the node's depth in the
415 * @param depth an int giving the number of steps already taken towards
420 protected TreeNode[] getPathToRoot(TreeNode aNode, int depth) { argument
429 if(depth == 0)
432 retNodes = new TreeNode[depth];
435 depth++;
437 retNodes = new TreeNode[depth];
439 retNodes = getPathToRoot(aNode.getParent(), depth);
440 retNodes[retNodes.length - depth]
[all...]
H A DAbstractLayoutCache.java480 * @param depth the depth of the row
487 protected Rectangle getNodeDimensions(Object value, int row, int depth, argument
493 return nd.getNodeDimensions(value, row, depth, expanded, placeIn);
522 * @param depth the depth of the row
530 int depth,
529 getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle bounds) argument
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/drivers/menus/
H A DQueueJMenuDriver.java220 int depth; field in class:QueueJMenuDriver.OneReleaseAction
225 public OneReleaseAction(PathChooser chooser, int depth, ComponentOperator env, boolean mousePressed) { argument
228 this.depth = depth;
256 if (depth == chooser.getDepth() - 1) {
259 if (depth == 0) {
281 && chooser.checkPathComponent(depth, subElement)) {
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.util/src/org/graalvm/util/
H A DObjectSizeEstimate.java59 * @param maxDepth the maximum depth of the traversal
138 int depth = depthStack.remove(depthStack.size() - 1);
163 if (depth < maxDepth && !identityHashMap.containsKey(element)) {
166 depthStack.add(depth + 1);
200 if (depth < maxDepth && !identityHashMap.containsKey(inner)) {
203 depthStack.add(depth + 1);
/openjdk10/jaxws/src/java.xml.bind/share/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);
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/stream/buffer/stax/
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)
/openjdk10/jdk/test/java/net/httpclient/
H A DTestKit.java166 int depth) {
169 if (depth < 0) {
170 throw new IllegalArgumentException("depth: " + depth);
172 if (depth == 0) {
197 assertUnmodifiableList(list.subList(0, list.size()), elementsFactory, depth - 1);
164 assertUnmodifiableList(List<E> list, Supplier<? extends E> elementsFactory, int depth) argument
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/parsers/
H A DBug6564400.java153 private boolean dump(Node node, boolean silent, int depth) { argument
156 for (int i = 0; i < depth; i++) {
170 ok = ok && dump(child, silent, depth + 1);
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DDomLoader.java57 int depth = 1; field in class:DomLoader.State
119 s.depth++;
149 if((--s.depth)==0) {
/openjdk10/jdk/src/java.base/unix/native/launcher/
H A Djexec.c128 int getJavaPath(const char * path, char * buf, int depth);
262 * depth - the number of names to trim off the current path, including the
269 int getJavaPath(const char * path, char * buf, int depth) { argument
282 * depth */
283 for (count = 0; count < depth; count++) {

Completed in 202 milliseconds

1234567891011>>