Home
last modified time | relevance | path

Searched defs:df (Results 1 – 25 of 139) sorted by relevance

123456

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DDecimalFormatTest.java23 DecimalFormat df = new DecimalFormat("#,#0.00"); in testClone() local
41 DecimalFormat df = new DecimalFormat(); in testDecimalFormat() local
49 DecimalFormat df = new DecimalFormat("#,##0.000"); in testDecimalFormatString() local
58 DecimalFormat df = new DecimalFormat("#,##0.000", sym); in testDecimalFormatStringDecimalFormatSymbols() local
67 DecimalFormat df = new DecimalFormat("#,##0.000", sym); in testGetDecimalFormatSymbols() local
75 DecimalFormat df = new DecimalFormat(); in testSetDecimalFormatSymbols() local
84 DecimalFormat df = new DecimalFormat("+#,##0.#;-#,##0.#"); in testGetPositivePrefix() local
92 DecimalFormat df = new DecimalFormat("+#,##0.#;-#,##0.#"); in testSetPositivePrefix() local
101 DecimalFormat df = new DecimalFormat("+#,##0.#;-#,##0.#"); in testGetNegativePrefix() local
109 DecimalFormat df = new DecimalFormat("+#,##0.#;-#,##0.#"); in testSetNegativePrefix() local
[all …]
DDateFormatTest.java70 DateFormat df = DateFormat.getInstance(); in testHashCode() local
79 DateFormat df = new DateFormat(java.text.DateFormat.getInstance()); in testDateFormat() local
80 assertEquals(DateFormat.getInstance(), df); in testDateFormat() local
269 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in testSetCalendar() local
280 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in testGetCalendar() local
291 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in testSetNumberFormat() local
308 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in testSetTimeZone() local
318 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in testGetTimeZone() local
328 DateFormat df = DateFormat.getDateInstance(DateFormat.SHORT); in testSetLenient() local
344 DateFormat df = DateFormat.getInstance(); in testIsLenient() local
/external/icu/icu4c/source/i18n/
DdecNumberLocal.h300 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)]) argument
301 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)]) argument
304 #define DFBYTE(df, off) ((df)->bytes[off]) argument
305 #define DFWORD(df, off) ((df)->words[off]) argument
310 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000) argument
311 #define DFISSPECIAL(df) ((DFWORD(df, 0)&0x78000000)==0x78000000) argument
312 #define DFISINF(df) ((DFWORD(df, 0)&0x7c000000)==0x78000000) argument
313 #define DFISNAN(df) ((DFWORD(df, 0)&0x7c000000)==0x7c000000) argument
314 #define DFISQNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7c000000) argument
315 #define DFISSNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7e000000) argument
[all …]
Dunum.cpp154 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_clone() local
488 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getAttribute() local
509 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setAttribute() local
521 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getDoubleAttribute() local
535 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setDoubleAttribute() local
559 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getTextAttribute() local
622 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setTextAttribute() local
682 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_toPattern() local
774 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_applyPattern() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DRegressionTest.java30 DurationFormat df = DurationFormat.getInstance(ul); in TestDisallowedMillis() local
44 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
63 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
DICUDurationTest.java177 DurationFormat df; in TestBasics() local
219 DurationFormat df; in TestSimpleXMLDuration() local
315 DurationFormat df = DurationFormat.getInstance(locale); in TestXMLDuration() local
329 DurationFormat df = DurationFormat.getInstance(new ULocale("en")); in TestBadObjectError() local
348 DurationFormat df = DurationFormat.getInstance(new ULocale("und")); in TestBadLocaleError() local
359 DurationFormat df = DurationFormat.getInstance(new ULocale("th@calendar=buddhist")); in TestResourceWithCalendar() local
415 DurationFormat df = DurationFormat.getInstance(test.locale); in TestFromNowTo() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
DRegressionTest.java34 DurationFormat df = DurationFormat.getInstance(ul); in TestDisallowedMillis() local
48 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
67 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
DICUDurationTest.java181 DurationFormat df; in TestBasics() local
223 DurationFormat df; in TestSimpleXMLDuration() local
319 DurationFormat df = DurationFormat.getInstance(locale); in TestXMLDuration() local
333 DurationFormat df = DurationFormat.getInstance(new ULocale("en")); in TestBadObjectError() local
352 DurationFormat df = DurationFormat.getInstance(new ULocale("und")); in TestBadLocaleError() local
363 DurationFormat df = DurationFormat.getInstance(new ULocale("th@calendar=buddhist")); in TestResourceWithCalendar() local
419 DurationFormat df = DurationFormat.getInstance(test.locale); in TestFromNowTo() local
/external/v8/test/mjsunit/regress/
Dregress-crbug-364374.js10 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'eUrope/isLe_OF_man'}) variable
13 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'africa/Dar_eS_salaam'}) variable
16 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/port_of_spain'}) variable
20 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/north_Dakota/new_salem'}) variable
42 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/port-aU-pRince'}) variable
Dregress-crbug-487322.js17 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'Asia/Ulaanbaatar'}) variable
20 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'Asia/Ulan_Bator'}) variable
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberRegression.java98 DecimalFormat df = new DecimalFormat(); in Test4088161() local
121 DecimalFormat df = new DecimalFormat("#,##0.0", symbols); in Test4087245() local
138 DecimalFormat df = new DecimalFormat(); in Test4087535() local
156 DecimalFormat df = new DecimalFormat(); in Test4088503() local
271 DecimalFormat df = new DecimalFormat(); in Test4068693() local
312 DecimalFormat df = new DecimalFormat(); in Test4087251() local
334 DecimalFormat df = new DecimalFormat(); in Test4090489() local
356 DecimalFormat df = new DecimalFormat(); in Test4090504() local
376 DecimalFormat df = new DecimalFormat(); in Test4095713() local
392 DecimalFormat df = new DecimalFormat(); in Test4092561() local
[all …]
DDateFormatRoundTripTest.java121 DateFormat df = DateFormat.getDateInstance(style, loc); in _test() local
129 DateFormat df = DateFormat.getTimeInstance(style, loc); in _test() local
138 DateFormat df = DateFormat.getDateTimeInstance(dstyle, tstyle, loc); in _test() local
DDateFormatMiscTests.java80 SimpleDateFormat df = new SimpleDateFormat("E hh:mm", symbols); in Test4099975new() local
101 SimpleDateFormat df = new SimpleDateFormat("E hh:mm"); in Test4099975new() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberRegression.java94 DecimalFormat df = new DecimalFormat(); in Test4088161() local
117 DecimalFormat df = new DecimalFormat("#,##0.0", symbols); in Test4087245() local
134 DecimalFormat df = new DecimalFormat(); in Test4087535() local
152 DecimalFormat df = new DecimalFormat(); in Test4088503() local
267 DecimalFormat df = new DecimalFormat(); in Test4068693() local
308 DecimalFormat df = new DecimalFormat(); in Test4087251() local
330 DecimalFormat df = new DecimalFormat(); in Test4090489() local
352 DecimalFormat df = new DecimalFormat(); in Test4090504() local
372 DecimalFormat df = new DecimalFormat(); in Test4095713() local
388 DecimalFormat df = new DecimalFormat(); in Test4092561() local
[all …]
DDateFormatRoundTripTest.java117 DateFormat df = DateFormat.getDateInstance(style, loc); in _test() local
125 DateFormat df = DateFormat.getTimeInstance(style, loc); in _test() local
134 DateFormat df = DateFormat.getDateTimeInstance(dstyle, tstyle, loc); in _test() local
DDateFormatMiscTests.java76 SimpleDateFormat df = new SimpleDateFormat("E hh:mm", symbols); in Test4099975new() local
97 SimpleDateFormat df = new SimpleDateFormat("E hh:mm"); in Test4099975new() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DChiSquaredDistributionImpl.java51 public ChiSquaredDistributionImpl(double df) { in ChiSquaredDistributionImpl()
64 public ChiSquaredDistributionImpl(double df, GammaDistribution g) { in ChiSquaredDistributionImpl()
79 public ChiSquaredDistributionImpl(double df, double inverseCumAccuracy) { in ChiSquaredDistributionImpl()
/external/icu/icu4c/source/test/intltest/
Dmiscdtfm.cpp166 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status); in test4099975() local
198 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status); in test4099975() local
229 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status); in test4099975() local
258 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status); in test4099975() local
Dnumrgts.cpp288 DecimalFormat *df = new DecimalFormat(status); in Test4088161() local
324 DecimalFormat *df = new DecimalFormat("#,##0.0", *symbols, status); in Test4087245() local
348 DecimalFormat *df = new DecimalFormat(status); in Test4087535() local
376 DecimalFormat *df = new DecimalFormat(status); in Test4088503() local
590 DecimalFormat *df = new DecimalFormat(status); in Test4068693() local
646 DecimalFormat *df = new DecimalFormat(status); in Test4087251() local
712 DecimalFormat *df = new DecimalFormat(status); in Test4090504() local
741 DecimalFormat *df = new DecimalFormat(status); in Test4095713() local
768 DecimalFormat *df = new DecimalFormat(status); in Test4092561() local
856 DecimalFormat *df = dynamic_cast<DecimalFormat *>(nf); in Test4087244() local
[all …]
/external/v8/tools/perf/
Dstatistics-for-json.R35 df <- data.table(L = numeric(), R = numeric(), E = numeric(), globalVar
84 df <-rbind(df, list(mww$conf.int[1], mww$conf.int[2], globalVar
/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp42 int df(const VectorXd &x, MatrixXd &fjac) const in df() function
255 int df(const VectorXd &b, MatrixXd &fjac) in df() function
339 int df(const VectorXd &b, MatrixXd &fjac) in df() function
421 int df(const VectorXd &b, MatrixXd &fjac) in df() function
515 int df(const VectorXd &b, MatrixXd &fjac) in df() function
590 int df(const VectorXd &b, MatrixXd &fjac) in df() function
678 int df(const VectorXd &b, MatrixXd &fjac) in df() function
755 int df(const VectorXd &b, MatrixXd &fjac) in df() function
834 int df(const VectorXd &b, MatrixXd &fjac) in df() function
913 int df(const VectorXd &b, MatrixXd &fjac) in df() function
[all …]
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DDateFormatTest.java42 DateFormat df = getJDKInstance(dstyle, tstyle, loc, method); in checkGetInstance() local
70 DateFormat df; in getJDKInstance() local
133 DateFormat df = getJDKInstance(dstyle, tstyle, iculoc, null); in TestICUEquivalent() local
/external/clang/test/SemaCUDA/
Dasm-constraints-device.cu6 __attribute__((device)) void df() { in df() function
Dasm-constraints-mixed.cu13 __attribute__((device)) void df() { in df() function
Dbuiltins.cu26 __attribute__((device)) void df() { in df() function

123456