Home
last modified time | relevance | path

Searched refs:android_ns (Results 1 – 5 of 5) sorted by relevance

/aosp12/build/soong/scripts/
H A Dmanifest_fixer.py26 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 Dmanifest_check.py29 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 Dmanifest.py23 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 Dast_cpp_unittest.cpp158 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 Dapexer.py37 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)