Home
last modified time | relevance | path

Searched refs:test_resources (Results 1 – 9 of 9) sorted by relevance

/external/libtextclassifier/native/utils/
Dresources_test.cc32 ResourcePoolT test_resources; in BuildTestResources() local
35 test_resources.locale.emplace_back(new LanguageTagT); in BuildTestResources()
36 test_resources.locale.back()->language = "en"; in BuildTestResources()
37 test_resources.locale.back()->region = "US"; in BuildTestResources()
38 test_resources.locale.emplace_back(new LanguageTagT); in BuildTestResources()
39 test_resources.locale.back()->language = "en"; in BuildTestResources()
40 test_resources.locale.back()->region = "GB"; in BuildTestResources()
41 test_resources.locale.emplace_back(new LanguageTagT); in BuildTestResources()
42 test_resources.locale.back()->language = "de"; in BuildTestResources()
43 test_resources.locale.back()->region = "DE"; in BuildTestResources()
[all …]
/external/libtextclassifier/native/utils/intents/
Dintent-generator-test-lib.cc56 ResourcePoolT test_resources; in BuildTestResources() local
57 test_resources.locale.emplace_back(new LanguageTagT); in BuildTestResources()
58 test_resources.locale.back()->language = "en"; in BuildTestResources()
59 test_resources.locale.emplace_back(new LanguageTagT); in BuildTestResources()
60 test_resources.locale.back()->language = "de"; in BuildTestResources()
63 test_resources.resource_entry.emplace_back(new ResourceEntryT); in BuildTestResources()
64 test_resources.resource_entry.back()->name = "add_calendar_event"; in BuildTestResources()
67 test_resources.resource_entry.back()->resource.emplace_back(new ResourceT); in BuildTestResources()
68 test_resources.resource_entry.back()->resource.back()->content = "Schedule"; in BuildTestResources()
69 test_resources.resource_entry.back()->resource.back()->locale.push_back(0); in BuildTestResources()
[all …]
/external/cronet/build/config/android/test/resource_overlay/
DBUILD.gn9 template("test_resources") {
22 test_resources("dependency_tagged_dependency_resources") {
28 test_resources("dependency_tagged_root_resources") {
34 test_resources("root_tagged_dependency_resources") {
39 test_resources("root_tagged_root_resources") {
/external/angle/build/config/android/test/resource_overlay/
DBUILD.gn9 template("test_resources") {
22 test_resources("dependency_tagged_dependency_resources") {
28 test_resources("dependency_tagged_root_resources") {
34 test_resources("root_tagged_dependency_resources") {
39 test_resources("root_tagged_root_resources") {
/external/python/setuptools/pkg_resources/tests/
Dtest_working_set.py10 from .test_resources import Metadata
/external/python/cpython2/Lib/test/
Dtest_regrtest.py357 def test_resources(self): member in ArgsTestCase
/external/python/setuptools/setuptools.egg-info/
DSOURCES.txt134 pkg_resources/tests/test_resources.py
/external/python/cpython3/Lib/test/
Dtest_regrtest.py713 def test_resources(self): member in ArgsTestCase
/external/python/setuptools/
DCHANGES.rst4161 without using the ``===`` escape hatch. See `the changes to test_resources
4162 …tuptools/commits/dcd552da643c4448056de84c73d56da6d70769d5#chg-setuptools/tests/test_resources.py>`_