Searched defs:depth (Results 101 - 125 of 235) sorted by relevance

12345678910

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DExternObjTrees.java56 Node(Object parent, int depth) { argument
58 if (depth > 0) {
59 left = new Node(this, depth - 1);
60 right = new Node(this, depth - 1);
105 * Arguments: <tree depth> <# batches> <# cycles per batch>
108 int depth = Integer.parseInt(args[0]);
111 Node[] trees = genTrees(depth, ncycles);
128 Node[] genTrees(int depth, int ntrees) { argument
131 trees[i] = new Node(null, depth);
H A DGetPutFieldTrees.java55 Node(Object parent, int depth) { argument
57 if (depth > 0) {
58 left = new Node(this, depth - 1);
59 right = new Node(this, depth - 1);
104 * Arguments: <tree depth> <# batches> <# cycles per batch>
107 int depth = Integer.parseInt(args[0]);
110 Node[] trees = genTrees(depth, ncycles);
127 Node[] genTrees(int depth, int ntrees) { argument
130 trees[i] = new Node(null, depth);
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvmmib/
H A DJvmClassLoadingMeta.java192 public void get(SnmpMibSubRequest req, int depth) argument
194 objectserver.get(this,req,depth);
205 public void set(SnmpMibSubRequest req, int depth) argument
207 objectserver.set(this,req,depth);
218 public void check(SnmpMibSubRequest req, int depth) argument
220 objectserver.check(this,req,depth);
H A DJvmCompilationMeta.java164 public void get(SnmpMibSubRequest req, int depth) argument
166 objectserver.get(this,req,depth);
177 public void set(SnmpMibSubRequest req, int depth) argument
179 objectserver.set(this,req,depth);
190 public void check(SnmpMibSubRequest req, int depth) argument
192 objectserver.check(this,req,depth);
H A DJvmMemGCTableMeta.java108 public void createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
111 factory.createNewEntry(req, rowOid, depth, this);
162 public void get(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
167 node.get(req,depth);
178 public void set(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
185 node.set(req,depth);
196 public void check(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
203 node.check(req,depth);
H A DJvmMemManagerTableMeta.java108 public void createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
111 factory.createNewEntry(req, rowOid, depth, this);
162 public void get(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
167 node.get(req,depth);
178 public void set(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
185 node.set(req,depth);
196 public void check(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
203 node.check(req,depth);
H A DJvmMemMgrPoolRelTableMeta.java108 public void createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
111 factory.createNewEntry(req, rowOid, depth, this);
162 public void get(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
167 node.get(req,depth);
178 public void set(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
185 node.set(req,depth);
196 public void check(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
203 node.check(req,depth);
H A DJvmMemPoolTableMeta.java108 public void createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
111 factory.createNewEntry(req, rowOid, depth, this);
162 public void get(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
167 node.get(req,depth);
178 public void set(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
185 node.set(req,depth);
196 public void check(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
203 node.check(req,depth);
H A DJvmOSMeta.java174 public void get(SnmpMibSubRequest req, int depth) argument
176 objectserver.get(this,req,depth);
187 public void set(SnmpMibSubRequest req, int depth) argument
189 objectserver.set(this,req,depth);
200 public void check(SnmpMibSubRequest req, int depth) argument
202 objectserver.check(this,req,depth);
H A DJvmRTBootClassPathTableMeta.java108 public void createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
111 factory.createNewEntry(req, rowOid, depth, this);
162 public void get(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
167 node.get(req,depth);
178 public void set(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
185 node.set(req,depth);
196 public void check(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
203 node.check(req,depth);
H A DJvmRTClassPathTableMeta.java108 public void createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
111 factory.createNewEntry(req, rowOid, depth, this);
162 public void get(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
167 node.get(req,depth);
178 public void set(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
185 node.set(req,depth);
196 public void check(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
203 node.check(req,depth);
H A DJvmRTInputArgsTableMeta.java108 public void createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
111 factory.createNewEntry(req, rowOid, depth, this);
162 public void get(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
167 node.get(req,depth);
178 public void set(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
185 node.set(req,depth);
196 public void check(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
203 node.check(req,depth);
H A DJvmRTLibraryPathTableMeta.java108 public void createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
111 factory.createNewEntry(req, rowOid, depth, this);
162 public void get(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
167 node.get(req,depth);
178 public void set(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
185 node.set(req,depth);
196 public void check(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
203 node.check(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);
H A DJvmThreadInstanceTableMeta.java108 public void createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
111 factory.createNewEntry(req, rowOid, depth, this);
162 public void get(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
167 node.get(req,depth);
178 public void set(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
185 node.set(req,depth);
196 public void check(SnmpMibSubRequest req, SnmpOid rowOid, int depth) argument
203 node.check(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/classes/sun/misc/
H A DRegexpPool.java105 if (p.result != null && p.depth < BIG
117 if (p.result != null && p.depth < BIG) {
202 if (p.result != null && p.depth < lastMatchDepth
204 lastDepth = p.depth;
216 if (p.result != null && p.depth < lastMatchDepth) {
217 lastDepth = p.depth;
265 int depth; field in class:RegexpNode
272 depth = 0;
274 RegexpNode (char C, int depth) { argument
276 this.depth
[all...]
/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/jaxp/src/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);
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DXMLDOMWriterImpl.java71 private int depth = 0; field in class:XMLDOMWriterImpl
160 if(!needContextPop[depth]){
161 needContextPop[depth] = true;
185 if(!needContextPop[depth]){
186 needContextPop[depth] = true;
461 for(int i=0; i< depth;i++){
462 if(needContextPop[depth]){
463 needContextPop[depth] = false;
466 depth--;
468 depth
[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/jdk/src/share/classes/javax/swing/tree/
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
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...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp163 void Bytecodes::def(Code code, const char* name, const char* format, const char* wide_format, BasicType result_type, int depth, bool can_trap) { argument
164 def(code, name, format, wide_format, result_type, depth, can_trap, code);
168 void Bytecodes::def(Code code, const char* name, const char* format, const char* wide_format, BasicType result_type, int depth, bool can_trap, Code java_code) { argument
174 _depth [code] = 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

Completed in 59 milliseconds

12345678910