/third_party/rust/crates/nom/tests/ |
H A D | ini_str.rs | 181 let mut expected_h: HashMap<&str, &str> = HashMap::new(); in parse_category_then_multiple_keys_and_values_test() variables 182 expected_h.insert("parameter", "value"); in parse_category_then_multiple_keys_and_values_test() 183 expected_h.insert("key", "value2"); in parse_category_then_multiple_keys_and_values_test() 184 assert_eq!(res, Ok((ini_after_parser, ("abcd", expected_h)))); in parse_category_then_multiple_keys_and_values_test() 213 let mut expected_h: HashMap<&str, HashMap<&str, &str>> = HashMap::new(); in parse_multiple_categories_test() variables 214 expected_h.insert("abcd", expected_1); in parse_multiple_categories_test() 215 expected_h.insert("category", expected_2); in parse_multiple_categories_test() 216 assert_eq!(res, Ok(("", expected_h))); in parse_multiple_categories_test()
|
H A D | ini.rs | 169 let mut expected_h: HashMap<&str, &str> = HashMap::new(); in parse_category_then_multiple_keys_and_values_test() variables 170 expected_h.insert("parameter", "value"); in parse_category_then_multiple_keys_and_values_test() 171 expected_h.insert("key", "value2"); in parse_category_then_multiple_keys_and_values_test() 172 assert_eq!(res, Ok((ini_after_parser, ("abcd", expected_h)))); in parse_category_then_multiple_keys_and_values_test() 203 let mut expected_h: HashMap<&str, HashMap<&str, &str>> = HashMap::new(); in parse_multiple_categories_test() variables 204 expected_h.insert("abcd", expected_1); in parse_multiple_categories_test() 205 expected_h.insert("category", expected_2); in parse_multiple_categories_test() 206 assert_eq!(res, Ok((ini_after_parser, expected_h))); in parse_multiple_categories_test()
|
/third_party/vixl/test/aarch32/ |
H A D | test-utils-aarch32.cc | 165 bool Equal128(uint64_t expected_h, in Equal128() argument 169 vec128_t expected = {expected_l, expected_h}; in Equal128()
|
H A D | test-utils-aarch32.h | 192 bool Equal128(uint64_t expected_h,
|
H A D | test-assembler-aarch32.cc | 184 #define ASSERT_EQUAL_128(expected_h, expected_l, result) 200 #define ASSERT_EQUAL_128(expected_h, expected_l, result) \ 201 VIXL_CHECK(Equal128(expected_h, expected_l, &core, result))
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.h | 326 #define ASSERT_EQUAL_128(expected_h, expected_l, result) \ 327 VIXL_CHECK(Equal128(expected_h, expected_l, &core, result))
|
H A D | test-utils-aarch64.h | 379 bool Equal128(uint64_t expected_h,
|
H A D | test-utils-aarch64.cc | 212 bool Equal128(uint64_t expected_h, in Equal128() argument 219 expected.SetLane(1, expected_h); in Equal128()
|
H A D | test-assembler-sve-aarch64.cc | 6472 uint64_t expected_h[] = 6475 ASSERT_EQUAL_SVE(expected_h, z1.VnD()); 6476 ASSERT_EQUAL_SVE(expected_h, z5.VnD()); 12147 uint16_t expected_h[] = {Float16ToRawbits(Float16(1048.0)), 12155 FPBinArithHelper(config, fn, kHRegSize, zn_inputs, zm_inputs, expected_h); 12191 uint16_t expected_h[] = {Float16ToRawbits(Float16(-1000.0)), 12199 FPBinArithHelper(config, fn, kHRegSize, zn_inputs, zm_inputs, expected_h); 12235 uint16_t expected_h[] = {Float16ToRawbits(Float16(24576.0)), 12243 FPBinArithHelper(config, fn, kHRegSize, zn_inputs, zm_inputs, expected_h); 12857 uint64_t expected_h[] [all...] |
/third_party/openssl/test/ |
H A D | dsatest.c | 242 int expected_h = 2; in dsa_keygen_test() local 282 || !TEST_int_eq(hcount_out, expected_h) in dsa_keygen_test()
|