Searched refs:depth (Results 1 - 25 of 158) sorted by relevance

1234567

/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DDiscarder.java24 private int depth = 0; field in class:Discarder
35 depth++;
42 depth--;
43 if(depth==0)
H A DUnmarshallingEventHandlerAdaptor.java56 private int depth = 0; field in class:UnmarshallingEventHandlerAdaptor
62 depth++;
84 depth--;
85 if(depth==0) {
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DDiscarder.java24 private int depth = 0; field in class:Discarder
35 depth++;
42 depth--;
43 if(depth==0)
H A DUnmarshallingEventHandlerAdaptor.java56 private int depth = 0; field in class:UnmarshallingEventHandlerAdaptor
62 depth++;
84 depth--;
85 if(depth==0) {
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DDiscarder.java24 private int depth = 0; field in class:Discarder
35 depth++;
42 depth--;
43 if(depth==0)
H A DUnmarshallingEventHandlerAdaptor.java56 private int depth = 0; field in class:UnmarshallingEventHandlerAdaptor
62 depth++;
84 depth--;
85 if(depth==0) {
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DDiscarder.java24 private int depth = 0; field in class:Discarder
35 depth++;
42 depth--;
43 if(depth==0)
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DDiscarder.java24 private int depth = 0; field in class:Discarder
35 depth++;
42 depth--;
43 if(depth==0)
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DDiscarder.java24 private int depth = 0; field in class:Discarder
35 depth++;
42 depth--;
43 if(depth==0)
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DDiscarder.java24 private int depth = 0; field in class:Discarder
35 depth++;
42 depth--;
43 if(depth==0)
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/treenodes/
H A DBasicTreeNode.java142 * @return The tree nodes depth within the tree.
144 protected int depth() { method in class:BasicTreeNode
145 int depth = 0;
149 depth++;
153 return depth;
183 for (int i = 0, l = depth(); i < l; i++) {
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/treenodes/
H A DBasicTreeNode.java142 * @return The tree nodes depth within the tree.
144 protected int depth() { method in class:BasicTreeNode
145 int depth = 0;
149 depth++;
153 return depth;
183 for (int i = 0, l = depth(); i < l; i++) {
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/util/
H A DQueryFilterUtils.js103 obj.valueOfExpr = function(tokenizer, depth, not, type) {
105 if (obj.checkDepth(tokenizer, depth)) {
121 filter = nextFunction(tokenizer, depth + 1, not, "and");
131 tokenTemp = nextFunction(tokenizer, depth + 1, not, "and");
158 obj.valueOfNotExpr = function(tokenizer, depth, not) {
160 if (obj.checkDepth(tokenizer, depth)) {
163 return obj.valueOfPrimaryExpr(tokenizer, depth + 1, true);
165 return obj.valueOfPrimaryExpr(tokenizer, depth + 1, not);
173 obj.valueOfPrimaryExpr = function(tokenizer, depth, not) {
182 if (obj.checkDepth(tokenizer, depth)) {
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/profiler/
H A DProfileStack.java164 * @param depth The depth of the frame to retrieve, with the first frame
169 public String getClassName(int depth) argument
171 return classNames[depth];
191 * @param depth The depth of the frame to retrieve, with the first frame
196 public String getMethodName(int depth) argument
198 return methodNames[depth];
218 * @param depth The depth o
223 getLineNumber(int depth) argument
[all...]
H A DProfileStackFrame.java245 * @param depth The slot of the next frame to process in the
251 public void recurseSubFrames(ProfileStack stack, int depth, long count, argument
254 if (depth < 0)
259 String cName = stack.getClassName(depth);
260 String mName = stack.getMethodName(depth);
263 int lineNumber = stack.getLineNumber(depth);
284 subFrame.recurseSubFrames(stack, (depth-1), count, stacksByMethod);
/forgerock/opendj2/src/server/org/opends/server/plugins/profiler/
H A DProfileStack.java163 * @param depth The depth of the frame to retrieve, with the first frame
168 public String getClassName(int depth) argument
170 return classNames[depth];
190 * @param depth The depth of the frame to retrieve, with the first frame
195 public String getMethodName(int depth) argument
197 return methodNames[depth];
217 * @param depth The depth o
222 getLineNumber(int depth) argument
[all...]
H A DProfileStackFrame.java244 * @param depth The slot of the next frame to process in the
250 public void recurseSubFrames(ProfileStack stack, int depth, long count, argument
253 if (depth < 0)
258 String cName = stack.getClassName(depth);
259 String mName = stack.getMethodName(depth);
262 int lineNumber = stack.getLineNumber(depth);
283 subFrame.recurseSubFrames(stack, (depth-1), count, stacksByMethod);
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/profiler/
H A DProfileStack.java164 * @param depth The depth of the frame to retrieve, with the first frame
169 public String getClassName(int depth) argument
171 return classNames[depth];
191 * @param depth The depth of the frame to retrieve, with the first frame
196 public String getMethodName(int depth) argument
198 return methodNames[depth];
218 * @param depth The depth o
223 getLineNumber(int depth) argument
[all...]
H A DProfileStackFrame.java245 * @param depth The slot of the next frame to process in the
251 public void recurseSubFrames(ProfileStack stack, int depth, long count, argument
254 if (depth < 0)
259 String cName = stack.getClassName(depth);
260 String mName = stack.getMethodName(depth);
263 int lineNumber = stack.getLineNumber(depth);
284 subFrame.recurseSubFrames(stack, (depth-1), count, stacksByMethod);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/profiler/
H A DProfileStack.java164 * @param depth The depth of the frame to retrieve, with the first frame
169 public String getClassName(int depth) argument
171 return classNames[depth];
191 * @param depth The depth of the frame to retrieve, with the first frame
196 public String getMethodName(int depth) argument
198 return methodNames[depth];
218 * @param depth The depth o
223 getLineNumber(int depth) argument
[all...]
H A DProfileStackFrame.java245 * @param depth The slot of the next frame to process in the
251 public void recurseSubFrames(ProfileStack stack, int depth, long count, argument
254 if (depth < 0)
259 String cName = stack.getClassName(depth);
260 String mName = stack.getMethodName(depth);
263 int lineNumber = stack.getLineNumber(depth);
284 subFrame.recurseSubFrames(stack, (depth-1), count, stacksByMethod);
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/profiler/
H A DProfileStack.java163 * @param depth The depth of the frame to retrieve, with the first frame
168 public String getClassName(int depth) argument
170 return classNames[depth];
190 * @param depth The depth of the frame to retrieve, with the first frame
195 public String getMethodName(int depth) argument
197 return methodNames[depth];
217 * @param depth The depth o
222 getLineNumber(int depth) argument
[all...]
H A DProfileStackFrame.java244 * @param depth The slot of the next frame to process in the
250 public void recurseSubFrames(ProfileStack stack, int depth, long count, argument
253 if (depth < 0)
258 String cName = stack.getClassName(depth);
259 String mName = stack.getMethodName(depth);
262 int lineNumber = stack.getLineNumber(depth);
283 subFrame.recurseSubFrames(stack, (depth-1), count, stacksByMethod);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/
H A DProfileStack.java156 * @param depth The depth of the frame to retrieve, with the first frame
161 public String getClassName(int depth) argument
163 return classNames[depth];
183 * @param depth The depth of the frame to retrieve, with the first frame
188 public String getMethodName(int depth) argument
190 return methodNames[depth];
210 * @param depth The depth o
215 getLineNumber(int depth) argument
[all...]
H A DProfileStackFrame.java244 * @param depth The slot of the next frame to process in the
250 public void recurseSubFrames(ProfileStack stack, int depth, long count, argument
253 if (depth < 0)
258 String cName = stack.getClassName(depth);
259 String mName = stack.getMethodName(depth);
262 int lineNumber = stack.getLineNumber(depth);
283 subFrame.recurseSubFrames(stack, depth-1, count, stacksByMethod);

Completed in 49 milliseconds

1234567