Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/
H A Druntest.patch122 - test_ret += test_uri();
184 + test_ret += (ret = test_uri());
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dfetch.py294 def test_uri(self): member in URITest
295 for test_uri, ref in self.test_uris.items():
296 uri = URI(test_uri)