Searched refs:modifier (Results 1 – 4 of 4) sorted by relevance
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | ApiFromTextTest.kt | 252 fun `Vararg modifier`() { in Vararg modifier() 295 fun `Loading a signature file with alternate modifier order`() { in Loading a signature file with alternate modifier order()
|
/tools/metalava/ |
D | FORMAT.md | 13 such as dropping the "final" modifier in front of every member if the 389 The old signature file format used "deprecated" as if it was a modifier. In the 396 In the new signature format, we're using the standard modifier order for Java 431 ?/! Kotlin syntax and the deprecated "modifier"), but annotations for permission
|
D | README.md | 95 modifiers in the canonical modifier order, using "extends" instead of 309 modifier lists (including annotations).
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bt_test_utils.py | 923 def hid_keyboard_report(key, modifier="00"): argument 934 [modifier, "00", key, "00", "00", "00", "00", "00"])), "utf-8")
|