Home
last modified time | relevance | path

Searched refs:expect_path (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dtests.rs722 let expect_path = PathBuf::from("tests/expectations/tests/generated") in test_wrap_static_fns() localVariable
724 println!("In path is ::: {}", expect_path.display()); in test_wrap_static_fns()
737 let expected_c = fs::read_to_string(expect_path.with_extension("c")) in test_wrap_static_fns()
748 &expect_path.with_extension("c"), in test_wrap_static_fns()
/third_party/skia/tests/
DSVGDeviceTest.cpp390 auto check_text = [&](uint32_t flags, bool expect_path) { in DEF_TEST() argument
399 REPORTER_ASSERT(reporter, !!textElement == !expect_path, "unexpected text element"); in DEF_TEST()
401 REPORTER_ASSERT(reporter, !!pathElement == expect_path, "unexpected path element"); in DEF_TEST()