/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixDirectoryListingFormatterTest.groovy | 76 def formattedDate = dateFormat.format(LAST_MODIFIED) 78 assert result.contains(formattedDate)
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixDirectoryListingFormatterTest.groovy | 76 def formattedDate = dateFormat.format(LAST_MODIFIED) 78 assert result.contains(formattedDate)
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixDirectoryListingFormatterTest.groovy | 76 def formattedDate = dateFormat.format(LAST_MODIFIED) 78 assert result.contains(formattedDate)
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixDirectoryListingFormatterTest.groovy | 76 def formattedDate = dateFormat.format(LAST_MODIFIED) 78 assert result.contains(formattedDate)
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixDirectoryListingFormatterTest.groovy | 76 def formattedDate = dateFormat.format(LAST_MODIFIED) 78 assert result.contains(formattedDate)
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixDirectoryListingFormatterTest.groovy | 76 def formattedDate = dateFormat.format(LAST_MODIFIED) 78 assert result.contains(formattedDate)
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixDirectoryListingFormatterTest.groovy | 76 def formattedDate = dateFormat.format(LAST_MODIFIED) 78 assert result.contains(formattedDate)
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 139 String formattedDate = enFormat.format(sampleDate); in TestSimple() local 140 …tEquals("Testing skeleton '" + testSkeleton + "' with " + sampleDate, tests[i][1], formattedDate); in TestSimple()
|
D | DateFormatTest.java | 4294 public String formattedDate; in TestNonGregoFmtParse() field in DateFormatTest.CalAndFmtTestItem 4303 formattedDate = fd; in TestNonGregoFmtParse() 4379 if (result.toString().compareTo(caftItem.formattedDate) != 0) { in TestNonGregoFmtParse() 4381 … ", expected \"" + caftItem.formattedDate + "\", got \"" + result + "\""); in TestNonGregoFmtParse()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 138 String formattedDate = enFormat.format(sampleDate); in TestSimple() local 139 …tEquals("Testing skeleton '" + testSkeleton + "' with " + sampleDate, tests[i][1], formattedDate); in TestSimple()
|
D | DateFormatTest.java | 4293 public String formattedDate; in TestNonGregoFmtParse() field in DateFormatTest.CalAndFmtTestItem 4302 formattedDate = fd; in TestNonGregoFmtParse() 4378 if (result.toString().compareTo(caftItem.formattedDate) != 0) { in TestNonGregoFmtParse() 4380 … ", expected \"" + caftItem.formattedDate + "\", got \"" + result + "\""); in TestNonGregoFmtParse()
|
/external/icu/icu4c/source/test/intltest/ |
D | dtfmttst.cpp | 4245 UnicodeString formattedDate; member 4334 if ( result.compare(caftItemPtr->formattedDate) != 0 ) { in TestNonGregoFmtParse() 4336 … ", expected \"" + caftItemPtr->formattedDate + "\", got \"" + result + "\""); in TestNonGregoFmtParse()
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | docs.js | 2164 …var formattedDate = monthNames[published.getMonth()] + ' ' + published.getDate() + ' ' + published… 2168 this.blogReader.find('.dac-blog-reader-date').html(formattedDate);
|