Home
last modified time | relevance | path

Searched refs:missing_elements (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstparse.c88 ctx->missing_elements = NULL; in gst_parse_context_new()
115 for (l = context->missing_elements; l != NULL; l = l->next) in gst_parse_context_copy()
118 ret->missing_elements = missing_copy.head; in gst_parse_context_copy()
135 g_list_foreach (context->missing_elements, (GFunc) g_free, NULL); in gst_parse_context_free()
136 g_list_free (context->missing_elements); in gst_parse_context_free()
164 len = g_list_length (context->missing_elements); in gst_parse_context_get_missing_elements()
171 for (i = 0, l = context->missing_elements; l != NULL; l = l->next, ++i) in gst_parse_context_get_missing_elements()
H A Dgst_private.h74 GList * missing_elements; member
/dports/devel/liberasurecode/liberasurecode-1.4.0/src/builtin/xor_codes/
H A Dxor_code.c63 int missing_elements_bm(xor_code_t *code_desc, int *missing_elements, int (*bit_lookup_func)(xor_co… in missing_elements_bm() argument
68 while (missing_elements[i] > -1) { in missing_elements_bm()
69 bm |= bit_lookup_func(code_desc, missing_elements[i]); in missing_elements_bm()
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/tests/
H A Dtest_cli.py21 missing_elements = ( variable
40 @pytest.mark.parametrize("missing_element", missing_elements)
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/
H A Dparse_context.rs36 pub fn missing_elements(&self) -> Vec<String> { in missing_elements() method
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/
H A Dparse_context.rs36 pub fn missing_elements(&self) -> Vec<String> { in missing_elements() method
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/
H A Dparse_context.rs36 pub fn missing_elements(&self) -> Vec<String> { in missing_elements() method
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/chromium/scripts/
H A Dgenerate_gn_unittest.py232 missing_elements = expected.difference(actual)
235 if len(missing_elements):
237 for e in missing_elements:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/chromium/scripts/
H A Dgenerate_gn_unittest.py232 missing_elements = expected.difference(actual)
235 if len(missing_elements):
237 for e in missing_elements:
/dports/devel/liberasurecode/liberasurecode-1.4.0/include/xor_codes/
H A Dxor_code.h72 int missing_elements_bm(xor_code_t *code_desc, int *missing_elements, int (*bit_lookup_func)(xor_co…
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/parse/
H A Dgrammar.y205 … (graph)->ctx->missing_elements = g_list_append ((graph)->ctx->missing_elements, g_strdup (name)); in add_missing_element()
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/
H A Dfileset.py1553 missing_elements = [
1556 if not load and missing_elements: