Home
last modified time | relevance | path

Searched refs:load_test_data (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/unicode-segmentation/scripts/
Dunicode_gen_breaktests.py24 def load_test_data(f, optsplit=[]): function
145 d = load_test_data("auxiliary/GraphemeBreakTest.txt", optsplits)
180 d = load_test_data("auxiliary/WordBreakTest.txt")
194 d = load_test_data("auxiliary/SentenceBreakTest.txt")
/aosp_15_r20/external/sdv/vsomeip/test/cpu_load_tests/
Dcpu_load_test_globals.hpp13 static constexpr vsomeip::byte_t load_test_data(0xDD); variable
Dcpu_load_test_client.cpp173 payload_data.assign(payload_size_, cpu_load_test::load_test_data); in run()