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

  /external/clang/lib/Lex/
ModuleMap.cpp 249 bool Excluded = false;
256 // Excluded headers don't really belong to a module.
258 Excluded = true;
300 if (Excluded || isHeaderInUmbrellaDirs(File))
328 // Cannot use a module if the header is excluded in it.
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
webrunner.js 458 var excluded = [];
571 excluded.push( id );
651 overview.innerHTML = "<div class='resultwrap'><table class='results'>" + preoutput + totaloutput + output + totaloutput + "</table>" + (excluded.length ? "<div style='text-align:left;'><small><b>Excluded Tests:</b> " + excluded.sort().join(", ") + "</small></div>" : "") + "</div>";
    [all...]

Completed in 128 milliseconds