Home
last modified time | relevance | path

Searched defs:expected_result (Results 1 – 25 of 265) sorted by relevance

1234567891011

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Davx512bf16.rs382 let expected_result: [u16; 8] = [ in test_mm_cvtne2ps_pbh() localVariable
417 let expected_result: [u16; 8] = [ in test_mm_mask_cvtne2ps_pbh() localVariable
431 let expected_result = src_array; in test_mm_mask_cvtne2ps_pbh() localVariable
445 let expected_result: [u16; 8] = [ in test_mm_maskz_cvtne2ps_pbh() localVariable
460 let expected_result: [u16; 8] = [ in test_mm_maskz_cvtne2ps_pbh() localVariable
501 let expected_result: [u16; 16] = [ in test_mm256_cvtne2ps_pbh() localVariable
570 let expected_result: [u16; 16] = [ in test_mm256_mask_cvtne2ps_pbh() localVariable
592 let expected_result = src_array; in test_mm256_mask_cvtne2ps_pbh() localVariable
625 let expected_result: [u16; 16] = [ in test_mm256_maskz_cvtne2ps_pbh() localVariable
648 let expected_result: [u16; 16] = [ in test_mm256_maskz_cvtne2ps_pbh() localVariable
[all …]
H A Dgfni.rs904 let expected_result = _mm512_gf2p8mul_epi8(left, right); in test_mm512_maskz_gf2p8mul_epi8() localVariable
923 let expected_result = _mm512_gf2p8mul_epi8(left, right); in test_mm512_mask_gf2p8mul_epi8() localVariable
954 let expected_result = _mm256_gf2p8mul_epi8(left, right); in test_mm256_maskz_gf2p8mul_epi8() localVariable
973 let expected_result = _mm256_gf2p8mul_epi8(left, right); in test_mm256_mask_gf2p8mul_epi8() localVariable
1004 let expected_result = _mm_gf2p8mul_epi8(left, right); in test_mm_maskz_gf2p8mul_epi8() localVariable
1023 let expected_result = _mm_gf2p8mul_epi8(left, right); in test_mm_mask_gf2p8mul_epi8() localVariable
1077 let expected_result = _mm512_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(vector, matrix); in test_mm512_maskz_gf2p8affine_epi64_epi8() localVariable
1099 let expected_result = _mm512_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(left, right); in test_mm512_mask_gf2p8affine_epi64_epi8() localVariable
1154 let expected_result = _mm256_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(vector, matrix); in test_mm256_maskz_gf2p8affine_epi64_epi8() localVariable
1176 let expected_result = _mm256_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(left, right); in test_mm256_mask_gf2p8affine_epi64_epi8() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Davx512bf16.rs382 let expected_result: [u16; 8] = [ in test_mm_cvtne2ps_pbh() localVariable
417 let expected_result: [u16; 8] = [ in test_mm_mask_cvtne2ps_pbh() localVariable
431 let expected_result = src_array; in test_mm_mask_cvtne2ps_pbh() localVariable
445 let expected_result: [u16; 8] = [ in test_mm_maskz_cvtne2ps_pbh() localVariable
460 let expected_result: [u16; 8] = [ in test_mm_maskz_cvtne2ps_pbh() localVariable
501 let expected_result: [u16; 16] = [ in test_mm256_cvtne2ps_pbh() localVariable
570 let expected_result: [u16; 16] = [ in test_mm256_mask_cvtne2ps_pbh() localVariable
592 let expected_result = src_array; in test_mm256_mask_cvtne2ps_pbh() localVariable
625 let expected_result: [u16; 16] = [ in test_mm256_maskz_cvtne2ps_pbh() localVariable
648 let expected_result: [u16; 16] = [ in test_mm256_maskz_cvtne2ps_pbh() localVariable
[all …]
H A Dgfni.rs904 let expected_result = _mm512_gf2p8mul_epi8(left, right); in test_mm512_maskz_gf2p8mul_epi8() localVariable
923 let expected_result = _mm512_gf2p8mul_epi8(left, right); in test_mm512_mask_gf2p8mul_epi8() localVariable
954 let expected_result = _mm256_gf2p8mul_epi8(left, right); in test_mm256_maskz_gf2p8mul_epi8() localVariable
973 let expected_result = _mm256_gf2p8mul_epi8(left, right); in test_mm256_mask_gf2p8mul_epi8() localVariable
1004 let expected_result = _mm_gf2p8mul_epi8(left, right); in test_mm_maskz_gf2p8mul_epi8() localVariable
1023 let expected_result = _mm_gf2p8mul_epi8(left, right); in test_mm_mask_gf2p8mul_epi8() localVariable
1077 let expected_result = _mm512_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(vector, matrix); in test_mm512_maskz_gf2p8affine_epi64_epi8() localVariable
1099 let expected_result = _mm512_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(left, right); in test_mm512_mask_gf2p8affine_epi64_epi8() localVariable
1154 let expected_result = _mm256_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(vector, matrix); in test_mm256_maskz_gf2p8affine_epi64_epi8() localVariable
1176 let expected_result = _mm256_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(left, right); in test_mm256_mask_gf2p8affine_epi64_epi8() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Davx512bf16.rs382 let expected_result: [u16; 8] = [ in test_mm_cvtne2ps_pbh() localVariable
417 let expected_result: [u16; 8] = [ in test_mm_mask_cvtne2ps_pbh() localVariable
431 let expected_result = src_array; in test_mm_mask_cvtne2ps_pbh() localVariable
445 let expected_result: [u16; 8] = [ in test_mm_maskz_cvtne2ps_pbh() localVariable
460 let expected_result: [u16; 8] = [ in test_mm_maskz_cvtne2ps_pbh() localVariable
501 let expected_result: [u16; 16] = [ in test_mm256_cvtne2ps_pbh() localVariable
570 let expected_result: [u16; 16] = [ in test_mm256_mask_cvtne2ps_pbh() localVariable
592 let expected_result = src_array; in test_mm256_mask_cvtne2ps_pbh() localVariable
625 let expected_result: [u16; 16] = [ in test_mm256_maskz_cvtne2ps_pbh() localVariable
648 let expected_result: [u16; 16] = [ in test_mm256_maskz_cvtne2ps_pbh() localVariable
[all …]
H A Dgfni.rs904 let expected_result = _mm512_gf2p8mul_epi8(left, right); in test_mm512_maskz_gf2p8mul_epi8() localVariable
923 let expected_result = _mm512_gf2p8mul_epi8(left, right); in test_mm512_mask_gf2p8mul_epi8() localVariable
954 let expected_result = _mm256_gf2p8mul_epi8(left, right); in test_mm256_maskz_gf2p8mul_epi8() localVariable
973 let expected_result = _mm256_gf2p8mul_epi8(left, right); in test_mm256_mask_gf2p8mul_epi8() localVariable
1004 let expected_result = _mm_gf2p8mul_epi8(left, right); in test_mm_maskz_gf2p8mul_epi8() localVariable
1023 let expected_result = _mm_gf2p8mul_epi8(left, right); in test_mm_mask_gf2p8mul_epi8() localVariable
1077 let expected_result = _mm512_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(vector, matrix); in test_mm512_maskz_gf2p8affine_epi64_epi8() localVariable
1099 let expected_result = _mm512_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(left, right); in test_mm512_mask_gf2p8affine_epi64_epi8() localVariable
1154 let expected_result = _mm256_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(vector, matrix); in test_mm256_maskz_gf2p8affine_epi64_epi8() localVariable
1176 let expected_result = _mm256_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(left, right); in test_mm256_mask_gf2p8affine_epi64_epi8() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Davx512bf16.rs382 let expected_result: [u16; 8] = [ in test_mm_cvtne2ps_pbh() localVariable
417 let expected_result: [u16; 8] = [ in test_mm_mask_cvtne2ps_pbh() localVariable
431 let expected_result = src_array; in test_mm_mask_cvtne2ps_pbh() localVariable
445 let expected_result: [u16; 8] = [ in test_mm_maskz_cvtne2ps_pbh() localVariable
460 let expected_result: [u16; 8] = [ in test_mm_maskz_cvtne2ps_pbh() localVariable
501 let expected_result: [u16; 16] = [ in test_mm256_cvtne2ps_pbh() localVariable
570 let expected_result: [u16; 16] = [ in test_mm256_mask_cvtne2ps_pbh() localVariable
592 let expected_result = src_array; in test_mm256_mask_cvtne2ps_pbh() localVariable
625 let expected_result: [u16; 16] = [ in test_mm256_maskz_cvtne2ps_pbh() localVariable
648 let expected_result: [u16; 16] = [ in test_mm256_maskz_cvtne2ps_pbh() localVariable
[all …]
H A Dgfni.rs904 let expected_result = _mm512_gf2p8mul_epi8(left, right); in test_mm512_maskz_gf2p8mul_epi8() localVariable
923 let expected_result = _mm512_gf2p8mul_epi8(left, right); in test_mm512_mask_gf2p8mul_epi8() localVariable
954 let expected_result = _mm256_gf2p8mul_epi8(left, right); in test_mm256_maskz_gf2p8mul_epi8() localVariable
973 let expected_result = _mm256_gf2p8mul_epi8(left, right); in test_mm256_mask_gf2p8mul_epi8() localVariable
1004 let expected_result = _mm_gf2p8mul_epi8(left, right); in test_mm_maskz_gf2p8mul_epi8() localVariable
1023 let expected_result = _mm_gf2p8mul_epi8(left, right); in test_mm_mask_gf2p8mul_epi8() localVariable
1077 let expected_result = _mm512_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(vector, matrix); in test_mm512_maskz_gf2p8affine_epi64_epi8() localVariable
1099 let expected_result = _mm512_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(left, right); in test_mm512_mask_gf2p8affine_epi64_epi8() localVariable
1154 let expected_result = _mm256_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(vector, matrix); in test_mm256_maskz_gf2p8affine_epi64_epi8() localVariable
1176 let expected_result = _mm256_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(left, right); in test_mm256_mask_gf2p8affine_epi64_epi8() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Davx512bf16.rs382 let expected_result: [u16; 8] = [ in test_mm_cvtne2ps_pbh() localVariable
417 let expected_result: [u16; 8] = [ in test_mm_mask_cvtne2ps_pbh() localVariable
431 let expected_result = src_array; in test_mm_mask_cvtne2ps_pbh() localVariable
445 let expected_result: [u16; 8] = [ in test_mm_maskz_cvtne2ps_pbh() localVariable
460 let expected_result: [u16; 8] = [ in test_mm_maskz_cvtne2ps_pbh() localVariable
501 let expected_result: [u16; 16] = [ in test_mm256_cvtne2ps_pbh() localVariable
570 let expected_result: [u16; 16] = [ in test_mm256_mask_cvtne2ps_pbh() localVariable
592 let expected_result = src_array; in test_mm256_mask_cvtne2ps_pbh() localVariable
625 let expected_result: [u16; 16] = [ in test_mm256_maskz_cvtne2ps_pbh() localVariable
648 let expected_result: [u16; 16] = [ in test_mm256_maskz_cvtne2ps_pbh() localVariable
[all …]
H A Dgfni.rs904 let expected_result = _mm512_gf2p8mul_epi8(left, right); in test_mm512_maskz_gf2p8mul_epi8() localVariable
923 let expected_result = _mm512_gf2p8mul_epi8(left, right); in test_mm512_mask_gf2p8mul_epi8() localVariable
954 let expected_result = _mm256_gf2p8mul_epi8(left, right); in test_mm256_maskz_gf2p8mul_epi8() localVariable
973 let expected_result = _mm256_gf2p8mul_epi8(left, right); in test_mm256_mask_gf2p8mul_epi8() localVariable
1004 let expected_result = _mm_gf2p8mul_epi8(left, right); in test_mm_maskz_gf2p8mul_epi8() localVariable
1023 let expected_result = _mm_gf2p8mul_epi8(left, right); in test_mm_mask_gf2p8mul_epi8() localVariable
1077 let expected_result = _mm512_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(vector, matrix); in test_mm512_maskz_gf2p8affine_epi64_epi8() localVariable
1099 let expected_result = _mm512_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(left, right); in test_mm512_mask_gf2p8affine_epi64_epi8() localVariable
1154 let expected_result = _mm256_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(vector, matrix); in test_mm256_maskz_gf2p8affine_epi64_epi8() localVariable
1176 let expected_result = _mm256_gf2p8affine_epi64_epi8::<CONSTANT_BYTE>(left, right); in test_mm256_mask_gf2p8affine_epi64_epi8() localVariable
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/
H A Danf_test.py99 def expected_result(x, y, z): function
113 def expected_result(a, b, c, e, f, g): function
128 def expected_result(b, c, d, e): function
142 def expected_result(call_something, a, b, y, z, c, d, e, f, g, h, i): function
159 def expected_result(a, b, c): function
176 def expected_result(a, b, c): function
195 def expected_result(a): function
216 def expected_result(): function
230 def expected_result(a, b, c, d, e, f): function
244 def expected_result(a, b, c, d, e, f): function
[all …]
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dtest_eu_validate.cpp189 bool expected_result; in TEST_P() member
245 bool expected_result; in TEST_P() member
352 bool expected_result; in TEST_P() member
434 bool expected_result; in TEST_P() member
526 bool expected_result; member
794 bool expected_result; in TEST_P() member
1155 bool expected_result; in TEST_P() member
1239 bool expected_result; in TEST_P() member
1241 #define INST(dst_type, src_type, dst_stride, expected_result) \ in TEST_P() argument
1417 bool expected_result; in TEST_P() member
[all …]
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_test_eu_validate.cpp193 bool expected_result; in TEST_P() member
276 bool expected_result; in TEST_P() member
384 bool expected_result; in TEST_P() member
455 bool expected_result; member
710 bool expected_result; in TEST_P() member
1060 bool expected_result; in TEST_P() member
1148 bool expected_result; in TEST_P() member
1150 #define INST(dst_type, src_type, dst_stride, expected_result) \ in TEST_P() argument
1328 bool expected_result; in TEST_P() member
1332 dst_stride, dst_indirect, src0_indirect, expected_result, \ in TEST_P() argument
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dresult.rs266 let expected_result = Result::Ok::<&i32, &u8>(&42); in test_result_as_deref() localVariable
270 let expected_result = Result::Ok::<&str, &u32>("a result"); in test_result_as_deref() localVariable
274 let expected_result = Result::Ok::<&[i32], &u32>([1, 2, 3, 4, 5].as_slice()); in test_result_as_deref() localVariable
281 let expected_result = Result::Err::<&u8, &i32>(&val); in test_result_as_deref() localVariable
286 let expected_result = Result::Err::<&u32, &String>(&s); in test_result_as_deref() localVariable
291 let expected_result = Result::Err::<&u32, &Vec<i32>>(&v); in test_result_as_deref() localVariable
302 let expected_result = Result::Ok::<&mut i32, &mut u8>(&mut expected_val); in test_result_as_deref_mut() localVariable
307 let expected_result = Result::Ok::<&mut str, &mut u32>(expected_string.deref_mut()); in test_result_as_deref_mut() localVariable
312 let expected_result = Result::Ok::<&mut [i32], &mut u32>(expected_vec.as_mut_slice()); in test_result_as_deref_mut() localVariable
319 let expected_result = Result::Err::<&mut u8, &mut i32>(&mut val); in test_result_as_deref_mut() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dresult.rs266 let expected_result = Result::Ok::<&i32, &u8>(&42); in test_result_as_deref() localVariable
270 let expected_result = Result::Ok::<&str, &u32>("a result"); in test_result_as_deref() localVariable
274 let expected_result = Result::Ok::<&[i32], &u32>([1, 2, 3, 4, 5].as_slice()); in test_result_as_deref() localVariable
281 let expected_result = Result::Err::<&u8, &i32>(&val); in test_result_as_deref() localVariable
286 let expected_result = Result::Err::<&u32, &String>(&s); in test_result_as_deref() localVariable
291 let expected_result = Result::Err::<&u32, &Vec<i32>>(&v); in test_result_as_deref() localVariable
302 let expected_result = Result::Ok::<&mut i32, &mut u8>(&mut expected_val); in test_result_as_deref_mut() localVariable
307 let expected_result = Result::Ok::<&mut str, &mut u32>(expected_string.deref_mut()); in test_result_as_deref_mut() localVariable
312 let expected_result = Result::Ok::<&mut [i32], &mut u32>(expected_vec.as_mut_slice()); in test_result_as_deref_mut() localVariable
319 let expected_result = Result::Err::<&mut u8, &mut i32>(&mut val); in test_result_as_deref_mut() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dresult.rs266 let expected_result = Result::Ok::<&i32, &u8>(&42); in test_result_as_deref() localVariable
270 let expected_result = Result::Ok::<&str, &u32>("a result"); in test_result_as_deref() localVariable
274 let expected_result = Result::Ok::<&[i32], &u32>([1, 2, 3, 4, 5].as_slice()); in test_result_as_deref() localVariable
281 let expected_result = Result::Err::<&u8, &i32>(&val); in test_result_as_deref() localVariable
286 let expected_result = Result::Err::<&u32, &String>(&s); in test_result_as_deref() localVariable
291 let expected_result = Result::Err::<&u32, &Vec<i32>>(&v); in test_result_as_deref() localVariable
302 let expected_result = Result::Ok::<&mut i32, &mut u8>(&mut expected_val); in test_result_as_deref_mut() localVariable
307 let expected_result = Result::Ok::<&mut str, &mut u32>(expected_string.deref_mut()); in test_result_as_deref_mut() localVariable
312 let expected_result = Result::Ok::<&mut [i32], &mut u32>(expected_vec.as_mut_slice()); in test_result_as_deref_mut() localVariable
319 let expected_result = Result::Err::<&mut u8, &mut i32>(&mut val); in test_result_as_deref_mut() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dresult.rs266 let expected_result = Result::Ok::<&i32, &u8>(&42); in test_result_as_deref() localVariable
270 let expected_result = Result::Ok::<&str, &u32>("a result"); in test_result_as_deref() localVariable
274 let expected_result = Result::Ok::<&[i32], &u32>([1, 2, 3, 4, 5].as_slice()); in test_result_as_deref() localVariable
281 let expected_result = Result::Err::<&u8, &i32>(&val); in test_result_as_deref() localVariable
286 let expected_result = Result::Err::<&u32, &String>(&s); in test_result_as_deref() localVariable
291 let expected_result = Result::Err::<&u32, &Vec<i32>>(&v); in test_result_as_deref() localVariable
302 let expected_result = Result::Ok::<&mut i32, &mut u8>(&mut expected_val); in test_result_as_deref_mut() localVariable
307 let expected_result = Result::Ok::<&mut str, &mut u32>(expected_string.deref_mut()); in test_result_as_deref_mut() localVariable
312 let expected_result = Result::Ok::<&mut [i32], &mut u32>(expected_vec.as_mut_slice()); in test_result_as_deref_mut() localVariable
319 let expected_result = Result::Err::<&mut u8, &mut i32>(&mut val); in test_result_as_deref_mut() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dresult.rs266 let expected_result = Result::Ok::<&i32, &u8>(&42); in test_result_as_deref() localVariable
270 let expected_result = Result::Ok::<&str, &u32>("a result"); in test_result_as_deref() localVariable
274 let expected_result = Result::Ok::<&[i32], &u32>([1, 2, 3, 4, 5].as_slice()); in test_result_as_deref() localVariable
281 let expected_result = Result::Err::<&u8, &i32>(&val); in test_result_as_deref() localVariable
286 let expected_result = Result::Err::<&u32, &String>(&s); in test_result_as_deref() localVariable
291 let expected_result = Result::Err::<&u32, &Vec<i32>>(&v); in test_result_as_deref() localVariable
302 let expected_result = Result::Ok::<&mut i32, &mut u8>(&mut expected_val); in test_result_as_deref_mut() localVariable
307 let expected_result = Result::Ok::<&mut str, &mut u32>(expected_string.deref_mut()); in test_result_as_deref_mut() localVariable
312 let expected_result = Result::Ok::<&mut [i32], &mut u32>(expected_vec.as_mut_slice()); in test_result_as_deref_mut() localVariable
319 let expected_result = Result::Err::<&mut u8, &mut i32>(&mut val); in test_result_as_deref_mut() localVariable
[all …]
/aosp_15_r20/external/python/python-api-core/tests/unit/
Dtest_path_template.py67 def test_expand_success(tmpl, args, kwargs, expected_result): argument
106 def test_get_field(request_obj, field, expected_result): argument
137 def test_delete_field(request_obj, field, expected_result): argument
194 def test_transcode_base_case(http_options, request_kwargs, expected_result): argument
220 def test_transcode_subfields(http_options, request_kwargs, expected_result): argument
264 def test_transcode_with_wildcard(http_options, request_kwargs, expected_result): argument
312 def test_transcode_with_body(http_options, request_kwargs, expected_result): argument
351 http_options, request_kwargs, expected_result argument
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/tests/
Dmerge_join.rs8 let expected_result: Vec<EitherOrBoth<u32>> = vec![]; in empty() localVariable
17 let expected_result: Vec<EitherOrBoth<u32>> = vec![ in left_only() localVariable
30 let expected_result: Vec<EitherOrBoth<u32>> = vec![ in right_only() localVariable
43 let expected_result: Vec<EitherOrBoth<u32>> = vec![ in first_left_then_right() localVariable
59 let expected_result: Vec<EitherOrBoth<u32>> = vec![ in first_right_then_left() localVariable
75 let expected_result: Vec<EitherOrBoth<u32>> = vec![ in interspersed_left_and_right() localVariable
91 let expected_result: Vec<EitherOrBoth<u32>> = vec![ in overlapping_left_and_right() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/
H A Dmerge_join.rs8 let expected_result: Vec<EitherOrBoth<u32, u32>> = vec![]; in empty() localVariable
18 let expected_result: Vec<EitherOrBoth<u32, u32>> = vec![ in left_only() localVariable
32 let expected_result: Vec<EitherOrBoth<u32, u32>> = vec![ in right_only() localVariable
46 let expected_result: Vec<EitherOrBoth<u32, u32>> = vec![ in first_left_then_right() localVariable
63 let expected_result: Vec<EitherOrBoth<u32, u32>> = vec![ in first_right_then_left() localVariable
80 let expected_result: Vec<EitherOrBoth<u32, u32>> = vec![ in interspersed_left_and_right() localVariable
97 let expected_result: Vec<EitherOrBoth<u32, u32>> = vec![ in overlapping_left_and_right() localVariable
/aosp_15_r20/system/core/init/
H A Ddevices_test.cpp71 std::vector<std::string> expected_result{"/dev/block/platform/soc.0/f9824900.sdhci/mmcblk0"}; in TEST() local
85 std::vector<std::string> expected_result{ in TEST() local
101 std::vector<std::string> expected_result{ in TEST() local
116 std::vector<std::string> expected_result{ in TEST() local
130 std::vector<std::string> expected_result{"/dev/block/pci/pci0000:00/0000:00:1f.2/mmcblk0"}; in TEST() local
141 std::vector<std::string> expected_result{}; in TEST() local
152 std::vector<std::string> expected_result{"/dev/block/vbd/1234/mmcblk0"}; in TEST() local
163 std::vector<std::string> expected_result{}; in TEST() local
176 std::vector<std::string> expected_result; in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/algorithm/
Dtransformation3.cpp51 int expected_result[] = {1,2,2,3,3,4}; in merge_test() local
70 int expected_result[] = {1,2,2,3,3,4}; in inplace_merge_test() local
90 int expected_result[] = {1,2,3,4}; in set_union_test() local
114 int expected_result[] = {2,3}; in set_intersection_test() local
138 int expected_result[] = {1}; in set_difference_test() local
162 int expected_result[] = {1,4}; in set_symmetric_difference_test() local
Dtransformation4.cpp37 int expected_result[] = {1,2,3,4}; in heap_test() local
62 int expected_result[] = {2,1}; in next_permutation_test() local
83 int expected_result[] = {1,2}; in prev_permutation_test() local
121 int expected_result[] = {1, 3, 6}; in partial_sum_test() local
139 int expected_result[] = {1, 1, 1}; in adjacent_difference_test() local
/aosp_15_r20/external/executorch/kernels/test/
H A Dop_floor_divide_test.cpp184 Tensor expected_result = tf.make({3, 2}, {1.0, 0.0, 0.0, 0.0, 1.0, 0.0}); in TEST_F() local
204 Tensor expected_result = tf.make({3, 2}, {1.0, 0.0, 0.0, 0.0, 1.0, 0.0}); in TEST_F() local
224 Tensor expected_result = tf.make({3, 2}, {0.0, 1.0, 3.0, 1.0, 0.0, 1.0}); in TEST_F() local
244 Tensor expected_result = tf.make({3, 2}, {0.0, 1.0, 3.0, 1.0, 0.0, 1.0}); in TEST_F() local
271 Tensor expected_result = tf.make({3, 2}, {1.0, 0.0, 0.0, 1.0, 1.0, 1.0}); in TEST_F() local
299 Tensor expected_result = tf.make({3, 2}, {1.0, 0.0, 0.0, 1.0, 1.0, 1.0}); in TEST_F() local
327 Tensor expected_result = tf.make({3, 2}, {1.0, 0.0, 0.0, 1.0, 1.0, 1.0}); in TEST_F() local

1234567891011