Home
last modified time | relevance | path

Searched refs:thisSplit (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/split-select/
DSplitSelector.cpp43 const SplitDescription& thisSplit = splits[j]; in selectBestFromGroup() local
44 if (!thisSplit.match(target)) { in selectBestFromGroup()
48 if (!isSet || thisSplit.isBetterThan(bestSplit, target)) { in selectBestFromGroup()
50 bestSplit = thisSplit; in selectBestFromGroup()