Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/asm/
Dswitch.js54 var switch3 = (function(stdlib, foreign, heap) { function
56 function switch3(i) { function
70 return { switch3: switch3 };
71 })(stdlib, foreign, heap).switch3;
73 assertEquals(1, switch3(0));
74 assertEquals(1, switch3(1));
75 assertEquals(2, switch3(2));
76 assertEquals(2, switch3(3));
77 assertEquals(3, switch3(4));
78 assertEquals(3, switch3(5));
[all …]
/external/autotest/site_utils/rpm_control_system/
Dservo_interface_mapping.csv37 chromeos1-row1-rack5-host1-servo,chromeos1-poe-switch3,
38 chromeos1-row1-rack5-host2-servo,chromeos1-poe-switch3,
39 chromeos1-row1-rack5-host3-servo,chromeos1-poe-switch3,
40 chromeos1-row1-rack5-host4-servo,chromeos1-poe-switch3,
41 chromeos1-row1-rack5-host5-servo,chromeos1-poe-switch3,
42 chromeos1-row1-rack5-host6-servo,chromeos1-poe-switch3,
43 chromeos1-row1-rack6-host1-servo,chromeos1-poe-switch3,
44 chromeos1-row1-rack6-host2-servo,chromeos1-poe-switch3,
45 chromeos1-row1-rack6-host3-servo,chromeos1-poe-switch3,
46 chromeos1-row1-rack6-host4-servo,chromeos1-poe-switch3,
[all …]
/external/libchrome/base/
Dcommand_line_unittest.cc265 std::string switch3 = "switch3"; in TEST() local
276 cl.AppendSwitchASCII(switch3, value3); in TEST()
284 EXPECT_TRUE(cl.HasSwitch(switch3)); in TEST()
285 EXPECT_EQ(value3, cl.GetSwitchValueASCII(switch3)); in TEST()
/external/llvm/test/Transforms/CorrelatedValuePropagation/
Dbasic.ll159 define i32 @switch3(i32 %s) {
160 ; CHECK-LABEL: @switch3(