/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/libs/binary_translation/runtime_primitives/ |
D | signal_queue.cc | 65 Node* best = *best_p; in DequeueSignalUnsafe() local 66 *best_p = best->next; in DequeueSignalUnsafe() 68 return &best->info; in DequeueSignalUnsafe()
|
/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 | 175 size_t best = searchStart; in getOffsetForAdvance() local 185 best = i; in getOffsetForAdvance() 192 return best; in getOffsetForAdvance()
|
D | OptimalLineBreaker.cpp | 432 float best = SCORE_INFTY; in computeBreaks() local 454 if (jScore + bestHope >= best) continue; in computeBreaks() 509 if (score <= best) { in computeBreaks() 510 best = score; in computeBreaks() 514 breaksData.push_back({best + candidates[i].penalty + context.linePenalty, // score in computeBreaks()
|
/frameworks/av/services/mediaextractor/seccomp_policy/ |
D | mediaextractor-riscv64.policy | 2 # best performance.
|
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/media/module/service.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/av/ |
D | MainlineFiles.cfg | 24 # if you want to specify a directory, best to use a pattern like "foo/"
|
/frameworks/proto_logging/stats/atoms/automotive/caruilib/ |
D | automotive_caruilib_atoms.proto | 38 UNSPECIFIED = 0; // go/proto-best-practices-checkers#enum-default-value
|
/frameworks/proto_logging/stats/enums/media/ |
D | enums.proto | 46 // though it may flag a best practices warning.
|
/frameworks/av/media/module/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/native/libs/binder/tests/ |
D | binderThroughputTest.cpp | 106 double best = (double)data[0] / 1.0E6; in dump() local 109 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/base/ |
D | OWNERS.md | 9 this structure, the best place to authoritatively define `OWNERS` can vary
|