/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
i386-intel.d | 10 [ ]*[a-f0-9]+: df e0 fnstsw ax 11 [ ]*[a-f0-9]+: df e0 fnstsw ax 12 [ ]*[a-f0-9]+: 9b df e0 fstsw ax 13 [ ]*[a-f0-9]+: 9b df e0 fstsw ax 40 [ ]*[a-f0-9]+: df e0 fnstsw ax 41 [ ]*[a-f0-9]+: df e0 fnstsw ax 42 [ ]*[a-f0-9]+: 9b df e0 fstsw ax 43 [ ]*[a-f0-9]+: 9b df e0 fstsw ax
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/ |
ldst05.d | 15 14: fa df a1 1c st.s %r27,4090\(%r5\) 24 38: fe 97 df 1d st.s %r18,-2\(%r14\)
|
ldst06.d | 15 14: fa df a1 0c st.b %r27,4090\(%r5\) 28 48: ff 97 df 0d st.b %r18,-1\(%r14\)
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/rx/ |
xor.d | 10 4: fd 74 df 80 xor #-128, r15 12 c: fd 74 df 7f xor #127, r15 14 15: fd 78 df 00 80 xor #0xffff8000, r15 16 20: fd 7c df 00 80 00 xor #0x8000, r15 18 2c: fd 7c df 00 00 80 xor #0xff800000, r15 20 38: fd 7c df ff ff 7f xor #0x7fffff, r15 22 45: fd 70 df 00 00 00 80 xor #0x80000000, r15 24 53: fd 70 df ff ff ff 7f xor #0x7fffffff, r15
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/ |
tls-gc-76.d | 25 0+ l df \*ABS\* 0+ .* 27 0+ l df \*ABS\* 0+ .*
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
AstroTest.java | 258 DateFormat df = DateFormat.getTimeInstance(cal, DateFormat.MEDIUM, Locale.US); local 291 " (USNO " + df.format(exprise) + 295 ", Sunrise: " + df.format(sunrise) + 296 " (USNO " + df.format(exprise) + ")"); 301 " (USNO " + df.format(expset) + 305 ", Sunset: " + df.format(sunset) + 306 " (USNO " + df.format(expset) + ")"); 310 ", Sunrise: " + df.format(sunrise) + 311 " (USNO " + df.format(exprise) + ")" + 312 ", Sunset: " + df.format(sunset) [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
AstroTest.java | 255 DateFormat df = DateFormat.getTimeInstance(cal, DateFormat.MEDIUM, Locale.US); local 288 " (USNO " + df.format(exprise) + 292 ", Sunrise: " + df.format(sunrise) + 293 " (USNO " + df.format(exprise) + ")"); 298 " (USNO " + df.format(expset) + 302 ", Sunset: " + df.format(sunset) + 303 " (USNO " + df.format(expset) + ")"); 307 ", Sunrise: " + df.format(sunrise) + 308 " (USNO " + df.format(exprise) + ")" + 309 ", Sunset: " + df.format(sunset) [all...] |
/device/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/ |
BootReporter.java | 115 DateFormat df = new SimpleDateFormat("MM-dd HH:mm:ss.SSS"); local 116 String date = df.format(Calendar.getInstance().getTime());
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
TimeZoneOffsetLocalTest.java | 162 DateFormat df = DateFormat.getInstance(); local 163 df.setTimeZone(utc); 172 + df.format(new Date(MILLIS[d])) + "(standard) - Got: " + offset + " Expected: " + OFFSETS1[d]); 183 + df.format(new Date(MILLIS[m])) + "(wall) - Got: " 197 + df.format(new Date(MILLIS[m])) + "(wall/STD/STD) - Got: " 211 + df.format(new Date(MILLIS[m])) + "(wall/DST/DST) - Got: " 225 + df.format(new Date(MILLIS[m])) + "(wall/FORMER/LATTER) - Got: " 239 + df.format(new Date(MILLIS[m])) + "(wall/LATTER/FORMER) - Got: "
|
/external/icu/icu4c/source/test/intltest/ |
nmfmtrt.cpp | 188 DecimalFormat *df = dynamic_cast<DecimalFormat *>(fmt); local 189 if(df != NULL) 193 test(fmt, randomDouble(DBL_MAX/2.0) / df->getMultiplier()); 195 test(fmt, randomDouble(1e75) / df->getMultiplier()); 197 test(fmt, randomDouble(1e65) / df->getMultiplier()); 236 DecimalFormat *df = dynamic_cast<DecimalFormat *>(fmt); local 237 if(df != NULL) { 238 df->setRoundingIncrement(0.0);
|
tzoffloc.cpp | 196 SimpleDateFormat df(UnicodeString("yyyy-MM-dd HH:mm:ss"), status); 200 df.setTimeZone(*utc); 214 df.format(MILLIS[d], dateStr); 231 df.format(MILLIS[m], dateStr); 252 df.format(MILLIS[m], dateStr); 273 df.format(MILLIS[m], dateStr); 294 df.format(MILLIS[m], dateStr); 315 df.format(MILLIS[m], dateStr);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
TimeZoneOffsetLocalTest.java | 159 DateFormat df = DateFormat.getInstance(); local 160 df.setTimeZone(utc); 169 + df.format(new Date(MILLIS[d])) + "(standard) - Got: " + offset + " Expected: " + OFFSETS1[d]); 180 + df.format(new Date(MILLIS[m])) + "(wall) - Got: " 194 + df.format(new Date(MILLIS[m])) + "(wall/STD/STD) - Got: " 208 + df.format(new Date(MILLIS[m])) + "(wall/DST/DST) - Got: " 222 + df.format(new Date(MILLIS[m])) + "(wall/FORMER/LATTER) - Got: " 236 + df.format(new Date(MILLIS[m])) + "(wall/LATTER/FORMER) - Got: "
|
/external/libcxx/test/std/utilities/time/time.point/time.point.cast/ |
ceil.pass.cpp | 25 test(const FromDuration& df, const ToDuration& d) 31 FromTimePoint f(df);
|
floor.pass.cpp | 25 test(const FromDuration& df, const ToDuration& d) 31 FromTimePoint f(df);
|
round.pass.cpp | 25 test(const FromDuration& df, const ToDuration& d) 31 FromTimePoint f(df);
|
/external/ltp/tools/pounder21/build_scripts/ |
bonnie++ | 38 FREE_SPACE=`df -k -P "$f" | tail -n 1 | awk -F " " '{print $4}'`
|
memtest | 31 FREE_SPACE=`df -k -P "$MEMTESTDIR" | tail -n 1 | awk -F " " '{print $4}'`
|
/external/pdfium/third_party/libtiff/ |
tif_aux.c | 339 long double df; local 340 df = (long double)i.value; 341 df += 18446744073709551616.0; /* adding 2**64 */ 342 return (float)df; 355 long double df; local 356 df = (long double)i.value; 357 df += 18446744073709551616.0; /* adding 2**64 */ 358 return (double)df;
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.point/time.point.cast/ |
ceil.pass.cpp | 25 test(const FromDuration& df, const ToDuration& d) 31 FromTimePoint f(df);
|
floor.pass.cpp | 25 test(const FromDuration& df, const ToDuration& d) 31 FromTimePoint f(df);
|
round.pass.cpp | 25 test(const FromDuration& df, const ToDuration& d) 31 FromTimePoint f(df);
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/ |
bpo-22.d | 15 0+ l df \*ABS\* 0+ .*
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DateFormatRoundTripTest.java | 126 DateFormat df = DateFormat.getDateInstance(style, loc); local 127 _test(df, false); 134 DateFormat df = DateFormat.getTimeInstance(style, loc); local 135 _test(df, true); 143 DateFormat df = DateFormat.getDateTimeInstance(dstyle, tstyle, loc); local 144 _test(df, false);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DateFormatRoundTripTest.java | 123 DateFormat df = DateFormat.getDateInstance(style, loc); local 124 _test(df, false); 131 DateFormat df = DateFormat.getTimeInstance(style, loc); local 132 _test(df, true); 140 DateFormat df = DateFormat.getDateTimeInstance(dstyle, tstyle, loc); local 141 _test(df, false);
|
/external/iproute2/testsuite/tests/tc/ |
pedit.t | 79 # do_it_all df 0x23 0x04 0xf3 162 do_pedit ip df set 0x23 164 do_pedit ip df set 0x04 166 do_pedit ip df set 0xf3 168 do_pedit ip df preserve 170 do_pedit ip df invert 172 do_pedit ip df clear
|