Home
last modified time | relevance | path

Searched refs:nextv (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstdiscoverer.c2084 GVariant *nextv = NULL; in _serialize_common_stream_info() local
2098 nextv = gst_discoverer_info_to_variant_recurse (sinfo->next, flags); in _serialize_common_stream_info()
2100 nextv = g_variant_new ("()"); in _serialize_common_stream_info()
2104 misc_str, nextv); in _serialize_common_stream_info()
2210 GVariant *nextv = NULL; in gst_discoverer_info_to_variant_recurse() local
2214 nextv = gst_discoverer_info_to_variant_recurse (ninfo, flags); in gst_discoverer_info_to_variant_recurse()
2218 g_variant_new ("v", nextv)); in gst_discoverer_info_to_variant_recurse()
2288 GVariant *nextv; in _parse_common_stream_info() local
2290 GET_FROM_TUPLE (common, variant, 4, &nextv); in _parse_common_stream_info()
2291 if (g_variant_n_children (nextv) > 0) { in _parse_common_stream_info()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dusettest.cpp798 UBool nextv = it.next(); in TestIteration() local
805 TEST_ASSERT(nextv == true); in TestIteration()
811 TEST_ASSERT(nextv == true); in TestIteration()
817 TEST_ASSERT(nextv == true); in TestIteration()
823 TEST_ASSERT(nextv == true); in TestIteration()
829 TEST_ASSERT(nextv == true); in TestIteration()
835 TEST_ASSERT(nextv == true); in TestIteration()
841 TEST_ASSERT(nextv == true); in TestIteration()
846 TEST_ASSERT(nextv == true); in TestIteration()
851 TEST_ASSERT(nextv == false); in TestIteration()
[all …]