Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 39) sorted by relevance

12

/tools/platform-compat/java/android/processor/compat/changeid/
DXmlWriter.java84 void addChange(Change change) { in addChange() argument
86 newElement.setAttribute(XML_NAME_ATTR, change.name); in addChange()
87 newElement.setAttribute(XML_ID_ATTR, change.id.toString()); in addChange()
88 if (change.disabled) { in addChange()
91 if (change.loggingOnly) { in addChange()
94 if (change.enabledAfter != null) { in addChange()
95 newElement.setAttribute(XML_ENABLED_AFTER_ATTR, change.enabledAfter.toString()); in addChange()
97 if (change.enabledSince != null) { in addChange()
98 newElement.setAttribute(XML_ENABLED_SINCE_ATTR, change.enabledSince.toString()); in addChange()
100 if (change.description != null) { in addChange()
[all …]
DChangeIdProcessor.java88 Change change = in process() local
90 writer.addChange(change); in process()
229 private Change verifyChange(Element element, Change change) { in verifyChange() argument
230 if (change.disabled && (change.enabledAfter != null || change.enabledSince != null)) { in verifyChange()
237 if (change.loggingOnly && (change.disabled || change.enabledAfter != null in verifyChange()
238 || change.enabledSince != null)) { in verifyChange()
245 if (change.enabledAfter != null && change.enabledSince != null) { in verifyChange()
252 return change; in verifyChange()
/tools/metalava/src/test/java/com/android/tools/metalava/
DCompatibilityCheckTest.kt836 fun `Change field constant value, change field type`() { in Change field constant value, change field type()
902 fun `Change annotation default method value change`() { in Change annotation default method value change()
948 fun `Incompatible class change -- class to interface`() { in Incompatible class change -- class to interface()
973 fun `Incompatible class change -- change implemented interfaces`() { in Incompatible class change -- change implemented interfaces()
1000 fun `Incompatible class change -- change qualifiers`() { in Incompatible class change -- change qualifiers()
1027 fun `Incompatible class change -- final`() { in Incompatible class change -- final()
1079 fun `Incompatible class change -- visibility`() { in Incompatible class change -- visibility()
1117 fun `Incompatible class change -- deprecation`() { in Incompatible class change -- deprecation()
1144 fun `Incompatible class change -- superclass`() { in Incompatible class change -- superclass()
1192 fun `Incompatible class change -- type variables`() { in Incompatible class change -- type variables()
[all …]
/tools/asuite/atest-py2/docs/
Ddeveloper_workflow.md17 involved with your change. This will help determine what tests you write
40 This is the code that actually runs the test. If your change
76 All tests should be passing before you submit your change.
109 first run the test file your code change affected individually. The
139 Again, you shouldn't need to change vts10-tradefed code.
/tools/asuite/atest/docs/
Ddeveloper_workflow.md17 involved with your change. This will help determine what tests you write
40 This is the code that actually runs the test. If your change
76 All tests should be passing before you submit your change.
109 first run the test file your code change affected individually. The
139 Again, you shouldn't need to change vts10-tradefed code.
/tools/treble/split/
Dmanifest_diff_test.py24 def _canonicalize(change): argument
27 for identifier, value in change.items()
DAndroid.bp17 // A large-scale-change added 'default_applicable_licenses' to import
/tools/currysrc/scripts/
Drepackage-common.sh97 CHANGE_LOG=$(mktemp --suffix srcgen-change.log)
171 --change-log ${CHANGE_LOG} \
/tools/platform-compat/build/
Dprocess_compat_config.py103 for change in self.tree.getroot():
105 new_change.attrib = change.attrib.copy()
/tools/apkzlib/
DAndroid.bp24 // Added automatically by a large-scale-change that took the approach of
47 // large-scale-change unable to identify any license_text files
/tools/metalava/
DFORMAT.md30 Why did we change from the historical doclava signature format (v1)
40 changes. (For example, you can change the return value of a final method from
43 And if we were going to change the signature format, we might as well make some
231 (also applying the @interface terminology change described above) :
323 is a compile-incompatible change.
374 files since they're entirely implied by the enum, you can't change them, and
/tools/acloud/internal/proto/
Dinternal_config.proto102 // [CVD only] The kernel build target: "kernel". This is unlikely to change.
106 // It's very unlikely that this will ever change.
/tools/external_updater/
DREADME.md56 top of upstream. As long as there is any new change upstream, local
114 libraries every hour, send email and change. Currently this is done by
/tools/asuite/atest-py2/
Datest_utils.py617 for change in modified_wo_commit:
619 os.path.normpath('{}/{}'.format(git_path, change)))
/tools/external/fat32lib/
DNOTICE15 …eedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarant…
19 … that you receive source code or can get it if you want it; that you can change the software and u…
64 … modified to carry prominent notices stating that you changed the files and the date of any change.
75 …n you can specify that version instead if you wish.) Do not make any other change in these notices.
77 Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU Gen…
DAndroid.bp20 // Added automatically by a large-scale-change that took the approach of
/tools/aadevtools/dev/resource/
Dsysui_gcar_android10-qpr3-release_android11-release.txt95 If there is, change SYSUI_EXT_PROJECT in the script.
215 If there is, change SYSUI_EXT_PROJECT in the script.
/tools/security/sanitizer-status/
DAndroid.bp5 // Added automatically by a large-scale-change
/tools/treble/fetcher/
DAndroid.bp3 // A large-scale-change added 'default_applicable_licenses' to import
/tools/treble/
DAndroid.bp20 // Added automatically by a large-scale-change
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt499 not the Option Data of that option can change en-route to the
511 in the packet, for any option whose data may change en-route, its
515 0 - Option Data does not change en-route
517 1 - Option Data may change en-route
1378 writing, still experimental and subject to change as the requirements
1423 permitted to change the value of those bits in packets that
1537 its checksum computation; this is a change from the IPv4 version of
1539 reason for the change is to protect ICMP from misdelivery or
1551 lifetime, so this is not a change in practice. Any upper-layer
1986 the Internet-Draft version in which the change was made.
[all …]
/tools/apksig/
DAndroid.bp23 // Added automatically by a large-scale-change
/tools/treble/build/
DAndroid.bp17 // A large-scale-change added 'default_applicable_licenses' to import
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dnetwork_settings.py90 for change in temp:
91 self.cleanup_map[change]()
/tools/aadevtools/
DREADME.md31 * For example, to generate the change report for Android 11 to 10 QPR3: [sysui_gcar_android10-qpr3-…

12