Home
last modified time | relevance | path

Searched defs:test (Results 1 – 25 of 11121) sorted by relevance

12345678910>>...445

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.82/tests/
H A Dtest_ensure.rs89 let test = || Ok(ensure!( in test_recursion() localVariable
105 let test = || { in test_low_precedence_control_flow() localVariable
122 let test = || Ok(ensure!(false == true && false)); in test_low_precedence_binary_operator() localVariable
126 let test = || Ok(ensure!(while false == true && false {} < ())); in test_low_precedence_binary_operator() localVariable
138 let test = || Ok(ensure!(S + move || 1 == 1)); in test_closure() localVariable
141 let test = || Ok(ensure!(S + || 1 == 1)); in test_closure() localVariable
146 let test = || Ok(ensure!(S + move |()| 1 == 1)); in test_closure() localVariable
149 let test = || Ok(ensure!(S + |()| 1 == 1)); in test_closure() localVariable
156 let test = || Ok(ensure!(*x == 2)); in test_unary() localVariable
159 let test = || Ok(ensure!(!x == 1)); in test_unary() localVariable
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/anyhow/tests/
Dtest_ensure.rs89 let test = || Ok(ensure!( in test_recursion() localVariable
105 let test = || { in test_low_precedence_control_flow() localVariable
122 let test = || Ok(ensure!(false == true && false)); in test_low_precedence_binary_operator() localVariable
126 let test = || Ok(ensure!(while false == true && false {} < ())); in test_low_precedence_binary_operator() localVariable
138 let test = || Ok(ensure!(S + move || 1 == 1)); in test_closure() localVariable
141 let test = || Ok(ensure!(S + || 1 == 1)); in test_closure() localVariable
146 let test = || Ok(ensure!(S + move |()| 1 == 1)); in test_closure() localVariable
149 let test = || Ok(ensure!(S + |()| 1 == 1)); in test_closure() localVariable
156 let test = || Ok(ensure!(*x == 2)); in test_unary() localVariable
159 let test = || Ok(ensure!(!x == 1)); in test_unary() localVariable
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/
DCargo.toml76 [[test]] arraytable
80 [[test]] arraytable
84 [[test]] arraytable
88 [[test]] arraytable
92 [[test]] arraytable
96 [[test]] arraytable
100 [[test]] arraytable
104 [[test]] arraytable
108 [[test]] arraytable
112 [[test]] arraytable
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/testdata/
H A Dmultiline.toml1 [[test]] arraytable
7 [[test]] arraytable
13 [[test]] arraytable
19 [[test]] arraytable
25 [[test]] arraytable
31 [[test]] arraytable
37 [[test]] arraytable
43 [[test]] arraytable
49 [[test]] arraytable
55 [[test]] arraytable
[all …]
H A Dunicode.toml2 [[test]] arraytable
8 [[test]] arraytable
14 [[test]] arraytable
21 [[test]] arraytable
29 [[test]] arraytable
35 [[test]] arraytable
41 [[test]] arraytable
47 [[test]] arraytable
54 [[test]] arraytable
60 [[test]] arraytable
[all …]
H A Dword-boundary-special.toml9 [[test]] arraytable
16 [[test]] arraytable
23 [[test]] arraytable
30 [[test]] arraytable
37 [[test]] arraytable
44 [[test]] arraytable
51 [[test]] arraytable
59 [[test]] arraytable
66 [[test]] arraytable
73 [[test]] arraytable
[all …]
H A Dregression.toml2 [[test]] arraytable
10 [[test]] arraytable
18 [[test]] arraytable
26 [[test]] arraytable
34 [[test]] arraytable
41 [[test]] arraytable
48 [[test]] arraytable
55 [[test]] arraytable
62 [[test]] arraytable
69 [[test]] arraytable
[all …]
H A Dword-boundary.toml4 [[test]] arraytable
11 [[test]] arraytable
18 [[test]] arraytable
25 [[test]] arraytable
32 [[test]] arraytable
39 [[test]] arraytable
46 [[test]] arraytable
53 [[test]] arraytable
60 [[test]] arraytable
67 [[test]] arraytable
[all …]
H A Dcrazy.toml1 [[test]] arraytable
7 [[test]] arraytable
13 [[test]] arraytable
19 [[test]] arraytable
25 [[test]] arraytable
31 [[test]] arraytable
38 [[test]] arraytable
44 [[test]] arraytable
50 [[test]] arraytable
56 [[test]] arraytable
[all …]
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/temporal/
H A DTestYearMonth.java128 void check(YearMonth test, int y, int m) { in check()
139 YearMonth test = YearMonth.now(); in now() local
162 YearMonth test = YearMonth.now(zone); in now_ZoneId() local
180 YearMonth test = YearMonth.now(clock); in now_Clock() local
193 YearMonth test = YearMonth.of(2008, Month.FEBRUARY); in factory_intsMonth() local
215 YearMonth test = YearMonth.of(2008, 2); in factory_ints() local
345 YearMonth test = YearMonth.parse("2010 12", f); in factory_parse_formatter() local
436 YearMonth test = YearMonth.of(2008, 6); in test_with_Year() local
442 YearMonth test = YearMonth.of(2008, 6); in test_with_Year_noChange_equal() local
448 YearMonth test = YearMonth.of(2008, 6); in test_with_Year_null() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/futures/
DCargo.toml58 [[test]] arraytable
62 [[test]] arraytable
66 [[test]] arraytable
70 [[test]] arraytable
74 [[test]] arraytable
78 [[test]] arraytable
82 [[test]] arraytable
86 [[test]] arraytable
90 [[test]] arraytable
94 [[test]] arraytable
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/
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 …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/testdata/fowler/
H A Dbasic.toml6 [[test]] arraytable
13 [[test]] arraytable
20 [[test]] arraytable
27 [[test]] arraytable
34 [[test]] arraytable
42 [[test]] arraytable
50 [[test]] arraytable
58 [[test]] arraytable
66 [[test]] arraytable
74 [[test]] arraytable
[all …]
H A Drepetition.toml6 [[test]] arraytable
13 [[test]] arraytable
20 [[test]] arraytable
27 [[test]] arraytable
34 [[test]] arraytable
41 [[test]] arraytable
48 [[test]] arraytable
56 [[test]] arraytable
64 [[test]] arraytable
71 [[test]] arraytable
[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 …]
H A DTestZoneId.java85 ZoneId test = ZoneOffset.UTC; in test_serialization_UTC() local
90 ZoneId test = ZoneId.of("UTC+01:30"); in test_serialization_fixed() local
95 ZoneId test = ZoneId.of("Europe/London"); in test_serialization_Europe() local
100 ZoneId test = ZoneId.of("America/Chicago"); in test_serialization_America() local
113 ZoneId test = ZoneOffset.UTC; in test_constant_UTC() local
166 ZoneId test = ZoneId.systemDefault(); in test_systemDefault() local
199 ZoneId test = ZoneId.of("LONDON", map); in test_of_string_Map() local
207 ZoneId test = ZoneId.of("Europe/Madrid", map); in test_of_string_Map_lookThrough() local
213 ZoneId test = ZoneId.of("Europe/Madrid", map); in test_of_string_Map_emptyMap() local
243 ZoneId test = ZoneId.of("UTC" + id); in test_of_string_UTC() local
[all …]
/aosp_15_r20/external/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp17 void test(A &a) { in test() function
21 void test(B &b) { in test() function
25 void test(C &c) { in test() function
29 void test(D &d) { in test() function
51 void A::test(A &a) { in test() function in test1::A
55 void B::test(B &b) { in test() function in test1::B
59 void C::test(C &c) { in test() function in test1::C
63 void D::test(D &d) { in test() function in test1::D
85 void A::test(A &a) { in test() function in test2::A
89 void B::test(A &a) { in test() function in test2::B
[all …]
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/zone/
H A DTestTzdbZoneRulesCompiler.java64 …TzdbZoneRulesCompiler test = new TzdbZoneRulesCompiler("2010c", new ArrayList<File>(), null, false… in test_parseYear_specific() local
70 …TzdbZoneRulesCompiler test = new TzdbZoneRulesCompiler("2010c", new ArrayList<File>(), null, false… in test_parseYear_min() local
76 …TzdbZoneRulesCompiler test = new TzdbZoneRulesCompiler("2010c", new ArrayList<File>(), null, false… in test_parseYear_mini() local
82 …TzdbZoneRulesCompiler test = new TzdbZoneRulesCompiler("2010c", new ArrayList<File>(), null, false… in test_parseYear_minim() local
88 …TzdbZoneRulesCompiler test = new TzdbZoneRulesCompiler("2010c", new ArrayList<File>(), null, false… in test_parseYear_minimu() local
94 …TzdbZoneRulesCompiler test = new TzdbZoneRulesCompiler("2010c", new ArrayList<File>(), null, false… in test_parseYear_minimum() local
101 …TzdbZoneRulesCompiler test = new TzdbZoneRulesCompiler("2010c", new ArrayList<File>(), null, false… in test_parseYear_minTooShort() local
107 …TzdbZoneRulesCompiler test = new TzdbZoneRulesCompiler("2010c", new ArrayList<File>(), null, false… in test_parseYear_minTooLong() local
113 …TzdbZoneRulesCompiler test = new TzdbZoneRulesCompiler("2010c", new ArrayList<File>(), null, false… in test_parseYear_max() local
119 …TzdbZoneRulesCompiler test = new TzdbZoneRulesCompiler("2010c", new ArrayList<File>(), null, false… in test_parseYear_maxi() local
[all …]
H A DTestStandardZoneRules.java87 private void assertSerialization(ZoneRules test) throws Exception { in assertSerialization()
124 ZoneRules test = europeLondon(); in test_London() local
129 ZoneRules test = europeLondon(); in test_London_preTimeZones() local
141 ZoneRules test = europeLondon(); in test_London_getOffset() local
157 ZoneRules test = europeLondon(); in test_London_getOffset_toDST() local
172 ZoneRules test = europeLondon(); in test_London_getOffset_fromDST() local
187 ZoneRules test = europeLondon(); in test_London_getOffsetInfo() local
203 ZoneRules test = europeLondon(); in test_London_getOffsetInfo_toDST() local
218 ZoneRules test = europeLondon(); in test_London_getOffsetInfo_fromDST() local
233 ZoneRules test = europeLondon(); in test_London_getOffsetInfo_gap() local
[all …]
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/format/
H A DTestDateTimeFormatter.java78 DateTimeFormatter test = base.withLocale(Locale.GERMAN); in test_withLocale() 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
141 … DateTimeFormatter test = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_print_CalendricalAppendable_ioError() local
211 … DateTimeFormatter test = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_parse_Class_String_nullRule() local
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/format/
H A DTCKDateTimeFormatter.java138 DateTimeFormatter test = base.withLocale(Locale.GERMAN); in test_withLocale() local
151 DateTimeFormatter test = fmt; in test_withChronology() local
162 DateTimeFormatter test = fmt; in test_withZone() local
356 DateTimeFormatter test = new DateTimeFormatterBuilder() in test_format_withZone_withChronology() local
392 DateTimeFormatter test = new DateTimeFormatterBuilder() in test_format_withChronology_nonChronoFieldMapLink() local
403 … DateTimeFormatter test = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_format_TemporalAccessor_simple() local
410 … DateTimeFormatter test = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_format_TemporalAccessor_noSuchField() local
416 … DateTimeFormatter test = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_format_TemporalAccessor_null() local
423 … DateTimeFormatter test = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_print_TemporalAppendable() local
431 … DateTimeFormatter test = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_print_TemporalAppendable_noSuchField() local
[all …]
/aosp_15_r20/external/autotest/server/site_tests/platform_MTBF/
H A Dspera_config.json227 {"test": "meet-basic-2", "repeats": 1}, string
228 {"test": "meet-basic-small", "repeats": 1}, string
229 {"test": "meet-basic-large", "repeats": 1}, string
230 {"test": "meet-basic-class", "repeats": 1}, string
231 {"test": "meet-plus-large", "repeats": 1}, string
232 {"test": "meet-plus-class", "repeats": 1}, string
233 {"test": "meet-premium-large", "repeats": 1}, string
234 {"test": "tabswitch-basic-noproxy", "repeats": 1}, string
235 {"test": "tabswitch-plus-noproxy", "repeats": 1}, string
236 {"test": "tabswitch-premium-noproxy", "repeats": 1}, string
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-runner/android.test.runner.impl/android_common/turbine-combined/
Dandroid.test.runner.jar ... test public android.test.ComparisonFailure extends android.test.AssertionFailedError { public void <init> (java ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/android.test.runner.impl_intermediates/
Dclasses-header.jar ... test public android.test.ComparisonFailure extends android.test.AssertionFailedError { public void <init> (java ...
/aosp_15_r20/external/clang/test/Lexer/
H A Dchar-escapes.c3 int test['\\' == 92 ? 1 : -1]; variable
4 int test['\"' == 34 ? 1 : -1]; variable
5 int test['\'' == 39 ? 1 : -1]; variable
6 int test['\?' == 63 ? 1 : -1]; variable
7 int test['\a' == 7 ? 1 : -1]; variable
8 int test['\b' == 8 ? 1 : -1]; variable
9 int test['\e' == 27 ? 1 : -1]; // expected-warning {{non-standard escape}} variable
10 int test['\E' == 27 ? 1 : -1]; // expected-warning {{non-standard escape}} variable
11 int test['\f' == 12 ? 1 : -1]; variable
12 int test['\n' == 10 ? 1 : -1]; variable
[all …]

12345678910>>...445