Searched defs:depth (Results 1 - 25 of 145) sorted by relevance

123456

/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/query/
H A DDataQueryFilterVisitor.java121 private void assertFieldDepth(JsonPointer field, int depth) { argument
122 if (field.size() > depth) {
H A DQueryByStringFilterConverter.java36 private void assertFieldDepth(JsonPointer field, int depth) { argument
37 if (field.size() > depth) {
/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)
/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)
/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)
/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/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DEntryDNVirtualAttributeProvider.java183 * @param depth The current recursion depth for this processing.
189 int depth)
194 if (depth >= MAX_NESTED_FILTER_DEPTH)
201 if (isSearchable(attributeType, f, depth+1))
209 if (depth >= MAX_NESTED_FILTER_DEPTH)
216 if (! isSearchable(attributeType, f, depth+1))
188 isSearchable(AttributeType attributeType, SearchFilter filter, int depth) argument
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/datastore/
H A DScriptingQueryFilterVisitor.java117 private void assertFieldDepth(JsonPointer field, int depth) { argument
118 if (field.size() > depth) {
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/query/
H A DDataQueryFilterVisitor.java121 private void assertFieldDepth(JsonPointer field, int depth) { argument
122 if (field.size() > depth) {
H A DQueryByStringFilterConverter.java36 private void assertFieldDepth(JsonPointer field, int depth) { argument
37 if (field.size() > depth) {
/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/openam-scripting/src/main/java/org/forgerock/openam/scripting/datastore/
H A DScriptingQueryFilterVisitor.java117 private void assertFieldDepth(JsonPointer field, int depth) { argument
118 if (field.size() > depth) {
/forgerock/opendj-b2.6/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/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/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/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/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.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...]

Completed in 101 milliseconds

123456