Home
last modified time | relevance | path

Searched refs:namespaces (Results 1 – 25 of 33) sorted by relevance

12

/system/media/camera/docs/
Dmetadata_model_test.py35 combined_ins = [i for i in combined_children_namespace.namespaces]
80 self.assertIn(ins1, combined_kind.namespaces)
81 self.assertIn(ins2, combined_kind.namespaces)
115 combined_ins = [i for i in combined_children_kind.namespaces]
Dmetadata_model.py534 ins_dict = self._dictionary_by_name(parent.namespaces)
557 if ins not in parent.namespaces:
719 for namespace in i.namespaces:
783 combined._namespaces.extend(k.namespaces)
809 def namespaces(self): member in Kind
826 for i in self.namespaces:
872 for ins in self.namespaces:
875 new_ins._namespaces.extend(ins.namespaces)
909 def namespaces(self): member in InnerNamespace
921 for namespace in self.namespaces:
[all …]
DACameraMetadata.mako24 % for inner_namespace in get_children_by_filtering_kind(section, kind_name, 'namespaces'):
DCameraMetadataEnums.mako62 % for inner_namespace in get_children_by_filtering_kind(section, xml_name, 'namespaces'):
DCameraMetadataKeys.mako81 % for inner_namespace in get_children_by_filtering_kind(section, xml_name, 'namespaces'):
Dhtml.mako162 % for nested in node.namespaces:
239 % for nested in node.namespaces:
Dmetadata_template.mako55 % for nested in node.namespaces:
/system/extras/libperfmgr/
DCPPLINT.cfg2 filter=-build/c++11,-build/include_order,-build/namespaces,-build/header_guard,-whitespace/indent,-…
/system/tools/xsdc/src/com/android/xsdc/
DXsdHandler.java54 private final Map<String, String> namespaces; field in XsdHandler
61 namespaces = new HashMap<>(); in XsdHandler()
77 namespaces.put(prefix, uri); in startPrefixMapping()
82 namespaces.remove(prefix); in endPrefixMapping()
89 return new QName(namespaces.get(parsed[0]), parsed[1]); in parseQName()
/system/core/rootdir/etc/
Dld.config.legacy.txt39 # APEX related namespaces.
42 additional.namespaces = runtime,conscrypt,media,resolv
Dld.config.vndk_lite.txt37 additional.namespaces = runtime,conscrypt,media,resolv,sphal,vndk,rs
201 # libs listed here can be used. Order is important here as the namespaces are
318 additional.namespaces = runtime
392 additional.namespaces = runtime,media,conscrypt,resolv
Dld.config.txt37 additional.namespaces = runtime,conscrypt,media,resolv,sphal,vndk,rs
261 # libs listed here can be used. Order is important here as the namespaces are
385 additional.namespaces = runtime,system,vndk%VNDK_IN_SYSTEM_NS%
571 additional.namespaces = runtime,media,conscrypt,resolv
/system/apex/tests/testdata/
Dld.config.txt4 additional.namespaces = sphal,vndk
/system/core/libutils/
DREADME110 defines two namespaces:
139 overlay packages) to existing resource namespaces, like so:
/system/sepolicy/prebuilts/api/26.0/public/
Dvold.te162 # vold needs to chroot into app namespaces to remount when runtime permissions change
/system/sepolicy/prebuilts/api/27.0/public/
Dvold.te165 # vold needs to chroot into app namespaces to remount when runtime permissions change
/system/sepolicy/prebuilts/api/29.0/private/
Daccess_vectors562 # in user namespaces
/system/sepolicy/prebuilts/api/26.0/private/
Daccess_vectors543 # in user namespaces
/system/sepolicy/prebuilts/api/27.0/private/
Daccess_vectors547 # in user namespaces
/system/sepolicy/reqd_mask/
Daccess_vectors562 # in user namespaces
/system/sepolicy/prebuilts/api/28.0/private/
Daccess_vectors556 # in user namespaces
/system/sepolicy/private/
Daccess_vectors562 # in user namespaces
/system/sepolicy/prebuilts/api/28.0/public/
Dvold.te190 # vold needs to chroot into app namespaces to remount when runtime permissions change
/system/sepolicy/public/
Dvold.te221 # vold needs to chroot into app namespaces to remount when runtime permissions change
/system/sepolicy/prebuilts/api/29.0/public/
Dvold.te221 # vold needs to chroot into app namespaces to remount when runtime permissions change

12