Home
last modified time | relevance | path

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

1234567

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DDecimalFormatTest.java25 DecimalFormat df = new DecimalFormat("#,#0.00"); in testClone() local
43 DecimalFormat df = new DecimalFormat(); in testDecimalFormat() local
51 DecimalFormat df = new DecimalFormat("#,##0.000"); in testDecimalFormatString() local
60 DecimalFormat df = new DecimalFormat("#,##0.000", sym); in testDecimalFormatStringDecimalFormatSymbols() local
69 DecimalFormat df = new DecimalFormat("#,##0.000", sym); in testGetDecimalFormatSymbols() local
77 DecimalFormat df = new DecimalFormat(); in testSetDecimalFormatSymbols() local
86 DecimalFormat df = new DecimalFormat("+#,##0.#;-#,##0.#"); in testGetPositivePrefix() local
94 DecimalFormat df = new DecimalFormat("+#,##0.#;-#,##0.#"); in testSetPositivePrefix() local
103 DecimalFormat df = new DecimalFormat("+#,##0.#;-#,##0.#"); in testGetNegativePrefix() local
111 DecimalFormat df = new DecimalFormat("+#,##0.#;-#,##0.#"); in testSetNegativePrefix() local
[all …]
DDateFormatTest.java72 DateFormat df = DateFormat.getInstance(); in testHashCode() local
81 DateFormat df = new DateFormat(java.text.DateFormat.getInstance()); in testDateFormat() local
82 assertEquals(DateFormat.getInstance(), df); in testDateFormat() local
271 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in testSetCalendar() local
282 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in testGetCalendar() local
293 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in testSetNumberFormat() local
310 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in testSetTimeZone() local
320 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in testGetTimeZone() local
330 DateFormat df = DateFormat.getDateInstance(DateFormat.SHORT); in testSetLenient() local
346 DateFormat df = DateFormat.getInstance(); in testIsLenient() local
/external/icu/icu4c/source/i18n/
DdecNumberLocal.h303 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)]) argument
304 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)]) argument
307 #define DFBYTE(df, off) ((df)->bytes[off]) argument
308 #define DFWORD(df, off) ((df)->words[off]) argument
313 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000) argument
314 #define DFISSPECIAL(df) ((DFWORD(df, 0)&0x78000000)==0x78000000) argument
315 #define DFISINF(df) ((DFWORD(df, 0)&0x7c000000)==0x78000000) argument
316 #define DFISNAN(df) ((DFWORD(df, 0)&0x7c000000)==0x7c000000) argument
317 #define DFISQNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7c000000) argument
318 #define DFISSNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7e000000) argument
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
DRegressionTest.java36 DurationFormat df = DurationFormat.getInstance(ul); in TestDisallowedMillis() local
50 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
69 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
DICUDurationTest.java180 DurationFormat df; in TestBasics() local
223 DurationFormat df; in TestSimpleXMLDuration() local
320 DurationFormat df = DurationFormat.getInstance(locale); in TestXMLDuration() local
335 DurationFormat df = DurationFormat.getInstance(new ULocale("en")); in TestBadObjectError() local
355 DurationFormat df = DurationFormat.getInstance(new ULocale("und")); in TestBadLocaleError() local
367 DurationFormat df = DurationFormat.getInstance(new ULocale("th@calendar=buddhist")); in TestResourceWithCalendar() local
429 DurationFormat df = DurationFormat.getInstance(test.locale); in TestFromNowTo() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DRegressionTest.java33 DurationFormat df = DurationFormat.getInstance(ul); in TestDisallowedMillis() local
47 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
66 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
DICUDurationTest.java177 DurationFormat df; in TestBasics() local
220 DurationFormat df; in TestSimpleXMLDuration() local
317 DurationFormat df = DurationFormat.getInstance(locale); in TestXMLDuration() local
332 DurationFormat df = DurationFormat.getInstance(new ULocale("en")); in TestBadObjectError() local
352 DurationFormat df = DurationFormat.getInstance(new ULocale("und")); in TestBadLocaleError() local
364 DurationFormat df = DurationFormat.getInstance(new ULocale("th@calendar=buddhist")); in TestResourceWithCalendar() local
426 DurationFormat df = DurationFormat.getInstance(test.locale); in TestFromNowTo() local
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
Ddask_io.py40 def _add_to_index(df, start): argument
47 def _get_divisions(df): argument
55 def _construct_dask_df_with_divisions(df): argument
Ddata_feeder_test.py164 def func(df): argument
213 def func(df): argument
232 def func(df): argument
254 def func(df): argument
318 def func(df): argument
354 def func(df): argument
/external/icu/icu4c/source/test/intltest/
Ddcfmapts.cpp131 DecimalFormat df("0", {"en", status}, status); in testAPI() local
143 DecimalFormat df("#,##0", {"en", status}, status); in testAPI() local
476 DecimalFormat *df = new DecimalFormat(status); in TestCurrencyPluralInfo() local
645 LocalPointer<DecimalFormat> df(new DecimalFormat("###", status), status); in TestFixedDecimal() local
967 LocalPointer<DecimalFormat> df(new DecimalFormat("###", status), status); in TestBadFastpath() local
992 LocalPointer<DecimalFormat> df(new DecimalFormat(pat1, status), status); in TestRequiredDecimalPoint() local
1048 DecimalFormat df(status); in testErrorCode() local
1053 DecimalFormat df(pattern, status); in testErrorCode() local
1058 DecimalFormat df(pattern, new DecimalFormatSymbols(symbols), status); in testErrorCode() local
1063 … DecimalFormat df(pattern, new DecimalFormatSymbols(symbols), UNUM_DECIMAL_COMPACT_LONG, status); in testErrorCode() local
[all …]
Dmiscdtfm.cpp168 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status); in test4099975() local
200 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status); in test4099975() local
231 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status); in test4099975() local
260 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status); in test4099975() local
Dnumrgts.cpp293 DecimalFormat *df = new DecimalFormat(status); in Test4088161() local
329 DecimalFormat *df = new DecimalFormat("#,##0.0", *symbols, status); in Test4087245() local
353 DecimalFormat *df = new DecimalFormat(status); in Test4087535() local
381 DecimalFormat *df = new DecimalFormat(status); in Test4088503() local
595 DecimalFormat *df = new DecimalFormat(status); in Test4068693() local
651 DecimalFormat *df = new DecimalFormat(status); in Test4087251() local
717 DecimalFormat *df = new DecimalFormat(status); in Test4090504() local
746 DecimalFormat *df = new DecimalFormat(status); in Test4095713() local
773 DecimalFormat *df = new DecimalFormat(status); in Test4092561() local
861 DecimalFormat *df = dynamic_cast<DecimalFormat *>(nf); in Test4087244() local
[all …]
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dchi2.py76 df, argument
119 def df(self): member in Chi2
135 df, argument
Dvector_student_t.py135 df, argument
238 def df(self): member in _VectorStudentT
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberRegressionTests.java104 DecimalFormat df = new DecimalFormat(); in Test4088161() local
128 DecimalFormat df = new DecimalFormat("#,##0.0", symbols); in Test4087245() local
146 DecimalFormat df = new DecimalFormat(); in Test4087535() local
165 DecimalFormat df = new DecimalFormat(); in Test4088503() local
286 DecimalFormat df = new DecimalFormat(); in Test4068693() local
329 DecimalFormat df = new DecimalFormat(); in Test4087251() local
352 DecimalFormat df = new DecimalFormat(); in Test4090489() local
375 DecimalFormat df = new DecimalFormat(); in Test4090504() local
396 DecimalFormat df = new DecimalFormat(); in Test4095713() local
413 DecimalFormat df = new DecimalFormat(); in Test4092561() local
[all …]
DDateFormatRoundTripTest.java126 DateFormat df = DateFormat.getDateInstance(style, loc); in _test() local
134 DateFormat df = DateFormat.getTimeInstance(style, loc); in _test() local
143 DateFormat df = DateFormat.getDateTimeInstance(dstyle, tstyle, loc); in _test() local
DNumberFormatRegressionTest.java88 DateFormat df = DateFormat.getDateInstance(DateFormat.SHORT, loc); in TestJ691() local
234 … DecimalFormat df = new DecimalFormat("#,##0.###", new DecimalFormatSymbols(new ULocale("en_US"))); in TestJB5509() local
409 DecimalFormat df = new DecimalFormat("0", EN); in TestGroupingEnabledDisabledGetters() local
420 DecimalFormat df = new DecimalFormat("#,##0", EN); in TestGroupingEnabledDisabledGetters() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberRegressionTests.java101 DecimalFormat df = new DecimalFormat(); in Test4088161() local
125 DecimalFormat df = new DecimalFormat("#,##0.0", symbols); in Test4087245() local
143 DecimalFormat df = new DecimalFormat(); in Test4087535() local
162 DecimalFormat df = new DecimalFormat(); in Test4088503() local
283 DecimalFormat df = new DecimalFormat(); in Test4068693() local
326 DecimalFormat df = new DecimalFormat(); in Test4087251() local
349 DecimalFormat df = new DecimalFormat(); in Test4090489() local
372 DecimalFormat df = new DecimalFormat(); in Test4090504() local
393 DecimalFormat df = new DecimalFormat(); in Test4095713() local
410 DecimalFormat df = new DecimalFormat(); in Test4092561() local
[all …]
DDateFormatRoundTripTest.java123 DateFormat df = DateFormat.getDateInstance(style, loc); in _test() local
131 DateFormat df = DateFormat.getTimeInstance(style, loc); in _test() local
140 DateFormat df = DateFormat.getDateTimeInstance(dstyle, tstyle, loc); in _test() local
DNumberFormatRegressionTest.java85 DateFormat df = DateFormat.getDateInstance(DateFormat.SHORT, loc); in TestJ691() local
231 … DecimalFormat df = new DecimalFormat("#,##0.###", new DecimalFormatSymbols(new ULocale("en_US"))); in TestJB5509() local
406 DecimalFormat df = new DecimalFormat("0", EN); in TestGroupingEnabledDisabledGetters() local
417 DecimalFormat df = new DecimalFormat("#,##0", EN); in TestGroupingEnabledDisabledGetters() 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/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/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DDateFormatTest.java45 DateFormat df = getJDKInstance(dstyle, tstyle, loc, method); in checkGetInstance() local
73 DateFormat df; in getJDKInstance() local
137 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
/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp48 int df(const VectorXd &x, MatrixXd &fjac) const in df() function
261 int df(const VectorXd &b, MatrixXd &fjac) in df() function
345 int df(const VectorXd &b, MatrixXd &fjac) in df() function
427 int df(const VectorXd &b, MatrixXd &fjac) in df() function
521 int df(const VectorXd &b, MatrixXd &fjac) in df() function
596 int df(const VectorXd &b, MatrixXd &fjac) in df() function
684 int df(const VectorXd &b, MatrixXd &fjac) in df() function
761 int df(const VectorXd &b, MatrixXd &fjac) in df() function
857 int df(const VectorXd &b, MatrixXd &fjac) in df() function
941 int df(const VectorXd &b, MatrixXd &fjac) in df() function
[all …]

1234567