Searched refs:hashable (Results 1 – 4 of 4) sorted by relevance
66 bool hashable; member73 return os << "<hashable=" << pinfo.hashable << " slots=" << pinfo.slots
82 | hashable | "yes" or "no" | Is this partition hashable with the hash command specified in `<chec…89 <part value="boot" slots="yes" test="yes" hashable="yes" parsed="yes"/>90 <part value="modem" slots="yes" test="yes" hashable="yes"/>91 <part value="userdata" slots="no" test="yes" hashable="no"/>216 <part value="boot" slots="yes" test="yes" hashable="yes" parsed="yes"/>217 <part value="modem" slots="yes" test="yes" hashable="yes"/>218 <part value="userdata" slots="no" test="yes" hashable="no"/>221 <part value="foo1" slots="yes" test="no" hashable="yes"/>222 <part value="foo2" slots="yes" test="no" hashable="yes"/>223 <part value="bar3" slots="yes" test="no" hashable="yes"/>
1010 if (GetParam().second.hashable) { in TEST_P()1120 if (part_info.hashable) { in TEST_P()1153 if (part_info.hashable) { in TEST_P()1181 if (part_info.hashable) { in TEST_P()1209 if (part_info.hashable) { in TEST_P()1237 if (part_info.hashable) { in TEST_P()1358 if (part_info.hashable) { in TEST_P()1380 if (part_info.hashable) { in TEST_P()1433 if (part_info.hashable) { in TEST_P()1457 if (part_info.hashable) { in TEST_P()[all …]
110 XMLAssert(XMLYesNo(part, "hashable", &part_info.hashable, true), part, in ExtractPartitions()