Searched refs:levels (Results 1 – 9 of 9) sorted by relevance
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | DefaultModifierList.kt | 54 val levels = VISIBILITY_LEVEL_ENUMS in getVisibilityLevel() constant 55 if (visibilityFlags >= levels.size) { in getVisibilityLevel() 57 …"Visibility flags are invalid, expected value in range [0, " + levels.size + ") got " + visibility… in getVisibilityLevel() 59 return levels[visibilityFlags] in getVisibilityLevel()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | apollo_lib.py | 747 def enable_log(self, levels=None): argument 750 if levels is None: 751 levels = ['ALL'] 753 sum([int(apollo_sink_events.LOG_FEATURES[x], 16) for x in levels])) 760 def disable_log(self, levels=None): argument 763 if levels is None: 764 levels = ['ALL'] 766 sum([int(apollo_sink_events.LOG_FEATURES[x], 16) for x in levels]))
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | DocAnalyzerTest.kt | 1159 fun `Merge API levels`() { in Merge API levels() 1217 fun `Merge deprecation levels`() { in Merge deprecation levels() 1280 fun `Api levels around current and preview`() { in Api levels around current and preview() 1339 fun `No api levels on SystemApi only elements`() { in No api levels on SystemApi only elements()
|
D | CompatibilityCheckTest.kt | 3211 fun `Test All Android API levels`() { in Test All Android API levels()
|
/tools/metalava/src/test/java/com/android/tools/metalava/apilevels/ |
D | ApiGeneratorTest.kt | 37 fun `Extract API levels`() { in Extract API levels()
|
/tools/repohooks/tools/ |
D | pylintrc | 68 # Only show warnings with the listed confidence levels. Leave empty to show 69 # all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED
|
/tools/metalava/ |
D | README.md | 289 * Support for extracting API levels (api-versions.xml). This was generated by 292 attribute: metalava will use this information when recording API levels for
|
D | FORMAT.md | 512 the previous API levels. Metalava can regenerate these for a new format.
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 82 support more levels of addressing hierarchy, a much greater
|