Home
last modified time | relevance | path

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

/aosp12/build/soong/ui/build/
H A Dcleanbuild_test.go63 var foundNames []string
66 foundNames = append(foundNames, fi.Name())
72 if !reflect.DeepEqual(names, foundNames) {
73 t.Errorf("Expected a different list of files:\nwant: %v\n got: %v", names, foundNames)
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DFullScoreTest.kt94 val foundNames = ArraySet<String>() regex
98 assertFalse(foundNames.contains(name))
99 foundNames.add(name)
/aosp12/frameworks/av/media/codec2/vndk/util/
H A DC2ParamUtils.cpp180 std::vector<C2String> foundNames; in parseEnumValuesFromString() local
185 foundNames.emplace_back(value + pos, endPos - pos); in parseEnumValuesFromString()
192 return foundNames; in parseEnumValuesFromString()