Home
last modified time | relevance | path

Searched defs:stdInput (Results 1 – 22 of 22) sorted by relevance

/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/cdripper/
H A DCdda2wavScanBus.java105 BufferedReader stdInput = null; in tryScanWithIcedax() local
151 final BufferedReader stdInput) throws IOException { in readIcedaxDevices()
180 BufferedReader stdInput = null; in tryScanWithCdda2wav() local
235 final BufferedReader stdInput) throws IOException { in readCdda2wavDevices()
284 BufferedReader stdInput = null; in tryScanWithATA() local
338 final BufferedReader stdInput) throws IOException { in readATAScanOutput()
H A DNeroAacEncoder.java59 BufferedReader stdInput = null; in testEncoder() local
98 BufferedReader stdInput = null; in encode() local
H A DCdparanoia.java60 BufferedReader stdInput = null; in pTestTool() local
169 BufferedReader stdInput = null; in retrieveDiscInformation() local
212 private int readCommandOutput(final BufferedReader stdInput, in readCommandOutput()
H A DFlacEncoder.java63 BufferedReader stdInput = null; in testEncoder() local
90 BufferedReader stdInput = null; in encode() local
H A DMp4Encoder.java65 BufferedReader stdInput = null; in testEncoder() local
95 BufferedReader stdInput = null; in encode() local
H A DLameEncoder.java67 BufferedReader stdInput = null; in testEncoder() local
97 BufferedReader stdInput = null; in encode() local
H A DOggEncoder.java60 BufferedReader stdInput = null; in testEncoder() local
98 BufferedReader stdInput = null; in encode() local
H A DCdda2wav.java97 BufferedReader stdInput = null; in pTestTool() local
172 BufferedReader stdInput = null; in cdda2wav() local
H A DReadCddaThread.java68 BufferedReader stdInput = null; in run() local
/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/amethyst/src/
H A Dmain.cpp96 QTextStream stdInput(stdin, QIODevice::ReadOnly | QIODevice::Text); in main() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/tools/jar/normalize/
H A DTestNormal.java71 BufferedReader stdInput = in execJavaCommand() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/tools/jar/normalize/
H A DTestNormal.java71 BufferedReader stdInput = in execJavaCommand() local
/dports/lang/ghc/ghc-8.10.7/libraries/unix/System/Posix/IO/
H A DCommon.hsc126 stdInput, stdOutput, stdError :: Fd function
127 stdInput = Fd (#const STDIN_FILENO) function
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
H A DMainActivity.java93 BufferedReader stdInput = new BufferedReader(new in executeBinary() local
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/r_util/
H A DRSessionLaunchProfile.cpp143 std::string stdInput; in sessionLaunchProfileFromJson() local
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/system/
H A DPosixSystem.hpp163 std::string stdInput; member
/dports/sysutils/calamares/calamares-3.2.44.2/src/libcalamares/utils/
H A DCalamaresUtilsSystem.cpp116 const QString& stdInput, in runCommand()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/util/
H A DProcessBasedLocalHBaseCluster.java231 BufferedReader stdInput = new BufferedReader( in executeCommand() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/perforce/
H A Dperforceplugin.cpp1247 const QByteArray &stdInput, in synchronousProcess()
1309 const QByteArray &stdInput, in fullySynchronousProcess()
1376 const QByteArray &stdInput, in runP4Cmd()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/unx/
H A Dprocess.cxx122 int stdOutput[2] = { -1, -1 }, stdInput[2] = { -1, -1 }, stdError[2] = { -1, -1 }; in ChildStatusProc() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/unx/
H A Dprocess.cxx122 int stdOutput[2] = { -1, -1 }, stdInput[2] = { -1, -1 }, stdError[2] = { -1, -1 }; in ChildStatusProc() local
/dports/graphics/tesseract/tesseract-5.0.0/src/api/
H A Dbaseapi.cpp1104 bool stdInput = !strcmp(filename, "stdin") || !strcmp(filename, "-"); in ProcessPagesInternal() local