/aosp_15_r20/out/soong/raw-aosp_shiba/dc/ |
D | dcac1e3897510596b1bb4f1e1b9502715644cf93 | 8 from: "art/test/1900-track-alloc/expected-stdout.txt" 9 to: "art/test/1900-track-alloc/expected-stdout.txt" 12 from: "art/test/1901-get-bytecodes/expected-stdout.txt" 13 to: "art/test/1901-get-bytecodes/expected-stdout.txt" 16 from: "art/test/1902-suspend/expected-stdout.txt" 17 to: "art/test/1902-suspend/expected-stdout.txt" 20 from: "art/test/1903-suspend-self/expected-stdout.txt" 21 to: "art/test/1903-suspend-self/expected-stdout.txt" 24 from: "art/test/1904-double-suspend/expected-stdout.txt" 25 to: "art/test/1904-double-suspend/expected-stdout.txt" [all …]
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | builtins-systemz-zvector-error.c | 61 len = __lcbb(cptr, idx); // expected-error {{no matching function}} in test_core() 62 … // expected[email protected]:* {{must be a constant power of 2 from 64 to 4096}} in test_core() 63 len = __lcbb(cptr, 200); // expected-error {{no matching function}} in test_core() 64 … // expected[email protected]:* {{must be a constant power of 2 from 64 to 4096}} in test_core() 65 len = __lcbb(cptr, 32); // expected-error {{no matching function}} in test_core() 66 … // expected[email protected]:* {{must be a constant power of 2 from 64 to 4096}} in test_core() 67 len = __lcbb(cptr, 8192); // expected-error {{no matching function}} in test_core() 68 … // expected[email protected]:* {{must be a constant power of 2 from 64 to 4096}} in test_core() 70 vsl = vec_permi(vsl, vsl, idx); // expected-error {{no matching function}} in test_core() 71 // expected[email protected]:* 3 {{candidate function not viable}} in test_core() [all …]
|
/aosp_15_r20/external/clang/test/OpenMP/ |
H A D | simd_misc_messages.c | 3 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp simd'}} 6 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp simd'}} 9 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp simd'}} 18 // expected-error@+2 {{statement after '#pragma omp simd' must be a for loop}} in test_no_clause() 33 goto L1; // expected-error {{use of undeclared label 'L1'}} in test_branch_protected_scope() 35 return; // expected-error {{cannot return from OpenMP region}} in test_branch_protected_scope() 45 goto L2; // expected-error {{use of undeclared label 'L2'}} in test_branch_protected_scope() 52 // expected-warning@+1 {{extra tokens at the end of '#pragma omp simd' are ignored}} in test_invalid_clause() 61 // expected-warning@+1 {{extra tokens at the end of '#pragma omp simd' are ignored}} in test_non_identifiers() 65 // expected-error@+2 {{unexpected OpenMP clause 'firstprivate' in directive '#pragma omp simd'}} in test_non_identifiers() [all …]
|
H A D | for_simd_misc_messages.c | 3 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp for simd'}} 6 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp for simd'}} 15 // expected-error@+2 {{statement after '#pragma omp for simd' must be a for loop}} in test_no_clause() 31 goto L1; // expected-error {{use of undeclared label 'L1'}} in test_branch_protected_scope() 33 return; // expected-error {{cannot return from OpenMP region}} in test_branch_protected_scope() 43 goto L2; // expected-error {{use of undeclared label 'L2'}} in test_branch_protected_scope() 51 // expected-warning@+1 {{extra tokens at the end of '#pragma omp for simd' are ignored}} in test_invalid_clause() 61 // expected-warning@+1 {{extra tokens at the end of '#pragma omp for simd' are ignored}} in test_non_identifiers() 66 // expected-warning@+1 {{extra tokens at the end of '#pragma omp for simd' are ignored}} in test_non_identifiers() 72 // expected-warning@+1 {{extra tokens at the end of '#pragma omp for simd' are ignored}} in test_non_identifiers() [all …]
|
H A D | parallel_for_simd_misc_messages.c | 3 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp parallel for simd'}} 6 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp parallel for simd'}} 15 // expected-error@+2 {{statement after '#pragma omp parallel for simd' must be a for loop}} in test_no_clause() 31 goto L1; // expected-error {{use of undeclared label 'L1'}} in test_branch_protected_scope() 33 return; // expected-error {{cannot return from OpenMP region}} in test_branch_protected_scope() 43 goto L2; // expected-error {{use of undeclared label 'L2'}} in test_branch_protected_scope() 51 // expected-warning@+1 {{extra tokens at the end of '#pragma omp parallel for simd' are ignored}} in test_invalid_clause() 61 // expected-warning@+1 {{extra tokens at the end of '#pragma omp parallel for simd' are ignored}} in test_non_identifiers() 66 // expected-warning@+1 {{extra tokens at the end of '#pragma omp parallel for simd' are ignored}} in test_non_identifiers() 72 // expected-warning@+1 {{extra tokens at the end of '#pragma omp parallel for simd' are ignored}} in test_non_identifiers() [all …]
|
H A D | distribute_simd_misc_messages.c | 3 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp distribute simd'}} 6 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp distribute simd'}} 9 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp distribute simd'}} 22 // expected-error@+2 {{statement after '#pragma omp distribute simd' must be a for loop}} in test_no_clause() 39 goto L1; // expected-error {{use of undeclared label 'L1'}} in test_branch_protected_scope() 41 return; // expected-error {{cannot return from OpenMP region}} in test_branch_protected_scope() 51 goto L2; // expected-error {{use of undeclared label 'L2'}} in test_branch_protected_scope() 60 // expected-warning@+1 {{extra tokens at the end of '#pragma omp distribute simd' are ignored}} in test_invalid_clause() 71 // expected-warning@+1 {{extra tokens at the end of '#pragma omp distribute simd' are ignored}} in test_non_identifiers() 78 // expected-warning@+1 {{extra tokens at the end of '#pragma omp distribute simd' are ignored}} in test_non_identifiers() [all …]
|
H A D | distribute_parallel_for_simd_misc_messages.c | 3 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp distribute parallel for simd'}} 6 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp distribute parallel for simd'}} 15 // expected-error@+2 {{statement after '#pragma omp distribute parallel for simd' must be a for loo… in test_no_clause() 32 goto L1; // expected-error {{use of undeclared label 'L1'}} in test_branch_protected_scope() 34 return; // expected-error {{cannot return from OpenMP region}} in test_branch_protected_scope() 44 goto L2; // expected-error {{use of undeclared label 'L2'}} in test_branch_protected_scope() 53 // expected-warning@+1 {{extra tokens at the end of '#pragma omp distribute parallel for simd' are … in test_invalid_clause() 64 // expected-warning@+1 {{extra tokens at the end of '#pragma omp distribute parallel for simd' are … in test_non_identifiers() 70 // expected-warning@+1 {{extra tokens at the end of '#pragma omp distribute parallel for simd' are … in test_non_identifiers() 77 // expected-warning@+1 {{extra tokens at the end of '#pragma omp distribute parallel for simd' are … in test_non_identifiers() [all …]
|
H A D | target_update_depend_messages.cpp | 10 struct S1; // expected-note 2 {{declared here}} 25 #pragma omp depend target update to(z) // expected-error{{expected an OpenMP directive}} in tmain() 26 #pragma omp depend(out:argc) target update to(z) // expected-error{{expected an OpenMP directive}} in tmain() 27 …end(in:argc) update to(z) // expected-error{{unexpected OpenMP clause 'update' in directive '#prag… in tmain() 30 #pragma omp target update to(z) depend // expected-error {{expected '(' after 'depend'}} in tmain() 31 …expected-error {{expected 'in', 'out' or 'inout' in OpenMP clause 'depend'}} expected-error {{expe… in tmain() 32 …p target update to(z) depend() // expected-error {{expected 'in', 'out' or 'inout' in OpenMP claus… in tmain() 33 …expected-error {{expected 'in', 'out' or 'inout' in OpenMP clause 'depend'}} expected-warning {{mi… in tmain() 34 …#pragma omp target update to(z) depend(source : argc) // expected-error {{expected 'in', 'out' or … in tmain() 35 …#pragma omp target update to(z) depend(source) // expected-error {{expected expression}} expected-… in tmain() [all …]
|
H A D | declare_simd_messages.cpp | 3 // expected-error@+1 {{expected an OpenMP directive}} 6 // expected-error@+2 {{'#pragma omp declare simd' can only be applied to functions}} 9 // expected-error@+2 {{'#pragma omp declare simd' can only be applied to functions}} 15 // expected-error@+2 {{expected an OpenMP directive}} expected-error@+1 {{function declaration is e… 19 // expected-error@+3 {{function declaration is expected after 'declare simd' directive}} 20 // expected-error@+1 {{function declaration is expected after 'declare simd' directive}} 26 // expected-error@+3 {{function declaration is expected after 'declare simd' directive}} 27 // expected-error@+1 {{function declaration is expected after 'declare simd' directive}} 33 // expected-error@+1 {{single declaration is expected after 'declare simd' directive}} 35 // expected-note@+1 {{declared here}} [all …]
|
H A D | target_enter_data_depend_messages.cpp | 10 struct S1; // expected-note {{declared here}} expected-note {{declared here}} 25 #pragma omp target enter data map(to: i) depend // expected-error {{expected '(' after 'depend'}} in tmain() 27 …expected-error {{expected 'in', 'out' or 'inout' in OpenMP clause 'depend'}} expected-error {{expe… in tmain() 29 …nter data map(to: i) depend () // expected-error {{expected 'in', 'out' or 'inout' in OpenMP claus… in tmain() 31 …expected-error {{expected 'in', 'out' or 'inout' in OpenMP clause 'depend'}} expected-warning {{mi… in tmain() 33 …#pragma omp target enter data map(to: i) depend (source : argc) // expected-error {{expected 'in',… in tmain() 35 … omp target enter data map(to: i) depend (source) // expected-error {{expected expression}} expect… in tmain() 37 …#pragma omp target enter data map(to: i) depend (in : argc)) // expected-warning {{extra tokens at… in tmain() 39 #pragma omp target enter data map(to: i) depend (out: ) // expected-error {{expected expression}} in tmain() 41 …expected-error {{expected variable name, array element or array section}} expected-warning {{missi… in tmain() [all …]
|
H A D | target_exit_data_depend_messages.cpp | 10 struct S1; // expected-note {{declared here}} expected-note {{declared here}} 25 #pragma omp target exit data map(from: i) depend // expected-error {{expected '(' after 'depend'}} in tmain() 27 …expected-error {{expected 'in', 'out' or 'inout' in OpenMP clause 'depend'}} expected-error {{expe… in tmain() 29 …it data map(from: i) depend () // expected-error {{expected 'in', 'out' or 'inout' in OpenMP claus… in tmain() 31 …expected-error {{expected 'in', 'out' or 'inout' in OpenMP clause 'depend'}} expected-warning {{mi… in tmain() 33 …#pragma omp target exit data map(from: i) depend (source : argc) // expected-error {{expected 'in'… in tmain() 35 …omp target exit data map(from: i) depend (source) // expected-error {{expected expression}} expect… in tmain() 37 …#pragma omp target exit data map(from: i) depend (in : argc)) // expected-warning {{extra tokens a… in tmain() 39 #pragma omp target exit data map(from: i) depend (out: ) // expected-error {{expected expression}} in tmain() 41 …expected-error {{expected variable name, array element or array section}} expected-warning {{missi… in tmain() [all …]
|
H A D | sections_reduction_messages.cpp | 12 struct S1; // expected-note {{declared here}} expected-note 4 {{forward declaration of 'S1'}} 16 …S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private … in operator +() 21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} 25 S2 b; // expected-note 3 {{'b' defined here}} 26 const S2 ba[5]; // expected-note 2 {{'ba' defined here}} 37 S3 c; // expected-note 3 {{'c' defined here}} 38 const S3 ca[5]; // expected-note 2 {{'ca' defined here}} 39 extern const int f; // expected-note 4 {{'f' declared here}} 42 S4(); // expected-note {{implicitly declared private here}} [all …]
|
H A D | target_parallel_reduction_messages.cpp | 12 struct S1; // expected-note {{declared here}} expected-note 4 {{forward declaration of 'S1'}} 16 …S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private … in operator +() 21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} 25 S2 b; // expected-note 3 {{'b' defined here}} 26 const S2 ba[5]; // expected-note 2 {{'ba' defined here}} 37 S3 c; // expected-note 3 {{'c' defined here}} 38 const S3 ca[5]; // expected-note 2 {{'ca' defined here}} 39 extern const int f; // expected-note 4 {{'f' declared here}} 42 S4(); // expected-note {{implicitly declared private here}} [all …]
|
/aosp_15_r20/external/arm-neon-tests/ |
H A D | expected_input4gcc.txt | 3 VECT_VAR_DECL(expected,int,8,8) [] = { 0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7 }; 4 VECT_VAR_DECL(expected,int,16,4) [] = { 0xfff0, 0xfff1, 0xfff2, 0xfff3 }; 5 VECT_VAR_DECL(expected,int,32,2) [] = { 0xfffffff0, 0xfffffff1 }; 6 VECT_VAR_DECL(expected,int,64,1) [] = { 0xfffffffffffffff0 }; 7 VECT_VAR_DECL(expected,uint,8,8) [] = { 0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7 }; 8 VECT_VAR_DECL(expected,uint,16,4) [] = { 0xfff0, 0xfff1, 0xfff2, 0xfff3 }; 9 VECT_VAR_DECL(expected,uint,32,2) [] = { 0xfffffff0, 0xfffffff1 }; 10 VECT_VAR_DECL(expected,uint,64,1) [] = { 0xfffffffffffffff0 }; 11 VECT_VAR_DECL(expected,poly,8,8) [] = { 0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7 }; 12 VECT_VAR_DECL(expected,poly,16,4) [] = { 0xfff0, 0xfff1, 0xfff2, 0xfff3 }; [all …]
|
H A D | expected_input4gcc-nofp16.txt | 3 VECT_VAR_DECL(expected,int,8,8) [] = { 0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7 }; 4 VECT_VAR_DECL(expected,int,16,4) [] = { 0xfff0, 0xfff1, 0xfff2, 0xfff3 }; 5 VECT_VAR_DECL(expected,int,32,2) [] = { 0xfffffff0, 0xfffffff1 }; 6 VECT_VAR_DECL(expected,int,64,1) [] = { 0xfffffffffffffff0 }; 7 VECT_VAR_DECL(expected,uint,8,8) [] = { 0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7 }; 8 VECT_VAR_DECL(expected,uint,16,4) [] = { 0xfff0, 0xfff1, 0xfff2, 0xfff3 }; 9 VECT_VAR_DECL(expected,uint,32,2) [] = { 0xfffffff0, 0xfffffff1 }; 10 VECT_VAR_DECL(expected,uint,64,1) [] = { 0xfffffffffffffff0 }; 11 VECT_VAR_DECL(expected,poly,8,8) [] = { 0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7 }; 12 VECT_VAR_DECL(expected,poly,16,4) [] = { 0xfff0, 0xfff1, 0xfff2, 0xfff3 }; [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
H A D | side-effect-analysis-test.mlir | 8 // expected-remark@above {{ID: 13}} 13 // expected-remark@above {{ID: 11}} 16 // expected-remark@above {{ID: 9}} 17 // expected-remark@above {{Successors: {10}}} 19 // expected-remark@above {{ID: 0}} 20 // expected-remark@above {{Successors: {1}}} 22 // expected-remark@above {{ID: 1}} 23 // expected-remark@above {{Predecessors: {0}}} 24 // expected-remark@above {{Successors: {6}}} 26 // expected-remark@above {{ID: 2}} [all …]
|
/aosp_15_r20/external/curl/tests/libtest/ |
H A D | lib557.c | 77 const char *expected; /* expected string */ member 84 const char *expected; /* expected string */ member 91 const char *expected; /* expected string */ member 98 const char *expected; /* expected string */ member 105 const char *expected; /* expected string */ member 112 const char *expected; /* expected string */ member 119 const char *expected; /* expected string */ member 139 i = 1; us_test[i].num = 0xFFFFU; us_test[i].expected = "65535"; in test_unsigned_short_formatting() 140 i++; us_test[i].num = 0xFF00U; us_test[i].expected = "65280"; in test_unsigned_short_formatting() 141 i++; us_test[i].num = 0x00FFU; us_test[i].expected = "255"; in test_unsigned_short_formatting() [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/ |
D | expected_cts_outputs.jar | ... results.1900.expected.txt
results.1901.expected.txt
results.1902.expected.txt |
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/ |
D | expected_cts_outputs.jar | ... results.1900.expected.txt
results.1901.expected.txt
results.1902.expected.txt |
/aosp_15_r20/external/llvm/test/MC/Mips/msa/ |
H A D | invalid.s | 8 addvi.b $w1, $w2, -1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 9 addvi.b $w1, $w2, 32 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 10 addvi.h $w1, $w2, -1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 11 addvi.h $w1, $w2, 32 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 12 addvi.w $w1, $w2, -1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 13 addvi.w $w1, $w2, 32 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 14 addvi.d $w1, $w2, -1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 15 addvi.d $w1, $w2, 32 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 16 andi.b $w1, $w2, -1 # CHECK: :[[@LINE]]:22: error: expected 8-bit unsigned immediate 17 andi.b $w1, $w2, 256 # CHECK: :[[@LINE]]:22: error: expected 8-bit unsigned immediate [all …]
|
/aosp_15_r20/external/testng/src/main/java/org/testng/ |
H A D | Assert.java | 108 * @param expected the expected value 111 static public void assertEquals(Object actual, Object expected, String message) { in assertEquals() argument 112 if (expected != null && expected.getClass().isArray()) { in assertEquals() 113 assertArrayEquals(actual, expected, message); in assertEquals() 116 assertEqualsImpl(actual, expected, message); in assertEquals() 124 private static void assertEqualsImpl(Object actual, Object expected, in assertEqualsImpl() argument 126 if((expected == null) && (actual == null)) { in assertEqualsImpl() 129 if(expected == null ^ actual == null) { in assertEqualsImpl() 130 failNotEquals(actual, expected, message); in assertEqualsImpl() 132 if (expected.equals(actual) && actual.equals(expected)) { in assertEqualsImpl() [all …]
|
/aosp_15_r20/external/libcups/cups/ |
H A D | testraster.c | 25 static void print_changes(cups_page_header2_t *header, cups_page_header2_t *expected); 132 expected; /* Expected page header */ in do_raster_tests() local 303 memset(&expected, 0, sizeof(expected)); in do_raster_tests() 304 expected.cupsWidth = 256; in do_raster_tests() 305 expected.cupsHeight = 256; in do_raster_tests() 306 expected.cupsBytesPerLine = 256; in do_raster_tests() 307 expected.HWResolution[0] = 64; in do_raster_tests() 308 expected.HWResolution[1] = 64; in do_raster_tests() 309 expected.PageSize[0] = 288; in do_raster_tests() 310 expected.PageSize[1] = 288; in do_raster_tests() [all …]
|
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/ |
H A D | DOMTestCase.java | 206 * Asserts that actual and expected are the same object 213 public void assertSame(String assertID, Object expected, Object actual) { in assertSame() argument 214 framework.assertSame(this, assertID, expected, actual); in assertSame() 232 * Asserts that the length of the collection is the expected size. 237 * expected size 249 * Asserts that the length of the collection is the expected size. 254 * expected size 266 * Asserts that the length of the collection is the expected size. 271 * expected size 283 * Asserts that expected.equalsIgnoreCase(actual) is true [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | uninitialized.cpp | 24 int b = b + 1; // expected-warning {{variable 'b' is uninitialized when used within its own initial… 25 int c = (c + c); // expected-warning 2 {{variable 'c' is uninitialized when used within its own ini… 26 int e = static_cast<long>(e) + 1; // expected-warning {{variable 'e' is uninitialized when used wit… 27 int f = foo(f); // expected-warning {{variable 'f' is uninitialized when used within its own initia… 37 int l = k ? l : l; // expected-warning 2{{variable 'l' is uninitialized when used within its own i… 38 int m = 1 + (k ? m : m); // expected-warning 2{{variable 'm' is uninitialized when used within its… 39 int n = -n; // expected-warning {{variable 'n' is uninitialized when used within its own initializ… 40 int o = std::move(o); // expected-warning {{variable 'o' is uninitialized when used within its own … 41 const int p = std::move(p); // expected-warning {{variable 'p' is uninitialized when used within it… 42 int q = moved(std::move(q)); // expected-warning {{variable 'q' is uninitialized when used within i… [all …]
|
/aosp_15_r20/external/testng/src/main/java/org/testng/asserts/ |
H A D | Assertion.java | 71 private final T expected; field in Assertion.SimpleAssert 78 public SimpleAssert(T actual, T expected) { in SimpleAssert() argument 79 this(actual, expected, null); in SimpleAssert() 82 public SimpleAssert(T actual, T expected, String message) { in SimpleAssert() argument 84 this.expected = expected; in SimpleAssert() 100 return expected; in getExpected() 171 public <T> void assertEquals(final T actual, final T expected, final String message) { in assertEquals() argument 172 doAssert(new SimpleAssert<T>(actual, expected, message) { in assertEquals() 175 org.testng.Assert.assertEquals(actual, expected, message); in assertEquals() 180 public <T> void assertEquals(final T actual, final T expected) { in assertEquals() argument [all …]
|