Searched refs:out (Results 1 - 25 of 51) sorted by relevance

123

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/
H A DBase64Util.java55 * output to {@code out} using the default width (76
58 * @param out the {@code Writer} to which output should be sent
60 public WrappingWriter(Writer out) argument
62 super(out);
67 * output to {@code out} using the specified width.
69 * @param out the {@code Writer} to which output should be sent
72 public WrappingWriter(Writer out, int max) argument
74 super(out);
83 out.write(NEWLINE);
86 out
148 decode(InputStream in, OutputStream out) argument
234 decode(String in, OutputStream out) argument
259 encode(InputStream in, Writer out) argument
297 encode(byte[] buffer, int offset, int len, Writer out) argument
305 encode(byte[] buffer, Writer out) argument
310 encode(String s, Writer out) argument
[all...]
H A DDebugUtil.java59 * @param out
65 boolean dump(String title, Object object, int indent, PrintWriter out); argument
76 PrintWriter out) {
78 out.printf("%s%s%s\n", indent(indent), title, object);
87 PrintWriter out) {
91 out.printf("%s%s%s (%d elements)\n", indent(indent),
99 DebugUtil.dump(subPrefix, value, indent, out);
112 PrintWriter out) {
116 out.printf("%s%s%s (%d elements)\n", indent(indent),
125 DebugUtil.dump(subPrefix, value, indent, out);
214 dump(String title, Object object, int indent, PrintWriter out) argument
[all...]
H A DProcessUtil.java102 ByteArrayOutputStream out = new ByteArrayOutputStream();
107 out.write(b, 0, n);
111 return out.toByteArray();
H A DUIDebugUtil.java46 System.out.printf("%s%2d. %s%s\n", indent, index + 1,
H A DChangeableAggregator.java226 PrintWriter out) {
235 out.printf("%s%s%s %s (%s)\n",
248 DebugUtil.dump("", changeable, indent, out);
/solaris-userland-s11u3/components/stdcxx/Solaris/
H A Drun_examples.sh222 logfile="${file}.out"
230 echo "<a href=\"${file}.out\">${file}.out</a>" >> ${INDEX_HTML}
246 echo spelltest  | ./spell > ./spell.out 2>&1
254 echo "<a href=\"spell.out\">spell.out</a>" >> ${INDEX_HTML}
259 echo y y q | ./stocks >> ./stocks.out 2>&1
267 echo "<a href=\"stocks.out\">stocks.out</a>" >> ${INDEX_HTML}
272 echo '5 1 2 + 4 * 3 - +' p q | ./calc >> ./calc.out
[all...]
H A Drun_regress_tests.sh134 ./${file} > ${file}.out 2>&1
141 pat=`cat ${file}.out | egrep 'ASSERTION|ERROR|FATAL'`
144 tail -9 ${file}.out | egrep 'ASSERTION|ERROR|FATAL' | egrep '%'
209 rm -f "${file}.out"
H A Drun_tests.sh186 "22.locale.codecvt.out" \
287 logfile="${file}.out"
295 echo "<a href=\"${file}.out\">${file}.out</a>" >> ${INDEX_HTML}
297 pat=`cat ${file}.out | egrep 'ASSERTION|ERROR|FATAL'`
300 tail -9 ${file}.out | egrep 'ASSERTION|ERROR|FATAL' | egrep '%'
340 logfile="${file}.out"
352 echo "<a href=\"${file}.out\">${file}.out</a>" >> ${INDEX_HTML}
354 pat=`cat ${file}.out | egre
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/client/com/oracle/solaris/vp/client/swing/
H A DPreferences.java70 FileWriter out = new FileWriter(fileName);
71 getProperties().store(out, null);
72 out.close();
/solaris-userland-s11u3/components/openstack/cinder/files/solaris/
H A Dsolarisfc.py38 out = None
40 out, err = self.execute('/usr/sbin/fcinfo', 'hba-port')
44 if out is None:
50 for line in out.splitlines():
115 out, err = self.execute('/usr/sbin/fcinfo', 'logical-unit', '-v')
121 if out is not None:
122 for line in [l.strip() for l in out.splitlines()]:
169 (out, _err) = self.execute('/usr/sbin/format', '-L', 'efi', '-d',
H A Dsolarisiscsi.py55 (out, _err) = self.execute('/usr/sbin/iscsiadm', 'list',
60 for line in [l.strip() for l in out.splitlines()]:
81 out, err = self.execute('/usr/sbin/iscsiadm', 'list', 'initiator-node')
85 initiator_name_line = out.splitlines()[0]
95 (out, _err) = self.execute('/usr/sbin/iscsiadm', 'list',
99 lines = out.splitlines()
146 (out, _err) = self.execute('/usr/sbin/format', '-L', 'efi', '-d',
H A Dzfs.py184 (out, _err) = self._execute('/usr/bin/ls', zvol)
272 (out, _err) = self._execute('/usr/sbin/zfs', 'get', '-H', '-o',
274 return out.rstrip()
629 (out, _err) = self._execute('/usr/sbin/stmfadm', 'list-target',
633 for line in [l.strip() for l in out.splitlines()]:
672 (out, _err) = self._execute('/usr/sbin/stmfadm', 'list-lu', '-v')
675 for line in [l.strip() for l in out.splitlines()]:
695 (out, _err) = self._execute('/usr/sbin/stmfadm', 'list-view',
704 for line in [l.strip() for l in out.splitlines()]:
978 (out, _er
[all...]
/solaris-userland-s11u3/components/visual-panels/zconsole/src/java/vpanels/app/zconsole/com/oracle/solaris/vp/panels/zconsole/client/text/
H A DBeanToStdout.java55 System.out.write(bytes);
56 System.out.flush();
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/nsswitch/
H A Dsolaris.rb50 out = svcprop("-p", "config/" + field.to_s,
52 out = out.delete("\\")
/solaris-userland-s11u3/components/net-snmp/
H A Drun-tests63 #./RUNTESTS -a > test.32.out 2>&1
64 ./RUNTESTS -a > ${VER}/test.32.out 2>&1
69 echo "======= see test.32.out in ================="
77 ./RUNTESTS -a > ${VER64}/test.64.out 2>&1
82 echo "======= see test.64.out in $testdir ================="
92 ./RUNTESTS -a > ${VER64}/test.64.out 2>&1
97 echo "======= see test.64.out in $testdir ================="
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/vni_interface/
H A Dsolaris.rb58 ifname, ifclass = p[:out].strip().split(":", 2)
77 {:out => output, :exit => $CHILD_STATUS.exitstatus}
/solaris-userland-s11u3/components/squid/files/
H A Dhttp-squid40 out="$(${SQUID} -z)"
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/address_properties/
H A Dsolaris.rb95 if p[:out].strip != value
111 {:out => output, :exit => $CHILD_STATUS.exitstatus}
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/interface_properties/
H A Dsolaris.rb98 if p[:out].strip != value
115 {:out => output, :exit => $CHILD_STATUS.exitstatus}
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/link_properties/
H A Dsolaris.rb90 if p[:out].strip != value
104 {:out => output, :exit => $CHILD_STATUS.exitstatus}
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/protocol_properties/
H A Dsolaris.rb95 if p[:out].strip != value
111 {:out => output, :exit => $CHILD_STATUS.exitstatus}
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/svccfg/
H A Dsolaris.rb51 return p[:out].strip == simple
103 if p[:out].strip != ''
116 {:out => output, :exit => $CHILD_STATUS.exitstatus}
/solaris-userland-s11u3/components/zlib/capabilities/sun4v/sparcv7/
H A Dlongest_match_t4.s120 ! 7 ! * This file contains the longest_match() function cut out from the original
172 ! Registers live out of longest_match:
210 ! Registers live out of .L77000159:
253 ! Registers live out of .L77000163:
265 ! Registers live out of .L77000165:
288 ! Registers live out of .L77000167:
342 ! Registers live out of .L900000107:
353 ! Registers live out of .L77000175:
364 ! Registers live out of .L77000177:
375 ! Registers live out o
[all...]
/solaris-userland-s11u3/components/openstack/nova/files/
H A Dzone-vnc-console70 out, err = svcprop.communicate()
75 enabled = out.strip() == 'true'
120 out, err = vnc.communicate()
135 out, err = svccfg.communicate()
163 out, err = svccfg.communicate()
226 out, err = xwininfo.communicate()
235 for line in out.splitlines():
294 out, err = gtf.communicate()
300 for line in out.splitlines():
313 out, er
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/client/com/oracle/solaris/vp/client/common/
H A DPanelResourceManager.java167 OutputStream out =
169 out.write(resource);
170 out.close();

Completed in 1453 milliseconds

123