Home
last modified time | relevance | path

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

/external/autotest/site_utils/rpm_control_system/
Dservo_interface_mapping.csv1 chromeos1-row1-rack10-host1-servo,chromeos1-poe-switch5,fa1
2 chromeos1-row1-rack10-host2-servo,chromeos1-poe-switch5,fa25
3 chromeos1-row1-rack10-host3-servo,chromeos1-poe-switch5,fa26
4 chromeos1-row1-rack10-host4-servo,chromeos1-poe-switch5,fa27
5 chromeos1-row1-rack10-host5-servo,chromeos1-poe-switch5,fa29
6 chromeos1-row1-rack10-host6-servo,chromeos1-poe-switch5,fa30
7 chromeos1-row1-rack11-host1-servo,chromeos1-poe-switch5,fa7
8 chromeos1-row1-rack11-host2-servo,chromeos1-poe-switch5,fa8
9 chromeos1-row1-rack11-host3-servo,chromeos1-poe-switch5,fa33
10 chromeos1-row1-rack11-host4-servo,chromeos1-poe-switch5,fa34
[all …]
/external/libchrome/base/
Dcommand_line_unittest.cc270 std::string switch5 = "quotes"; in TEST() local
279 cl.AppendSwitchASCII(switch5, value4); in TEST()
280 cl.AppendSwitchNative(switch5, value5); in TEST()
289 EXPECT_TRUE(cl.HasSwitch(switch5)); in TEST()
290 EXPECT_EQ(value5, cl.GetSwitchValueNative(switch5)); in TEST()