/third_party/ffmpeg/libavfilter/dnn/ |
D | dnn_backend_native_layer_pad.c | 52 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/ |
D | test_scanstring.py | 90 def assertScan(given, expect): argument
|
/third_party/openssl/apps/lib/ |
D | app_provider.c | 70 const int given = provider_option_given; in opt_provider() local
|
/third_party/rust/crates/codespan/codespan-lsp/src/ |
D | lib.rs | 21 let given = column; in location_to_position() localVariable 25 let given = byte_index; in location_to_position() localVariable
|
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/ |
D | mod.rs | 1529 let given: Vec<Literal> = $given localVariable 1598 let given: Vec<Literal> = $given localVariable 1625 let given: Vec<Literal> = $given localVariable 1660 let given: Vec<Literal> = $given localVariable
|
/third_party/json/test/src/ |
D | unit-cbor.cpp | 1634 std::vector<uint8_t> given = {0x5b, 0x00, 0x00, 0x00, 0x00, variable 1643 std::vector<uint8_t> given = {0x7b, 0x00, 0x00, 0x00, 0x00, variable 1652 std::vector<uint8_t> given = {0x9b, 0x00, 0x00, 0x00, 0x00, variable 1661 std::vector<uint8_t> given = {0xbb, 0x00, 0x00, 0x00, 0x00, variable
|
D | unit-msgpack.cpp | 1418 auto given = std::vector<uint8_t>({0xca, 0x41, 0xc8, 0x00, 0x01}); variable
|
/third_party/rust/crates/regex/regex-capi/ctest/ |
D | test.c | 211 bool test_iter_capture_name(char *expect, char *given) { in test_iter_capture_name()
|
/third_party/rust/crates/codespan/codespan/src/ |
D | file.rs | 347 let given = byte_index.to_usize(); in location() localVariable
|
/third_party/python/Lib/test/ |
D | test_urllib.py | 1294 def help_inputtype(self, given, test_type): argument
|
/third_party/python/Lib/ |
D | inspect.py | 1471 def _too_many(f_name, args, kwonly, varargs, defcount, given, values): argument
|
/third_party/rust/crates/termcolor/src/ |
D | lib.rs | 2014 given: String, field
|
/third_party/python/Python/ |
D | ceval.c | 4658 Py_ssize_t given, PyObject *defaults, in too_many_positional()
|
/third_party/node/tools/ |
D | lint-md.mjs | 21897 this.given = {settings: options.settings, plugins: options.plugins}; property
|