Searched defs:df (Results 1 - 25 of 91) 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/tools/gn/
H A Ditem.h32 void set_defined_from(const ParseNode* df) { defined_from_ = df; } argument
/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/chromium_org/net/tools/flip_server/
H A Dhttp_interface_test.cc203 DataFrame* df = *i++; local
204 ASSERT_EQ(data, StringPiece(df->data, df->size));
280 DataFrame* df = *i++; local
281 ASSERT_EQ(syn_reply, StringPiece(df->data, df->size));
282 df = *i++;
283 ASSERT_EQ(body, StringPiece(df->data, df->size));
284 df
311 DataFrame* df = *i++; local
343 DataFrame* df = connection_->output_list()->front(); local
352 DataFrame* df = connection_->output_list()->front(); local
401 DataFrame* df = connection_->output_list()->front(); local
447 DataFrame* df = connection_->output_list()->front(); local
485 DataFrame* df = connection_->output_list()->front(); local
[all...]
H A Dspdy_interface_test.cc408 DataFrame* df = *i++; local
416 spdy_framer_->ProcessInput(df->data, df->size);
472 DataFrame* df = *i++; local
473 spdy_framer_->ProcessInput(df->data, df->size);
475 df = *i++;
476 spdy_framer_->ProcessInput(df->data, df->size);
517 DataFrame* df local
545 DataFrame* df = *i++; local
579 DataFrame* df = *i++; local
613 DataFrame* df = *i++; local
644 DataFrame* df = *i++; local
670 DataFrame* df = *i++; local
710 DataFrame* df = *i++; local
751 DataFrame* df = *i++; local
771 DataFrame* df = *i++; local
834 DataFrame* df = *i++; local
[all...]
H A Dstreamer_interface.cc82 DataFrame* df = new DataFrame; local
83 df->data = (const char*)dataPtr;
84 df->size = len;
85 df->delete_when_done = true;
86 connection_->EnqueueDataFrame(df);
/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);
/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/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);

Completed in 797 milliseconds

1234