Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
Dperf_serializer_test.cc567 std::map<string, string> build_id_map; in TEST() local
568 build_id_map["file1"] = "0123456789abcdef0123456789abcdef01234567"; in TEST()
569 build_id_map["file2"] = "0123456789abcdef0123456789abcdef01230000"; in TEST()
570 build_id_map["file3"] = "0123456789abcdef0123456789abcdef00000000"; in TEST()
571 build_id_map["file4"] = "0123456789abcdef0123456789abcdef0000"; in TEST()
572 build_id_map["file5"] = "0123456789abcdef0123456789abcdef"; in TEST()
573 build_id_map["file6"] = "0123456789abcdef0123456789ab0000"; in TEST()
574 build_id_map["file7"] = "0123456789abcdef012345670000"; in TEST()
575 build_id_map["file8"] = "0123456789abcdef01234567"; in TEST()
576 build_id_map["file9"] = "00000000"; in TEST()
[all …]