Home
last modified time | relevance | path

Searched refs:getOutput (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterUtil.java47 o = syscmd.getOutput(); in getDefault()
86 String o = syscmd.getOutput(); in getDevices()
169 String makes = syscmd.getOutput(); in getMakes()
205 String models = syscmd.getOutput(); in getModels()
241 String ppds = syscmd.getOutput(); in getPPDs()
271 String mmp = syscmd.getOutput(); in getMakeModelNick()
309 String ppdfile = syscmd.getOutput(); in getPPDFile()
343 String mm = syscmd.getOutput(); in getProbe()
419 o = syscmd.getOutput(); in getList()
549 o = syscmd.getOutput(); in isLocalhost()
H A DHost.java66 String o = syscmd.getOutput(); in getLocalHostName()
92 String o = syscmd.getOutput(); in getDomainName()
163 String o = syscmd.getOutput(); in getNisHost()
200 String o = syscmd.getOutput(); in getLDAPMaster()
243 String on = syscmd.getOutput(); in getDefaultAdminDN()
268 String o = syscmd.getOutput(); in getDefaultAdminDN()
H A DDoPrinterView.java112 err = syscmd.getOutput(); in viewRemote()
117 o = syscmd.getOutput(); in viewRemote()
218 o = syscmd.getOutput(); in viewLocal()
358 str = syscmd.getOutput(); in viewLocal()
406 o = syscmd.getOutput(); in viewLocal()
H A DSysCommand.java54 o = syscmd.getOutput(); in main()
144 public String getOutput() { in getOutput() method in SysCommand
H A DDoPrinterAdd.java482 o = syscmd.getOutput(); in doFilters()
522 o = syscmd.getOutput(); in doFilters()
H A DTest.java87 o = syscmd.getOutput(); in main()
H A DDoPrinterNS.java616 String o = syscmd.getOutput(); in isRoot()
/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DPrintaRecord.java346 getOutput() in getOutput() method in PrintaRecord
485 return getOutput().compareTo(r.getOutput()); in compareTo()
560 buf.append(getOutput()); in toString()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMultiAggPrinta.java55 buf.append(rec.getOutput()); in printaRecordString()
/titanic_41/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java271 out.print(printa.getOutput()); in consumeProbeData()