Searched refs:depth (Results 151 - 175 of 342) sorted by relevance

1234567891011>>

/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/stream/buffer/sax/
H A DSAXBufferCreator.java57 private int depth = 0; field in class:SAXBufferCreator
100 depth=0;
128 depth++;
133 if(--depth==0)
/openjdk10/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DeventFilter.h68 jint size, jint depth);
/openjdk10/jdk/src/jdk.management.agent/share/classes/sun/management/jmxremote/
H A DSingleEntryRegistry.java98 info.depth() > 2 ||
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DIncDecExpression.java170 int depth = right.codeLValue(env, ctx, asm);
171 codeDup(env, ctx, asm, depth, 0);
174 codeDup(env, ctx, asm, type.stackSize(), depth);
178 codeDup(env, ctx, asm, type.stackSize(), depth);
H A DAssignExpression.java128 int depth = left.codeLValue(env, ctx, asm);
130 codeDup(env, ctx, asm, right.type.stackSize(), depth);
/openjdk10/jdk/test/java/lang/management/ManagementFactory/
H A DThreadMXBeanProxy.java139 int depth = m.getLockedStackDepth();
141 if (!ste.equals(stacktrace[depth])) {
143 System.out.println("StackTrace at " + depth + " :-" +
144 stacktrace[depth]);
/openjdk10/jdk/src/demo/share/jfc/Notepad/
H A DElementTreePanel.java590 protected TreeNode[] getPathToRoot(TreeNode aNode, int depth) { argument
596 if (depth == 0) {
599 retNodes = new TreeNode[depth];
602 depth++;
604 retNodes = new TreeNode[depth];
611 retNodes = getPathToRoot(parent, depth);
613 retNodes[retNodes.length - depth] = aNode;
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DLinkerCallSite.java166 /** Start time when entered at zero depth. */
170 private int depth; field in class:LinkerCallSite.ProfilingLinkerCallSite
234 * Start the clock for a profile entry and increase depth
240 if (depth == 0) {
244 depth++;
251 * Decrease depth and stop the clock for a profile entry
257 depth--;
259 if (depth == 0) {
267 * Decrease depth without return value filter
271 depth
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/policy/jaxws/
H A DSafePolicyReader.java153 int depth = 0;
161 depth++; // we are then deeper
243 depth--; // go up
265 if (reader.hasNext() && depth>0) {
268 } while (XMLStreamConstants.END_DOCUMENT!=reader.getEventType() && depth>0);
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java337 int depth = 1;
352 depth++;
356 if (--depth == 0) {
391 int depth = 0;
403 if (depth == 0)
410 depth++;
416 --depth;
437 if (depth != 0)
588 int depth = 0;
604 depth
[all...]
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DEventRequestManagerImpl.java573 int depth; field in class:EventRequestManagerImpl.StepRequestImpl
575 StepRequestImpl(ThreadReference thread, int size, int depth) { argument
578 this.depth = depth;
581 * Translate size and depth to corresponding JDWP values.
596 switch (depth) {
607 throw new IllegalArgumentException("Invalid step depth");
630 public int depth() { method in class:EventRequestManagerImpl.StepRequestImpl
631 return depth;
786 int size, int depth) {
785 createStepRequest(ThreadReference thread, int size, int depth) argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOM.java312 public static void traverse(Node node, int depth) { argument
313 indent(depth);
325 depth+=4;
327 traverse(child, depth);
329 depth-=4;
330 indent(depth);
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DAbstractDiagnosticFormatter.java86 * Current depth level of the disgnostic being formatted
89 protected int depth = 0; field in class:AbstractDiagnosticFormatter
181 depth++;
186 depth--;
262 if (maxDepth == -1 || depth < maxDepth) {
263 depth++;
277 depth--;
/openjdk10/nashorn/test/script/basic/
H A Drunsunspider.js462 for (var depth=minDepth; depth<=maxDepth; depth+=2){
463 var iterations = 1 << (maxDepth - depth + minDepth);
467 check += bottomUpTree(i,depth).itemCheck();
468 check += bottomUpTree(-i,depth).itemCheck();
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A Dawt_GraphicsEnv.c211 defaultConfig->awt_depth = visualList[i].depth;
276 vinfo.depth = 24;
305 vinfo.depth = 8;
314 vinfo.depth = 8;
356 viTmp.depth = 8;
364 viTmp.depth = 12;
378 viTmp.depth = 8;
383 viTmp.depth = 8;
390 viTmp.depth = 8;
399 /* viTmp.depth
1278 int depth; local
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java321 // The current element depth. We start at depth 0 (before we've reached any elements).
322 // The first element is at depth 1.
325 // The current element depth of the result infoset.
334 // at that depth was an include element.
337 // Ensures that only one fallback element can be at a single depth.
338 // An index contains true if we have seen any fallback elements at that depth,
342 // The state of the processor at each given depth.
895 // we need to change the depth like this so that modifyAugmentations() works
1152 // we need to change the depth lik
2353 getState(int depth) argument
2378 setSawFallback(int depth, boolean val) argument
2394 getSawFallback(int depth) argument
2408 setSawInclude(int depth, boolean val) argument
2424 getSawInclude(int depth) argument
2873 getBaseURI(int depth) argument
2883 getLanguage(int depth) argument
2896 getRelativeURI(int depth) argument
2915 scopeOfBaseURI(int depth) argument
2924 scopeOfLanguage(int depth) argument
[all...]
/openjdk10/jdk/test/java/rmi/registry/serialFilter/
H A DRegistryFilterTest.java151 * Test registry does not reject an object with depth at the built-in limit.
164 Assert.fail("Registry filter should not have rejected depth: "
170 * Test registry rejects an object with depth at the limit + 1.
181 Assert.fail("Registry filter should have rejected depth: " + depthOverride + 1);
227 static DepthRejectableClass create(int depth) { argument
229 for (int i = 1; i < depth; i++) {
/openjdk10/jdk/test/sun/java2d/DirectX/RenderingToCachedGraphicsTest/
H A DRenderingToCachedGraphicsTest.java152 int depth = GraphicsEnvironment.getLocalGraphicsEnvironment().
155 if (depth < 16) {
156 System.out.println("Test PASSED (depth < 16bit)");
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.printer/src/org/graalvm/compiler/printer/
H A DGraphPrinterDumpHandler.java113 int depth = previousInlineContext.size();
114 if (dumpIds.length < depth) {
115 dumpIds = Arrays.copyOf(dumpIds, depth);
117 return dumpIds[depth - 1]++;
/openjdk10/hotspot/src/share/vm/compiler/
H A DdirectivesParser.hpp109 // depth 1: type_dir_array [
110 // depth 2: type_directives {
111 // depth 3: type_c1 c1: {
112 // depth 4: type_inline inline:
113 // depth 5: type_value_array [ ...
116 uint depth; member in class:DirectivesParser
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiImpl.hpp389 VM_GetOrSetLocal(JavaThread* thread, jint depth, jint index, BasicType type);
392 VM_GetOrSetLocal(JavaThread* thread, jint depth, jint index, BasicType type, jvalue value);
395 VM_GetOrSetLocal(JavaThread* thread, JavaThread* calling_thread, jint depth,
416 VM_GetReceiver(JavaThread* thread, JavaThread* calling_thread, jint depth);
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DStAXStream2SAX.java121 int depth=0;
147 depth++;
152 depth--;
192 } while (depth!=0);
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DNamespaceContextImpl.java392 * The depth of the {@link Element}.
397 * int depth() {
405 private final int depth; field in class:NamespaceContextImpl.Element
428 this.depth = (prev==null) ? 0 : prev.depth+1;
436 return depth==1;
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/binary/
H A DPattern.java98 void checkRecursion(int depth) throws SAXException { } argument
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/jdi/request/
H A DEventRequestManager.java240 * A {@code depth} value of {@link StepRequest#STEP_INTO} will generate
241 * step events in any called methods. A {@code depth} value
243 * or caller frames. A {@code depth} value of {@link StepRequest#STEP_OUT}
244 * restricts step events to caller frames only. All depth
264 * @param depth the step depth
269 * @throws IllegalArgumentException if the size or depth arguments
274 int depth);
272 createStepRequest(ThreadReference thread, int size, int depth) argument

Completed in 502 milliseconds

1234567891011>>