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

  /external/chromium_org/content/browser/appcache/
mock_appcache_storage.cc 241 struct FoundCandidate {
249 FoundCandidate()
258 FoundCandidate* best_candidate,
329 FoundCandidate found_candidate;
331 FoundCandidate found_fallback_candidate;
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 543 CandResult FoundCandidate = NoCand;
557 FoundCandidate = NodeOrder;
567 FoundCandidate = BestCost;
573 if (FoundCandidate == NoCand)
576 return FoundCandidate;

Completed in 122 milliseconds