Searched refs:android_ns (Results 1 – 5 of 5) sorted by relevance
/aosp12/build/soong/scripts/ |
H A D | manifest_fixer.py | 26 from manifest import android_ns 104 min_attr = element.getAttributeNodeNS(android_ns, 'minSdkVersion') 160 if not find_child_with_attribute(application, 'meta-data', android_ns, 163 ul.setAttributeNS(android_ns, 'android:name', logging_parent_key) 213 ul.setAttributeNS(android_ns, 'android:name', name) 247 attr = application.getAttributeNodeNS(android_ns, 'usesNonSdkApi') 249 attr = doc.createAttributeNS(android_ns, 'android:usesNonSdkApi') 267 attr = application.getAttributeNodeNS(android_ns, 'useEmbeddedDex') 269 attr = doc.createAttributeNS(android_ns, 'android:useEmbeddedDex') 313 attr = application.getAttributeNodeNS(android_ns, 'hasCode') [all …]
|
H A D | manifest_check.py | 29 from manifest import android_ns 184 name = lib.getAttributeNodeNS(android_ns, 'name') 194 required = lib.getAttributeNodeNS(android_ns, 'required') 236 min_attr = uses_sdk.getAttributeNodeNS(android_ns, 'minSdkVersion') 240 target_attr = uses_sdk.getAttributeNodeNS(android_ns, 'targetSdkVersion')
|
H A D | manifest.py | 23 android_ns = 'http://schemas.android.com/apk/res/android' variable 61 attr.value = android_ns 63 elif ns.value != android_ns:
|
/aosp12/system/tools/aidl/ |
H A D | ast_cpp_unittest.cpp | 158 unique_ptr<CppNamespace> android_ns{new CppNamespace {"android", in TEST_F() local 162 test_ns_globals.push_back(std::move(android_ns)); in TEST_F() 183 unique_ptr<CppNamespace> android_ns{new CppNamespace{"android", std::move(test_ns_vec)}}; in TEST_F() local 186 test_ns_globals.push_back(std::move(android_ns)); in TEST_F()
|
/aosp12/system/apex/apexer/ |
H A D | apexer.py | 37 from manifest import android_ns 425 if not find_child_with_attribute(application, 'meta-data', android_ns, 428 ul.setAttributeNS(android_ns, 'android:name', logging_parent_key) 429 ul.setAttributeNS(android_ns, 'android:value', logging_parent_value)
|