Home
last modified time | relevance | path

Searched refs:IsInstance (Results 1 – 9 of 9) sorted by relevance

/build/soong/android/
Dlicense_sdk_member.go39 func (l *licenseSdkMemberType) IsInstance(module Module) bool { func
/build/soong/cc/
Dbinary_sdk_member.go55 func (mt *binarySdkMemberType) IsInstance(module android.Module) bool { func
Dlibrary_sdk_member.go107 func (mt *librarySdkMemberType) IsInstance(module android.Module) bool { func
/build/soong/java/
Dplatform_compat_config.go141 func (b *compatConfigMemberType) IsInstance(module android.Module) bool { func
Dsystem_modules.go252 func (mt *systemModulesSdkMemberType) IsInstance(module android.Module) bool { func
Dbootclasspath_fragment.go69 if javaSdkLibrarySdkMemberType.IsInstance(child) {
702 func (b *bootclasspathFragmentMemberType) IsInstance(module android.Module) bool { func
Djava.go566 func (mt *librarySdkMemberType) IsInstance(module android.Module) bool { func
867 func (mt *testSdkMemberType) IsInstance(module android.Module) bool { func
Dhiddenapi_modular.go198 if javaSdkLibrarySdkMemberType.IsInstance(child) {
/build/soong/sdk/
Dupdate.go157 if !memberType.IsInstance(child) {