Home
last modified time | relevance | path

Searched refs:Change (Results 1 – 15 of 15) sorted by relevance

/tools/platform-compat/javatest/android/processor/compat/changeid/
DXmlWriterTest.java47 Change c = new Change.Builder() in testOneChange()
65 Change c = new Change.Builder() in testSomeChanges()
70 Change disabled = new Change.Builder() in testSomeChanges()
75 Change sdkRestricted = new Change.Builder() in testSomeChanges()
80 Change both = new Change.Builder() in testSomeChanges()
86 Change loggingOnly = new Change.Builder() in testSomeChanges()
91 Change overridable = new Change.Builder() in testSomeChanges()
/tools/treble/split/
Dmanifest_diff_test.py53 'src': manifest_diff.Change('oldfile1', 'newfile1')
64 'src': manifest_diff.Change('oldfile2', 'newfile2')
102 'revision': manifest_diff.Change('dev', 'release')
131 modified={'attr': manifest_diff.Change('test', 'test2')})
165 manifest_diff.Change('platform/project2',
Dxml_diff_test.py31 modified={'attr2': xml_diff.Change('hello2', 'bye2')}), changes)
62 modified={'attr': xml_diff.Change('oldfile1', 'newfile1')})
Dxml_diff.py26 class Change: class
98 changes.modified[attr] = Change(value_from=a1, value_to=a2)
Dmanifest_diff.py29 Change = xml_diff.Change variable
DREADME.md33 # Change to the directory where you ran the full build.
/tools/platform-compat/java/android/processor/compat/changeid/
DChangeIdProcessor.java88 Change change = in process()
173 private Change createChange(String packageName, String enclosingElementName, Element element) { in createChange()
174 Change.Builder builder = new Change.Builder() in createChange()
229 private Change verifyChange(Element element, Change change) { in verifyChange()
DChange.java22 final class Change { class
48 Change(Long id, String name, boolean disabled, boolean loggingOnly, Integer enabledAfter, in Change() method in Change
143 public Change build() { in build()
144 return new Change(id, name, disabled, loggingOnly, enabledAfter, enabledSince, in build()
DAndroid.bp25 "Change.java",
DXmlWriter.java84 void addChange(Change change) { in addChange()
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS189 Note: Run the test a first time and it will fail. Change the address to
207 Note: Run the test a first time and it will fail. Change the address to
250 Note: Run the test a first time and it will fail. Change the address to
267 Note: Run the test a first time and it will fail. Change the address to
296 Note: Run the test a first time and it will fail. Change the address to
317 Note: Run the test a first time and it will fail. Change the address to
347 Note: Run the test a first time and it will fail. Change the address to
DGATT_PTS_INSTRUCTIONS20 Note: As of PTS version 7.2.1 GATT server tests now performs scans appropriately. Change IXIT value…
/tools/metalava/src/test/java/com/android/tools/metalava/
DCompatibilityCheckTest.kt27 fun `Change between class and interface`() { in Change between class and interface()
227 fun `Java Parameter Name Change`() { in Java Parameter Name Change()
263 fun `Kotlin Parameter Name Change`() { in Kotlin Parameter Name Change()
836 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()
/tools/treble/hacksaw/client/
Dcommand.go31 codebase default <name>: Change the default codebase.
/tools/repohooks/
DREADME.md181 * `commit_msg_changeid_field`: Require a valid `Change-Id:` Gerrit line.