Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/android/text/format/
DDateFormatTest.java87 best(lv, "yyyy-M-dd")))); in testGetDateFormatOrder()
89 best(lv, "yyyy-MMM-dd")))); in testGetDateFormatOrder()
91 best(lv, "MMM-dd")))); in testGetDateFormatOrder()
94 best(fa, "yyyy-M-dd")))); in testGetDateFormatOrder()
96 best(fa, "yyyy-MMM-dd")))); in testGetDateFormatOrder()
98 best(fa, "MMM-dd")))); in testGetDateFormatOrder()
103 best(enUS, "yyyy-M-dd")))); in testGetDateFormatOrder()
105 best(enUS, "yyyy-MMM-dd")))); in testGetDateFormatOrder()
107 best(enUS, "MMM-dd")))); in testGetDateFormatOrder()
110 best(enGB, "yyyy-M-dd")))); in testGetDateFormatOrder()
[all …]
/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/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/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/minikin/libs/minikin/
DMeasurement.cpp104 size_t best = searchStart; in getOffsetForAdvance() local
114 best = i; in getOffsetForAdvance()
121 return best; in getOffsetForAdvance()
DOptimalLineBreaker.cpp337 float best = SCORE_INFTY; in computeBreaks() local
359 if (jScore + bestHope >= best) continue; in computeBreaks()
393 if (score <= best) { in computeBreaks()
394 best = score; in computeBreaks()
398 breaksData.push_back({best + candidates[i].penalty + context.linePenalty, // score in computeBreaks()
/frameworks/av/services/mediaextractor/seccomp_policy/
Dmediaextractor-x86_64.policy2 # best performance.
Dmediaextractor-x86.policy2 # best performance.
Dmediaextractor-arm.policy2 # best performance.
Dmediaextractor-arm64.policy2 # best performance.
/frameworks/av/services/mediacodec/seccomp_policy/
Dmediacodec-arm.policy2 # best performance.
Dmediacodec-arm64.policy2 # best performance.
/frameworks/av/
DMainlineFiles.cfg24 # if you want to exclude a directory, best to use a pattern like "foo/"
/frameworks/av/services/mediatranscoding/
D.clang-format22 # on the same line as the constructor function name, so this is the best
/frameworks/av/services/tuner/
D.clang-format22 # on the same line as the constructor function name, so this is the best
/frameworks/proto_logging/stats/enums/media/
Denums.proto46 // though it may flag a best practices warning.
/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/av/media/libmediatranscoding/
D.clang-format38 # on the same line as the constructor function name, so this is the best
/frameworks/base/packages/SystemUI/docs/
Dstatus-bar-data-pipeline.md14 generally follows Android best practices to
25 As shown in the Android best practices guide, each new pipeline has a data
255 please file a bug with us and we’d be more than happy to consult on the best
/frameworks/base/
DOWNERS.md9 this structure, the best place to authoritatively define `OWNERS` can vary
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
Dfind_region.rscript28 This takes a float2 polygon and an image and searches a best fit polygon in the image
/frameworks/base/core/java/android/text/
DLayout.java1601 int best = lineStartOffset; in getOffsetForHorizontal() local
1644 best = low; in getOffsetForHorizontal()
1653 best = here; in getOffsetForHorizontal()
1660 best = max; in getOffsetForHorizontal()
1664 return best; in getOffsetForHorizontal()
/frameworks/compile/libbcc/
DREADME.rst51 AOT to get the best of both worlds: Fast launch time and high

12