Home
last modified time | relevance | path

Searched refs:platform (Results 1 – 25 of 174) sorted by relevance

1234567

/trunk/main/
H A Dset_soenv.in59 $USE_MINGW, $platform,
124 chomp( $platform );
365 if (($platform =~ m/^amd64/) || ($platform =~ m/^x86_64/))
850 print "For $platform.\n";
892 if ( $platform =~ m/os2/ )
902 if ($platform =~ m/cygwin/)
907 if ($platform =~ m/cygwin/)
986 if ( $platform =~ m/os2/ )
2072 if ( $platform =~ m/os2/ )
2106 if ( $platform =~ m/os2/ )
[all …]
/trunk/main/l10ntools/scripts/
H A Dlocalize.pl152 my $platform = defined $10 ? $10 : '';
216 my $platform = defined $10 ? $10 : '';
455 my $platform = defined $10 ? $10 : '';
516 my $platform = defined $10 ? $10 : '';
542 push @order , $prj.$gid.$lid.$file.$type.$platform.$helpid;
566 my $platform = defined $10 ? $10 : '';
629 my $platform = defined $10 ? $10 : '';
632 my $leftpart = $prj.$gid.$lid.$file.$type.$platform.$helpid;
842 my $platform = defined $10 ? $10 : '';
872 my $platform = defined $10 ? $10 : '';
[all …]
H A Dlocalize_old.pl121 my $platform = defined $10 ? $10 : '';
198 my $platform = defined $10 ? $10 : '';
202 $index{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$platform\t$lang" } = $line ;
458 my $platform = defined $10 ? $10 : '';
520 my $platform = defined $10 ? $10 : '';
570 my $platform = defined $10 ? $10 : '';
632 my $platform = defined $10 ? $10 : '';
635 my $leftpart = $prj.$gid.$lid.$file.$type.$platform.$helpid;
845 my $platform = defined $10 ? $10 : '';
875 my $platform = defined $10 ? $10 : '';
[all …]
/trunk/main/l10ntools/java/receditor/java/transex3/model/
H A DSdfEntity.java32 private String platform; field in SdfEntity
58 …y1, String resource_type, String gid, String lid, String helpid, String platform, String dummy2, S… in SdfEntity() argument
67 this.platform = platform; in SdfEntity()
106 +lid+"\t"+helpid+"\t"+platform+"\t"+dummy2+"\t"+langid+"\t" in toString()
110 return project+gid+lid+source_file+resource_type+platform+helpid; in getId()
122 return platform; in getPlatform()
125 public void setPlatform(String platform) { in setPlatform() argument
126 this.platform = platform; in setPlatform()
/trunk/main/postprocess/checkdeliver/
H A Dcheckdeliver.pl43 my $platform = '';
74 $platform = $ENV{INPATH};
82 'p=s' => \$platform
90 if ( ! ( $platform && $srcrootdir && $solverdir ) ) {
117 my $pattern = "$solverdir/$platform/inc";
168 … next if ( (! /\/$module\/$platform\/[bl]i[nb]\//) && (! /\/$module\/$platform\/misc\/build\//));
217 $sfile =~ s/\/$platform\/(...)\//\/$platform\/$1$milestoneext\//;
/trunk/main/l10ntools/java/jpropex/java/
H A DSdfEntity.java33 private String platform = new String(""); field in SdfEntity
76 …y1, String resource_type, String gid, String lid, String helpid, String platform, String dummy2, S… in SdfEntity() argument
85 this.platform = platform; in SdfEntity()
125 ….append( lid ).append( "\t" ).append( helpid ).append( "\t" ).append( platform ).append( "\t" ).ap… in toString()
129 …d ).append( lid ).append( source_file ).append( resource_type ).append( platform ).append( helpid … in getId()
141 return platform; in getPlatform()
144 public void setPlatform(String platform) { in setPlatform() argument
145 this.platform = platform; in setPlatform()
/trunk/main/desktop/test/deployment/update/platform/
H A Dreadme.txt1 Extension which only support one platform
32 all1.oxt: all, The <platform> element is missing. Default is "all".
34 all2.oxt: all, <platform value="all" />
42 The following extensions cannot be installed because the platform element
43 is not correct. We assume that no valid platform is defined.
45 invalid1.oxt: <platform />
47 invalid2.oxt: <platform value=""/>
49 invalid3.oxt: <platform value="," />
/trunk/main/solenv/bin/modules/packager/
H A Dwork.pm172 my $platform = $ENV{INPATH}; # wntmsci10.pro, unxsols4.pro
173 my $platformpath = $prj . $packager::globals::separator . $platform;
208 do_broadcast($tempdir, $prjname, $prj, $platform, $prjdep);
260 my ( $tempdir, $prjname, $prj, $platform, $prjdep ) = @_;
280 print $tmpfile_handle "\"$cwsworkstamp;$platform;$prjname;$prjdir;nobase;$prjdep\"";
281 print "to tmpfile: \"$cwsworkstamp;$platform;$prjname;$prjdir;nobase;$prjdep\"\n";
284 print $tmpfile_handle "\"$workstamp;$platform;$prjname;$prjdir;nobase;$prjdep\"";
285 print "to tmpfile: \"$workstamp;$platform;$prjname;$prjdir;nobase;$prjdep\"\n";
/trunk/main/odk/
H A Dsetsdkenv_unix.sh.in148 platform='Solaris Sparc'
151 platform='Solaris x86'
166 platform=MacOSX
179 platform=Linux
190 platform=FreeBSD
281 if [ "${platform}" = "MacOSX" ]
332 echo " * SDK environment is prepared for ${platform}"
347 if [ "${platform}" = "MacOSX" ]
/trunk/main/solenv/gbuild/
H A Dgbuild_simple.mk34 include $(GBUILDDIR)/platform/linux.mk
38 include $(GBUILDDIR)/platform/winmingw.mk
40 include $(GBUILDDIR)/platform/windows.mk
44 include $(GBUILDDIR)/platform/solaris.mk
47 include $(GBUILDDIR)/platform/macosx.mk
49 include $(GBUILDDIR)/platform/freebsd.mk
H A Dgbuild.mk131 include $(GBUILDDIR)/platform/linux.mk
135 include $(GBUILDDIR)/platform/winmingw.mk
137 include $(GBUILDDIR)/platform/windows.mk
141 include $(GBUILDDIR)/platform/solaris.mk
144 include $(GBUILDDIR)/platform/macosx.mk
147 include $(GBUILDDIR)/platform/freebsd.mk
150 include $(GBUILDDIR)/platform/os2.mk
/trunk/main/l10ntools/scripts/tool/
H A Dsdf.py85 platform = "" variable in SdfEntity
111 …ource_file="", dummy1="0", resource_type="", gid="", lid="", helpid="", platform="", dummy2="0", l… argument
120 self.platform = platform;
143 self.platform = splitted[ self.const._PLATFORM_POS ]
160 …self.gid, "\t", self.lid, "\t", self.helpid, "\t", self.platform, "\t", self.dummy2, "\t" , self.l…
164 …project, self.gid, self.lid, self.source_file, self.resource_type, self.platform, self.helpid, sel…
/trunk/main/desktop/test/deployment/passive/
H A Dmakefile.mk55 ProtocolHandler.xcu $(MISC)/$(TARGET)/platform.components \
65 $(MISC)/$(TARGET)/platform.components \
71 platform.components generic.components $(SHL1TARGETN:f) \
74 $(MISC)/$(TARGET)/platform.components : $(SOLARENV)/bin/packcomponents.xslt \
75 $(MISC)/$(TARGET)/platform.components.input \
79 $(MISC)/$(TARGET)/platform.components.input
81 $(MISC)/$(TARGET)/platform.components.input :
/trunk/main/solenv/bin/
H A Dbuild.pl889 my $platform = $1;
892 mark_platform($alias, $platform);
978 $platform = $1;
1183 my $platform = shift;
1184 return 1 if ($platform eq 'all');
1189 (($platform eq 'w') || ($platform eq 'n')));
2533 foreach my $platform (keys %platforms) {
2572 my ($platform, $solar_vars) = @_;
2580 if ($platform =~ /\.pro$/) {
2582 $platform = $`;
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DInstall.txt1 (1) goto "./nativelib/<platform>" directory and build it
5 (4) goto "api/<platform>/class"
8 (6) copy "api/<platform>/bin/nativelib.dll" (for windows) to "api/<platform>/class"
10 (8) goto "api/<platform>/class" and start java applet: "java -jar desktop.jar"
/trunk/main/setup_native/scripts/
H A Djavaloader.sh392 platform=`uname -p` # valid values are "sparc" or "i386"
393 searchstring="<architecture>$platform</architecture>"
398 if [ "$platform" = "sparc" ]; then
514 platform=`uname -s`
550 …errortext="Error: Platform $platform not supported for Java Runtime Environment (JRE) installation…
558 platform=`uname -s`
H A Dlangpackscript.sh35 platform=`uname -s`
37 case $platform in
67 case $platform in
152 case $platform in
/trunk/main/setup_native/source/packinfo/
H A Dpackage_names_ext.txt8 SUNWgnome-base-libs GNOME base GUI libraries - platform dependent files, /usr filesystem
9 SUNWgnome-config GNOME configuration framework - platform dependent files, /usr filesystem
10 SUNWgnome-vfs GNOME Virtual File System Framework and application/MIME type registry - platform dep…
16 SUNWxwplt X Window System platform software
H A Dshellscripts_brand.txt29 platform=`uname -s`
30 case $$platform in
66 platform=`uname -s`
67 case $$platform in
H A Dshellscripts_core01.txt29 platform=`uname -s`
30 case $$platform in
66 platform=`uname -s`
67 case $$platform in
/trunk/main/solenv/bin/modules/
H A DCreatePDBRelocators.pm166 my ($platform, $filesref) = @_;
171 $ret |= $self->collect_files ($srcdir, $platform, $filesref);
179 my ($srcdir, $platform, $filesref) = @_;
180 my $template = "$srcdir/*/$platform";
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java59 private static String platform = System.getProperty("os.name"); field in SystemUtil
89 return platform.startsWith("Windows"); in isWindows()
93 return platform.startsWith("Linux"); in isLinux()
97 return platform.startsWith("Mac"); in isMac()
101 return platform.endsWith("BSD"); in isBSD()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java924 String platform = "unknown"; in getOfficeOS() local
930 platform = "wntmsci"; in getOfficeOS()
932 platform = "unxlngi"; in getOfficeOS()
937 platform = "unxsols"; in getOfficeOS()
939 platform = "unxsoli"; in getOfficeOS()
945 return platform; in getOfficeOS()
/trunk/main/bridges/test/java_uno/nativethreadpool/
H A Dmakefile.mk36 ERROR -- missing platform
97 ERROR -- missing platform
107 ERROR -- missing platform
/trunk/main/offapi/com/sun/star/awt/
H A DXDisplayConnection.idl49 the platform specific window id. If empty, the handler should be
65 the platform specific window id the handler should be deregistered for.
95 @returns a unique platform dependend identifier for a display connection.

Completed in 119 milliseconds

1234567