Home
last modified time | relevance | path

Searched defs:given (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_pad.c52 static int before_get_buddy(int given, int paddings, LayerPadModeParam mode) in before_get_buddy()
64 static int after_get_buddy(int given, int border, LayerPadModeParam mode) in after_get_buddy()
156 int given = number + before_paddings + n; in ff_dnn_execute_layer_pad() local
187 int given = height + before_paddings + h; in ff_dnn_execute_layer_pad() local
220 int given = width + before_paddings + w; in ff_dnn_execute_layer_pad() local
253 int given = channel + before_paddings + c; in ff_dnn_execute_layer_pad() local
/third_party/python/Lib/test/test_json/
Dtest_scanstring.py90 def assertScan(given, expect): argument
/third_party/grpc/src/csharp/Grpc.Tools.Tests/
DProtoCompileCommandLineGeneratorTest.cs169 public void DirectorySlashTrimmingCases(string given, string expect) in DirectorySlashTrimmingCases()
/third_party/curl/tests/libtest/
Dlib552.c135 size_t given = amount < available ? amount : available; /* What is given */ in read_callback() local
/third_party/json/test/src/
Dunit-cbor.cpp1633 std::vector<uint8_t> given = {0x5b, 0x00, 0x00, 0x00, 0x00, variable
1642 std::vector<uint8_t> given = {0x7b, 0x00, 0x00, 0x00, 0x00, variable
1651 std::vector<uint8_t> given = {0x9b, 0x00, 0x00, 0x00, 0x00, variable
1660 std::vector<uint8_t> given = {0xbb, 0x00, 0x00, 0x00, 0x00, variable
Dunit-msgpack.cpp1418 auto given = std::vector<uint8_t>({0xca, 0x41, 0xc8, 0x00, 0x01}); variable
/third_party/boost/libs/python/doc/html/numpy/
Dsearchindex.js1 …"reference/multi_iter","reference/ndarray","reference/unary_ufunc","tutorial/dtype","tutorial/from…
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.cc1464 size_t given = static_cast<size_t>(end - cur); in parse_string() local
/third_party/python/Lib/test/
Dtest_urllib.py1294 def help_inputtype(self, given, test_type): argument
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dterm-ostream.oo.c197 nearest_color (rgb_t given, const rgb_t *table, unsigned int table_size) in nearest_color()
/third_party/python/Lib/
Dinspect.py1471 def _too_many(f_name, args, kwonly, varargs, defcount, given, values): argument
/third_party/boost/libs/hof/doc/html/
Dsearchindex.js1 …ors","doc/src/building","doc/src/concepts","doc/src/configurations","doc/src/decorators","doc/src/…
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …pace","design/concepts","design/conclusions","design/dynamic_image","design/examples","design/exte…
/third_party/python/Python/
Dceval.c4658 Py_ssize_t given, PyObject *defaults, in too_many_positional()
/third_party/curl/lib/
Durldata.h1026 const struct Curl_handler *given; /* The protocol first given */ member
/third_party/node/tools/
Dlint-md.mjs21897 this.given = {settings: options.settings, plugins: options.plugins}; property