Home
last modified time | relevance | path

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

/build/soong/cc/
Dcc_test.go2165 str4 = str11[:4] var
2209 in: []string{str5, str4},
2210 out: [][]string{{str5, str4}},
2214 in: []string{str5, str4, str5},
2215 out: [][]string{{str5, str4}, {str5}},
2219 in: []string{str5, str4, str5, str4},
2220 out: [][]string{{str5, str4}, {str5, str4}},
2224 in: []string{str5, str4, str5, str5},
2225 out: [][]string{{str5, str4}, {str5}, {str5}},
2229 in: []string{str5, str5, str5, str4},
[all …]