Home
last modified time | relevance | path

Searched defs:best (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/icu/icu4c/source/test/intltest/
Dlocalematchertest.cpp100 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/
Dmotion_est_template.c255 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 …]
Dlibvo-amrwbenc.c60 int i, best = -1, min_diff = 0; in get_wb_bitrate_mode() local
Daacenc_is.c120 struct AACISError ph_err1, ph_err2, *best; in ff_aac_search_for_is() local
Dimgconvert.c73 enum AVPixelFormat best = AV_PIX_FMT_NONE; in avcodec_find_best_pix_fmt_of_list() local
/third_party/musl/src/network/
Dinet_ntop.c10 int i, j, max, best; in inet_ntop() local
/third_party/skia/tests/
DStrokerTest.cpp153 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/flutter/skia/tests/
DStrokerTest.cpp151 int best = 0; in DEF_TEST() local
230 int best = 0; in DEF_TEST() local
340 int best = 0; in DEF_TEST() local
385 int best[2] = { 0 }; in DEF_TEST() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c323 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/mesa3d/src/gallium/frontends/clover/util/
Dfactor.hpp117 auto best = std::make_pair(T(1), std::vector<T>(grid.size(), T(1))); in find_grid_optimal_factor() local
/third_party/node/deps/cares/src/lib/
Dinet_ntop.c113 struct { int base, len; } best, cur; in inet_ntop6() local
/third_party/ffmpeg/libavutil/tests/
Dpixfmt_best.c44 enum AVPixelFormat best = AV_PIX_FMT_NONE; in find_best() local
/third_party/pulseaudio/src/pulsecore/
Dcore.c316 pa_sink *best = NULL; in pa_core_update_default_sink() local
407 pa_source *best = NULL; in pa_core_update_default_source() local
Ddevice-port.c255 pa_device_port *p, *best = NULL; in pa_device_port_find_best() local
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dmpegpsmux.c447 MpegPsPadData *best = NULL; in mpegpsmux_choose_best_stream() local
509 MpegPsPadData *best = NULL; in mpegpsmux_collected() local
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DMeasurement.cpp115 size_t best = searchStart; in getOffsetForAdvance() local
/third_party/flutter/txt/src/minikin/
DMeasurement.cpp115 size_t best = searchStart; in getOffsetForAdvance() local
/third_party/flutter/skia/third_party/externals/imgui/misc/fonts/
Dbinary_to_compressed_c.cpp215 static int stb_not_crap(int best, int dist) in stb_not_crap()
255 int best = 2, dist=0; in stb_compress_chunk() local
/third_party/skia/third_party/externals/imgui/misc/fonts/
Dbinary_to_compressed_c.cpp220 static int stb_not_crap(int best, int dist) in stb_not_crap()
260 int best = 2, dist=0; in stb_compress_chunk() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherTest.java185 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/flutter/skia/src/pathops/
DSkIntersections.cpp151 SkDVector best = fPt[result] - origin; in mostOutside() local
/third_party/skia/src/pathops/
DSkIntersections.cpp151 SkDVector best = fPt[result] - origin; in mostOutside() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnode_to_instr.c262 ppir_node *best = NULL; in ppir_ready_list_pick_best() local
/third_party/flutter/glfw/src/
Dwin32_monitor.c98 const GLFWvidmode* best; in _glfwSetVideoModeWin32() local
/third_party/libuv/src/
Dinet.c76 struct { int base, len; } best, cur; in inet_ntop6() local

12345