Searched refs:writeNull (Results 51 - 75 of 75) sorted by relevance

123

/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestModifyDNResponseProtocolOp.java182 writer.writeNull();
183 writer.writeNull();
204 writer.writeNull();
205 writer.writeNull();
227 writer.writeNull();
250 writer.writeNull();
H A DTestSearchProtocolOp.java278 writer.writeNull(UNIVERSAL_OCTET_STRING_TYPE);
306 writer.writeNull(UNIVERSAL_OCTET_STRING_TYPE);
334 writer.writeNull(UNIVERSAL_OCTET_STRING_TYPE);
362 writer.writeNull(UNIVERSAL_OCTET_STRING_TYPE);
390 writer.writeNull(UNIVERSAL_OCTET_STRING_TYPE);
418 writer.writeNull(UNIVERSAL_OCTET_STRING_TYPE);
H A DTestCompareRequestProtocolOp.java166 writer.writeNull();
167 writer.writeNull();
186 writer.writeNull();
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestCompareRequestProtocolOp.java166 writer.writeNull();
167 writer.writeNull();
186 writer.writeNull();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestCompareRequestProtocolOp.java165 writer.writeNull();
166 writer.writeNull();
185 writer.writeNull();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestCompareRequestProtocolOp.java166 writer.writeNull();
167 writer.writeNull();
186 writer.writeNull();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestCompareRequestProtocolOp.java165 writer.writeNull();
166 writer.writeNull();
185 writer.writeNull();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/
H A DTestCompareRequestProtocolOp.java145 writer.writeNull();
146 writer.writeNull();
165 writer.writeNull();
H A DTestSearchProtocolOp.java271 writer.writeNull(ASN1.UNIVERSAL_OCTET_STRING_TYPE);
299 writer.writeNull(ASN1.UNIVERSAL_OCTET_STRING_TYPE);
327 writer.writeNull(ASN1.UNIVERSAL_OCTET_STRING_TYPE);
355 writer.writeNull(ASN1.UNIVERSAL_OCTET_STRING_TYPE);
383 writer.writeNull(ASN1.UNIVERSAL_OCTET_STRING_TYPE);
411 writer.writeNull(ASN1.UNIVERSAL_OCTET_STRING_TYPE);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/asn1/
H A DASN1OutputStreamWriter.java332 public ASN1Writer writeNull(byte type) throws IOException method in class:ASN1OutputStreamWriter
349 public ASN1Writer writeNull() throws IOException method in class:ASN1OutputStreamWriter
351 return writeNull(UNIVERSAL_NULL_TYPE);
/forgerock/opendj2/src/server/org/opends/server/protocols/asn1/
H A DASN1OutputStreamWriter.java331 public ASN1Writer writeNull(byte type) throws IOException method in class:ASN1OutputStreamWriter
348 public ASN1Writer writeNull() throws IOException method in class:ASN1OutputStreamWriter
350 return writeNull(UNIVERSAL_NULL_TYPE);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/asn1/
H A DASN1OutputStreamWriter.java332 public ASN1Writer writeNull(byte type) throws IOException method in class:ASN1OutputStreamWriter
349 public ASN1Writer writeNull() throws IOException method in class:ASN1OutputStreamWriter
351 return writeNull(UNIVERSAL_NULL_TYPE);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1OutputStreamWriter.java332 public ASN1Writer writeNull(byte type) throws IOException method in class:ASN1OutputStreamWriter
349 public ASN1Writer writeNull() throws IOException method in class:ASN1OutputStreamWriter
351 return writeNull(UNIVERSAL_NULL_TYPE);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1OutputStreamWriter.java331 public ASN1Writer writeNull(byte type) throws IOException method in class:ASN1OutputStreamWriter
348 public ASN1Writer writeNull() throws IOException method in class:ASN1OutputStreamWriter
350 return writeNull(UNIVERSAL_NULL_TYPE);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1WriterTestCase.java491 getWriter().writeNull();
507 getWriter().writeNull(type);
663 writer.writeNull();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1WriterTestCase.java490 getWriter().writeNull();
506 getWriter().writeNull(type);
662 writer.writeNull();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1WriterTestCase.java491 getWriter().writeNull();
507 getWriter().writeNull(type);
663 writer.writeNull();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1WriterTestCase.java490 getWriter().writeNull();
506 getWriter().writeNull(type);
662 writer.writeNull();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1WriterTestCase.java491 getWriter().writeNull();
507 getWriter().writeNull(type);
663 writer.writeNull();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DPasswordModifyExtendedOperationTestCase.java984 writer.writeNull((byte)0x50);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DPasswordModifyExtendedOperationTestCase.java1429 writer.writeNull((byte)0x50);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DPasswordModifyExtendedOperationTestCase.java1428 writer.writeNull((byte)0x50);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DPasswordModifyExtendedOperationTestCase.java1429 writer.writeNull((byte)0x50);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DPasswordModifyExtendedOperationTestCase.java1428 writer.writeNull((byte)0x50);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DPasswordModifyExtendedOperationTestCase.java1429 writer.writeNull((byte)0x50);

Completed in 132 milliseconds

123