Home
last modified time | relevance | path

Searched refs:best (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/compile/mclinker/lib/Support/
DTargetRegistry.cpp35 Target* best = NULL, * ambiguity = NULL; in lookupTarget() local
41 if (best == NULL || highest < quality) { in lookupTarget()
43 best = *target; in lookupTarget()
51 if (best == NULL) { in lookupTarget()
57 pError = std::string("Ambiguous targets: \"") + best->name() + "\" and \"" + in lookupTarget()
62 return best; in lookupTarget()
/frameworks/minikin/libs/minikin/
DMeasurement.cpp101 size_t best = searchStart; in getOffsetForAdvance() local
111 best = i; in getOffsetForAdvance()
118 return best; in getOffsetForAdvance()
DOptimalLineBreaker.cpp334 float best = SCORE_INFTY; in computeBreaks() local
356 if (jScore + bestHope >= best) continue; in computeBreaks()
390 if (score <= best) { in computeBreaks()
391 best = score; in computeBreaks()
395 breaksData.push_back({best + candidates[i].penalty + context.linePenalty, // score in computeBreaks()
/frameworks/base/core/java/com/android/internal/colorextraction/types/
DTonal.java352 TonalPalette best = null; in findTonalPalette() local
360 best = candidate; in findTonalPalette()
365 best = candidate; in findTonalPalette()
370 best = candidate; in findTonalPalette()
375 best = candidate; in findTonalPalette()
378 best = candidate; in findTonalPalette()
382 best = candidate; in findTonalPalette()
386 best = candidate; in findTonalPalette()
391 return best; in findTonalPalette()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSelector.java786 WifiCandidates.Candidate best = null; in selectNetwork() local
791 if (best == null in selectNetwork()
792 || candidate.getEvaluatorId() < best.getEvaluatorId() in selectNetwork()
793 || (candidate.getEvaluatorId() == best.getEvaluatorId() in selectNetwork()
794 && candidate.getEvaluatorScore() > best.getEvaluatorScore())) { in selectNetwork()
795 best = candidate; in selectNetwork()
798 if (best != null) { in selectNetwork()
799 ScanDetail scanDetail = best.getScanDetail(); in selectNetwork()
801 mWifiConfigManager.setNetworkCandidateScanResult(best.getNetworkConfigId(), in selectNetwork()
802 scanDetail.getScanResult(), best.getEvaluatorScore()); in selectNetwork()
/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp1104 Rational best(0, 1), minBad; // Current bounds for a binary search in scHScale() local
1127 double mid = (double) best in scHScale()
1128 + ((double) minBad - (double) best) / 2.0; in scHScale()
1133 if (((lower == best) && (upper == minBad))) { in scHScale()
1134 return best; in scHScale()
1138 selected = (lower != best) ? lower : upper; in scHScale()
1169 best = Rational(scDim.width(), dfDim.width()); in scHScale()
1177 } while (best != minBad); in scHScale()
1179 return best; in scHScale()
1203 Rational best(0, 1), minBad; // Current bounds for a binary search in scVScale() local
[all …]
/frameworks/base/core/java/android/text/util/
DRfc822Tokenizer.java216 int best = 0; in findTokenStart() local
230 best = i; in findTokenStart()
235 return best; in findTokenStart()
/frameworks/av/services/mediaextractor/seccomp_policy/
Dmediaextractor-arm64.policy2 # best performance.
Dmediaextractor-x86_64.policy2 # best performance.
Dmediaextractor-arm.policy2 # best performance.
Dmediaextractor-x86.policy2 # best performance.
/frameworks/av/services/mediacodec/seccomp_policy/
Dmediacodec-arm.policy2 # best performance.
/frameworks/av/media/codec2/hidl/services/seccomp_policy/
Dcodec2.software.base-arm.policy16 # best performance.
Dcodec2.vendor.base-arm.policy16 # best performance.
/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp144 double best = (double)m_best / 1.0E6; in dump() local
147 cout << "average:" << average << "ms worst:" << worst << "ms best:" << best << "ms" << endl; in dump()
Dschd-dbg.cpp245 double best = (double)m_best / 1.0E6; in dump() local
252 << ",\"bst\":" << setw(W) << left << best << ",\"miss\":" << left in dump()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/protos/
Dunittest_issues.proto37 // Java code failed too, so probably best for this to be a restriction.
/frameworks/base/core/java/android/text/
DLayout.java1564 int best = lineStartOffset; in getOffsetForHorizontal() local
1607 best = low; in getOffsetForHorizontal()
1616 best = here; in getOffsetForHorizontal()
1623 best = max; in getOffsetForHorizontal()
1627 return best; in getOffsetForHorizontal()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
Dconfigure.ac40 # the best choice for libprotobuf.
/frameworks/compile/libbcc/
DREADME.rst51 AOT to get the best of both worlds: Fast launch time and high
/frameworks/opt/telephony/proto/src/
Dtelephony.proto2147 // Snapshot of the CallQuality when signal strength is best within good
2155 // Snapshot of the CallQuality when signal strength is best within bad
2162 // The best SignalStrength in any good quality section
2168 // The best SignalStrength in any bad quality section
/frameworks/rs/script_api/
Drs_for_each.spec79 versions, it will also be used to provide hint on how to best iterate over
/frameworks/rs/script_api/include/
Drs_for_each.rsh69 * versions, it will also be used to provide hint on how to best iterate over
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/
DREADME.md238 TODO(maxtroy): find ProGuard config that would work the best.
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto393 // their application to let the overall system work best. The value is in

12