| /third_party/icu/icu4c/source/test/intltest/ |
| D | localematchertest.cpp | 100 const Locale *best = matcher.getBestMatch(Locale::getFrench(), errorCode); in testEmpty() local 130 const Locale *best = matcher.getBestMatch("en_GB", errorCode); in testBasics() local 144 const Locale *best = matcher.getBestMatch("en_GB", errorCode); in testBasics() local 157 const Locale *best = matcher.getBestMatch("en_GB", errorCode); in testBasics() local 174 const Locale *best = matcher.getBestMatch("en_GB", errorCode); in testBasics() local 189 const Locale *best = matcher.getBestMatch("en_GB", errorCode); in testBasics() local 203 const Locale *best = matcher.getBestMatchForListString("el, fr, fr;q=0, en-GB", errorCode); in testBasics() local 221 const Locale *best = matcher.getBestMatch("en_GB", errorCode); in testBasics() local 270 const Locale *best = matcher.getBestMatch("en_GB", errorCode); in testSupportedDefault() local 294 const Locale *best = matcher.getBestMatch("en_GB", errorCode); in testUnsupportedDefault() local [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | motion_est_template.c | 255 int best[8]; in qpel_motion_search() local 416 static av_always_inline int small_diamond_search(MpegEncContext * s, int *best, int dmin, in small_diamond_search() 457 static int funny_diamond_search(MpegEncContext * s, int *best, int dmin, in funny_diamond_search() 499 static int hex_search(MpegEncContext * s, int *best, int dmin, in hex_search() 533 static int l2s_dia_search(MpegEncContext * s, int *best, int dmin, in l2s_dia_search() 571 static int umh_search(MpegEncContext * s, int *best, int dmin, in umh_search() 618 static int full_search(MpegEncContext * s, int *best, int dmin, in full_search() 681 static int sab_diamond_search(MpegEncContext * s, int *best, int dmin, in sab_diamond_search() 771 static int var_diamond_search(MpegEncContext * s, int *best, int dmin, in var_diamond_search() 832 static av_always_inline int diamond_search(MpegEncContext * s, int *best, int dmin, in diamond_search() [all …]
|
| D | imgconvert.c | 36 enum AVPixelFormat best = AV_PIX_FMT_NONE; in avcodec_find_best_pix_fmt_of_list() local
|
| D | libvo-amrwbenc.c | 61 int i, best = -1, min_diff = 0; in get_wb_bitrate_mode() local
|
| D | aacenc_is.c | 120 struct AACISError ph_err1, ph_err2, *best; in ff_aac_search_for_is() local
|
| D | idcinvideo.c | 88 int best, best_node; in huff_smallest_node() local
|
| /third_party/node/deps/npm/lib/utils/ |
| D | did-you-mean.js | 8 let best = [] variable
|
| /third_party/musl/src/network/ |
| D | inet_ntop.c | 10 int i, j, max, best; in inet_ntop() local
|
| /third_party/skia/tests/ |
| D | StrokerTest.cpp | 153 int best = 0; in DEF_TEST() local 232 int best = 0; in DEF_TEST() local 342 int best = 0; in DEF_TEST() local 387 int best[2] = { 0 }; in DEF_TEST() local
|
| /third_party/mesa3d/src/gallium/frontends/clover/util/ |
| D | factor.hpp | 117 auto best = std::make_pair(T(1), std::vector<T>(grid.size(), T(1))); in find_grid_optimal_factor() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_test_dma_perf.c | 323 struct si_result *best = NULL; in si_test_dma_perf() local 417 struct si_result *best = methods[i]; in si_test_dma_perf() local
|
| /third_party/curl/lib/ |
| D | inet_ntop.c | 101 } best, cur; in inet_ntop6() local
|
| /third_party/node/deps/cares/src/lib/ |
| D | inet_ntop.c | 118 } best, cur; in inet_ntop6() local
|
| /third_party/ffmpeg/libavutil/tests/ |
| D | pixfmt_best.c | 44 enum AVPixelFormat best = AV_PIX_FMT_NONE; in find_best() local
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | core.c | 364 pa_sink *best = NULL; in pa_core_update_default_sink() local 455 pa_source *best = NULL; in pa_core_update_default_source() local
|
| D | device-port.c | 255 pa_device_port *p, *best = NULL; in pa_device_port_find_best() local
|
| D | card.c | 212 pa_card_profile *best = NULL; in pa_card_choose_initial_profile() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | LocaleMatcherTest.java | 185 ULocale best = matcher.getBestMatch("en_GB"); in testSupportedDefault() local 209 ULocale best = matcher.getBestMatch("en_GB"); in testUnsupportedDefault() local 233 ULocale best = matcher.getBestMatch("en_GB"); in testNoDefault() local 564 ULocale best = matcher.getBestMatch(loc); in check2() local
|
| /third_party/skia/src/pathops/ |
| D | SkIntersections.cpp | 151 SkDVector best = fPt[result] - origin; in mostOutside() local
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| D | node_to_instr.c | 262 ppir_node *best = NULL; in ppir_ready_list_pick_best() local
|
| /third_party/node/deps/uv/src/ |
| D | inet.c | 76 struct { int base, len; } best, cur; in inet_ntop6() local
|
| /third_party/mesa3d/src/panfrost/bifrost/ |
| D | bi_pressure_schedule.c | 271 struct sched_node *best = NULL; in choose_instr() local
|
| /third_party/libuv/src/ |
| D | inet.c | 71 struct { int base, len; } best, cur; in inet_ntop6() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | LocaleMatcherTest.java | 188 ULocale best = matcher.getBestMatch("en_GB"); in testSupportedDefault() local 212 ULocale best = matcher.getBestMatch("en_GB"); in testUnsupportedDefault() local 545 ULocale best = matcher.getBestMatch(loc); in check2() local
|
| /third_party/libwebsockets/lib/core-net/ |
| D | lws-dsh.c | 30 lws_dsh_obj_t *best; member
|