/system/media/camera/docs/ |
D | metadata_model_test.py | 35 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]
|
D | metadata_model.py | 534 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 …]
|
D | ACameraMetadata.mako | 24 % for inner_namespace in get_children_by_filtering_kind(section, kind_name, 'namespaces'):
|
D | CameraMetadataEnums.mako | 62 % for inner_namespace in get_children_by_filtering_kind(section, xml_name, 'namespaces'):
|
D | CameraMetadataKeys.mako | 81 % for inner_namespace in get_children_by_filtering_kind(section, xml_name, 'namespaces'):
|
D | html.mako | 162 % for nested in node.namespaces: 239 % for nested in node.namespaces:
|
D | metadata_template.mako | 55 % for nested in node.namespaces:
|
/system/extras/libperfmgr/ |
D | CPPLINT.cfg | 2 filter=-build/c++11,-build/include_order,-build/namespaces,-build/header_guard,-whitespace/indent,-…
|
/system/tools/xsdc/src/com/android/xsdc/ |
D | XsdHandler.java | 54 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/ |
D | ld.config.legacy.txt | 39 # APEX related namespaces. 42 additional.namespaces = runtime,conscrypt,media,resolv
|
D | ld.config.vndk_lite.txt | 37 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
|
D | ld.config.txt | 37 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/ |
D | ld.config.txt | 4 additional.namespaces = sphal,vndk
|
/system/core/libutils/ |
D | README | 110 defines two namespaces: 139 overlay packages) to existing resource namespaces, like so:
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | vold.te | 162 # vold needs to chroot into app namespaces to remount when runtime permissions change
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | vold.te | 165 # vold needs to chroot into app namespaces to remount when runtime permissions change
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | access_vectors | 562 # in user namespaces
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | access_vectors | 543 # in user namespaces
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | access_vectors | 547 # in user namespaces
|
/system/sepolicy/reqd_mask/ |
D | access_vectors | 562 # in user namespaces
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | access_vectors | 556 # in user namespaces
|
/system/sepolicy/private/ |
D | access_vectors | 562 # in user namespaces
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | vold.te | 190 # vold needs to chroot into app namespaces to remount when runtime permissions change
|
/system/sepolicy/public/ |
D | vold.te | 221 # vold needs to chroot into app namespaces to remount when runtime permissions change
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | vold.te | 221 # vold needs to chroot into app namespaces to remount when runtime permissions change
|