Home
last modified time | relevance | path

Searched refs:pipe (Results 1 – 25 of 121) sorted by relevance

12345

/trunk/main/sal/inc/osl/
H A Dpipe.hxx46 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 Dpipe_decl.hxx63 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);
/trunk/main/vos/source/
H A Dpipe.cxx81 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 …]
/trunk/main/io/source/acceptor/
H A Dacc_pipe.cxx179 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()
/trunk/main/desktop/win32/source/guistdio/
H A Dguistdio.inc130 // 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
/trunk/main/shell/source/unix/exec/
H A Durltest.cxx80 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()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java381 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()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java539 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()
/trunk/main/vos/inc/vos/
H A Dpipe.hxx104 OPipe(const OPipe& pipe);
136 OPipe& SAL_CALL operator= (const OPipe& pipe);
225 OStreamPipe& SAL_CALL operator=(const OPipe& pipe);
/trunk/main/testtools/source/servicetests/
H A DRemoteServiceTest.java47 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,
/trunk/main/bridges/test/com/sun/star/lib/
H A DTestBed.java58 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
/trunk/main/javaunohelper/com/sun/star/comp/helper/
H A DBootstrap.java261 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
/trunk/main/jurt/
H A DZip_jurt-src.mk52 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 \
/trunk/main/solenv/inc/
H A Dunxbsdi2.mk67 CFLAGSCC= -pipe $(ARCH_FLAGS)
73 CFLAGSCXX= -pipe -frtti $(ARCH_FLAGS)
H A Dunxhpgr.mk52 CFLAGSCC=-pipe -fguiding-decls $(ARCH_FLAGS)
53 CFLAGSCXX=-pipe -fguiding-decls $(ARCH_FLAGS)
H A Dunxsogi.mk51 CFLAGSCC= -pipe $(ARCH_FLAGS)
56 CFLAGSCXX= -pipe $(ARCH_FLAGS)
H A Dunxsogs.mk51 CFLAGSCC= -pipe $(ARCH_FLAGS)
56 CFLAGSCXX= -pipe $(ARCH_FLAGS)
H A Dunxbsdi.mk59 CFLAGSCC= -pipe $(ARCH_FLAGS)
65 CFLAGSCXX= -pipe -frtti $(ARCH_FLAGS)
H A Dunxbsds.mk59 CFLAGSCC= -pipe $(ARCH_FLAGS)
66 CFLAGSCXX= -pipe $(ARCH_FLAGS)
H A Dunxfbsd.mk97 CFLAGSCC= -pipe $(ARCH_FLAGS)
108 CFLAGSCXX= -pipe $(ARCH_FLAGS) -std=gnu++98
H A Dunxlng.mk80 CFLAGSCC= -pipe $(ARCH_FLAGS)
91 CFLAGSCXX= -pipe $(ARCH_FLAGS) -std=gnu++98
/trunk/main/ure/source/uretest/
H A DMakefile90 -u "uno:pipe,name=ure_test;urp;server" --singleaccept
93 "uno:pipe,name=ure_test;urp;server"
/trunk/main/sal/osl/os2/
H A Dmakefile.mk62 $(SLO)$/pipe.obj \
89 $(OBJ)$/pipe.obj \
/trunk/main/sal/osl/w32/
H A DMAKEFILE.MK70 $(SLO)$/pipe.obj \
97 $(OBJ)$/pipe.obj \
/trunk/main/vos/
H A DPackage_inc.mk34 $(eval $(call gb_Package_add_file,vos_inc,inc/vos/pipe.hxx,pipe.hxx))

Completed in 73 milliseconds

12345