Home
last modified time | relevance | path

Searched refs:pipeOut (Results 1 – 25 of 114) sorted by relevance

12345

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/
H A Dredefclass002.java55 private PipedOutputStream pipeOut; field in redefclass002
102 pipeOut = new PipedOutputStream(); in runIt()
104 runRedefClsThr = new runRedefCls(pipeIn, pipeOut, in runIt()
197 pipeOut.write(123); in runIt()
198 pipeOut.flush(); in runIt()
223 pipeOut.close(); in shutdown()
233 private PipedOutputStream pipeOut; field in redefclass002.runRedefCls
238 runRedefCls(PipedInputStream pipeIn, PipedOutputStream pipeOut, in runRedefCls() argument
241 this.pipeOut = pipeOut; in runRedefCls()
252 redefClassObj.activeMethod(pipeIn, pipeOut, out, in run()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/
H A Dredefclass002.java55 private PipedOutputStream pipeOut; field in redefclass002
102 pipeOut = new PipedOutputStream(); in runIt()
104 runRedefClsThr = new runRedefCls(pipeIn, pipeOut, in runIt()
197 pipeOut.write(123); in runIt()
198 pipeOut.flush(); in runIt()
223 pipeOut.close(); in shutdown()
233 private PipedOutputStream pipeOut; field in redefclass002.runRedefCls
238 runRedefCls(PipedInputStream pipeIn, PipedOutputStream pipeOut, in runRedefCls() argument
241 this.pipeOut = pipeOut; in runRedefCls()
252 redefClassObj.activeMethod(pipeIn, pipeOut, out, in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/
H A Dredefclass002.java55 private PipedOutputStream pipeOut; field in redefclass002
102 pipeOut = new PipedOutputStream(); in runIt()
104 runRedefClsThr = new runRedefCls(pipeIn, pipeOut, in runIt()
197 pipeOut.write(123); in runIt()
198 pipeOut.flush(); in runIt()
223 pipeOut.close(); in shutdown()
233 private PipedOutputStream pipeOut; field in redefclass002.runRedefCls
238 runRedefCls(PipedInputStream pipeIn, PipedOutputStream pipeOut, in runRedefCls() argument
241 this.pipeOut = pipeOut; in runRedefCls()
252 redefClassObj.activeMethod(pipeIn, pipeOut, out, in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/
H A Dredefclass002.java55 private PipedOutputStream pipeOut; field in redefclass002
102 pipeOut = new PipedOutputStream(); in runIt()
104 runRedefClsThr = new runRedefCls(pipeIn, pipeOut, in runIt()
197 pipeOut.write(123); in runIt()
198 pipeOut.flush(); in runIt()
223 pipeOut.close(); in shutdown()
233 private PipedOutputStream pipeOut; field in redefclass002.runRedefCls
238 runRedefCls(PipedInputStream pipeIn, PipedOutputStream pipeOut, in runRedefCls() argument
241 this.pipeOut = pipeOut; in runRedefCls()
252 redefClassObj.activeMethod(pipeIn, pipeOut, out, in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/
H A Dredefclass002.java55 private PipedOutputStream pipeOut; field in redefclass002
102 pipeOut = new PipedOutputStream(); in runIt()
104 runRedefClsThr = new runRedefCls(pipeIn, pipeOut, in runIt()
197 pipeOut.write(123); in runIt()
198 pipeOut.flush(); in runIt()
223 pipeOut.close(); in shutdown()
233 private PipedOutputStream pipeOut; field in redefclass002.runRedefCls
238 runRedefCls(PipedInputStream pipeIn, PipedOutputStream pipeOut, in runRedefCls() argument
241 this.pipeOut = pipeOut; in runRedefCls()
252 redefClassObj.activeMethod(pipeIn, pipeOut, out, in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/
H A Dredefclass002.java55 private PipedOutputStream pipeOut; field in redefclass002
102 pipeOut = new PipedOutputStream(); in runIt()
104 runRedefClsThr = new runRedefCls(pipeIn, pipeOut, in runIt()
197 pipeOut.write(123); in runIt()
198 pipeOut.flush(); in runIt()
223 pipeOut.close(); in shutdown()
233 private PipedOutputStream pipeOut; field in redefclass002.runRedefCls
238 runRedefCls(PipedInputStream pipeIn, PipedOutputStream pipeOut, in runRedefCls() argument
241 this.pipeOut = pipeOut; in runRedefCls()
252 redefClassObj.activeMethod(pipeIn, pipeOut, out, in run()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/
H A Dredefclass002.java55 private PipedOutputStream pipeOut; field in redefclass002
102 pipeOut = new PipedOutputStream(); in runIt()
104 runRedefClsThr = new runRedefCls(pipeIn, pipeOut, in runIt()
197 pipeOut.write(123); in runIt()
198 pipeOut.flush(); in runIt()
223 pipeOut.close(); in shutdown()
233 private PipedOutputStream pipeOut; field in redefclass002.runRedefCls
238 runRedefCls(PipedInputStream pipeIn, PipedOutputStream pipeOut, in runRedefCls() argument
241 this.pipeOut = pipeOut; in runRedefCls()
252 redefClassObj.activeMethod(pipeIn, pipeOut, out, in run()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/
H A Dredefclass002.java55 private PipedOutputStream pipeOut; field in redefclass002
102 pipeOut = new PipedOutputStream(); in runIt()
104 runRedefClsThr = new runRedefCls(pipeIn, pipeOut, in runIt()
197 pipeOut.write(123); in runIt()
198 pipeOut.flush(); in runIt()
223 pipeOut.close(); in shutdown()
233 private PipedOutputStream pipeOut; field in redefclass002.runRedefCls
238 runRedefCls(PipedInputStream pipeIn, PipedOutputStream pipeOut, in runRedefCls() argument
241 this.pipeOut = pipeOut; in runRedefCls()
252 redefClassObj.activeMethod(pipeIn, pipeOut, out, in run()
/dports/net/jcifs/jcifs_1.3.19/src/jcifs/smb/
H A DSmbNamedPipe.java122 OutputStream pipeOut; field in SmbNamedPipe
184 if( pipeOut == null ) { in getNamedPipeOutputStream()
187 pipeOut = new TransactNamedPipeOutputStream( this ); in getNamedPipeOutputStream()
189 pipeOut = new SmbFileOutputStream(this, false, in getNamedPipeOutputStream()
193 return pipeOut; in getNamedPipeOutputStream()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/tools/
H A DTestTools.java107 PipedOutputStream pipeOut = new PipedOutputStream(); in checkOutput() local
108 PipedInputStream pipeIn = new PipedInputStream(pipeOut, PIPE_BUFFER_SIZE); in checkOutput()
110 System.setOut(new PrintStream(pipeOut)); in checkOutput()
112 System.setErr(new PrintStream(pipeOut)); in checkOutput()
122 pipeOut.close(); in checkOutput()
H A DTestJMXGet.java135 PipedOutputStream pipeOut = new PipedOutputStream(); in checkPrintAllValues() local
136 PipedInputStream pipeIn = new PipedInputStream(pipeOut); in checkPrintAllValues()
137 System.setErr(new PrintStream(pipeOut)); in checkPrintAllValues()
143 pipeOut.close(); in checkPrintAllValues()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/delibs/deutil/
H A DdeProcess.c220 int pipeOut[2] = { -1, -1 }; in deProcess_start() local
240 closePipe(pipeOut); in deProcess_start()
254 closePipe(pipeOut); in deProcess_start()
267 close(pipeOut[0]); in deProcess_start()
282 if (pipeOut[1] != STDOUT_FILENO && in deProcess_start()
283 dup2(pipeOut[1], STDOUT_FILENO) != STDOUT_FILENO) in deProcess_start()
285 close(pipeOut[1]); in deProcess_start()
330 closePipe(pipeOut); in deProcess_start()
351 close(pipeOut[1]); in deProcess_start()
355 process->standardOut = deFile_createFromHandle((deUintptr)pipeOut[0]); in deProcess_start()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/native/
H A Djuce_posix_NamedPipe.cpp43 if (pipeOut != -1) ::close (pipeOut); in ~Pimpl()
98 auto numWritten = (int) ::write (pipeOut, sourceBuffer, (size_t) bytesThisTime); in write()
124 int pipeIn = -1, pipeOut = -1; member in juce::NamedPipe::Pimpl
158 auto& pipe = isInput ? pipeIn : pipeOut; in openPipe()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/native/
H A Djuce_posix_NamedPipe.cpp41 if (pipeOut != -1) ::close (pipeOut); in ~Pimpl()
96 auto numWritten = (int) ::write (pipeOut, sourceBuffer, (size_t) bytesThisTime); in write()
122 int pipeIn = -1, pipeOut = -1; member in juce::NamedPipe::Pimpl
156 auto& pipe = isInput ? pipeIn : pipeOut; in openPipe()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/native/
H A Djuce_posix_NamedPipe.cpp41 if (pipeOut != -1) ::close (pipeOut); in ~Pimpl()
96 auto numWritten = (int) ::write (pipeOut, sourceBuffer, (size_t) bytesThisTime); in write()
122 int pipeIn = -1, pipeOut = -1; member in juce::NamedPipe::Pimpl
156 auto& pipe = isInput ? pipeIn : pipeOut; in openPipe()
/dports/cad/magic/magic-8.3.245/sim/
H A DSimRsim.c69 static int pipeOut; /* Magic --> Rsim */ variable
237 pipeOut = magToRsimPipe[P_WRITE];
349 if (write(pipeOut, keyBoardBuf, strlen(keyBoardBuf)) < 0) {
424 if( write( pipeOut, "has_coords\n", 11 ) < 0 )
471 close(pipeOut); in SimStopRsim()
585 if (write(pipeOut, cmdStr, strlen(cmdStr)) < 0) {
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/
H A Dpopframe004.java128 private PipedOutputStream pipeOut; field in popframe004.popFrameCls
132 pipeOut = new PipedOutputStream(pipeIn); in popFrameCls()
151 pipeOut.write(123); // notify the main thread in activeMethod()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/
H A Dpopframe004.java128 private PipedOutputStream pipeOut; field in popframe004.popFrameCls
132 pipeOut = new PipedOutputStream(pipeIn); in popFrameCls()
151 pipeOut.write(123); // notify the main thread in activeMethod()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/
H A Dpopframe004.java128 private PipedOutputStream pipeOut; field in popframe004.popFrameCls
132 pipeOut = new PipedOutputStream(pipeIn); in popFrameCls()
151 pipeOut.write(123); // notify the main thread in activeMethod()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/
H A Dpopframe004.java128 private PipedOutputStream pipeOut; field in popframe004.popFrameCls
132 pipeOut = new PipedOutputStream(pipeIn); in popFrameCls()
151 pipeOut.write(123); // notify the main thread in activeMethod()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/
H A Dpopframe004.java128 private PipedOutputStream pipeOut; field in popframe004.popFrameCls
132 pipeOut = new PipedOutputStream(pipeIn); in popFrameCls()
151 pipeOut.write(123); // notify the main thread in activeMethod()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemProcess.cpp964 int pipeIn[2],pipeOut[2],pipeErr[2],pipeTmp[2]; in TryStart() local
1021 pipeOut[0]=-1; in TryStart()
1022 pipeOut[1]=-1; in TryStart()
1034 if (pipe(pipeOut)) goto L_PipeErr; in TryStart()
1035 if ((f=fcntl(pipeOut[0],F_GETFL))<0) goto L_GetFlErr; in TryStart()
1083 if (pipeOut[1]!=-1) { in TryStart()
1084 if (dup2(pipeOut[1],STDOUT_FILENO)!=STDOUT_FILENO) { in TryStart()
1183 if (pipeOut[1]!=-1) close(pipeOut[1]); in TryStart()
1188 managed->FdOut=pipeOut[0]; in TryStart()
1247 if (pipeOut[0]!=-1) close(pipeOut[0]); in TryStart()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass002/newclass/
H A Dredefclass002r.java44 public void activeMethod(PipedInputStream pipeIn, PipedOutputStream pipeOut, in activeMethod() argument
53 pIn = new PipedInputStream(pipeOut); in activeMethod()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass002/newclass/
H A Dredefclass002r.java44 public void activeMethod(PipedInputStream pipeIn, PipedOutputStream pipeOut, in activeMethod() argument
53 pIn = new PipedInputStream(pipeOut); in activeMethod()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass002/newclass/
H A Dredefclass002r.java44 public void activeMethod(PipedInputStream pipeIn, PipedOutputStream pipeOut, in activeMethod() argument
53 pIn = new PipedInputStream(pipeOut); in activeMethod()

12345