Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex_sdk_member.go47 func (mt *apexSdkMemberType) IsInstance(module android.Module) bool { func
/build/soong/android/
Dlicense_sdk_member.go39 func (l *licenseSdkMemberType) IsInstance(module Module) bool { func
Dsdk.go534 IsInstance(module Module) bool methodSpec
/build/soong/cc/
Dbinary_sdk_member.go55 func (mt *binarySdkMemberType) IsInstance(module android.Module) bool { func
Dlibrary_sdk_member.go188 func (mt *librarySdkMemberType) IsInstance(module android.Module) bool { func
/build/soong/java/
Dsystemserver_classpath_fragment.go189 if javaSdkLibrarySdkMemberType.IsInstance(child) {
250 func (s *systemServerClasspathFragmentMemberType) IsInstance(module android.Module) bool { func
Dsystem_modules.go278 func (mt *systemModulesSdkMemberType) IsInstance(module android.Module) bool { func
Dplatform_compat_config.go142 func (b *compatConfigMemberType) IsInstance(module android.Module) bool { func
Dbootclasspath_fragment.go76 if javaSdkLibrarySdkMemberType.IsInstance(child) {
851 func (b *bootclasspathFragmentMemberType) IsInstance(module android.Module) bool { func
Dhiddenapi_modular.go208 if javaSdkLibrarySdkMemberType.IsInstance(child) {
Djava.go1066 func (mt *librarySdkMemberType) IsInstance(module android.Module) bool { func
1599 func (mt *testSdkMemberType) IsInstance(module android.Module) bool { func
Dsdk_library.go3505 func (s *sdkLibrarySdkMemberType) IsInstance(module android.Module) bool { func
/build/soong/sdk/
Dmember_trait_test.go48 func (t *fakeMemberType) IsInstance(module android.Module) bool { func
Dupdate.go130 if !memberType.IsInstance(child) {