HomeSort by relevance Sort by last modified time
    Searched refs:switch2 (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
command_line_unittest.cc 120 std::string switch2 = "switch2"; local
132 cl.AppendSwitchASCII(switch2, value);
138 EXPECT_TRUE(cl.HasSwitch(switch2));
139 EXPECT_EQ(value, cl.GetSwitchValueASCII(switch2));
150 L"--switch2=value "
164 cl1.AppendSwitchASCII("switch2", "foo");
174 c2.AppendSwitch("switch2");
179 EXPECT_TRUE(c1.HasSwitch("switch2"));
  /external/chromium_org/base/
command_line_unittest.cc 244 std::string switch2 = "switch2"; local
256 cl.AppendSwitchASCII(switch2, value2);
262 EXPECT_TRUE(cl.HasSwitch(switch2));
263 EXPECT_EQ(value2, cl.GetSwitchValueASCII(switch2));
274 L"--switch2=value "
289 cl.AppendSwitchASCII("switch2", "foo");
293 EXPECT_EQ(FILE_PATH_LITERAL("prog --switch1 --switch2=foo -- --arg1 --arg2"),
298 EXPECT_EQ(FILE_PATH_LITERAL("--switch2=foo"), cl_argv[2]);
310 cl1.AppendSwitchASCII("switch2", "foo")
    [all...]

Completed in 45 milliseconds