/frameworks/base/core/tests/coretests/src/android/text/format/ |
D | DateFormatTest.java | 87 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/ |
D | TargetRegistry.cpp | 35 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/ |
D | Tonal.java | 352 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/ |
D | hwcCommit.cpp | 1104 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/ |
D | Rfc822Tokenizer.java | 216 int best = 0; in findTokenStart() local 230 best = i; in findTokenStart() 235 return best; in findTokenStart()
|
/frameworks/minikin/libs/minikin/ |
D | Measurement.cpp | 104 size_t best = searchStart; in getOffsetForAdvance() local 114 best = i; in getOffsetForAdvance() 121 return best; in getOffsetForAdvance()
|
D | OptimalLineBreaker.cpp | 337 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/ |
D | mediaextractor-x86_64.policy | 2 # best performance.
|
D | mediaextractor-x86.policy | 2 # best performance.
|
D | mediaextractor-arm.policy | 2 # best performance.
|
D | mediaextractor-arm64.policy | 2 # best performance.
|
/frameworks/av/services/mediacodec/seccomp_policy/ |
D | mediacodec-arm.policy | 2 # best performance.
|
D | mediacodec-arm64.policy | 2 # best performance.
|
/frameworks/av/ |
D | MainlineFiles.cfg | 24 # if you want to exclude a directory, best to use a pattern like "foo/"
|
/frameworks/av/services/mediatranscoding/ |
D | .clang-format | 22 # on the same line as the constructor function name, so this is the best
|
/frameworks/av/services/tuner/ |
D | .clang-format | 22 # on the same line as the constructor function name, so this is the best
|
/frameworks/proto_logging/stats/enums/media/ |
D | enums.proto | 46 // though it may flag a best practices warning.
|
/frameworks/native/libs/binder/tests/ |
D | binderThroughputTest.cpp | 144 double best = (double)m_best / 1.0E6; in dump() local 147 cout << "average:" << average << "ms worst:" << worst << "ms best:" << best << "ms" << endl; in dump()
|
D | schd-dbg.cpp | 245 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-format | 38 # on the same line as the constructor function name, so this is the best
|
/frameworks/base/packages/SystemUI/docs/ |
D | status-bar-data-pipeline.md | 14 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/ |
D | OWNERS.md | 9 this structure, the best place to authoritatively define `OWNERS` can vary
|
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | find_region.rscript | 28 This takes a float2 polygon and an image and searches a best fit polygon in the image
|
/frameworks/base/core/java/android/text/ |
D | Layout.java | 1601 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/ |
D | README.rst | 51 AOT to get the best of both worlds: Fast launch time and high
|