Searched refs:length (Results 576 - 600 of 7580) sorted by relevance

<<21222324252627282930>>

/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DFirstNameTag.java109 if (arguments.length != 0)
112 getName(), lineNumber, 0, arguments.length);
H A DLastNameTag.java109 if (arguments.length != 0)
112 getName(), lineNumber, 0, arguments.length);
H A DParentDNTag.java103 if (arguments.length != 0)
106 getName(), lineNumber, 0, arguments.length);
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DLDIF.java134 (line.length() < 1) ) {
142 line.substring("version:".length()).trim() );
148 if ( (line != null) && (line.length() == 0) ) {
160 if (dn.startsWith(":") && (dn.length() > 1)) {
179 if ((line == null) || (line.length() < 1) || (line.equals("-"))) {
182 if ((line != null) && (line.length() < 1)) {
223 int len = line.length();
270 if (line == null || (line.length() < 1) ||
272 if ((line != null) && (line.length() < 1)) {
317 byte[] b = new byte[(int)file.length()];
[all...]
/forgerock/opendj2/tests/staf-tests/shared/java/xmlToHtml/
H A DxmlToHtml.java37 if ( args.length != 3 ) {
38 System.out.println("Error: Invalid number of args: " + args.length );
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/asn1/
H A DByteSequenceOutputStream.java84 * Gets the length of the underlying byte string builder.
86 * @return The length of the underlying byte string builder.
88 int length() { method in class:ByteSequenceOutputStream
89 return buffer.length();
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DFirstNameTag.java110 if (arguments.length != 0)
113 getName(), lineNumber, 0, arguments.length);
H A DLastNameTag.java110 if (arguments.length != 0)
113 getName(), lineNumber, 0, arguments.length);
H A DParentDNTag.java104 if (arguments.length != 0)
107 getName(), lineNumber, 0, arguments.length);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DEqualLengthApproximateMatchingRule.java45 * consider two values approximately equal only if they have the same length.
52 * Creates a new instance of this equal length approximate matching rule.
162 return value1.length() == value2.length();
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DLDIF.java135 (line.length() < 1) ) {
143 line.substring("version:".length()).trim() );
149 if ( (line != null) && (line.length() == 0) ) {
161 if (dn.startsWith(":") && (dn.length() > 1)) {
180 if ((line == null) || (line.length() < 1) || (line.equals("-"))) {
183 if ((line != null) && (line.length() < 1)) {
224 int len = line.length();
271 if (line == null || (line.length() < 1) ||
273 if ((line != null) && (line.length() < 1)) {
318 byte[] b = new byte[(int)file.length()];
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/xmlToHtml/
H A DxmlToHtml.java38 if ( args.length != 3 ) {
39 System.out.println("Error: Invalid number of args: " + args.length );
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DEqualLengthApproximateMatchingRule.java44 * consider two values approximately equal only if they have the same length.
51 * Creates a new instance of this equal length approximate matching rule.
161 return value1.length() == value2.length();
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DLDIF.java135 (line.length() < 1) ) {
143 line.substring("version:".length()).trim() );
149 if ( (line != null) && (line.length() == 0) ) {
161 if (dn.startsWith(":") && (dn.length() > 1)) {
180 if ((line == null) || (line.length() < 1) || (line.equals("-"))) {
183 if ((line != null) && (line.length() < 1)) {
224 int len = line.length();
271 if (line == null || (line.length() < 1) ||
273 if ((line != null) && (line.length() < 1)) {
318 byte[] b = new byte[(int)file.length()];
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/xmlToHtml/
H A DxmlToHtml.java38 if ( args.length != 3 ) {
39 System.out.println("Error: Invalid number of args: " + args.length );
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DLDIF.java134 (line.length() < 1) ) {
142 line.substring("version:".length()).trim() );
148 if ( (line != null) && (line.length() == 0) ) {
160 if (dn.startsWith(":") && (dn.length() > 1)) {
179 if ((line == null) || (line.length() < 1) || (line.equals("-"))) {
182 if ((line != null) && (line.length() < 1)) {
223 int len = line.length();
270 if (line == null || (line.length() < 1) ||
272 if ((line != null) && (line.length() < 1)) {
317 byte[] b = new byte[(int)file.length()];
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/java/xmlToHtml/
H A DxmlToHtml.java37 if ( args.length != 3 ) {
38 System.out.println("Error: Invalid number of args: " + args.length );
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DEqualLengthApproximateMatchingRule.java45 * consider two values approximately equal only if they have the same length.
52 * Creates a new instance of this equal length approximate matching rule.
162 return value1.length() == value2.length();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/asn1/
H A DByteSequenceOutputStream.java84 * Gets the length of the underlying byte string builder.
86 * @return The length of the underlying byte string builder.
88 int length() { method in class:ByteSequenceOutputStream
89 return buffer.length();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DFirstNameTag.java110 if (arguments.length != 0)
113 getName(), lineNumber, 0, arguments.length);
H A DLastNameTag.java110 if (arguments.length != 0)
113 getName(), lineNumber, 0, arguments.length);
H A DParentDNTag.java104 if (arguments.length != 0)
107 getName(), lineNumber, 0, arguments.length);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DByteSequenceOutputStream.java83 * Gets the length of the underlying byte string builder.
85 * @return The length of the underlying byte string builder.
87 int length() { method in class:ByteSequenceOutputStream
88 return buffer.length();
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DFirstNameTag.java109 if (arguments.length != 0)
112 getName(), lineNumber, 0, arguments.length);
H A DLastNameTag.java109 if (arguments.length != 0)
112 getName(), lineNumber, 0, arguments.length);

Completed in 171 milliseconds

<<21222324252627282930>>