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

1234567891011

/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DPSearch.java117 boolean output = options.hasOption('s');
123 " use file: \"" + useFile + "\" output: \"" + output + "\"");
133 ps.setOutput(output);
H A DPSearchOperations.java59 private boolean output; field in class:PSearchOperations
79 this.output = false;
88 * @param output boolean
90 public void setOutput(boolean output) { argument
91 this.output = output;
239 if (output) {
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DPSearch.java116 boolean output = options.hasOption('s');
122 " use file: \"" + useFile + "\" output: \"" + output + "\"");
132 ps.setOutput(output);
H A DPSearchOperations.java58 private boolean output; field in class:PSearchOperations
78 this.output = false;
87 * @param output boolean
89 public void setOutput(boolean output) { argument
90 this.output = output;
238 if (output) {
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java126 protected void exportBackend(OutputStream output) throws DirectoryException argument
130 output.write(exportString.getBytes());
131 output.flush();
132 output.close();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java126 protected void exportBackend(OutputStream output) throws DirectoryException argument
130 output.write(exportString.getBytes());
131 output.flush();
132 output.close();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/service/
H A DFakeReplicationDomain.java126 protected void exportBackend(OutputStream output) throws DirectoryException argument
130 output.write(exportString.getBytes());
131 output.flush();
132 output.close();
/forgerock/opendj-b2.6/tests/staf-tests/shared/python/
H A Dsnmp.py37 def create_table_fromoutput(output):
42 for line in output.splitlines():
/forgerock/opendj2/tests/staf-tests/shared/python/
H A Dsnmp.py36 def create_table_fromoutput(output):
41 for line in output.splitlines():
/forgerock/opendj2.6.2/tests/staf-tests/shared/python/
H A Dsnmp.py37 def create_table_fromoutput(output):
42 for line in output.splitlines():
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/python/
H A Dsnmp.py37 def create_table_fromoutput(output):
42 for line in output.splitlines():
/forgerock/opendj2-hg/tests/staf-tests/shared/python/
H A Dsnmp.py36 def create_table_fromoutput(output):
41 for line in output.splitlines():
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/common/
H A DClientBase.java128 DataOutputStream output = null;
143 output = new DataOutputStream(urlConnect.getOutputStream());
144 output.writeBytes(postData);
145 output.flush();
146 output.close();
147 output = null;
172 if (output != null) {
173 try { output.close(); } catch (Exception ex) {}
/forgerock/web-agents-v4/source/
H A Dip.c84 am_bool_t output; local
87 output = ipv6_parse(a, n);
90 output = AM_FALSE;
92 return output;
101 am_bool_t output; local
104 output = ipv4_parse(a, n);
107 output = AM_FALSE;
109 return output;
/forgerock/openam/openam-push-notification/src/test/java/org/forgerock/openam/services/push/utils/
H A DHS256HelperTest.java94 byte[] output = hmac.doFinal(Base64.decode(challenge));
95 return Base64.encode(output);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DSession.java115 * Use a buffered output stream in order to combine message length and content
118 private BufferedOutputStream output; field in class:Session
154 this.output = new BufferedOutputStream(secureSocket.getOutputStream());
367 * The buffered output stream ensures that the message is usually sent as
370 output.write(sendLengthBuf);
371 output.write(buffer);
372 output.flush();
546 output = new BufferedOutputStream(plainOutput);
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.java59 private boolean output; field in class:PSearchOperations
79 this.output = false;
88 * @param output boolean
90 public void setOutput(boolean output) { argument
91 this.output = output;
239 if (output) {
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DSession.java106 * Use a buffered output stream in order to combine message length and content
109 private BufferedOutputStream output; field in class:Session
145 this.output = new BufferedOutputStream(secureSocket.getOutputStream());
373 * The buffered output stream ensures that the message is usually sent as
376 output.write(sendLengthBuf);
377 output.write(buffer);
378 output.flush();
537 output = new BufferedOutputStream(plainOutput);
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.java58 private boolean output; field in class:PSearchOperations
78 this.output = false;
87 * @param output boolean
89 public void setOutput(boolean output) { argument
90 this.output = output;
238 if (output) {
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DSession.java115 * Use a buffered output stream in order to combine message length and content
118 private BufferedOutputStream output; field in class:Session
154 this.output = new BufferedOutputStream(secureSocket.getOutputStream());
367 * The buffered output stream ensures that the message is usually sent as
370 output.write(sendLengthBuf);
371 output.write(buffer);
372 output.flush();
546 output = new BufferedOutputStream(plainOutput);
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.java59 private boolean output; field in class:PSearchOperations
79 this.output = false;
88 * @param output boolean
90 public void setOutput(boolean output) { argument
91 this.output = output;
239 if (output) {
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DSession.java115 * Use a buffered output stream in order to combine message length and content
118 private BufferedOutputStream output; field in class:Session
154 this.output = new BufferedOutputStream(secureSocket.getOutputStream());
367 * The buffered output stream ensures that the message is usually sent as
370 output.write(sendLengthBuf);
371 output.write(buffer);
372 output.flush();
546 output = new BufferedOutputStream(plainOutput);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DSession.java106 * Use a buffered output stream in order to combine message length and content
109 private BufferedOutputStream output; field in class:Session
145 this.output = new BufferedOutputStream(secureSocket.getOutputStream());
373 * The buffered output stream ensures that the message is usually sent as
376 output.write(sendLengthBuf);
377 output.write(buffer);
378 output.flush();
537 output = new BufferedOutputStream(plainOutput);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DSession.java103 * Use a buffered output stream in order to combine message length and content
106 private BufferedOutputStream output; field in class:Session
141 this.output = new BufferedOutputStream(secureSocket.getOutputStream());
367 * The buffered output stream ensures that the message is usually sent as
370 output.write(sendLengthBuf);
371 output.write(buffer);
372 output.flush();
516 output = new BufferedOutputStream(plainOutput);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPService.java156 ByteArrayOutputStream output = new ByteArrayOutputStream();
157 msg.writeTo(output);
158 String xmlString = output.toString(IFSConstants.DEFAULT_ENCODING);
171 output = new ByteArrayOutputStream();
172 reply.writeTo(output);
173 xmlString = output.toString(IFSConstants.DEFAULT_ENCODING);
208 ByteArrayOutputStream output = new ByteArrayOutputStream();
209 msg.writeTo(output);
211 String xmlString = output.toString(
456 ByteArrayOutputStream output
[all...]

Completed in 161 milliseconds

1234567891011