Searched refs:depth (Results 126 - 150 of 320) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DDomLoader.java57 int depth = 1; field in class:DomLoader.State
118 s.depth++;
148 if((--s.depth)==0) {
H A DFastInfosetConnector.java69 int depth=0;
95 depth++;
98 depth--;
100 if(depth==0) break OUTER;
H A DStAXEventConnector.java94 int depth=0;
116 depth++;
119 depth--;
121 if(depth==0) break OUTER;
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DAssignAddExpression.java72 int depth = left.codeLValue(env, ctx, asm);
73 codeDup(env, ctx, asm, depth, 2); // copy past 2 string buffers
76 // has length depth and is whatever is needed to get/set the
96 codeDup(env, ctx, asm, Type.tString.stackSize(), depth);
/openjdk7/jdk/src/solaris/bin/
H A Djexec.c125 int getJavaPath(const char * path, char * buf, int depth);
252 * depth - the number of names to trim off the current path, including the
259 int getJavaPath(const char * path, char * buf, int depth) { argument
272 * depth */
273 for (count = 0; count < depth; count++) {
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXGraphicsConfig.c201 * fbconfig with a minimal combined depth+stencil buffer. Note that we
202 * currently only need depth capabilities (for shape clipping purposes), but
204 * depth buffer (and stencil) sizes at the top of the list. Therefore, we
222 // this is the initial minimum value for the combined depth+stencil size
259 int dtype, rtype, depth, stencil, db, alpha, gamma; local
267 GLX_DEPTH_SIZE, &depth);
279 "[V] id=0x%x db=%d alpha=%d depth=%d stencil=%d valid=",
280 fbvisualid, db, alpha, depth, stencil);
307 (depth >= 16))
312 // depth
[all...]
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java123 "depth: " +
238 private native void initOps(WComponentPeer peer, int depth, int redMask, argument
246 int depth;
251 depth = 32;
253 depth = 24;
257 depth = cm.getPixelSize();
271 initOps(peer, depth, rMask, gMask, bMask, gd.getScreen());
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DSynchronizerLockingThread.java140 int depth = m.getLockedStackDepth();
141 checkStackFrame(info, ste, depth);
209 void checkStackFrame(ThreadInfo info, StackTraceElement ste, int depth) { argument
211 if (!ste.equals(stacktrace[depth])) {
213 System.out.println("StackTrace at " + depth + " :-" +
214 stacktrace[depth]);
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvmmib/
H A DJvmMemoryMeta.java333 public void get(SnmpMibSubRequest req, int depth) argument
335 objectserver.get(this,req,depth);
346 public void set(SnmpMibSubRequest req, int depth) argument
348 objectserver.set(this,req,depth);
359 public void check(SnmpMibSubRequest req, int depth) argument
361 objectserver.check(this,req,depth);
H A DJvmRuntimeMeta.java306 public void get(SnmpMibSubRequest req, int depth) argument
308 objectserver.get(this,req,depth);
319 public void set(SnmpMibSubRequest req, int depth) argument
321 objectserver.set(this,req,depth);
332 public void check(SnmpMibSubRequest req, int depth) argument
334 objectserver.check(this,req,depth);
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsDevice.java165 int depth = getConfigDepth (i, screen);
175 ret[i] = XRGraphicsConfig.getConfig(this, visNum, depth, getConfigColormap(i, screen),
178 ret[i] = X11GraphicsConfig.getConfig(this, visNum, depth,
199 * Returns the depth for the given index of graphics configurations.
247 int depth = getConfigDepth(0, screen);
261 depth, getConfigColormap(0, screen),
265 depth, getConfigColormap(0, screen),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DAttributePattern.java121 void checkRecursion(int depth) throws SAXException { argument
122 p.checkRecursion(depth);
H A DElementPattern.java119 void checkRecursion(int depth) throws SAXException { argument
120 p.checkRecursion(depth + 1);
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRSurfaceData.c100 jint depth,
114 XShared_initSurface(env, xsdo, depth, width, height, drawable);
99 Java_sun_java2d_xr_XRSurfaceData_XRInitSurface(JNIEnv *env, jclass xsd, jint depth, jint width, jint height, jlong drawable, jint pictFormat) argument
/openjdk7/jdk/test/java/io/pathNames/
H A DGeneralWin32.java129 private static void checkDrive(int depth, char drive, boolean exists) argument
137 checkNames(depth, false, ans, d);
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DAssembler.java258 void balance(Label lbl, int depth) { argument
260 //Environment.debugOutput(inst.toString() + ": " + depth + " => " +
261 // (depth + inst.balance()));
262 depth += inst.balance();
263 if (depth < 0) {
264 throw new CompilerError("stack under flow: " + inst.toString() + " = " + depth);
266 if (depth > maxdepth) {
267 maxdepth = depth;
273 if (lbl.depth != depth) {
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpRequestTree.java465 int depth; // The depth of the meta node. field in class:SnmpRequestTree.Handler
763 // Indicates the depth of the arc in the OID that identifies the
768 return handler.depth;
794 public void add(SnmpMibNode meta, int depth, SnmpVarBind varbind) argument
796 registerNode(meta,depth,null,varbind,false,null);
803 public void add(SnmpMibNode meta, int depth, SnmpOid entryoid, argument
806 registerNode(meta,depth,entryoid,varbind,isnew,null);
814 public void add(SnmpMibNode meta, int depth, SnmpOid entryoid, argument
818 registerNode(meta,depth,entryoi
1007 registerNode(SnmpMibNode meta, int depth, SnmpOid entryoid, SnmpVarBind varbind, boolean isnew, SnmpVarBind statusvb) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/
H A DDOMStreamReader.java112 * Depth of the current element. The first element gets depth==0.
115 private int depth = 0; field in class:DOMStreamReader
234 depth=0;
294 Scope scope = scopes[depth];
319 if(scopes.length==++depth) {
324 Scope scope = scopes[depth];
326 scope = scopes[depth] = new Scope(scopes[depth-1]);
476 return scopes[depth];
518 String nsUri = scopes[depth]
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_trace.c459 get_real_depth(int depth, jboolean skip_init) argument
465 if ( gdata->bci && depth > 0 ) {
473 return depth + extra_frames;
478 fill_frame_buffer(int depth, int real_depth, argument
496 ( topframe < (real_depth-depth) ) &&
505 /* Adjust count to match depth request */
506 if ( ( frame_count - topframe ) > depth ) {
507 frame_count = depth + topframe;
530 int depth, jboolean skip_init,
544 real_depth = get_real_depth(depth, skip_ini
529 trace_get_current(jthread thread, SerialNumber thread_serial_num, int depth, jboolean skip_init, FrameIndex *frames_buffer, jvmtiFrameInfo *jframes_buffer) argument
564 trace_get_all_current(jint thread_count, jthread *threads, SerialNumber *thread_serial_nums, int depth, jboolean skip_init, TraceIndex *traces, jboolean always_care) argument
633 trace_increment_all_sample_costs(jint thread_count, jthread *threads, SerialNumber *thread_serial_nums, int depth, jboolean skip_init) argument
[all...]
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h505 (jvmtiHeapRootKind root_kind, jlong class_tag, jlong size, jlong* tag_ptr, jlong thread_tag, jint depth, jmethodID method, jint slot, void* user_data);
557 jint depth; member in struct:_jvmtiHeapReferenceInfoStackLocal
565 jint depth; member in struct:_jvmtiHeapReferenceInfoJniLocal
1097 jint depth,
1104 jint depth);
1109 jint depth,
1116 jint depth,
1123 jint depth,
1130 jint depth,
1137 jint depth,
1930 GetFrameLocation(jthread thread, jint depth, jmethodID* method_ptr, jlocation* location_ptr) argument
1937 NotifyFramePop(jthread thread, jint depth) argument
2034 GetLocalObject(jthread thread, jint depth, jint slot, jobject* value_ptr) argument
2041 GetLocalInstance(jthread thread, jint depth, jobject* value_ptr) argument
2047 GetLocalInt(jthread thread, jint depth, jint slot, jint* value_ptr) argument
2054 GetLocalLong(jthread thread, jint depth, jint slot, jlong* value_ptr) argument
2061 GetLocalFloat(jthread thread, jint depth, jint slot, jfloat* value_ptr) argument
2068 GetLocalDouble(jthread thread, jint depth, jint slot, jdouble* value_ptr) argument
2075 SetLocalObject(jthread thread, jint depth, jint slot, jobject value) argument
2082 SetLocalInt(jthread thread, jint depth, jint slot, jint value) argument
2089 SetLocalLong(jthread thread, jint depth, jint slot, jlong value) argument
2096 SetLocalFloat(jthread thread, jint depth, jint slot, jfloat value) argument
2103 SetLocalDouble(jthread thread, jint depth, jint slot, jdouble value) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DNode.java137 int depth = Math.abs(d);
145 for (int i = 0; i < depth; i++) {
186 public void dump(int depth, PrintStream out) { argument
187 dumpNodes(this, depth, false, out);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DReversePtrsAnalysis.java170 private int depth; // Debugging only field in class:ReversePtrsAnalysis
187 for (int i = 0; i < depth; i++) {
230 ++depth;
252 --depth;
/openjdk7/jdk/src/share/classes/com/sun/jdi/request/
H A DEventRequestManager.java229 * A <code>depth</code> value of {@link com.sun.jdi.request.StepRequest#STEP_INTO} will generate
230 * step events in any called methods. A <code>depth</code> value
232 * or caller frames. A <code>depth</code> value of {@link com.sun.jdi.request.StepRequest#STEP_OUT}
233 * restricts step events to caller frames only. All depth
255 * @param depth the step depth
260 * @throws IllegalArgumentException if the size or depth arguments
265 int depth);
263 createStepRequest(ThreadReference thread, int size, int depth) argument
/openjdk7/jdk/src/share/back/
H A DeventFilter.h68 jint size, jint depth);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.hpp370 VM_GetOrSetLocal(JavaThread* thread, jint depth, jint index, BasicType type);
373 VM_GetOrSetLocal(JavaThread* thread, jint depth, jint index, BasicType type, jvalue value);
376 VM_GetOrSetLocal(JavaThread* thread, JavaThread* calling_thread, jint depth,
397 VM_GetReceiver(JavaThread* thread, JavaThread* calling_thread, jint depth);

Completed in 89 milliseconds

1234567891011>>