Home
last modified time | relevance | path

Searched full:tomorrow (Results 1 – 25 of 97) sorted by relevance

1234

/external/python/pyfakefs/pyfakefs/tests/
Dmox3_stubout_test.py72 self.assertGreater(mox3_stubout_example.tomorrow().year, 2000)
75 self.assertEqual(mox3_stubout_example.tomorrow(),
79 self.assertGreater(mox3_stubout_example.tomorrow().year, 2000)
94 datetime, 'tomorrow', GroundhogDate)
109 self.assertEqual(mox3_stubout_example.tomorrow(),
113 self.assertGreater(mox3_stubout_example.tomorrow().year, 2000)
140 datetime, 'tomorrow', GroundhogDate)
Dmox3_stubout_example.py30 def tomorrow(): function
/external/curl/tests/data/
Dtest80537 Hello Joe, do you think we can meet at 3:30 tomorrow?
59 Hello Joe, do you think we can meet at 3:30 tomorrow?
/external/mockito/src/test/java/org/mockitousage/bugs/
DShouldMocksCompareToBeConsistentWithEqualsTest.java25 Date tomorrow = mock(Date.class); in should_compare_to_be_consistent_with_equals() local
30 set.add(tomorrow); in should_compare_to_be_consistent_with_equals()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
DHouseTest.java47 reminders.put("tomorrow", "go shoping"); in testDump1()
79 reminders.put("tomorrow", "go shoping"); in testDump3()
125 reminders.put("tomorrow", "go shoping"); in testDump2()
/external/libtextclassifier/native/annotator/datetime/
Dregex-parser_test.cc459 "{tomorrow at 4:00}", {97200000, 140400000}, GRANULARITY_MINUTE, in TEST_F()
465 DatetimeComponent::RelativeQualifier::TOMORROW, 1) in TEST_F()
472 DatetimeComponent::RelativeQualifier::TOMORROW, 1) in TEST_F()
475 "{tomorrow at 4am}", 97200000, GRANULARITY_HOUR, in TEST_F()
480 DatetimeComponent::RelativeQualifier::TOMORROW, 1) in TEST_F()
500 "set an alarm for {7am tomorrow}", 108000000, GRANULARITY_HOUR, in TEST_F()
505 DatetimeComponent::RelativeQualifier::TOMORROW, 1) in TEST_F()
569 "{tomorrow}", 82800000, GRANULARITY_DAY, in TEST_F()
572 DatetimeComponent::RelativeQualifier::TOMORROW, 1) in TEST_F()
619 "{tomorrow}", /*anchor_start_end=*/false, in TEST_F()
[all …]
Dgrammar-parser_test.cc394 "{tomorrow at 4:00}", {97200000, 140400000}, GRANULARITY_MINUTE, in TEST_F()
400 DatetimeComponent::RelativeQualifier::TOMORROW, 1) in TEST_F()
407 DatetimeComponent::RelativeQualifier::TOMORROW, 1) in TEST_F()
410 "{tomorrow at 4am}", 97200000, GRANULARITY_HOUR, in TEST_F()
415 DatetimeComponent::RelativeQualifier::TOMORROW, 1) in TEST_F()
522 "set an alarm for {7am tomorrow}", 108000000, GRANULARITY_HOUR, in TEST_F()
527 DatetimeComponent::RelativeQualifier::TOMORROW, 1) in TEST_F()
Ddatetime.fbs76 TOMORROW = 5,
/external/rust/cxx/book/
Dbuild.js52 $('head link[href="tomorrow-night.css"]').attr('disabled', true);
99 fs.copyFileSync('build/highlight.css', 'build/tomorrow-night.css');
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocaleData.java52 localeData.tomorrow = "Tomorrow"; in setEnUsLocaleData()
/external/snakeyaml/src/test/resources/javabeans/
Dhouse-dump3.yaml8 tomorrow: go shoping
Dhouse-dump1.yaml8 tomorrow: go shoping
Dhouse-dump2.yaml9 tomorrow: go shoping
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLocaleDataTest.java127 assertThat(localeData.tomorrow).isEqualTo("Tomorrow"); in shouldSupportLocaleEn_US_since_jelly_bean_mr1()
/external/libtextclassifier/native/annotator/
Dtypes.cc58 relative_qualifier == RelativeQualifier::TOMORROW || in ShouldRoundToGranularity()
123 case DatetimeComponent::RelativeQualifier::TOMORROW: in RelativeQualifierToString()
124 return "TOMORROW"; in RelativeQualifierToString()
/external/icu/icu4c/source/i18n/unicode/
Dreldatefmt.h29 * \brief C++ API: Formats relative dates such as "1 day ago" or "tomorrow"
381 * // Appends "tomorrow"
608 * "next week", "yesterday", "tomorrow". Falls back to numeric
634 * "next week", "yesterday", "tomorrow". Falls back to numeric
Dureldatefmt.h188 * Represents a literal text string, like "tomorrow" or "days ago".
402 * "next week", "yesterday", "tomorrow". Falls back to numeric
438 * "next week", "yesterday", "tomorrow". Falls back to numeric
/external/icu/libicu/cts_headers/unicode/
Dreldatefmt.h29 * \brief C++ API: Formats relative dates such as "1 day ago" or "tomorrow"
381 * // Appends "tomorrow"
608 * "next week", "yesterday", "tomorrow". Falls back to numeric
634 * "next week", "yesterday", "tomorrow". Falls back to numeric
Dureldatefmt.h188 * Represents a literal text string, like "tomorrow" or "days ago".
402 * "next week", "yesterday", "tomorrow". Falls back to numeric
438 * "next week", "yesterday", "tomorrow". Falls back to numeric
/external/icu/android_icu4j/testing/src/android/icu/extratest/text/
DRelativeDateTimeFormatterTest.java43 assertEquals("tomorrow", writer.toString()); in testAppendTo()
/external/icu/libandroidicu/include/unicode/
Dureldatefmt.h188 * Represents a literal text string, like "tomorrow" or "days ago".
402 * "next week", "yesterday", "tomorrow". Falls back to numeric
438 * "next week", "yesterday", "tomorrow". Falls back to numeric
/external/perfetto/infra/perfetto.dev/src/
Dtemplate_header.html16 <link rel="stylesheet" href="/assets/tomorrow-night.css">
/external/autotest/frontend/client/src/autotest/common/table/
DDatetimeSegmentFilter.java48 // We want all entries from today, so advance end date to tomorrow. in DatetimeSegmentFilter()
/external/icu/icu4c/source/data/locales/
Dbem.txt193 "1"{"tomorrow"}
Dnaq.txt224 "1"{"tomorrow"}

1234