Searched refs:metainfo (Results 1 – 7 of 7) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | CurrencyTest.java | 454 CurrencyMetaInfo metainfo = CurrencyMetaInfo.getInstance(true); in testCurrencyMetaInfoRanges() local 455 assertNotNull("have metainfo", metainfo); in testCurrencyMetaInfoRanges() 458 List<CurrencyInfo> currenciesInGermany = metainfo.currencyInfo(filter); in testCurrencyMetaInfoRanges() 476 …assertEquals("DEM available at last date", 2, metainfo.currencyInfo(filter.withDate(demLastDate)).… in testCurrencyMetaInfoRanges() 480 …assertEquals("DEM not available after very start of last date", 1, metainfo.currencyInfo(filter.wi… in testCurrencyMetaInfoRanges() 483 …assertEquals("EUR available on start of first date", 2, metainfo.currencyInfo(filter.withDate(eurF… in testCurrencyMetaInfoRanges() 487 …assertEquals("EUR not avilable before very start of first date", 1, metainfo.currencyInfo(filter.w… in testCurrencyMetaInfoRanges() 508 CurrencyMetaInfo metainfo = CurrencyMetaInfo.getInstance(true); in testCurrencyMetaInfoRangesWithLongs() local 509 assertNotNull("have metainfo", metainfo); in testCurrencyMetaInfoRangesWithLongs() 512 List<CurrencyInfo> currenciesInGermany = metainfo.currencyInfo(filter); in testCurrencyMetaInfoRangesWithLongs() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | CurrencyTest.java | 451 CurrencyMetaInfo metainfo = CurrencyMetaInfo.getInstance(true); in testCurrencyMetaInfoRanges() local 452 assertNotNull("have metainfo", metainfo); in testCurrencyMetaInfoRanges() 455 List<CurrencyInfo> currenciesInGermany = metainfo.currencyInfo(filter); in testCurrencyMetaInfoRanges() 473 …assertEquals("DEM available at last date", 2, metainfo.currencyInfo(filter.withDate(demLastDate)).… in testCurrencyMetaInfoRanges() 477 …assertEquals("DEM not available after very start of last date", 1, metainfo.currencyInfo(filter.wi… in testCurrencyMetaInfoRanges() 480 …assertEquals("EUR available on start of first date", 2, metainfo.currencyInfo(filter.withDate(eurF… in testCurrencyMetaInfoRanges() 484 …assertEquals("EUR not avilable before very start of first date", 1, metainfo.currencyInfo(filter.w… in testCurrencyMetaInfoRanges() 505 CurrencyMetaInfo metainfo = CurrencyMetaInfo.getInstance(true); in testCurrencyMetaInfoRangesWithLongs() local 506 assertNotNull("have metainfo", metainfo); in testCurrencyMetaInfoRangesWithLongs() 509 List<CurrencyInfo> currenciesInGermany = metainfo.currencyInfo(filter); in testCurrencyMetaInfoRangesWithLongs() [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstmeta.c | 55 static GHashTable *metainfo = NULL; variable 87 metainfo = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, free_info); in _priv_gst_meta_initialize() 108 if (metainfo != NULL) { in _priv_gst_meta_cleanup() 109 g_hash_table_foreach_remove (metainfo, (GHRFunc) notify_custom, NULL); in _priv_gst_meta_cleanup() 110 g_hash_table_unref (metainfo); in _priv_gst_meta_cleanup() 111 metainfo = NULL; in _priv_gst_meta_cleanup() 408 g_hash_table_insert (metainfo, (gpointer) g_intern_string (impl), in gst_meta_register() 433 info = g_hash_table_lookup (metainfo, impl); in gst_meta_get_info()
|
/third_party/gettext/gettext-tools/its/ |
D | Makefile.am | 24 gsettings.loc gsettings.its metainfo.loc metainfo.its
|
/third_party/node/deps/npm/lib/ |
D | shrinkwrap.js | 252 const metainfo = new Set([ 260 if (!metainfo.has(k)) {
|
/third_party/e2fsprogs/debian/ |
D | changelog | 4087 * Added metainfo to com_err.texinfo so that it gets indexed correctly
|
/third_party/gettext/gettext-tools/doc/ |
D | gettext.texi | 10096 @code{appdata.xml}, @code{metainfo.xml}
|