Searched refs:df (Results 1 - 25 of 115) sorted by relevance

12345

/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Ddatefield.rb5 df = Tk::Iwidgets::Datefield.new(:command=>proc{puts(df.get)})
6 df.pack(:fill=>:x, :expand=>true, :padx=>10, :pady=>10)
/macosx-10.9.5/CPANInternal-140/Filesys-Df/
H A Dtest.pl21 my $ref = Filesys::Df::df($dir);
28 my $fh_ref = Filesys::Df::df(\*FILE);
H A DDf.pm11 @EXPORT = qw(df);
15 sub df { subroutine
25 (croak "Usage: df\(\$dir\) or df\(\$dir\, \$block_size)");
219 my $ref = df("/tmp"); # Default output is 1K blocks
236 my $ref = df(\*FILE);
238 my $ref = df(*FILE);
241 my $ref = df($fhref);
244 my $ref = df("/tmp", 8192); # output is 8K blocks
245 my $ref = df("/tm
[all...]
/macosx-10.9.5/CPANInternal-140/Filesys-Df-0.92/
H A Dtest.pl21 my $ref = Filesys::Df::df($dir);
28 my $fh_ref = Filesys::Df::df(\*FILE);
H A DDf.pm11 @EXPORT = qw(df);
15 sub df { subroutine
25 (croak "Usage: df\(\$dir\) or df\(\$dir\, \$block_size)");
219 my $ref = df("/tmp"); # Default output is 1K blocks
236 my $ref = df(\*FILE);
238 my $ref = df(*FILE);
241 my $ref = df($fhref);
244 my $ref = df("/tmp", 8192); # output is 8K blocks
245 my $ref = df("/tm
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A DdecNumberLocal.h293 /* Refer to a 32-bit word or byte in a decFloat (df) by big-endian */
300 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)])
301 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)])
304 #define DFBYTE(df, off) ((df)->bytes[off])
305 #define DFWORD(df, off) ((df)->words[off])
310 #define DFISSIGNED(df) (DFWOR
[all...]
H A Dunum.cpp139 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); local
140 if (df != NULL) {
141 res = df->clone();
473 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); local
474 if (df != NULL) {
476 return df->getAttribute( attr, ignoredStatus );
494 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); local
495 if (df != NULL) {
497 df->setAttribute(attr, newValue, ignoredStatus);
506 const DecimalFormat* df local
520 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); local
544 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); local
607 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); local
667 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); local
759 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); local
[all...]
/macosx-10.9.5/ntp-88/scripts/
H A Dcalc_tickadj.in7 $df="/etc/ntp.drift";
15 if (open(DF, $df))
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tcllib/
H A Ddatefield.rb21 df = Tk::Tcllib::Datefield.new(:textvariable=>my_date1)
22 Tk.grid(TkLabel.new(:text=>'Enter a date:', :anchor=>:e), df, :sticky=>:ew)
27 df.set_focus
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dmiscdtfm.cpp166 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status); local
169 format0 = df->format(d, format0);
171 localizedPattern0 = df->toLocalizedPattern(localizedPattern0, status);
172 failure(status, "df->toLocalizedPattern");
175 format1 = df->format(d, format1);
181 localizedPattern1 = df->toLocalizedPattern(localizedPattern1, status);
182 failure(status, "df->toLocalizedPattern");
188 delete df;
198 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status);
200 df
258 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status); local
[all...]
H A Dnumrgts.cpp286 DecimalFormat *df = new DecimalFormat(status); local
289 df->setMinimumFractionDigits(0);
290 df->setMaximumFractionDigits(16);
294 logln(UnicodeString("maxFractionDigits = ") + df->getMaximumFractionDigits());
296 logln(" format(d) = '" + df->format(d, sBuf1, fp1) + "'");
297 df->setMaximumFractionDigits(17);
300 logln(UnicodeString("maxFractionDigits = ") + df->getMaximumFractionDigits());
301 sBuf2 = df->format(d, sBuf2, fp2);
306 delete df;
322 DecimalFormat *df local
346 DecimalFormat *df = new DecimalFormat(status); local
371 DecimalFormat *df = new DecimalFormat(status); local
582 DecimalFormat *df = new DecimalFormat(status); local
638 DecimalFormat *df = new DecimalFormat(status); local
704 DecimalFormat *df = new DecimalFormat(status); local
733 DecimalFormat *df = new DecimalFormat(status); local
760 DecimalFormat *df = new DecimalFormat(status); local
848 DecimalFormat *df = dynamic_cast<DecimalFormat *>(nf); local
1168 DecimalFormat *df = new DecimalFormat("#0.#", status); local
1194 roundingTest(DecimalFormat *df, double x, UnicodeString& expected) argument
1405 DecimalFormat *df = new DecimalFormat("#,##0.###", syms, status); local
1444 DecimalFormat *df = new DecimalFormat(status); // Corrected; see 4147706 local
1480 DecimalFormat *df = new DecimalFormat(status); local
1539 DecimalFormat *df = new DecimalFormat(status); local
1573 DecimalFormat *df = new DecimalFormat(status); local
1847 DecimalFormat *df = new DecimalFormat(DATA[i], status); local
2019 DecimalFormat *df = new DecimalFormat("#,##0.0##", status); local
2196 DecimalFormat *df = dynamic_cast<DecimalFormat *>(nf); local
2414 DecimalFormat *df = (DecimalFormat*) nf; local
2669 DateFormat *df = DateFormat::createDateInstance(DateFormat::kShort, loc); local
2865 DecimalFormat *df = dynamic_cast<DecimalFormat *>(nf); local
[all...]
H A Ddtfmtrtts.cpp239 DateFormat *df = DateFormat::createDateInstance((DateFormat::EStyle)style, loc); local
240 if(df == NULL) {
243 test(df, loc);
244 delete df;
252 DateFormat *df = DateFormat::createTimeInstance((DateFormat::EStyle)style, loc); local
253 if(df == NULL) {
256 test(df, loc, TRUE);
257 delete df;
266 DateFormat *df = DateFormat::createDateTimeInstance((DateFormat::EStyle)dstyle, (DateFormat::EStyle)tstyle, loc); local
267 if(df
[all...]
H A Dnmfmtrt.cpp185 DecimalFormat *df = dynamic_cast<DecimalFormat *>(fmt); local
186 if(df != NULL)
190 test(fmt, randomDouble(DBL_MAX/2.0) / df->getMultiplier());
192 test(fmt, randomDouble(1e75) / df->getMultiplier());
194 test(fmt, randomDouble(1e65) / df->getMultiplier());
233 DecimalFormat *df = dynamic_cast<DecimalFormat *>(fmt); local
234 if(df != NULL) {
235 df->setRoundingIncrement(0.0);
H A Dtzoffloc.cpp194 SimpleDateFormat df(UnicodeString("yyyy-MM-dd HH:mm:ss"), status);
198 df.setTimeZone(*utc);
212 df.format(MILLIS[d], dateStr);
229 df.format(MILLIS[m], dateStr);
250 df.format(MILLIS[m], dateStr);
271 df.format(MILLIS[m], dateStr);
292 df.format(MILLIS[m], dateStr);
313 df.format(MILLIS[m], dateStr);
/macosx-10.9.5/crontabs-51/files/daily/
H A D400.status-disks19 df $daily_status_disks_df_flags && rc=1 || rc=3
/macosx-10.9.5/CF-855.17/
H A DCFDateFormatter.c482 static void __SetCalendarProperties(CFDateFormatterRef df) { argument
483 CFStringRef calName = df->_property._CalendarName ? (df->_property._CalendarName) : NULL;
485 calName = (CFStringRef)CFLocaleGetValue(df->_locale, kCFLocaleCalendarIdentifierKey);
488 const UCalendar *cal = __cficu_udat_getCalendar(df->_df);
491 if (df->_property._Calendar != NULL || df->_property._CalendarName != NULL) {
492 UCalendar *caltmp = __CFCalendarCreateUCalendar(NULL, CFLocaleGetIdentifier(df->_locale), df->_property._TimeZone);
501 if (df
560 __ResetUDateFormat(CFDateFormatterRef df, Boolean goingToHaveCustomFormat) argument
912 UDateFormat *df = __cficu_udat_open((UDateFormatStyle)(doTime ? icustyle : UDAT_NONE), (UDateFormatStyle)(doTime ? UDAT_NONE : icustyle), cstr, NULL, 0, NULL, 0, &status); local
1404 __CFDateFormatterHandleAmbiguousYear(CFDateFormatterRef formatter, CFStringRef calendar_id, UDateFormat *df, UCalendar *cal, UDate *at, const UChar *ustr, CFIndex length, UErrorCode *status) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Devent.h62 #define ISC_EVENT_INIT(event, sz, at, ta, ty, ac, ar, sn, df, da) \
71 (event)->ev_destroy = (df); \
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Devent.h62 #define ISC_EVENT_INIT(event, sz, at, ta, ty, ac, ar, sn, df, da) \
71 (event)->ev_destroy = (df); \
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-14-dateparse.c32 ds = CFDateFormatterCreateStringWithAbsoluteTime(NULL, df, at); \
43 CFDateFormatterRef df = CFDateFormatterCreate(NULL, ls, kCFDateFormatterMediumStyle, kCFDateFormatterLongStyle); local
47 CFDateFormatterSetProperty(df, kCFDateFormatterTimeZone, tz);
50 CFDateFormatterSetFormat(df, CFSTR("yyyyMMddHHmmss"));
128 CFReleaseSafe(df);
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Ddvmstat16 # dvmstat df -h # run and examine "df -h"
81 dvmstat df -h # run and examine "df -h"
/macosx-10.9.5/dtrace-118.1/DTTk/
H A Ddvmstat16 # dvmstat df -h # run and examine "df -h"
81 dvmstat df -h # run and examine "df -h"
/macosx-10.9.5/ruby-104/ruby/ext/bigdecimal/lib/bigdecimal/
H A Djacobian.rb81 df = dfdxi(f,fx,x,i)
83 dfdx[j*n+i] = df[j]
/macosx-10.9.5/vim-53/runtime/compiler/
H A Dfortran_cv.vim25 CompilerSet makeprg=df\ /nologo\ /noobj\ /c\ %
/macosx-10.9.5/vim-53/runtime/keymap/
H A Dpinyin.vim2 " Maintainer: Fredrik Roubert <roubert@df.lth.se>
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_config.c474 FILE *df,
484 return_value |= dump_config_tree(cfg_ptr, df, comment);
494 FILE *df,
532 fprintf(df, "# %s %s %s\n",
550 fprintf(df, "\n# dump error:\n"
559 fprintf(df, "%s %g\n",
569 fprintf(df, "%s %d\n",
580 fprintf(df, "%s \"%s\"\n",
590 fprintf(df, "logconfig");
596 fprintf(df, "
473 dump_all_config_trees( FILE *df, int comment ) argument
492 dump_config_tree( struct config_tree *ptree, FILE *df, int comment ) argument
[all...]

Completed in 440 milliseconds

12345