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 239 const char kBad[] = "some invalid value";
240 SetCachedBehavior(0, kBad);
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 933 const char kBad = 0x12;
954 memset(buf, kBad, sizeof(buf));
966 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 135 milliseconds