Home
last modified time | relevance | path

Searched refs:f (Results 201 – 225 of 717) sorted by relevance

12345678910>>...29

/trunk/main/solenv/bin/modules/installer/patch/
H A DMsi.pm83 if ( ! -f $filename)
101 'is_valid' => -f $filename
189 if ( ! -f $table_filename
270 die("file $filename_a does not exist") unless -f $filename_a;
271 die("file $filename_b does not exist") unless -f $filename_b;
/trunk/main/solenv/inc/
H A Dtg_zip.mk80 $(MISC)/$(TARGET).$(PWD:f).$(ZIP$(TNR)TARGET).dpzz : $(ZIP$(TNR)TARGETN)
93 …,$(ZIP$(TNR)TARGET)_, $(@:f:b))} $j )}$(EQ)") $(avoid_cvs_dir) >> $(PWD)/$(PRJ)/$(ROUT)/misc/$(@:f)
95 …st,LANGDIR,{$(subst,$(ZIP$(TNR)TARGET)_, $(@:f:b))} $j )}$(EQ)") $(avoid_cvs_dir) >> $(MISC)/$(@:f)
100 … $(subst,/misc/,/bin/ $(@:db)))} $j )}$(EQ)") $(avoid_cvs_dir) >> $(PWD)/$(PRJ)/$(ROUT)/misc/$(@:f)
102 …(ZIP$(TNR)TARGET)_, $(subst,/misc/,/bin/ $(@:db)))} $j )}$(EQ)") $(avoid_cvs_dir) >> $(MISC)/$(@:f)
109 @echo "Making: " $(@:f)
H A Dlldb4aoo.py28 f = 'getinfo_for_' + t.replace( '::', '_')
29 if f in globals():
30 dbg.HandleCommand( 'type summary add %s -v -C yes -F %s.%s' % (t,__name__,f))
33 '"%s" types cannot be displayed properly!' % (f,t))
/trunk/main/filter/source/config/tools/merge/
H A DpyAltFCFGMerge197 f = None
199 f = open(filename)
200 self.load(f)
202 if f:
203 f.close()
540 format(f=len(lFragments),setname=sSetName,subdir=sSubDir))
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Ddiagnostics.h62 #define _JFW_ENSURE(c, f, l, m) jfw_ensure(c, f, l, m) argument
63 #define _JFW_WARNING(c, f, l, m) jfw_warning2(c, f, l, m); argument
/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx567 bool f; in getAmbienceValue() local
570 f = find(rtl_bootstrap_set_list::get(), key, &v); in getAmbienceValue()
572 if (f || getFromCommandLineArgs(key, &v) || in getAmbienceValue()
969 osl::File f(seg[1]); in expandMacros() local
974 if (f.open(OpenFlag_Read) == osl::FileBase::E_None && in expandMacros()
975 f.readLine(seq) == osl::FileBase::E_None && in expandMacros()
1003 Bootstrap_Impl * f = static_cast< Bootstrap_Impl * >( in expandMacros() local
1006 lookup(f, mode, f != NULL, seg[2], requestStack)); in expandMacros()
/trunk/main/solenv/bin/modules/installer/
H A Depmfile.pm481 if ( -f $$fileref ) { unlink $$fileref; }
1524 …if (( ${$prototypefile}[$j] =~ /^\s*f\s+none\s+/ ) && ( ${$prototypefile}[$j] =~ /\=\Q$sourcepath\…
1527 ${$prototypefile}[$j] =~ s/^\s*f/v/;
1646 …if (( ${$changefile}[$j] =~ /^\s*f\s+none\s+/ ) && ( ${$changefile}[$j] =~ /\=\Q$sourcepath\E\s+/ …
1822 if ( -f $destpath ) { unlink($destpath); }
2012 if ( $line =~ /^\s*f\s+\w+\s+(.*?)\=/ )
2156 if ( -f $dependfilename)
2455 if ( -f $pkginfotmp ) { unlink($pkginfotmp); }
2567 if ( -f "/usr/bin/rpmbuild" ) { $rpmprog = "/usr/bin/rpmbuild"; }
2568 elsif ( -f "/usr/bin/rpm" ) { $rpmprog = "/usr/bin/rpm"; }
[all …]
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java774 for (File f : files) { in getFileSize()
775 size += getFileSize(f); in getFileSize()
840 for (File f : files) { in zip()
841 if (f.isFile()) { in zip()
844 bis = new BufferedInputStream(new FileInputStream(f)); in zip()
845 ZipEntry entry = new ZipEntry(prefix + f.getName()); in zip()
859 zip(f, out, prefix + f.getName() + "/"); in zip()
/trunk/main/forms/source/xforms/
H A Ddatatypes.cxx435 double f = ::rtl::math::stringToDouble( in _getValue() local
444 fValue = f; in _getValue()
457 double f; in _validate() local
458 if( ! _getValue( rValue, f ) ) in _validate()
462 else if( ( m_aMaxInclusive.hasValue() ) && f > m_fCachedMaxInclusive ) in _validate()
464 else if( ( m_aMaxExclusive.hasValue() ) && f >= m_fCachedMaxExclusive ) in _validate()
466 else if( ( m_aMinInclusive.hasValue() ) && f < m_fCachedMinInclusive ) in _validate()
468 else if( ( m_aMinExclusive.hasValue() ) && f <= m_fCachedMinExclusive ) in _validate()
H A Dconvert.cxx228 double f = 0.0; in lcl_toXSD_double() local
229 rAny >>= f; in lcl_toXSD_double()
231 return rtl::math::isFinite( f ) in lcl_toXSD_double()
232 ? rtl::math::doubleToUString( f, rtl_math_StringFormat_Automatic, in lcl_toXSD_double()
242 double f = rtl::math::stringToDouble( in lcl_toAny_double() local
244 return ( eStatus == rtl_math_ConversionStatus_Ok ) ? makeAny( f ) : Any(); in lcl_toAny_double()
/trunk/main/unoxml/source/events/
H A Dtestlistener.cxx130 FILE* f = fopen("C:\\listener.out", "a"); in handleEvent() local
131 fprintf(f, "CTestListener::handleEvent in %s\n", U2S(m_name)); in handleEvent()
132 …fprintf(f, " type: %s\n\n", OUStringToOString(evt->getType(), RTL_TEXTENCODING_ASCII_US).getStr… in handleEvent()
133 fclose(f); in handleEvent()
/trunk/main/sdext/source/pdfimport/
H A Dmakefile.mk135 $(CONVERTER_FILE) : $(BIN)$/$$(@:f)
139 $(COMPONENT_DIALOGS) : dialogs$/$$(@:f)
143 $(COMPONENT_HELP) : help$/$$(@:f)
147 $(COMPONENT_IMAGES) : $(SOLARSRC)$/$(RSCDEFIMG)$/desktop$/res$/$$(@:f)
/trunk/main/testtools/source/performance/
H A Dcli_testobj_performance.cs91 public void setFloat( /*IN*/float f ) { _float = f; } in setFloat() argument
93 public void setDouble( /*IN*/double f ) { _double = f; } in setDouble() argument
/trunk/main/sax/test/sax/
H A Dtestsax.cxx254 FILE *f = fopen( pcFile , "rb" ); in createStreamFromFile() local
257 if( f ) { in createStreamFromFile()
258 fseek( f , 0 , SEEK_END ); in createStreamFromFile()
259 int nLength = ftell( f ); in createStreamFromFile()
260 fseek( f , 0 , SEEK_SET ); in createStreamFromFile()
263 fread( seqIn.getArray() , nLength , 1 , f ); in createStreamFromFile()
266 fclose( f ); in createStreamFromFile()
/trunk/main/extensions/test/sax/
H A Dtestsax.cxx316 FILE *f = fopen( pcFile , "rb" ); in createStreamFromFile() local
319 if( f ) { in createStreamFromFile()
320 fseek( f , 0 , SEEK_END ); in createStreamFromFile()
321 int nLength = ftell( f ); in createStreamFromFile()
322 fseek( f , 0 , SEEK_SET ); in createStreamFromFile()
325 fread( seqIn.getArray() , nLength , 1 , f ); in createStreamFromFile()
328 fclose( f ); in createStreamFromFile()
/trunk/main/openssl/
H A Dopensslmingw.patch21 [ -f apps/$$SHLIB$$SHLIB_SUFFIX ] && rm apps/$$SHLIB$$SHLIB_SUFFIX; \
22 [ -f test/$$SHLIB$$SHLIB_SUFFIX ] && rm test/$$SHLIB$$SHLIB_SUFFIX; \
41 -mingw32-make -f ms/mingw32a.mak
42 +make -f ms/mingw32a.mak
87 $rm='rm -f';
/trunk/main/
H A Dbootstrap.123 if test -f ./source_soenv.sh; then . ./source_soenv.sh; fi
84 dmake_full_package_name=$(find $TARFILE_LOCATION -type f -name "*-$dmake_package_name")
135 if test -f "Makefile" ; then
150 …cp -f "$tmp_build_dir/$dmake_directory_name/dmake$EXEEXT" "$SOLARENV/$INPATH/bin/dmake$EXEEXT" || …
166 cp -f "$DMAKE_PATH" "$SOLARENV/$INPATH/bin/dmake$EXEEXT" || exit
/trunk/main/scripting/java/org/openoffice/netbeans/editor/
H A DNetBeansSourceView.java102 File f = new File(args[0]); in main() local
104 if (!f.exists() || !f.isFile()) { in main()
111 url = f.toURL(); in main()
/trunk/main/solenv/bin/
H A Dbuild_release.pl336 if ( ! -f $description_filename)
926 if (-f $candidate)
1044 unlink $target if ( -f $target);
1146 if ( ! -f $candidate)
1191 if ( ! -f $md5_filename || IsOlderThan($md5_filename, $full_archive_name))
1218 if ( ! -f $sha256_filename || IsOlderThan($sha256_filename, $full_archive_name))
1245 if ( ! -f $asc_filename || IsOlderThan($asc_filename, $full_archive_name))
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx983 return Point( (int)(x*f[0] + y*f[2] + f[4]), (int)(x*f[1] + y*f[3] + f[5]) ); in transform()
990 fn[0] = f[0] + f[2]*tb; in skew()
992 fn[2] = f[2] + f[3]*tb; in skew()
994 fn[4] = f[4] + f[5]*tb; in skew()
1023 fn[0] = f[0]*fCos - f[1]*fSin; in rotate()
1024 fn[1] = f[0]*fSin + f[1]*fCos; in rotate()
1025 fn[2] = f[2]*fCos - f[3]*fSin; in rotate()
1041 if( f[1]==f[2] && f[1]==0.0 && f[0]==f[3] && f[0]==1.0 ) in invert()
1043 f[4] = -f[4]; in invert()
1044 f[5] = -f[5]; in invert()
[all …]
/trunk/test/testgui/source/testlib/gui/
H A DSCTool.java111 int f = 0; in toCharColumnNo() local
113 f = (no - 1) / 26; in toCharColumnNo()
116 no = f; in toCharColumnNo()
117 } while (f != 0); in toCharColumnNo()
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D1012.pem17 9f:f8:3d:15:c9:cf:73:ab:0a:42:f2:54:5b:cc:12:
21 15:62:84:0c:7a:a2:f3:07:9c:5c:8f:7a:22:3d:ba:
40 68:48:9c:df:6b:56:3f:aa:47:34:36:b0:ef:0e:d2:e0:ee:a9:
41 a9:6a:27:93:60:27:5f:42:76:9c:e0:aa:74:6c:b9:aa:de:fe:
/trunk/main/stoc/test/tdmanager/
H A Dtesttdmanager.cxx323 css::uno::Reference< css::lang::XSingleComponentFactory > f; in component_getFactory() local
325 f = cppu::createSingleComponentFactory( in component_getFactory()
329 if (f.is()) { in component_getFactory()
330 f->acquire(); in component_getFactory()
331 p = f.get(); in component_getFactory()
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java226 public boolean accept(File f) { in promptForSaveName()
227 if (f.isDirectory() || f.getName().endsWith(".bsh")) { in promptForSaveName()
257 File f = new File(filename); in saveTextArea() local
258 fos = new FileOutputStream(f); in saveTextArea()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DOfficeProvider.java814 File f = file; in deleteFilesAndDirector() local
815 if(f.isDirectory()) in deleteFilesAndDirector()
817 File files[] = f.listFiles(); in deleteFilesAndDirector()
822 f.delete(); in deleteFilesAndDirector()
824 else if (f.isFile()) in deleteFilesAndDirector()
826 f.delete(); in deleteFilesAndDirector()

Completed in 394 milliseconds

12345678910>>...29