Home
last modified time | relevance | path

Searched defs:test_srcs (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/executorch/test/utils/
H A Dgenerate_gtest_cmakelists.py32 def format_template(path_to_root, test_srcs, additional_libs): argument
46 def write_template(path_to_root, test_srcs, additional_libs): argument
67 test_srcs = d["sources"] variable
/aosp_15_r20/external/skia/gn/
H A Dgn_to_bp.py548 test_srcs = strip_slashes(js['targets']['//:tests']['sources']) variable
608 test_srcs = strip_non_srcs(test_srcs) variable
/aosp_15_r20/external/flashrom/tests/
H A Dmeson.build14 test_srcs = files( variable
/aosp_15_r20/external/liburing/test/
H A DMakefile37 test_srcs := \ macro
/aosp_15_r20/external/rust/android-crates-io/crates/ring/
Dbuild.rs483 let test_srcs = RING_TEST_SRCS.iter().map(PathBuf::from).collect::<Vec<_>>(); in build_c_code() localVariable