Home
last modified time | relevance | path

Searched refs:test_config (Results 1 – 7 of 7) sorted by relevance

/build/soong/scripts/
Dtest_config_fixer_test.py40 test_config = ( variable in OverwritePackageNameTest
58 …doc = minidom.parseString(self.test_config % ("com.android.foo", "com.android.foo", "com.android.b…
66 expected = self.test_config % ("com.android.foo", "com.soong.foo", "com.android.bar")
73 test_config = ( variable in OverwriteTestFileNameTest
86 doc = minidom.parseString(self.test_config % ("foo.apk"))
93 expected = self.test_config % ("bar.apk")
Dtest_config_fixer.py52 test_config = parse_test_config(test_config_doc)
53 tests = get_children_with_tag(test_config, 'test')
63 test_config = parse_test_config(test_config_doc)
64 tests = get_children_with_tag(test_config, 'target_preparer')
Dmanifest.py71 test_config = doc.documentElement
72 if test_config.tagName != 'configuration':
74 return test_config
/build/soong/android/
Dcsuite_config_test.go27 csuite_config { name: "with_manifest", test_config: "manifest.xml" }
/build/make/core/
Dbase_rules.mk728 test_config := $(LOCAL_FULL_TEST_CONFIG)
730 test_config := $(LOCAL_PATH)/$(LOCAL_TEST_CONFIG)
732 test_config := $(wildcard $(LOCAL_PATH)/AndroidTest.xml)
734 ifeq (,$(test_config))
754 test_config := $(autogen_test_config_file)
765 test_config :=
785 ifneq (,$(test_config))
788 $(test_config):$(dir)/$(LOCAL_MODULE).config)))
1013 ALL_MODULES.$(my_register_name).TEST_CONFIG := $(test_config)
1022 test_config :=
/build/make/tools/
DAndroid.bp69 test_config: "post_process_props_unittest.xml",
/build/soong/java/
Djava_test.go577 test_config: "AndroidTest.xml",