/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
D | DecimalFormatTest.java | 25 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 …]
|
D | DateFormatTest.java | 72 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/ |
D | decNumberLocal.h | 303 #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/ |
D | RegressionTest.java | 36 DurationFormat df = DurationFormat.getInstance(ul); in TestDisallowedMillis() local 50 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local 69 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
|
D | ICUDurationTest.java | 180 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/ |
D | RegressionTest.java | 33 DurationFormat df = DurationFormat.getInstance(ul); in TestDisallowedMillis() local 47 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local 66 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
|
D | ICUDurationTest.java | 177 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/ |
D | dask_io.py | 33 def _add_to_index(df, start): argument 40 def _get_divisions(df): argument 48 def _construct_dask_df_with_divisions(df): argument
|
D | data_feeder_test.py | 155 def func(df): argument 204 def func(df): argument 223 def func(df): argument 245 def func(df): argument 306 def func(df): argument 341 def func(df): argument
|
/external/lisa/tools/analysis/ |
D | run_binder_transaction_analysis.py | 109 df = run_queue_analysis(trace, args.threshold) variable 111 df = run_buffer_analysis(trace, args.threshold) variable 113 df = run_alloc_analysis(trace, args.threshold) variable
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
D | chi2.py | 65 df, argument 104 def df(self): member in Chi2 112 df, argument
|
D | vector_student_t.py | 125 df, argument 228 def df(self): member in _VectorStudentT
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberRegressionTests.java | 102 DecimalFormat df = new DecimalFormat(); in Test4088161() local 126 DecimalFormat df = new DecimalFormat("#,##0.0", symbols); in Test4087245() local 144 DecimalFormat df = new DecimalFormat(); in Test4087535() local 163 DecimalFormat df = new DecimalFormat(); in Test4088503() local 284 DecimalFormat df = new DecimalFormat(); in Test4068693() local 327 DecimalFormat df = new DecimalFormat(); in Test4087251() local 350 DecimalFormat df = new DecimalFormat(); in Test4090489() local 373 DecimalFormat df = new DecimalFormat(); in Test4090504() local 394 DecimalFormat df = new DecimalFormat(); in Test4095713() local 411 DecimalFormat df = new DecimalFormat(); in Test4092561() local [all …]
|
D | DateFormatRoundTripTest.java | 126 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
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberRegressionTests.java | 99 DecimalFormat df = new DecimalFormat(); in Test4088161() local 123 DecimalFormat df = new DecimalFormat("#,##0.0", symbols); in Test4087245() local 141 DecimalFormat df = new DecimalFormat(); in Test4087535() local 160 DecimalFormat df = new DecimalFormat(); in Test4088503() local 281 DecimalFormat df = new DecimalFormat(); in Test4068693() local 324 DecimalFormat df = new DecimalFormat(); in Test4087251() local 347 DecimalFormat df = new DecimalFormat(); in Test4090489() local 370 DecimalFormat df = new DecimalFormat(); in Test4090504() local 391 DecimalFormat df = new DecimalFormat(); in Test4095713() local 408 DecimalFormat df = new DecimalFormat(); in Test4092561() local [all …]
|
D | DateFormatRoundTripTest.java | 123 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
|
/external/lisa/tools/scripts/ |
D | framestats_analysis.py | 76 def print_header(df): argument 88 def print_as_row(name, df): argument
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
D | ChiSquaredDistributionImpl.java | 51 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/ |
D | miscdtfm.cpp | 168 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
|
D | numrgts.cpp | 291 DecimalFormat *df = new DecimalFormat(status); in Test4088161() local 327 DecimalFormat *df = new DecimalFormat("#,##0.0", *symbols, status); in Test4087245() local 351 DecimalFormat *df = new DecimalFormat(status); in Test4087535() local 379 DecimalFormat *df = new DecimalFormat(status); in Test4088503() local 593 DecimalFormat *df = new DecimalFormat(status); in Test4068693() local 649 DecimalFormat *df = new DecimalFormat(status); in Test4087251() local 715 DecimalFormat *df = new DecimalFormat(status); in Test4090504() local 744 DecimalFormat *df = new DecimalFormat(status); in Test4095713() local 771 DecimalFormat *df = new DecimalFormat(status); in Test4092561() local 859 DecimalFormat *df = dynamic_cast<DecimalFormat *>(nf); in Test4087244() local [all …]
|
/external/v8/tools/perf/ |
D | statistics-for-json.R | 35 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/clang/test/SemaCUDA/ |
D | asm-constraints-device.cu | 6 __attribute__((device)) void df() { in df() function
|
D | asm-constraints-mixed.cu | 13 __attribute__((device)) void df() { in df() function
|
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | DateFormatTest.java | 45 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/lisa/libs/utils/analysis/ |
D | binder_transaction_analysis.py | 94 def plot_samples(self, df, y_axis, xlabel, ylabel, argument 120 def plot_tasks(self, df, threshold, x_axis, y_axis, xlabel, ylabel): argument
|