Home
last modified time | relevance | path

Searched +defs:base +defs:test (Results 1 – 25 of 1153) sorted by relevance

12345678910>>...47

/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/
H A DTestOffsetDateTime.java129 …OffsetDateTime base = OffsetDateTime.of(LocalDate.of(2008, 6, 30), LocalTime.of(11, 30, 59), OFFSE… in test_withOffsetSameLocal() local
130 OffsetDateTime test = base.withOffsetSameLocal(OFFSET_PTWO); in test_withOffsetSameLocal() local
137 …OffsetDateTime base = OffsetDateTime.of(LocalDate.of(2008, 6, 30), LocalTime.of(11, 30, 59), OFFSE… in test_withOffsetSameLocal_noChange() local
138 OffsetDateTime test = base.withOffsetSameLocal(OFFSET_PONE); in test_withOffsetSameLocal_noChange() local
144 …OffsetDateTime base = OffsetDateTime.of(LocalDate.of(2008, 6, 30), LocalTime.of(11, 30, 59), OFFSE… in test_withOffsetSameInstant_noChange() local
145 OffsetDateTime test = base.withOffsetSameInstant(OFFSET_PONE); in test_withOffsetSameInstant_noChange() local
151 …OffsetDateTime base = OffsetDateTime.of(LocalDate.of(2008, 6, 30), LocalTime.of(11, 30, 59), OFFSE… in test_withYear_noChange() local
152 OffsetDateTime test = base.withYear(2008); in test_withYear_noChange() local
158 …OffsetDateTime base = OffsetDateTime.of(LocalDate.of(2008, 6, 30), LocalTime.of(11, 30, 59), OFFSE… in test_withMonth_noChange() local
159 OffsetDateTime test = base.withMonth(6); in test_withMonth_noChange() local
[all …]
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/chrono/
H A DTestThaiBuddhistChronology.java68 Chronology test = Chronology.of("ThaiBuddhist"); in test_chrono_byName() local
139 ChronoLocalDate base = ThaiBuddhistChronology.INSTANCE.date(1728, 10, 29); in test_adjust1() local
140 ChronoLocalDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust1() local
146 ChronoLocalDate base = ThaiBuddhistChronology.INSTANCE.date(1728, 12, 2); in test_adjust2() local
147 ChronoLocalDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust2() local
156 ChronoLocalDate base = ThaiBuddhistChronology.INSTANCE.date(2555, 8, 29); in test_withYear_BE() local
157 ChronoLocalDate test = base.with(YEAR, 2554); in test_withYear_BE() local
163 ChronoLocalDate base = ThaiBuddhistChronology.INSTANCE.date(-2554, 8, 29); in test_withYear_BBE() local
164 ChronoLocalDate test = base.with(YEAR_OF_ERA, 2554); in test_withYear_BBE() local
173 ChronoLocalDate base = ThaiBuddhistChronology.INSTANCE.date(2555, 8, 29); in test_withEra_BE() local
[all …]
H A DTestHijrahChronology.java63 Chronology test = Chronology.of("Hijrah"); in test_chrono_byName() local
146 ChronoLocalDate base = HijrahChronology.INSTANCE.date(1728, 10, 28); in test_adjust1() local
147 ChronoLocalDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust1() local
153 ChronoLocalDate base = HijrahChronology.INSTANCE.date(1728, 12, 2); in test_adjust2() local
154 ChronoLocalDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust2() local
164 ChronoLocalDate test = hijrahDate.with(LocalDate.of(2012, 7, 6)); in test_adjust_toLocalDate() local
180 LocalDate test = LocalDate.MIN.with(hijrahDate); in test_LocalDate_adjustToHijrahDate() local
187 LocalDateTime test = LocalDateTime.MIN.with(hijrahDate); in test_LocalDateTime_adjustToHijrahDate() local
H A DTestIsoChronology.java69 Chronology test = Chronology.of("ISO"); in test_chrono_byName() local
156 ChronoLocalDate test = IsoChronology.INSTANCE.date(IsoEra.BCE, year, month, dayOfMonth); in test_date_withEra() local
177 ChronoLocalDate base = IsoChronology.INSTANCE.date(1728, 10, 28); in test_adjust1() local
178 ChronoLocalDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust1() local
184 ChronoLocalDate base = IsoChronology.INSTANCE.date(1728, 12, 2); in test_adjust2() local
185 ChronoLocalDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust2() local
195 ChronoLocalDate test = isoDate.with(LocalDate.of(2012, 7, 6)); in test_adjust_toLocalDate() local
211 LocalDate test = LocalDate.MIN.with(isoDate); in test_LocalDate_adjustToISODate() local
218 LocalDateTime test = LocalDateTime.MIN.with(isoDate); in test_LocalDateTime_adjustToISODate() local
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
H A DTCKThaiBuddhistChronology.java117 Chronology test = Chronology.of("ThaiBuddhist"); in test_chrono_byName() local
129 Chronology test = Chronology.ofLocale(Locale.forLanguageTag("th-TH-u-ca-buddhist")); in test_chrono_byLocale_fullTag_thaiCalendarFromThai() local
136 Chronology test = Chronology.ofLocale(Locale.forLanguageTag("en-US-u-ca-buddhist")); in test_chrono_byLocale_fullTag_thaiCalendarFromElsewhere() local
143 Chronology test = Chronology.ofLocale(new Locale("th", "TH")); in test_chrono_byLocale_oldTH_noVariant() local
150 Chronology test = Chronology.ofLocale(new Locale("th", "TH", "TH")); in test_chrono_byLocale_oldTH_variant() local
368 ThaiBuddhistDate base = ThaiBuddhistChronology.INSTANCE.date(1728, 10, 29); in test_adjust1() local
369 ThaiBuddhistDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust1() local
375 ThaiBuddhistDate base = ThaiBuddhistChronology.INSTANCE.date(1728, 12, 2); in test_adjust2() local
376 ThaiBuddhistDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust2() local
385 ThaiBuddhistDate base = ThaiBuddhistChronology.INSTANCE.date(2555, 8, 29); in test_withYear_BE() local
[all …]
H A DTCKJapaneseChronology.java128 Chronology test = Chronology.of("Japanese"); in test_chrono_byName() local
140 Chronology test = Chronology.ofLocale(Locale.forLanguageTag("ja-JP-u-ca-japanese")); in test_chrono_byLocale_fullTag_japaneseCalendarFromJapan() local
147 Chronology test = Chronology.ofLocale(Locale.forLanguageTag("en-US-u-ca-japanese")); in test_chrono_byLocale_fullTag_japaneseCalendarFromElsewhere() local
154 Chronology test = Chronology.ofLocale(new Locale("ja", "JP")); in test_chrono_byLocale_oldJP_noVariant() local
161 Chronology test = Chronology.ofLocale(new Locale("ja", "JP", "JP")); in test_chrono_byLocale_oldJP_variant() local
213 JapaneseDate test = JapaneseDate.of(era, yoe, moy, dom); in test_createByEra_isEqual() local
220 JapaneseDate test = JapaneseDate.of(era, yoe, moy, dom); in test_createByEra_chronologyTemporalFactory() local
222 assertEquals(JapaneseChronology.INSTANCE.date(iso), test); in test_createByEra_chronologyTemporalFactory() local
227 JapaneseDate test = JapaneseDate.of(era, yoe, moy, dom); in test_createByEra_dateFrom() local
229 assertEquals(JapaneseDate.from(iso), test); in test_createByEra_dateFrom() local
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKYear.java162 Year test = Year.now(); in now() local
185 Year test = Year.now(zone); in now_ZoneId() local
203 Year test = Year.now(clock); in now_Clock() local
216 Year test = Year.of(i); in test_factory_int_singleton() local
218 assertEquals(Year.of(i), test); in test_factory_int_singleton() local
339 Year test = Year.parse("2010", f); in factory_parse_formatter() local
566 Year base = Year.of(2007); in test_plusYear_zero_equals() local
624 …public void test_plus_long_TemporalUnit(Year base, long amount, TemporalUnit unit, Year expectedYe… in test_plus_long_TemporalUnit()
698 Year base = Year.of(2007); in test_minusYear_zero_equals() local
756 …public void test_minus_long_TemporalUnit(Year base, long amount, TemporalUnit unit, Year expectedY… in test_minus_long_TemporalUnit()
[all …]
H A DTCKPeriod.java529 Period test = Period.between(start, end); in factory_between_LocalDate() local
634 public void test_plus_TemporalAmount(Period base, Period add, Period expected) { in test_plus_TemporalAmount()
691 Period test = Period.ofYears(Integer.MAX_VALUE); in test_plusYears_overflowTooBig() local
697 Period test = Period.ofYears(Integer.MIN_VALUE); in test_plusYears_overflowTooSmall() local
719 Period test = Period.ofMonths(Integer.MAX_VALUE); in test_plusMonths_overflowTooBig() local
725 Period test = Period.ofMonths(Integer.MIN_VALUE); in test_plusMonths_overflowTooSmall() local
747 Period test = Period.ofDays(Integer.MAX_VALUE); in test_plusDays_overflowTooBig() local
753 Period test = Period.ofDays(Integer.MIN_VALUE); in test_plusDays_overflowTooSmall() local
779 public void test_minus_TemporalAmount(Period base, Period subtract, Period expected) { in test_minus_TemporalAmount()
836 Period test = Period.ofYears(Integer.MAX_VALUE); in test_minusYears_overflowTooBig() local
[all …]
H A DTCKLocalTime.java201 private void check(LocalTime test, int h, int m, int s, int n) { in check()
208 assertEquals(LocalTime.of(h, m, s, n), test); in check() local
246 LocalTime test = LocalTime.now(zone); in now_ZoneId() local
264 LocalTime test = LocalTime.now(clock); in now_Clock_allSecsInDay() local
277 LocalTime test = LocalTime.now(clock); in now_Clock_beforeEpoch() local
289 LocalTime test = LocalTime.now(clock); in now_Clock_max() local
299 LocalTime test = LocalTime.now(clock); in now_Clock_min() local
311 LocalTime test = LocalTime.of(12, 30); in factory_time_2ints() local
338 LocalTime test = LocalTime.of(12, 30, 40); in factory_time_3ints() local
375 LocalTime test = LocalTime.of(12, 30, 40, 987654321); in factory_time_4ints() local
[all …]
H A DTCKYearMonth.java163 void check(YearMonth test, int y, int m) { in check()
174 YearMonth test = YearMonth.now(); in now() local
197 YearMonth test = YearMonth.now(zone); in now_ZoneId() local
215 YearMonth test = YearMonth.now(clock); in now_Clock() local
228 YearMonth test = YearMonth.of(2008, Month.FEBRUARY); in factory_intsMonth() local
250 YearMonth test = YearMonth.of(2008, 2); in factory_ints() local
380 YearMonth test = YearMonth.parse("2010 12", f); in factory_parse_formatter() local
534 YearMonth test = YearMonth.of(2008, 6); in test_with_Year() local
540 YearMonth test = YearMonth.of(2008, 6); in test_with_Year_noChange_equal() local
546 YearMonth test = YearMonth.of(2008, 6); in test_with_Year_null() local
[all …]
H A DTestIsoChronology.java101 Chronology test = Chronology.of("ISO"); in test_chrono_byName() local
188 LocalDate test = IsoChronology.INSTANCE.date(IsoEra.BCE, year, month, dayOfMonth); in test_date_withEra() local
210 LocalDate base = IsoChronology.INSTANCE.date(1728, 10, 28); in test_adjust1() local
211 LocalDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust1() local
217 LocalDate base = IsoChronology.INSTANCE.date(1728, 12, 2); in test_adjust2() local
218 LocalDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust2() local
228 LocalDate test = isoDate.with(LocalDate.of(2012, 7, 6)); in test_adjust_toLocalDate() local
244 LocalDate test = LocalDate.MIN.with(isoDate); in test_LocalDate_adjustToISODate() local
251 LocalDateTime test = LocalDateTime.MIN.with(isoDate); in test_LocalDateTime_adjustToISODate() local
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/androidx-test/androidx.test.rules-nodeps/android_common/aar/
Dclasses.jar ... final org.junit.runners.model.Statement base final synthetic androidx.test.rule.ActivityTestRule this
Dandroidx.test.rules-nodeps.jar ... final org.junit.runners.model.Statement base final synthetic androidx.test.rule.ActivityTestRule this
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/format/
H A DTCKDateTimeFormatter.java137 … DateTimeFormatter base = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_withLocale() local
138 DateTimeFormatter test = base.withLocale(Locale.GERMAN); in test_withLocale() local
144 … DateTimeFormatter base = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_withLocale_null() local
151 DateTimeFormatter test = fmt; in test_withChronology() local
162 DateTimeFormatter test = fmt; in test_withZone() local
175 DateTimeFormatter base = new DateTimeFormatterBuilder() in test_resolverFields_selectOneDateResolveYMD() local
191 DateTimeFormatter base = new DateTimeFormatterBuilder() in test_resolverFields_selectOneDateResolveYD() local
210 DateTimeFormatter base = new DateTimeFormatterBuilder() in test_resolverFields_ignoreCrossCheck() local
356 DateTimeFormatter test = new DateTimeFormatterBuilder() in test_format_withZone_withChronology() local
392 DateTimeFormatter test = new DateTimeFormatterBuilder() in test_format_withChronology_nonChronoFieldMapLink() local
[all …]
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/
H A DTestPeriod.java231 Period test = Period.between(start, end); in factory_between_LocalDate() local
304 public void test_parse_toString(Period test, String expected) { in test_parse_toString()
348 Period test = Period.of(1, 2, 3); in test_withYears() local
353 Period test = Period.of(1, 2, 3); in test_withYears_noChange() local
358 Period test = Period.ofYears(1); in test_withYears_toZero() local
366 Period test = Period.of(1, 2, 3); in test_withMonths() local
371 Period test = Period.of(1, 2, 3); in test_withMonths_noChange() local
376 Period test = Period.ofMonths(1); in test_withMonths_toZero() local
384 Period test = Period.of(1, 2, 3); in test_withDays() local
389 Period test = Period.of(1, 2, 3); in test_withDays_noChange() local
[all …]
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/format/
H A DTestDateTimeFormatter.java77 … DateTimeFormatter base = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_withLocale() local
78 DateTimeFormatter test = base.withLocale(Locale.GERMAN); in test_withLocale() local
84 … DateTimeFormatter base = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_withLocale_null() local
93 … DateTimeFormatter test = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_print_Calendrical() local
100 … DateTimeFormatter test = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_print_Calendrical_noSuchField() local
106 … DateTimeFormatter test = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_print_Calendrical_null() local
113 … DateTimeFormatter test = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_print_CalendricalAppendable() local
121 … DateTimeFormatter test = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_print_CalendricalAppendable_noSuchField() local
128 … DateTimeFormatter test = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_print_CalendricalAppendable_nullCalendrical() local
135 … DateTimeFormatter test = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_print_CalendricalAppendable_nullAppendable() local
[all …]
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/temporal/
H A DTestYear.java126 Year test = Year.now(); in now() local
149 Year test = Year.now(zone); in now_ZoneId() local
167 Year test = Year.now(clock); in now_Clock() local
180 Year test = Year.of(i); in test_factory_int_singleton() local
182 assertEquals(Year.of(i), test); in test_factory_int_singleton() local
282 Year test = Year.parse("2010", f); in factory_parse_formatter() local
382 Year base = Year.of(2007); in test_plusYear_zero_equals() local
431 Year base = Year.of(2007); in test_minusYear_zero_equals() local
466 LocalDate base = LocalDate.of(2007, 2, 12); in test_adjustDate() local
475 Year test = Year.of(2011); in test_adjustDate_resolve() local
[all …]
/aosp_15_r20/prebuilts/misc/common/android-support-test/rules/
HDrules_release_no_deps.jar ... .class ProviderTestRule.java package android.support.test.rule.provider android.support.test. ...
/aosp_15_r20/prebuilts/misc/common/android-support-test/espresso/
HDespresso_web_release_no_deps.jar ... android/support/test/espresso/web/internal/deps/guava ...
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/kernel_test/
H A Ddiff_analyzer.cc29 float CalculateNormalizedMaxDiff(const std::vector<float>& base, in CalculateNormalizedMaxDiff()
30 const std::vector<float>& test) { in CalculateNormalizedMaxDiff()
43 float CalculateNormalizedL2Norm(const std::vector<float>& base, in CalculateNormalizedL2Norm()
44 const std::vector<float>& test) { in CalculateNormalizedL2Norm()
83 TfLiteStatus DiffAnalyzer::ReadFiles(const string& base, const string& test) { in ReadFiles()
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dblocks.cpp18 void test() { in test() function
31 int base; member in test2::Power
34 Power(int base) : base(base) {} in Power()
40 int test() { in test() function
95 void test() { in test() function
119 void test() { in test() function
129 void test() { in test() function
141 void test() { in test() function
/aosp_15_r20/frameworks/base/tests/testables/src/android/testing/
H A DTestWithLooperRule.java42 public Statement apply(Statement base, FrameworkMethod method, Object target) { in apply()
74 private void wrapMethodInStatement(Statement base, FrameworkMethod method, Object target) in wrapMethodInStatement()
120 private void wrapFieldMethodFor(Statement base, String fieldStr, FrameworkMethod method, in wrapFieldMethodFor()
134 private Statement getNextStatement(Statement base, String fieldStr) in getNextStatement()
142 protected FrameworkMethod looperWrap(FrameworkMethod method, Object test, in looperWrap()
143 FrameworkMethod base) { in looperWrap()
152 protected List<FrameworkMethod> looperWrap(FrameworkMethod method, Object test, in looperWrap()
/aosp_15_r20/external/libxml2/
H A Drunsuite.c276 xmlNodePtr test; in xsdIncorrectTestCase() local
334 installResources(xmlNodePtr tst, const xmlChar *base) { in installResources()
335 xmlNodePtr test; in installResources() local
370 installDirs(xmlNodePtr tst, const xmlChar *base) { in installDirs()
371 xmlNodePtr test; in installDirs() local
397 xmlNodePtr test, tmp, cur; in xsdTestCase() local
744 const xmlChar *spath, const char *base) { in xstcTestInstance()
838 xstcTestGroup(xmlNodePtr cur, const char *base) { in xstcTestGroup()
956 xstcMetadata(const char *metadata, const char *base) { in xstcMetadata()
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Drunsuite.c292 xmlNodePtr test; in xsdIncorrectTestCase() local
349 installResources(xmlNodePtr tst, const xmlChar *base) { in installResources()
350 xmlNodePtr test; in installResources() local
385 installDirs(xmlNodePtr tst, const xmlChar *base) { in installDirs()
386 xmlNodePtr test; in installDirs() local
412 xmlNodePtr test, tmp, cur; in xsdTestCase() local
762 const xmlChar *spath, const char *base) { in xstcTestInstance()
856 xstcTestGroup(xmlNodePtr cur, const char *base) { in xstcTestGroup()
974 xstcMetadata(const char *metadata, const char *base) { in xstcMetadata()
/aosp_15_r20/external/pytorch/test/functorch/
H A Dxfail_suggester.py53 def remove_device_dtype(test): argument
57 def belongs_to_base(test, base): argument
67 def parse_namespace(base): argument
90 def parse_base(base): argument
114 def get_suggested_xfails(base, tests): argument

12345678910>>...47