Searched refs:Candidate (Results 1 - 3 of 3) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DOptimalLineBreaker.cpp59 struct Candidate { struct in namespace:minikin::__anon1302
73 Candidate(uint32_t offset, ParaWidth preBreak, ParaWidth postBreak, float penalty, function in struct:minikin::__anon1302::Candidate
89 std::vector<Candidate> candidates;
286 const std::vector<Candidate>& candidates);
310 const std::vector<Candidate>& candidates) {
316 const Candidate& cand = candidates[i];
317 const Candidate& prev = candidates[prevIndex];
338 const std::vector<Candidate>& candidates = context.candidates;
/frameworks/compile/slang/
H A Dslang_rs_export_reduce.h160 // Does one of this reduction's constituent function names match Candidate?
161 bool matchName(const llvm::StringRef &Candidate) const;
H A Dslang_rs_export_reduce.cpp43 bool RSExportReduce::matchName(const llvm::StringRef &Candidate) const {
45 Candidate.equals(mNameInitializer) ||
46 Candidate.equals(mNameAccumulator) ||
47 Candidate.equals(mNameCombiner) ||
48 Candidate.equals(mNameOutConverter) ||
49 Candidate.equals(mNameHalter);

Completed in 70 milliseconds