Home
last modified time | relevance | path

Searched refs:expected_h (Results 1 - 10 of 10) sorted by relevance

/third_party/rust/crates/nom/tests/
H A Dini_str.rs181 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 Dini.rs169 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 Dtest-utils-aarch32.cc165 bool Equal128(uint64_t expected_h, in Equal128() argument
169 vec128_t expected = {expected_l, expected_h}; in Equal128()
H A Dtest-utils-aarch32.h192 bool Equal128(uint64_t expected_h,
H A Dtest-assembler-aarch32.cc184 #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 Dtest-assembler-aarch64.h326 #define ASSERT_EQUAL_128(expected_h, expected_l, result) \
327 VIXL_CHECK(Equal128(expected_h, expected_l, &core, result))
H A Dtest-utils-aarch64.h379 bool Equal128(uint64_t expected_h,
H A Dtest-utils-aarch64.cc212 bool Equal128(uint64_t expected_h, in Equal128() argument
219 expected.SetLane(1, expected_h); in Equal128()
H A Dtest-assembler-sve-aarch64.cc6472 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 Ddsatest.c242 int expected_h = 2; in dsa_keygen_test() local
282 || !TEST_int_eq(hcount_out, expected_h) in dsa_keygen_test()

Completed in 24 milliseconds