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

  /external/clang/test/SemaCXX/
constexpr-depth.cpp 7 constexpr int kBad = depth(MAX + 1); // expected-error {{must be initialized by a constant expression}} expected-note {{in call to 'depth(}}
  /external/chromium_org/chrome/browser/chromeos/login/users/
multi_profile_user_controller_unittest.cc 221 const char kBad[] = "some invalid value";
222 SetCachedBehavior(0, kBad);
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 931 const char kBad = 0x12;
952 memset(buf, kBad, sizeof(buf));
964 EXPECT_EQ(buf[sizeof(kString)], kBad);
    [all...]
  /external/stressapptest/src/
worker.cc 757 const int kBad = 1;
788 state = kBad;
794 } else if (state == kBad) {
815 if ((state == kGoodAgain) || (state == kBad)) {
    [all...]

Completed in 425 milliseconds