Home
last modified time | relevance | path

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

123456

/trunk/main/
H A Dconfig.sub1364 os=cnk
1377 os=ose
1408 os=qnx
1426 os=`echo "$os" | sed -e 's|mac|macos|'`
1444 os=bsd
1447 os=bsd
1450 os=aos
1459 os=bsd
1472 os=`echo "$os" | sed -e 's|sinix|sysv|'`
1478 os=tpf
[all …]
/trunk/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 …]
/trunk/main/instsetoo_native/util/
H A Dopenoffice.lst108 downloadname Apache_OpenOffice_{productversion}_{os}_install_{languages}
109 langpackdownloadname Apache_OpenOffice_{productversion}_languagepack_{os}_install_{languages}
178 downloadname Apache_OpenOffice_Dev_{productversion}_{os}_install_{languages}
179 langpackdownloadname Apache_OpenOffice_Dev_{productversion}_languagepack_{os}_install_{languages}
189 downloadname Apache_OpenOffice-SDK_{packageversion}_{os}_install_{languages}
229 …vpath}/{os}/loader2,{solarpath}/bin.{minor}/sdkoo,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{min…
237 downloadname Apache_OpenOffice_Beta-SDK_{packageversion}_{os}_install_{languages}
276 …vpath}/{os}/loader2,{solarpath}/bin.{minor}/sdkoo,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{min…
284 downloadname Apache_OpenOffice_Dev-SDK_{packageversion}_{os}_install_{languages}
331 …vpath}/{os}/loader2,{solarpath}/bin.{minor}/sdkoo,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{min…
[all …]
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch3323 os=
3330 os=
3530 os=-udi
3540 os=-bsd
3553 os=-bsd
3561 os=-aux
3576 + os=-cnk
3906 os=`echo $os | sed -e 's|solaris1|sunos4|'`
3956 + os=`echo $os | sed -e 's|nto|nto-qnx|'`
3964 os=`echo $os | sed -e 's|mac|macos|'`
[all …]
/trunk/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') + '/' + \
/trunk/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 …]
/trunk/ext_libraries/gtest/
H A Dgtest-python3.patch5 import os
18 if not os.path.isfile(os.path.join(directory, relative_path)):
39 - output_file = file(os.path.join(output_dir, GTEST_H_OUTPUT), 'w')
41 + output_file = open(os.path.join(output_dir, GTEST_H_OUTPUT), 'w')
53 - for line in file(os.path.join(gtest_root, gtest_header_path), 'r'):
54 + for line in open(os.path.join(gtest_root, gtest_header_path), 'r'):
74 - for line in file(os.path.join(gtest_root, gtest_source_file), 'r'):
75 + for line in open(os.path.join(gtest_root, gtest_source_file), 'r'):
83 - output_file = file(os.path.join(output_dir, GTEST_ALL_CC_OUTPUT), 'w')
84 + output_file = open(os.path.join(output_dir, GTEST_ALL_CC_OUTPUT), 'w')
/trunk/main/solenv/bin/
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'))
/trunk/main/xmerge/java/pexcel/src/main/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()
/trunk/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>
/trunk/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()
/trunk/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))
/trunk/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()
/trunk/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
/trunk/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)
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
/trunk/main/jvmfwk/java/jreproperties/src/main/java/
H A DJREProperties.java55 String os = System.getProperty("os.name"); in main() local
57 if (os != null) in main()
59 os = os.trim(); in main()
60 if (os.equalsIgnoreCase("Windows 98") || in main()
61 os.indexOf("Windows 98") != -1) in main()
/trunk/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()
/trunk/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
/trunk/main/connectivity/java/sdbc_hsqldb/src/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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 86 milliseconds

123456