HomeSort by relevance Sort by last modified time
    Searched full:switch1 (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/manual-tests/
transition-events.html 43 var switch1 = true;
48 if (switch1) {
57 switch1 = !switch1;
58 if (!switch1) switch2 = !switch2;
  /external/chromium/base/
command_line_unittest.cc 119 std::string switch1 = "switch1"; local
131 cl.AppendSwitch(switch1);
137 EXPECT_TRUE(cl.HasSwitch(switch1));
149 L"--switch1 "
163 cl1.AppendSwitch("switch1");
172 c1.AppendSwitch("switch1");
178 EXPECT_TRUE(c1.HasSwitch("switch1"));
  /external/clang/test/SemaTemplate/
instantiate-function-1.cpp 161 template<typename T, int I1, int I2> struct Switch1 {
171 template struct Switch1<int, 1, 2>;
172 template struct Switch1<int, 2, 2>; // expected-note{{instantiation}}

Completed in 1052 milliseconds