/aoo42x/main/sal/inc/osl/ |
H A D | pipe.hxx | 46 inline Pipe::Pipe(const Pipe& pipe ) in Pipe() argument 47 : m_handle( pipe.m_handle ) in Pipe() 54 inline Pipe::Pipe( oslPipe pipe, __sal_NoAcquire ) in Pipe() argument 55 : m_handle ( pipe ) in Pipe() 59 inline Pipe::Pipe(oslPipe pipe) in Pipe() argument 60 : m_handle( pipe ) in Pipe() 90 *this = pipe.getHandle(); in operator =() 97 if( pipe ) in operator =() 98 osl_acquirePipe( pipe ); in operator =() 101 m_handle = pipe; in operator =() [all …]
|
H A D | pipe_decl.hxx | 63 inline Pipe(const Pipe& pipe); 67 inline Pipe( oslPipe pipe, __sal_NoAcquire noacquire ); 108 inline Pipe& SAL_CALL operator= (const Pipe& pipe); 113 inline Pipe& SAL_CALL operator= (const oslPipe pipe ); 178 inline StreamPipe( oslPipe pipe, __sal_NoAcquire noacquire ); 189 inline StreamPipe& SAL_CALL operator=(const Pipe& pipe);
|
/aoo42x/main/vos/source/ |
H A D | pipe.cxx | 81 OPipe::OPipe(const OPipe& pipe) : in OPipe() argument 85 VOS_ASSERT(pipe.m_pPipeRef != 0); in OPipe() 87 m_pPipeRef= pipe.m_pPipeRef; in OPipe() 160 OPipe& OPipe::operator= (const OPipe& pipe) in operator =() argument 164 if (m_pPipeRef == pipe.m_pPipeRef) in operator =() 175 m_pPipeRef= pipe.m_pPipeRef; in operator =() 294 OStreamPipe::OStreamPipe(const OStreamPipe& pipe) : in OStreamPipe() argument 297 VOS_ASSERT(pipe.m_pPipeRef != 0); in OStreamPipe() 299 m_pPipeRef= pipe.m_pPipeRef; in OStreamPipe() 336 OStreamPipe& OStreamPipe::operator= (const OPipe& pipe) in operator =() argument [all …]
|
/aoo42x/main/io/source/acceptor/ |
H A D | acc_pipe.cxx | 179 Pipe pipe; in accept() local 182 pipe = m_pipe; in accept() 184 if( ! pipe.is() ) in accept() 192 oslPipeError status = pipe.accept( pConn->m_pipe ); in accept() 215 Pipe pipe; in stopAccepting() local 218 pipe = m_pipe; in stopAccepting() 221 if( pipe.is() ) in stopAccepting() 223 pipe.close(); in stopAccepting()
|
/aoo42x/main/desktop/win32/source/guistdio/ |
H A D | guistdio.inc | 130 // Thread that reads from child process standard error pipe 158 // Thread that writes to child process standard input pipe 302 // Create an output pipe where the write end is inheritable 317 // Create an error pipe where the write end is inheritable 332 // Create an input pipe where the read end is inheritable 377 // These pipe ends are inherited by the child process and no longer used 386 // Create threads that redirect remote pipe io to current process's console stdio 423 case WAIT_OBJECT_0 + 2: // The remote end of stdout pipe was closed 424 case WAIT_OBJECT_0 + 3: // The remote end of stderr pipe was closed
|
/aoo42x/main/shell/source/unix/exec/ |
H A D | urltest.cxx | 80 FILE * pipe = popen( line, "r" ); in main() local 81 if( NULL != pipe ) in main() 89 if(NULL == fgets( buffer, BUFSIZ, pipe)) in main() 100 int n = pclose(pipe); in main()
|
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/beans/ |
H A D | LocalOfficeConnection.java | 381 String pipe = null; in parseUnoUrlWithOfficePath() local 467 if (pipe == null) in parseUnoUrlWithOfficePath() 468 pipe = buffer.toString(); in parseUnoUrlWithOfficePath() 526 if (pipe != null) in parseUnoUrlWithOfficePath() 527 mPipe = pipe; in parseUnoUrlWithOfficePath()
|
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/ |
H A D | LocalOfficeConnection.java | 539 String pipe = null; in parseUnoUrlWithOfficePath() local 625 if (pipe == null) in parseUnoUrlWithOfficePath() 626 pipe = buffer.toString(); in parseUnoUrlWithOfficePath() 684 if (pipe != null) in parseUnoUrlWithOfficePath() 685 mPipe = pipe; in parseUnoUrlWithOfficePath()
|
/aoo42x/main/vos/inc/vos/ |
H A D | pipe.hxx | 104 OPipe(const OPipe& pipe); 136 OPipe& SAL_CALL operator= (const OPipe& pipe); 225 OStreamPipe& SAL_CALL operator=(const OPipe& pipe);
|
/aoo42x/main/testtools/source/servicetests/ |
H A D | RemoteServiceTest.java | 47 pipe(p.getInputStream(), System.out, "CO> "); in getTestServiceFactory() 48 pipe(p.getErrorStream(), System.err, "CE> "); in getTestServiceFactory() 93 private void pipe(final InputStream in, final PrintStream out,
|
/aoo42x/main/bridges/test/com/sun/star/lib/ |
H A D | TestBed.java | 58 pipe(p.getInputStream(), System.out, "CO> "); in execute() 59 pipe(p.getErrorStream(), System.err, "CE> "); in execute() 89 private void pipe(final InputStream in, final PrintStream out, in pipe() method in TestBed
|
/aoo42x/main/javaunohelper/com/sun/star/comp/helper/ |
H A D | Bootstrap.java | 261 pipe( p.getInputStream(), System.out, "CO> " ); in bootstrap() 262 pipe( p.getErrorStream(), System.err, "CE> " ); in bootstrap() 308 private static void pipe( in pipe() method in Bootstrap
|
/aoo42x/main/jurt/ |
H A D | Zip_jurt-src.mk | 52 com/sun/star/lib/connections/pipe/pipeAcceptor.java \ 53 com/sun/star/lib/connections/pipe/pipeConnector.java \ 54 com/sun/star/lib/connections/pipe/PipeConnection.java \
|
/aoo42x/main/solenv/inc/ |
H A D | unxbsdi2.mk | 67 CFLAGSCC= -pipe $(ARCH_FLAGS) 73 CFLAGSCXX= -pipe -frtti $(ARCH_FLAGS)
|
H A D | unxhpgr.mk | 52 CFLAGSCC=-pipe -fguiding-decls $(ARCH_FLAGS) 53 CFLAGSCXX=-pipe -fguiding-decls $(ARCH_FLAGS)
|
H A D | unxsogi.mk | 51 CFLAGSCC= -pipe $(ARCH_FLAGS) 56 CFLAGSCXX= -pipe $(ARCH_FLAGS)
|
H A D | unxsogs.mk | 51 CFLAGSCC= -pipe $(ARCH_FLAGS) 56 CFLAGSCXX= -pipe $(ARCH_FLAGS)
|
H A D | unxbsdi.mk | 59 CFLAGSCC= -pipe $(ARCH_FLAGS) 65 CFLAGSCXX= -pipe -frtti $(ARCH_FLAGS)
|
H A D | unxbsds.mk | 59 CFLAGSCC= -pipe $(ARCH_FLAGS) 66 CFLAGSCXX= -pipe $(ARCH_FLAGS)
|
H A D | unxfbsd.mk | 97 CFLAGSCC= -pipe $(ARCH_FLAGS) 108 CFLAGSCXX= -pipe $(ARCH_FLAGS) -std=gnu++98
|
H A D | unxlng.mk | 80 CFLAGSCC= -pipe $(ARCH_FLAGS) 91 CFLAGSCXX= -pipe $(ARCH_FLAGS) -std=gnu++98
|
/aoo42x/main/ure/source/uretest/ |
H A D | Makefile | 90 -u "uno:pipe,name=ure_test;urp;server" --singleaccept 93 "uno:pipe,name=ure_test;urp;server"
|
/aoo42x/main/sal/osl/w32/ |
H A D | MAKEFILE.MK | 70 $(SLO)$/pipe.obj \ 97 $(OBJ)$/pipe.obj \
|
/aoo42x/main/sal/osl/os2/ |
H A D | makefile.mk | 62 $(SLO)$/pipe.obj \ 89 $(OBJ)$/pipe.obj \
|
/aoo42x/main/vos/ |
H A D | Package_inc.mk | 34 $(eval $(call gb_Package_add_file,vos_inc,inc/vos/pipe.hxx,pipe.hxx))
|