/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextTypeParameterItem.kt | 27 private val owner: TypeParameterListOwner?, constant 42 val boundsString = bounds(typeParameterString, owner) in bounds() 68 owner: TypeParameterListOwner?, in create() 84 owner = owner, in create() 91 fun bounds(typeString: String?, owner: TypeParameterListOwner? = null): List<String> { in bounds() 96 …val parameters = (owner as? TextMemberItem)?.containingClass()?.typeParameterList()?.typeParameter… in bounds()
|
D | TextTypeParameterList.kt | 26 var owner: TypeParameterListOwner?, variable in com.android.tools.metalava.model.text.TextTypeParameterList 51 strings.mapTo(list) { TextTypeParameterItem.create(codebase, owner, it) } in typeParameters() 58 …fun create(codebase: TextCodebase, owner: TypeParameterListOwner?, typeListString: String): TypePa… in create() 59 return TextTypeParameterList(codebase, owner, typeListString) in create()
|
D | TextModifiers.kt | 83 val item = owner() in <lambda>()
|
/tools/external_updater/ |
D | github_archive_updater.py | 78 self.owner = None 91 self.owner, self.repo = match.group(1, 2) 99 self.owner, self.repo) 111 self.owner, self.repo, data.get('tag_name'))) 114 self.owner, self.repo, data.get('tag_name'))) 122 self.owner, self.repo) 127 self.owner, self.repo, self.new_version)
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | DefaultModifierList.kt | 26 private lateinit var owner: Item variable 44 override fun owner(): Item { in owner() method 45 return owner in owner() 48 fun setOwner(owner: Item) { in setOwner() 49 this.owner = owner in setOwner() 255 … isFinal() && (owner as? MethodItem)?.containingClass()?.modifiers?.isFinal() == true) { in equivalentTo() 259 … isDeprecated() && (owner as? MethodItem)?.containingClass()?.deprecated == true) { in equivalentTo()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/visitors/ |
D | TypeVisitor.kt | 24 open fun visitType(type: TypeItem, owner: Item) {} in skip() 25 open fun afterVisitType(type: TypeItem, owner: Item) {} in afterVisitType()
|
/tools/test/connectivity/acts/framework/acts/event/ |
D | subscription_handle.py | 39 def __get__(self, instance, owner): argument 51 for attr, value in owner.__dict__.items():
|
/tools/tradefederation/core/res/jacoco/ |
D | jacocoagent.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/jacoco/
org/ ... |
D | jacocoant.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/jacoco/
org/ ... |
/tools/test/connectivity/acts/framework/acts/libs/test_binding/ |
D | binding.py | 40 def __get__(self, instance, owner): argument
|
/tools/trebuchet/ |
D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution." 190 Copyright [yyyy] [name of copyright owner]
|
/tools/acloud/ |
D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution." 190 Copyright [yyyy] [name of copyright owner]
|
/tools/apksig/ |
D | LICENSE | 25 "Licensor" shall mean the copyright owner or entity authorized by 26 the copyright owner that is granting the License. 64 submitted to Licensor for inclusion in the Work by the copyright owner 66 the copyright owner. For the purposes of this definition, "submitted" 73 designated in writing by the copyright owner as "Not a Contribution." 202 Copyright [yyyy] [name of copyright owner]
|
/tools/treble/ |
D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution." 190 Copyright [yyyy] [name of copyright owner]
|
/tools/security/sanitizer-status/ |
D | NOTICE | 25 "Licensor" shall mean the copyright owner or entity authorized by 26 the copyright owner that is granting the License. 64 submitted to Licensor for inclusion in the Work by the copyright owner 66 the copyright owner. For the purposes of this definition, "submitted" 73 designated in writing by the copyright owner as "Not a Contribution."
|
/tools/test/connectivity/acts/framework/acts/ |
D | test_decorators.py | 77 def __get__(self, instance, owner): argument
|
/tools/test/connectivity/acts/framework/acts/libs/ |
D | version_selector.py | 271 def __get__(self, instance, owner): argument
|
/tools/tradefederation/core/tests/res/testdata/ |
D | tradefed-prebuilt-cts-8.0_r21.jar | META-INF/
META-INF/MANIFEST.MF
jline/
jline/CompletionHandler.class
CompletionHandler ... |