Searched defs:depth (Results 26 - 50 of 145) sorted by relevance

123456

/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/profiler/
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/extensions/
H A DEntryDNVirtualAttributeProvider.java261 * @param depth The current recursion depth for this processing.
267 int depth)
272 if (depth >= MAX_NESTED_FILTER_DEPTH)
279 if (isSearchable(attributeType, f, depth+1))
287 if (depth >= MAX_NESTED_FILTER_DEPTH)
294 if (! isSearchable(attributeType, f, depth+1))
266 isSearchable(AttributeType attributeType, SearchFilter filter, int depth) argument
H A DIsMemberOfVirtualAttributeProvider.java334 * @param depth The current recursion depth for this processing.
340 int depth)
345 if (depth >= MAX_NESTED_FILTER_DEPTH)
352 if (isSearchable(attributeType, f, depth+1))
339 isSearchable(AttributeType attributeType, SearchFilter filter, int depth) argument
/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/extensions/
H A DEntryDNVirtualAttributeProvider.java202 * @param depth The current recursion depth for this processing.
208 int depth)
213 if (depth >= MAX_NESTED_FILTER_DEPTH)
220 if (isSearchable(attributeType, f, depth+1))
228 if (depth >= MAX_NESTED_FILTER_DEPTH)
235 if (! isSearchable(attributeType, f, depth+1))
207 isSearchable(AttributeType attributeType, SearchFilter filter, int depth) argument
H A DIsMemberOfVirtualAttributeProvider.java261 * @param depth The current recursion depth for this processing.
267 int depth)
272 if (depth >= MAX_NESTED_FILTER_DEPTH)
279 if (isSearchable(attributeType, f, depth+1))
266 isSearchable(AttributeType attributeType, SearchFilter filter, int depth) argument
/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/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
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 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 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 DUnmarshallingEventHandlerAdaptor.java56 private int depth = 0; field in class:UnmarshallingEventHandlerAdaptor
62 depth++;
84 depth--;
85 if(depth==0) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DIsMemberOfVirtualAttributeProvider.java215 * @param depth The current recursion depth for this processing.
221 int depth)
226 if (depth >= MAX_NESTED_FILTER_DEPTH)
233 if (isSearchable(attributeType, f, depth+1))
220 isSearchable(AttributeType attributeType, SearchFilter filter, int depth) argument
/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/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);
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DUnmarshallingEventHandlerAdaptor.java56 private int depth = 0; field in class:UnmarshallingEventHandlerAdaptor
62 depth++;
84 depth--;
85 if(depth==0) {
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DUnmarshallingEventHandlerAdaptor.java56 private int depth = 0; field in class:UnmarshallingEventHandlerAdaptor
62 depth++;
84 depth--;
85 if(depth==0) {
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DUnmarshallingEventHandlerAdaptor.java56 private int depth = 0; field in class:UnmarshallingEventHandlerAdaptor
62 depth++;
84 depth--;
85 if(depth==0) {
/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/opendj-b2.6/src/server/org/opends/server/types/
H A DSearchFilter.java2288 * @param depth The current depth of the evaluation,
2303 Entry entry, int depth)
2309 return processAND(completeFilter, entry, depth);
2312 return processOR(completeFilter, entry, depth);
2315 return processNOT(completeFilter, entry, depth);
2358 * @param depth The current depth of the evaluation,
2372 Entry entry, int depth)
2403 // this case, first check our depth t
2301 matchesEntryInternal( SearchFilter completeFilter, Entry entry, int depth) argument
2371 processAND(SearchFilter completeFilter, Entry entry, int depth) argument
2488 processOR(SearchFilter completeFilter, Entry entry, int depth) argument
2606 processNOT(SearchFilter completeFilter, Entry entry, int depth) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSearchFilter.java2288 * @param depth The current depth of the evaluation,
2303 Entry entry, int depth)
2309 return processAND(completeFilter, entry, depth);
2312 return processOR(completeFilter, entry, depth);
2315 return processNOT(completeFilter, entry, depth);
2358 * @param depth The current depth of the evaluation,
2372 Entry entry, int depth)
2403 // this case, first check our depth t
2301 matchesEntryInternal( SearchFilter completeFilter, Entry entry, int depth) argument
2371 processAND(SearchFilter completeFilter, Entry entry, int depth) argument
2488 processOR(SearchFilter completeFilter, Entry entry, int depth) argument
2606 processNOT(SearchFilter completeFilter, Entry entry, int depth) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSearchFilter.java2288 * @param depth The current depth of the evaluation,
2303 Entry entry, int depth)
2309 return processAND(completeFilter, entry, depth);
2312 return processOR(completeFilter, entry, depth);
2315 return processNOT(completeFilter, entry, depth);
2358 * @param depth The current depth of the evaluation,
2372 Entry entry, int depth)
2403 // this case, first check our depth t
2301 matchesEntryInternal( SearchFilter completeFilter, Entry entry, int depth) argument
2371 processAND(SearchFilter completeFilter, Entry entry, int depth) argument
2488 processOR(SearchFilter completeFilter, Entry entry, int depth) argument
2606 processNOT(SearchFilter completeFilter, Entry entry, int depth) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSearchFilter.java2288 * @param depth The current depth of the evaluation,
2303 Entry entry, int depth)
2309 return processAND(completeFilter, entry, depth);
2312 return processOR(completeFilter, entry, depth);
2315 return processNOT(completeFilter, entry, depth);
2358 * @param depth The current depth of the evaluation,
2372 Entry entry, int depth)
2403 // this case, first check our depth t
2301 matchesEntryInternal( SearchFilter completeFilter, Entry entry, int depth) argument
2371 processAND(SearchFilter completeFilter, Entry entry, int depth) argument
2488 processOR(SearchFilter completeFilter, Entry entry, int depth) argument
2606 processNOT(SearchFilter completeFilter, Entry entry, int depth) argument
[all...]

Completed in 420 milliseconds

123456