Home
last modified time | relevance | path

Searched refs:os (Results 1 – 25 of 138) sorted by relevance

123456

/aoo41x/main/
H A Dconfig.sub147 -sun*os*)
157 os=
164 os=
197 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
232 os=`echo $os | sed -e 's/windowsnt/winnt/'`
235 os=-psos
239 os=-mint
309 os=-none
778 os=-mvs
860 os=-ose
[all …]
/aoo41x/main/solenv/bin/
H A Dcwstouched.py24 import os
27 from os import path
30 currPath = sys.path[0] or os.getcwd()
40 os.chdir(os.getenv('SOLARENV'))
51 os.chdir(currPath)
56 minor = os.getenv('UPDMINOR')
60 bash=os.getenv("SHELL")
67 (input, output) = os.popen4(cws)
80 workstamp = os.getenv('WORK_STAMP')
81 solenv= os.getenv('SOLARENV')
[all …]
H A Dpchdelta.py45 import os
46 import os.path
59 cwd = os.path.abspath(os.getcwd())
61 os.chdir(path)
64 buildresult = os.system(buildcommand)
65 os.chdir(cwd)
133 pchname = os.path.abspath(sys.argv[1])
137 if os.path.exists("buildlog.txt"):
138 os.remove("buildlog.txt")
H A Dpackmodule22 import os, os.path, sys, zipfile
43 os.chdir(outdir)
46 os.makedirs(zipdir)
49 deliverlog = open(os.path.join('inc', module, 'gb_deliver.log'))
50 packedmodule = zipfile.ZipFile(os.path.join(zipdir,module+'.zip'), 'w')
52 packedmodule.write(os.path.join('inc', module, 'gb_deliver.log'))
/aoo41x/main/libxmlsec/
H A Dxmlsec1-update-config-sub-and-guess.patch1588 os=
1595 os=
1793 os=-udi
1813 os=-bsd
1821 os=-aux
1836 + os=-cnk
1848 os=-bsd
2128 os=`echo $os | sed -e 's|solaris1|sunos4|'`
2170 os=`echo $os | sed -e 's|nto|nto-qnx|'`
2178 os=`echo $os | sed -e 's|mac|macos|'`
[all …]
/aoo41x/main/instsetoo_native/util/
H A Dopenoffice.lst109 downloadname Apache_OpenOffice_{productversion}_{os}_install_{languages}
110 … langpackdownloadname Apache_OpenOffice_{productversion}_languagepack_{os}_install_{languages}
170 downloadname Apache_OpenOffice_{productversion}_{os}_installwjre_{languages}
237 downloadname Apache_OpenOffice-dev_{productversion}_{os}_install_{languages}
248 downloadname Apache_OpenOffice-SDK_{packageversion}_{os}_install_{languages}
288 …vpath}/{os}/loader2,{solarpath}/bin.{minor}/sdkoo,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{min…
296 downloadname Apache_OpenOffice-Beta-SDK_{packageversion}_{os}_install_{languages}
335 …vpath}/{os}/loader2,{solarpath}/bin.{minor}/sdkoo,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{min…
343 downloadname Apache_OpenOffice-Dev-SDK_{packageversion}_{os}_install_{languages}
389 …vpath}/{os}/loader2,{solarpath}/bin.{minor}/sdkoo,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{min…
[all …]
/aoo41x/main/python/
H A Dpython-solver-before-std.patch12 f = os.path.join(dir, filename)
15 f = os.path.join(sysroot, dir[1:], filename)
17 - if os.path.exists(f): return []
18 + if os.path.exists(f):
25 f = os.path.join(dir, filename)
28 f = os.path.join(sysroot, dir[1:], filename)
30 if os.path.exists(f):
47 dirname = os.path.dirname(result)
53 p = p.rstrip(os.sep)
58 if os.path.join(sysroot, p[1:]) == dirname:
[all …]
H A Dpython-ssl.patch17 + UPDMINOR = os.environ.get('UPDMINOREXT')
18 + ooosslinc = os.environ.get('SOLARVERSION') + '/' + \
19 + os.environ.get('INPATH') + '/' + \
33 + ooossllib = os.environ.get('SOLARVER') + '/' + \
34 + os.environ.get('INPATH') + '/' + \
/aoo41x/main/sal/osl/w32/
H A Dpipe.c376 OVERLAPPED os; in osl_acceptPipe() local
389 rtl_zeroMemory(&os, sizeof(OVERLAPPED)); in osl_acceptPipe()
390 os.hEvent = pPipe->m_AcceptEvent; in osl_acceptPipe()
393 if ( !ConnectNamedPipe(pPipe->m_File, &os)) in osl_acceptPipe()
479 OVERLAPPED os; in osl_receivePipe() local
480 rtl_zeroMemory(&os,sizeof(OVERLAPPED)); in osl_receivePipe()
481 os.hEvent = pPipe->m_ReadEvent; in osl_receivePipe()
487 ! GetOverlappedResult(pPipe->m_File, &os, &nBytes, TRUE))) in osl_receivePipe()
531 OVERLAPPED os; in osl_sendPipe() local
532 rtl_zeroMemory(&os, sizeof(OVERLAPPED)); in osl_sendPipe()
[all …]
/aoo41x/main/libtextcat/
H A Dlibtextcat-2.2.patch3290 os=
3297 os=
3497 os=-udi
3507 os=-bsd
3520 os=-bsd
3528 os=-aux
3543 + os=-cnk
3873 os=`echo $os | sed -e 's|solaris1|sunos4|'`
3923 + os=`echo $os | sed -e 's|nto|nto-qnx|'`
3931 os=`echo $os | sed -e 's|mac|macos|'`
[all …]
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorksheet.java74 public void write(OutputStream os) throws IOException { in write() argument
77 bof.write(os); in write()
78 dcw.write(os); in write()
81 ci.write(os); in write()
83 drh.write(os); in write()
86 rw.write(os); in write()
90 cv.write(os); in write()
92 win2.write(os); in write()
93 p.write(os); in write()
94 sel.write(os); in write()
[all …]
H A DWorkbook.java102 public void write(OutputStream os) throws IOException { in write() argument
103 bof.write(os); in write()
104 cp.write(os); in write()
107 dn.write(os); in write()
109 win1.write(os); in write()
112 fd.write(os); in write()
116 xf.write(os); in write()
120 bs.write(os); in write()
122 eof.write(os); in write()
126 ws.write(os); in write()
/aoo41x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseHeader.java118 DataOutputStream os; // Used for storing the data in getBytes() local
123 os = new DataOutputStream(bs); in getBytes()
124 os.write(2); // binary doc indicator in getBytes()
125 os.write(4); // binary header indicator in getBytes()
127 os.writeInt(nParagraphs); in getBytes()
128 os.writeInt(nAtoms); in getBytes()
129 os.writeInt(nChars); in getBytes()
130 os.writeInt(miscSize); in getBytes()
/aoo41x/main/readlicense_oo/docs/readme/
H A Deval.xsl62 …<xsl:if test="@os">os=<xsl:value-of select="@os"/></xsl:if><xsl:text> </xsl:text><xsl:if test="@gu…
64 <th class="wnt"><xsl:if test="@os='WNT' or @gui='WNT'">WNT</xsl:if></th>
65 <th class="os2"><xsl:if test="@os='OS2' or @gui='WNT'">OS2</xsl:if></th>
66 <th class="mac"><xsl:if test="@os='MACOSX'">MAC</xsl:if></th>
67 <th class="soli"><xsl:if test="@os='SOLARIS' and @cpuname='INTEL'">SOLI</xsl:if></th>
68 <th class="solx"><xsl:if test="@os='SOLARIS' and @cpuname='SPARC'">SOLX</xsl:if></th>
69 <th class="unx"><xsl:if test="@os='LINUX' or @gui='UNX'">UNX</xsl:if></th>
70 <th class="none"><xsl:if test="@os='none'">NONE</xsl:if></th>
71 <th class="all"><xsl:if test="@os='all'">ALL</xsl:if></th>
/aoo41x/main/l10ntools/scripts/tool/
H A Dl10ntool.py27 import os
114 os.remove(outputfilename)
119 os.remove(outputfilename)
174 if os.path.exists(dir):
175 if os.path.isfile(dir):
182 os.makedirs(dir)
211 absfile = os.path.realpath(os.path.abspath(inputfile))
212 absroot = os.path.realpath(os.path.abspath(self._options.project_root))
/aoo41x/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommunicationManager.java109 DataOutputStream os = new DataOutputStream(socket.getOutputStream()); in sendPackage() local
112 os.writeInt(len); in sendPackage()
114 os.writeByte(calcCheckByte(len)); in sendPackage()
116 os.writeChar(2 + header.length); in sendPackage()
118 os.writeChar(headerType); in sendPackage()
119 os.write(header); in sendPackage()
121 os.write(data); in sendPackage()
122 os.flush(); in sendPackage()
/aoo41x/main/scripting/source/pyprov/
H A Dofficehelper.py26 import os
47 if "UNO_PATH" in os.environ:
48 sOffice = os.environ["UNO_PATH"]
51 sOffice = os.path.join(sOffice, "soffice")
61 os.spawnv(os.P_NOWAIT, sOffice, cmdArray)
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/
H A DJREProperties.java53 String os = System.getProperty("os.name"); in main() local
55 if (os != null) in main()
57 os = os.trim(); in main()
58 if (os.equalsIgnoreCase("Windows 98") || in main()
59 os.indexOf("Windows 98") != -1) in main()
/aoo41x/main/qadevOOo/tests/java/mod/_uuresolver/
H A DUnoUrlResolver.java56 String os = System.getProperty("OS"); in createTestEnvironment() local
57 System.out.println("OS: " + os); in createTestEnvironment()
59 if (os.equalsIgnoreCase("wntmsci")) in createTestEnvironment()
61 if (os.equalsIgnoreCase("unxsols")) in createTestEnvironment()
63 if (os.equalsIgnoreCase("unxsoli")) in createTestEnvironment()
65 if (os.equalsIgnoreCase("unxlngi")) in createTestEnvironment()
/aoo41x/main/scripting/workben/installer/
H A DInstUtil.java42 String os = System.getProperty("os.name"); in buildSversionLocation() local
44 if (os.indexOf("Windows") != -1) { in buildSversionLocation()
52 } else if (os.indexOf("SunOS") != -1) { in buildSversionLocation()
55 } else if (os.indexOf("Linux") != -1) { in buildSversionLocation()
141 String os = System.getProperty("os.name"); in getNetbeansLocation() local
143 if (os.indexOf("Windows") != -1) { in getNetbeansLocation()
147 } else if (os.indexOf("SunOS") != -1) { in getNetbeansLocation()
150 } else if (os.indexOf("Linux") != -1) { in getNetbeansLocation()
199 String os = System.getProperty("os.name"); in getJeditLocation() local
/aoo41x/main/scripting/java/com/sun/star/script/framework/container/
H A DUnoPkgContainer.java278 OutputStream os = null; in writeUnoPackageDB() local
294 os = new XOutputStreamWrapper( xos ); in writeUnoPackageDB()
295 dp.write( os ); in writeUnoPackageDB()
298 os.close(); // will close xos in writeUnoPackageDB()
299 os = null; in writeUnoPackageDB()
312 if ( os != null ) in writeUnoPackageDB()
316 os.close(); // will close xos in writeUnoPackageDB()
317 os = null; in writeUnoPackageDB()
/aoo41x/main/xmlsecurity/test_docs/tools/httpserv/src/httpserv/
H A DMain.java173 OutputStream os = xchange.getResponseBody(); in handle() local
174 os.write(data); in handle()
175 os.close(); in handle()
180 OutputStream os = xchange.getResponseBody(); in handle()
181 os.write(e.getMessage().getBytes()); in handle()
182 os.close(); in handle()
/aoo41x/main/qadevOOo/tests/java/mod/_cpld/
H A DDLLComponentLoader.java93 String os = (String) Param.get("OS"); in createTestEnvironment() local
94 if (os == null || os == "") in createTestEnvironment()
99 if (!os.equals("wntmsci")) in createTestEnvironment()
103 String implURL = utils.getFullTestURL(os + "/" + name); in createTestEnvironment()
/aoo41x/main/connectivity/com/sun/star/sdbcx/comp/hsqldb/
H A DStorageFileAccess.java84 NativeOutputStreamHelper os; field in StorageFileAccess.FileSync
87 os = _os; in FileSync()
91 os.sync(); in sync()
95 public FileAccess.FileSync getFileSync(java.io.OutputStream os) throws java.io.IOException in getFileSync() argument
97 return new FileSync((NativeOutputStreamHelper)os); in getFileSync()
/aoo41x/main/qadevOOo/runner/helper/
H A DCfgParser.java104 String os = (String) param.get(PropertyName.OPERATING_SYSTEM); in getIniParameters() local
105 if (os != null && os.length() > 1) in getIniParameters()
114 if (key.startsWith(os)) in getIniParameters()
117 String newKey = key.substring(os.length() + 1); in getIniParameters()

Completed in 97 milliseconds

123456