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

  /external/skia/bench/
SkBenchmark.cpp 54 paint->setDither(SkTriState::kTrue == fDither);
SkBenchmark.h 43 kTrue,
benchmain.cpp 459 forceDither = tmp ? SkTriState::kTrue : SkTriState::kFalse;
656 case SkTriState::kTrue: ditherName = "true"; break;
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
parsing.cc 35 std::string kTrue = "true";
73 return val.empty() ? def : (val == kTrue || val == kOne);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
parsing.cc 35 static const char kTrue[] = "true";
73 return val.empty() ? def : (val == kTrue || val == kOne);
  /external/chromium_org/chrome/common/translate/
translate_common_metrics_unittest.cc 23 const int kTrue = 1;
281 EXPECT_EQ(0, recorder.GetCount(kTrue));
284 EXPECT_EQ(1, recorder.GetCount(kTrue));
287 EXPECT_EQ(1, recorder.GetCount(kTrue));
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 42 const bool kTrue = true;
511 ExpectPreClassificationChecks(url, &kTrue, NULL, NULL, NULL, NULL, NULL);
534 ExpectPreClassificationChecks(url, &kFalse, &kTrue, NULL, NULL, NULL, NULL);
543 ExpectPreClassificationChecks(url, &kFalse, &kFalse, &kTrue, NULL, NULL,
554 ExpectPreClassificationChecks(url, &kFalse, &kFalse, &kFalse, &kFalse, &kTrue,
570 &kFalse, &kTrue);
582 ExpectPreClassificationChecks(url, &kFalse, &kFalse, &kFalse, &kTrue, NULL,
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 50 const bool kTrue = true;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils_browsertest.cc 85 const char kTrue[] = "true";
235 EXPECT_CALL(*cryptohome_, InstallAttributesSet(kAttributeOwned, kTrue))
252 .WillRepeatedly(DoAll(SetArgPointee<1>(kTrue),
  /external/chromium_org/chrome/browser/autocomplete/
search_provider.h 481 static const char kTrue[];
search_provider.cc 246 const char SearchProvider::kTrue[] = "true";
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 290 const char* kTrue[] = { "1", "t", "true", "y", "yes" };
292 for (size_t i = 0; i < sizeof(kTrue)/sizeof(*kTrue); ++i) {
293 if (strcasecmp(value, kTrue[i]) == 0) {
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 290 const char* kTrue[] = { "1", "t", "true", "y", "yes" };
292 for (size_t i = 0; i < sizeof(kTrue)/sizeof(*kTrue); ++i) {
293 if (strcasecmp(value, kTrue[i]) == 0) {
    [all...]
  /external/chromium_org/v8/src/
json-stringifier.h 425 case Oddball::kTrue:
heap.cc     [all...]
objects-inl.h 875 return IsOddball() && Oddball::cast(this)->kind() == Oddball::kTrue;
    [all...]
objects.h     [all...]
  /external/v8/src/
objects-inl.h 791 return IsOddball() && Oddball::cast(this)->kind() == Oddball::kTrue;
    [all...]
objects.h     [all...]
heap.cc     [all...]

Completed in 1298 milliseconds