Searched refs:FoundCandidate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
H A Dmock_appcache_storage.cc238 struct FoundCandidate { struct in namespace:appcache::__anon14742
246 FoundCandidate() function in struct:appcache::__anon14742::FoundCandidate
255 FoundCandidate* best_candidate,
326 FoundCandidate found_candidate;
328 FoundCandidate found_fallback_candidate;
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp542 CandResult FoundCandidate = NoCand; local
556 FoundCandidate = NodeOrder;
566 FoundCandidate = BestCost;
572 if (FoundCandidate == NoCand)
575 return FoundCandidate;

Completed in 85 milliseconds