/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | typo-correction.cpp | 4 int a(-rsing[2]); // expected-error {{undeclared identifier 'rsing'; did you mean 'using'?}} 46 …itializer 'basetype' does not name a non-static data member or base class; did you mean the base c… in Derived() 52 …return st->Base_Type; // expected-error{{no member named 'Base_Type' in 'Derived'; did you mean 'b… in get_type() 58 somename Foo; // expected-error {{unknown type name 'somename'; did you mean 'some_name'?}} 60 using namespace somename; // expected-error {{no namespace named 'somename'; did you mean 'SomeName… 72 …error{{field designator 'fielda' does not refer to any field in type 'st'; did you mean 'FieldA'?}} 81 another_std::string str; // expected-error{{use of undeclared identifier 'another_std'; did you mea… 82 another_str *cstr = new AnotherStr; // expected-error{{unknown type name 'AnotherStr'; did you mean… 88 …xpected-error{{'TyreNames' does not refer to the name of a parameter pack; did you mean 'TypeNames… 96 …pected-error{{no type named 'stream_out' in namespace 'unknown_type_test'; did you mean 'StreamOut… [all …]
|
H A D | missing-namespace-qualifier-typo-corrections.cpp | 5 Foobar *my_bar // expected-error{{unknown type name 'Foobar'; did you mean 'fizbin::Foobar'?}} 6 = new Foobar; // expected-error{{unknown type name 'Foobar'; did you mean 'fizbin::Foobar'?}} 7 …::FooBar; // expected-error{{no type named 'FooBar' in namespace 'fizbin'; did you mean 'Foobar'?}} 12 …Double(toFoobar()); // expected-error{{use of undeclared identifier 'toFoobar'; did you mean 'bars… in empty() 26 …if (toFoobar()) Double(7); // expected-error{{use of undeclared identifier 'toFoobar'; did you mea… in Check() 27 …if (noFoobar()) Double(7); // expected-error{{use of undeclared identifier 'noFoobar'; did you mea… in Check() 28 …if (moreFoobar()) Double(7); // expected-error{{use of undeclared identifier 'moreFoobar'; did you… in Check() 29 …if (lessFoobar()) Double(7); // expected-error{{use of undeclared identifier 'lessFoobar'; did you… in Check() 30 …r()) Double(7); // expected-error{{use of undeclared identifier 'baztool'; did you mean 'fizbin::b… in Check() 31 …ar()) Double(7); // expected-error{{use of undeclared identifier 'nested'; did you mean 'fizbin::n… in Check() [all …]
|
H A D | typo-correction-delayed.cpp | 19 something(obj.fixbin, // expected-error {{did you mean 'fizbin'?}} in test() 20 obj.toobat); // expected-error {{did you mean 'toobad'?}} in test() 21 something(obj.toobat, // expected-error {{did you mean 'foobar'?}} in test() 22 obj.fixbin); // expected-error {{did you mean 'roxbin'?}} in test() 23 something(obj.fixbin, // expected-error {{did you mean 'fizbin'?}} in test() 24 obj.fixbin); // expected-error {{did you mean 'roxbin'?}} in test() 25 something(obj.toobat, // expected-error {{did you mean 'foobar'?}} in test() 26 obj.toobat); // expected-error {{did you mean 'toobad'?}} in test() 45 f->TestIt(); // expected-error {{no member named 'TestIt' in 'Foo'; did you mean 'textIt'?}} in testMemberExpr() 62 j = i->Next(); // expected-error {{no member named 'Next' in 'Item'; did you mean 'next'?}} in testExprFilter() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/ |
D | config_test.cc | 31 # Device ID (DID) configuration \n\ 32 [DID] \n\ 51 # Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N \n\ 62 # Additional optional DID records. Bluedroid supports up to 3 records. \n\ 63 [DID] \n\ 64 [DID] \n\ 87 EXPECT_TRUE(config->Has("DID")); in TEST_F() 88 auto section_iter = config->Find("DID"); in TEST_F() 97 EXPECT_TRUE(config->Has("DID")); in TEST_F() 98 auto section_iter = config->Find("DID"); in TEST_F() [all …]
|
/aosp_15_r20/external/clang/test/FixIt/ |
H A D | fixit.cpp | 54 …getNumComponenets(); // expected-error{{use of undeclared identifier 'getNumComponenets'; did you … in dump() 75 int x1 &= 0; // expected-error {{invalid '&=' at end of declaration; did you mean '='?}} 76 int x2 *= 0; // expected-error {{invalid '*=' at end of declaration; did you mean '='?}} 77 int x3 += 0; // expected-error {{invalid '+=' at end of declaration; did you mean '='?}} 78 int x4 -= 0; // expected-error {{invalid '-=' at end of declaration; did you mean '='?}} 79 int x5 != 0; // expected-error {{invalid '!=' at end of declaration; did you mean '='?}} 80 int x6 /= 0; // expected-error {{invalid '/=' at end of declaration; did you mean '='?}} 81 int x7 %= 0; // expected-error {{invalid '%=' at end of declaration; did you mean '='?}} 82 int x8 <= 0; // expected-error {{invalid '<=' at end of declaration; did you mean '='?}} 83 int x9 <<= 0; // expected-error {{invalid '<<=' at end of declaration; did you mean '='?}} [all …]
|
H A D | typo.cpp | 24 other_std::strng str1; // expected-error{{use of undeclared identifier 'other_std'; did you mean 'o… 25 // expected-error{{no type named 'strng' in namespace 'otherstd'; did you mean 'string'?}} 26 tring str2; // expected-error{{unknown type name 'tring'; did you mean 'string'?}} 28 …3; // expected-error{{no member named 'other_std' in the global namespace; did you mean 'otherstd'… 32 return radious * pi; // expected-error{{did you mean 'radius'?}} in area() 35 using namespace othestd; // expected-error{{no namespace named 'othestd'; did you mean 'otherstd'?}} 37 using namespace ::blarg; // expected-error{{no namespace named 'blarg' in the global namespace; did… 39 namespace wibble = blarg; // expected-error{{no namespace named 'blarg'; did you mean 'blargh'?}} 40 …rg; // expected-error{{no namespace named 'blarg' in the global namespace; did you mean 'blargh'?}} 43 …basc_string<char> b1; // expected-error{{no template named 'basc_string'; did you mean 'basic_stri… in test_string() [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | nccbtst.c | 192 log_err("u-> ibm-949 with skip did not match.\n"); in TestSkip() 196 log_err("u-> ibm-943 with skip did not match.\n"); in TestSkip() 211 log_err("u->ibm-930 with skip with untaken fallbacks did not match.\n"); in TestSkip() 232 log_err("u->US-ASCII with skip did not match.\n"); in TestSkip() 243 log_err("u->ibm-367 with skip did not match.\n"); in TestSkip() 254 log_err("u->LATIN_1 with skip did not match.\n"); in TestSkip() 265 log_err("u->windows-1252 with skip did not match.\n"); in TestSkip() 429 log_err("u-> ibm-943 with skip did not match.\n"); in TestSkip() 434 log_err("u-> euc-jp with skip did not match.\n"); in TestSkip() 439 log_err("u-> euc-tw with skip did not match.\n"); in TestSkip() [all …]
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | nccbtst.c | 196 log_err("u-> ibm-949 with skip did not match.\n"); in TestSkip() 200 log_err("u-> ibm-943 with skip did not match.\n"); in TestSkip() 215 log_err("u->ibm-930 with skip with untaken fallbacks did not match.\n"); in TestSkip() 236 log_err("u->US-ASCII with skip did not match.\n"); in TestSkip() 247 log_err("u->ibm-367 with skip did not match.\n"); in TestSkip() 258 log_err("u->LATIN_1 with skip did not match.\n"); in TestSkip() 269 log_err("u->windows-1252 with skip did not match.\n"); in TestSkip() 433 log_err("u-> ibm-943 with skip did not match.\n"); in TestSkip() 438 log_err("u-> euc-jp with skip did not match.\n"); in TestSkip() 443 log_err("u-> euc-tw with skip did not match.\n"); in TestSkip() [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
H A D | TestIDNARef.java | 125 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 129 … errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 133 …errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode() 140 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 144 … errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 148 …errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode() 155 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 159 errln("Did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 163 …errln("Did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString()); in doTestToUnicode() 182 errln("convertToUnicode did not return expected result with options : "+ options + in doTestIDNToUnicode() [all …]
|
H A D | TestIDNA.java | 96 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 100 … errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 104 …errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode() 111 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 115 … errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 119 …errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode() 126 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 130 errln("Did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 134 …errln("Did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString()); in doTestToUnicode() 147 errln("convertToUnicode did not return expected result with options : "+ options + in doTestIDNToUnicode() [all …]
|
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/stringprep/ |
H A D | TestIDNARef.java | 122 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 126 … errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 130 …errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode() 137 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 141 … errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 145 …errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode() 152 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 156 errln("Did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 160 …errln("Did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString()); in doTestToUnicode() 179 errln("convertToUnicode did not return expected result with options : "+ options + in doTestIDNToUnicode() [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
H A D | tc_flower.sh | 56 check_err $? "Did not match on correct filter" 82 check_err $? "Did not match on correct filter" 108 check_err $? "Did not match on correct filter" 116 check_err $? "Did not match on correct filter with mask" 142 check_err $? "Did not match on correct filter" 150 check_err $? "Did not match on correct filter with mask" 181 check_err $? "Did not match on nofirstfrag filter (nofrag) " 184 check_err $? "Did not match on nofrag filter (nofrag)" 190 check_err $? "Did not match on frag filter (1stfrag)" 193 check_err $? "Did not match fistfrag filter (1stfrag)" [all …]
|
/aosp_15_r20/external/libcups/ |
H A D | CHANGES.md | 80 - `httpReconnect2` did not reset the socket file descriptor when the TLS 82 - `httpUpdate` did not reset the socket file descriptor when the TLS 105 - CVE-2020-3898: The `ppdOpen` function did not handle invalid UI 106 constraint. `ppdcSource::get_resolution` function did not handle 123 - CVE-2019-2228: The `ippSetValuetag` function did not validate the default 128 - PPD files containing "custom" option keywords did not work (Issue #5639) 144 - Default printers set with `lpoptions` did not work in all cases (Issue #5681, 150 - The IPP backend did not detect all cases where a job should be retried using 178 - The `lpadmin` command did not always update the PPD file for changes to the 235 - The scheduler did not encode octetString values like "job-password" correctly [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/stringprep/ |
H A D | TestIDNA.java | 93 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 97 … errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 101 …errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode() 108 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 112 … errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 116 …errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode() 123 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 127 errln("Did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 131 …errln("Did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString()); in doTestToUnicode() 144 errln("convertToUnicode did not return expected result with options : "+ options + in doTestIDNToUnicode() [all …]
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | PsParserTest.java | 44 assertEquals("PsParser did not return expected number of processes info ", 2, in testNewerValidPsOutput() 46 assertEquals("First process user name did not match", "root", psInfo.get(0).getUser()); in testNewerValidPsOutput() 47 assertEquals("First process id did not match", 1, psInfo.get(0).getPid()); in testNewerValidPsOutput() 48 assertEquals("First process name did not match", "init", psInfo.get(0).getName()); in testNewerValidPsOutput() 49 assertEquals("Second process user name did not match", "root", psInfo.get(1).getUser()); in testNewerValidPsOutput() 50 assertEquals("Second process id did not match", 2, psInfo.get(1).getPid()); in testNewerValidPsOutput() 51 assertEquals("Second process name did not match", "[kthreadd]", psInfo.get(1).getName()); in testNewerValidPsOutput() 62 assertEquals("PsParser did not return expected number of processes info ", 2, in testOlderValidPsOutput() 64 assertEquals("First process user name did not match", "root", psInfo.get(0).getUser()); in testOlderValidPsOutput() 65 assertEquals("First process id did not match", 1, psInfo.get(0).getPid()); in testOlderValidPsOutput() [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
H A D | ICUResourceBundleTest.java | 105 errln("Did not get the expected output for Weekend data"); in TestResourceBundleWrapper() 118 errln("Did not get the expected exception"); in TestResourceBundleWrapper() 188 …errln("UResourceBundle did not load the default bundle when bundle was not found. Default: " + ULo… in TestOpen() 207 errln("Did not get the expected string for key zerotest in bundle testtypes"); in TestBasicTypes() 212 … errln("Did not get the expected string for key emptyexplicitstring in bundle testtypes"); in TestBasicTypes() 217 errln("Did not get the expected string for key emptystring in bundle testtypes"); in TestBasicTypes() 224 … errln("Did not get the expected int value for key onehundredtwentythree in bundle testtypes"); in TestBasicTypes() 229 errln("Did not get the expected int value for key emptyint in bundle testtypes"); in TestBasicTypes() 236 errln("Did not get the expected int value for key one in bundle testtypes"); in TestBasicTypes() 244 errln("Did not get the expected int value for key minusone in bundle testtypes"); in TestBasicTypes() [all …]
|
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/util/ |
H A D | ICUResourceBundleTest.java | 102 errln("Did not get the expected output for Weekend data"); in TestResourceBundleWrapper() 115 errln("Did not get the expected exception"); in TestResourceBundleWrapper() 185 …errln("UResourceBundle did not load the default bundle when bundle was not found. Default: " + ULo… in TestOpen() 204 errln("Did not get the expected string for key zerotest in bundle testtypes"); in TestBasicTypes() 209 … errln("Did not get the expected string for key emptyexplicitstring in bundle testtypes"); in TestBasicTypes() 214 errln("Did not get the expected string for key emptystring in bundle testtypes"); in TestBasicTypes() 221 … errln("Did not get the expected int value for key onehundredtwentythree in bundle testtypes"); in TestBasicTypes() 226 errln("Did not get the expected int value for key emptyint in bundle testtypes"); in TestBasicTypes() 233 errln("Did not get the expected int value for key one in bundle testtypes"); in TestBasicTypes() 241 errln("Did not get the expected int value for key minusone in bundle testtypes"); in TestBasicTypes() [all …]
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | format-strings-darwin.c | 25 … {{'D' conversion specifier is not supported by ISO C}} expected-note@-8 {{did you mean to use 'd'… in test() 26 … {{'D' conversion specifier is not supported by ISO C}} expected-note@-8 {{did you mean to use 'd'… in test() 27 … {{'U' conversion specifier is not supported by ISO C}} expected-note@-8 {{did you mean to use 'u'… in test() 28 … {{'U' conversion specifier is not supported by ISO C}} expected-note@-8 {{did you mean to use 'u'… in test() 29 … {{'O' conversion specifier is not supported by ISO C}} expected-note@-8 {{did you mean to use 'o'… in test() 30 … {{'O' conversion specifier is not supported by ISO C}} expected-note@-8 {{did you mean to use 'o'… in test() 43 …-warning{{conversion specifier is not supported by ISO C}} expected-note {{did you mean to use 'd'… in testPrintf() 44 …-warning{{conversion specifier is not supported by ISO C}} expected-note {{did you mean to use 'd'… in testPrintf() 45 …-warning{{conversion specifier is not supported by ISO C}} expected-note {{did you mean to use 'u'… in testPrintf() 46 …-warning{{conversion specifier is not supported by ISO C}} expected-note {{did you mean to use 'u'… in testPrintf() [all …]
|
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/tests/ |
D | OptionsTest.cpp | 57 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 64 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 71 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 106 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 129 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 136 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 143 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 158 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 165 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 173 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
H A D | TestUScriptRun.java | 110 … errln("new UScriptRun(nullString, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction() 117 … errln("new UScriptRun(nullString, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 124 … errln("new UScriptRun(nullString, 0, -100) did not produce an IllegalArgumentException!"); in TestContstruction() 131 … errln("new UScriptRun(nullString, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 138 errln("new UScriptRun(nullChars, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction() 145 errln("new UScriptRun(nullChars, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 152 … errln("new UScriptRun(nullChars, 0, -100) did not produce an IllegalArgumentException!"); in TestContstruction() 159 … errln("new UScriptRun(nullChars, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 166 errln("new UScriptRun(dummyString, 0, 6) did not produce an IllegalArgumentException!"); in TestContstruction() 173 errln("new UScriptRun(dummy, 6, 0) did not produce an IllegalArgumentException!"); in TestContstruction() [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/lang/ |
H A D | TestUScriptRun.java | 107 … errln("new UScriptRun(nullString, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction() 114 … errln("new UScriptRun(nullString, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 121 … errln("new UScriptRun(nullString, 0, -100) did not produce an IllegalArgumentException!"); in TestContstruction() 128 … errln("new UScriptRun(nullString, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 135 errln("new UScriptRun(nullChars, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction() 142 errln("new UScriptRun(nullChars, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 149 … errln("new UScriptRun(nullChars, 0, -100) did not produce an IllegalArgumentException!"); in TestContstruction() 156 … errln("new UScriptRun(nullChars, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 163 errln("new UScriptRun(dummyString, 0, 6) did not produce an IllegalArgumentException!"); in TestContstruction() 170 errln("new UScriptRun(dummy, 6, 0) did not produce an IllegalArgumentException!"); in TestContstruction() [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timescale/ |
H A D | TimeScaleAPITest.java | 45 errln("bigDecimalFrom(bigZero, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromBigDecimal() 60 errln("from(bigZero, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromBigDecimal() 71 errln("bigDecimalFrom(0.0, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromDouble() 86 errln("from(0.0, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromDouble() 97 errln("bigDecimalFrom(0L, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromLong() 112 errln("from(0L, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromLong() 125 errln("from(0L, -1) did not throw IllegalArgumentException."); in TestFromLong() 151 … errln("from(fromMin - 1, " + scale + ") did not throw IllegalArgumentException."); in TestFromLong() 167 … errln("from(fromMax + 1, " + scale + ") did not throw IllegalArgumentException."); in TestFromLong() 176 errln("from(0L, MAX_SCALE) did not throw IllegalArgumetException."); in TestFromLong() [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/timescale/ |
H A D | TimeScaleAPITest.java | 42 errln("bigDecimalFrom(bigZero, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromBigDecimal() 57 errln("from(bigZero, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromBigDecimal() 68 errln("bigDecimalFrom(0.0, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromDouble() 83 errln("from(0.0, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromDouble() 94 errln("bigDecimalFrom(0L, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromLong() 109 errln("from(0L, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromLong() 122 errln("from(0L, -1) did not throw IllegalArgumentException."); in TestFromLong() 148 … errln("from(fromMin - 1, " + scale + ") did not throw IllegalArgumentException."); in TestFromLong() 164 … errln("from(fromMax + 1, " + scale + ") did not throw IllegalArgumentException."); in TestFromLong() 173 errln("from(0L, MAX_SCALE) did not throw IllegalArgumetException."); in TestFromLong() [all …]
|
/aosp_15_r20/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
H A D | JobThrottlingTest.java | 215 assertTrue("Job with allow_while_idle flag did not start when the app was tempallowlisted", in testAllowWhileIdleJobInTempallowlist_Legacy() 240 assertTrue("Job did not start after scheduling", in testForegroundJobsStartImmediately() 243 assertTrue("Job did not stop on entering doze", in testForegroundJobsStartImmediately() 252 assertTrue("Job for foreground app did not start immediately when device exited doze", in testForegroundJobsStartImmediately() 262 assertTrue("Job did not start after scheduling", in testBackgroundJobsDelayed() 265 assertTrue("Job did not stop on entering doze", in testBackgroundJobsDelayed() 272 assertTrue("Job for background app did not start after the expected delay of " in testBackgroundJobsDelayed() 281 assertTrue("Job did not start after scheduling", in testJobStoppedWhenRestricted() 288 assertTrue("Job did not stop after test app was restricted", in testJobStoppedWhenRestricted() 301 assertTrue("Job did not start when app was unrestricted", in testRestrictedJobStartedWhenUnrestricted() [all …]
|
/aosp_15_r20/cts/hostsidetests/backup/includeexcludeapp/src/android/cts/backup/includeexcludeapp/ |
H A D | IncludeExcludeTest.java | 221 assertTrue("File did unexpectedly not exist: " + file.getAbsolutePath(), file.exists()); in checkAllFilesExist() 224 assertTrue("File did unexpectedly not exist: " + file.getAbsolutePath(), file.exists()); in checkAllFilesExist() 227 assertTrue("File did unexpectedly not exist: " + file.getAbsolutePath(), file.exists()); in checkAllFilesExist() 234 assertFalse("File did unexpectedly exist: " + file.getAbsolutePath(), file.exists()); in checkNoFilesExist() 237 assertFalse("File did unexpectedly exist: " + file.getAbsolutePath(), file.exists()); in checkNoFilesExist() 240 assertFalse("File did unexpectedly exist: " + file.getAbsolutePath(), file.exists()); in checkNoFilesExist() 246 assertFalse("File expected not to be restored did exist: " + file.getAbsolutePath(), in checkExcludeFilesDoNotExist() 253 assertTrue("File expected to be restored did not exist: " + file.getAbsolutePath(), in checkIncludeFilesDoExist() 260 assertTrue("File expected to be restored did not exist: " + file.getAbsolutePath(), in checkRequireFakeClientSideEncryptionFilesDoExist() 267 assertFalse("File expected not to be restored did exist: " + file.getAbsolutePath(), in checkRequireFakeClientSideEncryptionFilesDoNotExist() [all …]
|