Searched defs:df (Results 1 - 25 of 89) sorted by relevance

1234

/external/chromium_org/v8/test/intl/date-format/
H A Dtimezone.js30 var df = Intl.DateTimeFormat(); variable
31 assertEquals(getDefaultTimeZone(), df.resolvedOptions().timeZone);
33 df = Intl.DateTimeFormat(undefined, {timeZone: 'UtC'});
34 assertEquals('UTC', df.resolvedOptions().timeZone);
36 df = Intl.DateTimeFormat(undefined, {timeZone: 'gmt'});
37 assertEquals('UTC', df.resolvedOptions().timeZone);
39 df = Intl.DateTimeFormat(undefined, {timeZone: 'America/Los_Angeles'});
40 assertEquals('America/Los_Angeles', df.resolvedOptions().timeZone);
42 df = Intl.DateTimeFormat(undefined, {timeZone: 'Europe/Belgrade'});
43 assertEquals('Europe/Belgrade', df
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsdcfmsy.cpp218 DecimalFormat *df = new DecimalFormat(pattern, sym, status); local
224 buffer = df->format(value, buffer, pos);
229 delete df;
H A Dmiscdtfm.cpp163 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status);
166 format0 = df->format(d, format0);
168 localizedPattern0 = df->toLocalizedPattern(localizedPattern0, status);
169 failure(status, "df->toLocalizedPattern");
172 format1 = df->format(d, format1);
178 localizedPattern1 = df->toLocalizedPattern(localizedPattern1, status);
179 failure(status, "df->toLocalizedPattern");
185 delete df;
195 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status);
197 df
255 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status); local
[all...]
H A Ddcfmapts.cpp404 DecimalFormat *df = new DecimalFormat(status); local
409 df->adoptCurrencyPluralInfo(cpi);
411 df->getCurrencyPluralInfo();
413 df->setCurrencyPluralInfo(cpi1);
415 delete df;
H A Ddtfmapts.cpp81 DateFormat *df = DateFormat::createDateTimeInstance(DateFormat::kMedium, DateFormat::kMedium, Locale(LOCALES[i])); local
82 if (df == NULL){
86 delete df;
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()); /*OS390*/
233 DecimalFormat *df = dynamic_cast<DecimalFormat *>(fmt); local
234 if(df != NULL) {
235 df->setRoundingIncrement(0.0);
/external/fdlibm/
H A De_acos.c67 double z,p,q,r,w,s,c,df; local
96 df = s;
97 __LO(df) = 0;
98 c = (z-df*df)/(s+df);
103 return 2.0*(df+w);
/external/icu4c/test/intltest/
H A Dtsdcfmsy.cpp218 DecimalFormat *df = new DecimalFormat(pattern, sym, status); local
224 buffer = df->format(value, buffer, pos);
229 delete df;
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 Ddcfmapts.cpp410 DecimalFormat *df = new DecimalFormat(status); local
415 df->adoptCurrencyPluralInfo(cpi);
417 df->getCurrencyPluralInfo();
419 df->setCurrencyPluralInfo(cpi1);
421 delete df;
H A Ddtfmapts.cpp81 DateFormat *df = DateFormat::createDateTimeInstance(DateFormat::kMedium, DateFormat::kMedium, Locale(LOCALES[i])); local
82 if (df == NULL){
86 delete df;
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);
/external/valgrind/main/none/tests/x86/
H A Dbug152818-x86.c101 int df; local
131 df = (idx >= (sizeof(lens)/sizeof(lens[0]))/2);
136 if (df)
152 if (df)
172 if (df)
188 if (df)
208 printf ("DF = %d, count = %2d ", df, len);
/external/eigen/unsupported/Eigen/src/NumericalDiff/
H A DNumericalDiff.h25 * This class allows you to add a method df() to your functor, which will
28 * for the derivative, you should rather implement df() by yourself.
64 int df(const InputType& _x, JacobianType &jac) const function in class:Eigen::NumericalDiff
/external/hyphenation/
H A Dexample.c60 int df; local
93 df = arg++;
107 if ((dict = hnj_hyphen_load(argv[df])) == NULL) {
108 fprintf(stderr, "Couldn't find file %s\n", argv[df]);
/external/speex/libspeex/
H A Dfilterbank.c57 spx_word32_t df; local
62 df = DIV32(SHL32(sampling,15),MULT16_16(2,len));
82 curr_freq = EXTRACT16(MULT16_32_P15(i,df));
/external/chromium/net/tools/flip_server/
H A Dstreamer_interface.cc77 DataFrame* df = new DataFrame; local
78 df->data = (const char *)dataPtr;
79 df->size = len;
80 df->delete_when_done = true;
81 connection_->EnqueueDataFrame(df);
H A Dhttp_interface.cc239 DataFrame* df = new DataFrame; local
240 df->data = "0\r\n\r\n";
241 df->size = 5;
242 df->delete_when_done = false;
243 EnqueueDataFrame(df);
274 DataFrame* df = new DataFrame; local
275 df->size = sb.ReadableBytes();
276 char* buffer = new char[df->size];
277 df->data = buffer;
278 df
291 DataFrame* df = new DataFrame; local
309 DataFrame* df = new DataFrame; local
320 EnqueueDataFrame(DataFrame* df) argument
[all...]
H A Dsm_connection.cc68 void SMConnection::EnqueueDataFrame(DataFrame* df) { argument
69 output_list_.push_back(df);
71 << "size = " << df->size << ": Setting FD ready.";
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
H A Dgoobspatch.c369 cfile cf, df, ef; local
439 cfopen(&df, argv[3], sizeof(header) + zctrllen, "diff", header[89]);
477 cfread(&df, new + newpos, ctrl[0]);
502 cfclose(&df);
/external/chromium_org/net/tools/flip_server/
H A Dstreamer_interface.cc77 DataFrame* df = new DataFrame; local
78 df->data = (const char *)dataPtr;
79 df->size = len;
80 df->delete_when_done = true;
81 connection_->EnqueueDataFrame(df);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_images.c403 VGfloat *df = (VGfloat*)temp; local
455 pipe_get_tile_rgba(pipe, transfer, sx, y, width, 1, df);
/external/iptables/include/linux/netfilter/
H A Dxt_osf.h70 __u8 ttl, df; member in struct:xt_osf_user_finger
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_images.c403 VGfloat *df = (VGfloat*)temp; local
455 pipe_get_tile_rgba(pipe, transfer, sx, y, width, 1, df);
/external/pixman/test/
H A Dalphamap.c148 pixman_format_code_t df = formats[d]; local
159 n_alpha_bits = PIXMAN_FORMAT_A (df);
163 n_red_bits = PIXMAN_FORMAT_R (df);
175 orig_dst = make_image (df);
176 dst = make_image (df);
235 format_name (df),
266 format_name (df),

Completed in 5559 milliseconds

1234