Home
last modified time | relevance | path

Searched refs:deprecated (Results 1 – 25 of 63) sorted by relevance

123

/system/tools/xsdc/src/com/android/xsdc/tag/
DXsdTag.java24 private boolean deprecated; field in XsdTag
29 this.deprecated = false; in XsdTag()
41 return deprecated; in isDeprecated()
44 public void setDeprecated(boolean deprecated) { in setDeprecated() argument
45 this.deprecated = deprecated; in setDeprecated()
/system/tools/xsdc/src/com/android/xsdc/
DXsdHandler.java42 boolean deprecated; field in XsdHandler.State
48 deprecated = false; in State()
195 stateStack.peek().deprecated = isDeprecated(state.attributeMap, state.tags); in endElement()
277 return setDeprecated(new XsdElement(name, ref, type, multiple), state.deprecated); in makeElement()
300 return setDeprecated(new XsdAttribute(name, ref, type), state.deprecated); in makeAttribute()
328 child.getAttributes(), child.getElements()), state.deprecated); in makeComplexType()
332 child.getAttributes()), state.deprecated); in makeComplexType()
337 elements), state.deprecated); in makeComplexType()
368 return setDeprecated(content, state.deprecated); in makeComplexContent()
386 return setDeprecated(content, state.deprecated); in makeSimpleContent()
[all …]
/system/libvintf/include/vintf/
DVndk.h28 struct [[deprecated]] VndkVersionRange {
45 struct [[deprecated]] Vndk {
/system/bt/embdrv/sbc/decoder/include/
Doi_cpu_dep.h140 #error OI_CPU_ARM is deprecated
149 #error OI_CPU_ARC is deprecated
/system/media/camera/docs/
Dmetadata_validate.py307 deprecated = entry.attrs.get('deprecated')
308 if deprecated and deprecated == 'true':
DCameraMetadataEnums.mako44 % if value.deprecated:
45 * @deprecated Please refer to this API documentation to find the alternatives
48 % if value.deprecated:
DCameraMetadataKeys.mako53 % if entry.deprecated:
54 * @deprecated
61 % if entry.deprecated:
Dmetadata_template.mako103 % if prop.deprecated:
104 deprecated="true"
153 % if value.deprecated:
154 deprecated="true"
Dndk_camera_metadata_tags.mako90 % if entry.deprecated:
166 % if (val.notes or val.deprecated):
174 % if val.deprecated:
Dhtml.mako167 % if entry.deprecated:
255 % if prop.deprecated:
292 % if prop.deprecated:
293 <span class="entry_type_deprecated">[deprecated] </span>
305 % if value.deprecated:
306 <span class="entry_type_enum_deprecated">[deprecated]</span>
340 % if prop.deprecated:
/system/core/liblog/include/log/
Devent_tag_map.h45 deprecated("use android_lookupEventTag_len() instead to minimize "
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java119 boolean deprecated) throws JavaCodeGeneratorException { in printEnumClass() argument
120 if (deprecated) { in printEnumClass()
144 String nameScope, boolean deprecated) throws JavaCodeGeneratorException { in printClass() argument
152 if (deprecated) { in printClass()
315 boolean isMultiple, boolean deprecated) { in printGetterAndSetter() argument
319 if (deprecated) { in printGetterAndSetter()
333 if (deprecated) { in printGetterAndSetter()
/system/sepolicy/prebuilts/api/26.0/public/
Dvold.te39 allow vold sdcard_type:dir mounton; # TODO: deprecated in M
40 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M
41 allow vold sdcard_type:dir create_dir_perms; # TODO: deprecated in M
42 allow vold sdcard_type:file create_file_perms; # TODO: deprecated in M
Dsdcardd.te6 allow sdcardd rootfs:dir mounton; # TODO: deprecated in M
/system/sepolicy/prebuilts/api/27.0/public/
Dvold.te42 allow vold sdcard_type:dir mounton; # TODO: deprecated in M
43 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M
44 allow vold sdcard_type:dir create_dir_perms; # TODO: deprecated in M
45 allow vold sdcard_type:file create_file_perms; # TODO: deprecated in M
Dsdcardd.te6 allow sdcardd rootfs:dir mounton; # TODO: deprecated in M
/system/sepolicy/private/
Dnetd.te16 # TODO: Remove this permission when 4.9 kernel is deprecated.
/system/sepolicy/prebuilts/api/29.0/private/
Dnetd.te16 # TODO: Remove this permission when 4.9 kernel is deprecated.
/system/sepolicy/prebuilts/api/28.0/public/
Dsdcardd.te6 allow sdcardd rootfs:dir mounton; # TODO: deprecated in M
Dvold.te50 allow vold sdcard_type:dir mounton; # TODO: deprecated in M
51 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M
52 allow vold sdcard_type:dir create_dir_perms; # TODO: deprecated in M
53 allow vold sdcard_type:file create_file_perms; # TODO: deprecated in M
/system/sepolicy/prebuilts/api/29.0/public/
Dsdcardd.te6 allow sdcardd rootfs:dir mounton; # TODO: deprecated in M
Dvold.te66 allow vold sdcard_type:dir mounton; # TODO: deprecated in M
67 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M
68 allow vold sdcard_type:dir create_dir_perms; # TODO: deprecated in M
69 allow vold sdcard_type:file create_file_perms; # TODO: deprecated in M
/system/sepolicy/public/
Dsdcardd.te6 allow sdcardd rootfs:dir mounton; # TODO: deprecated in M
Dvold.te66 allow vold sdcard_type:dir mounton; # TODO: deprecated in M
67 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M
68 allow vold sdcard_type:dir create_dir_perms; # TODO: deprecated in M
69 allow vold sdcard_type:file create_file_perms; # TODO: deprecated in M
/system/core/adb/
DAndroid.bp390 "-Wno-deprecated-declarations",
488 "-Wno-deprecated-declarations",
520 "-Wno-deprecated-declarations",

123