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

  /external/clang/lib/Basic/
Module.cpp 226 bool Acceptable = UnrestrictedWildcard;
227 if (!Acceptable) {
232 Acceptable = true;
238 if (!Acceptable)
  /external/chromium/base/
tracked_objects.cc 182 // Filter out acceptable (matching) instances.
186 if (comparator.Acceptable(*it))
870 bool Comparator::Acceptable(const Snapshot& sample) const {
899 return tiebreaker_->Acceptable(sample);
    [all...]

Completed in 38 milliseconds