Searched refs:test_config (Results 1 – 7 of 7) sorted by relevance
/build/soong/scripts/ |
D | test_config_fixer_test.py | 40 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")
|
D | test_config_fixer.py | 52 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')
|
D | manifest.py | 71 test_config = doc.documentElement 72 if test_config.tagName != 'configuration': 74 return test_config
|
/build/soong/android/ |
D | csuite_config_test.go | 27 csuite_config { name: "with_manifest", test_config: "manifest.xml" }
|
/build/make/core/ |
D | base_rules.mk | 728 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/ |
D | Android.bp | 69 test_config: "post_process_props_unittest.xml",
|
/build/soong/java/ |
D | java_test.go | 577 test_config: "AndroidTest.xml",
|