/external/desugar/test/java/com/google/devtools/build/android/desugar/dependencies/ |
D | MetadataCollectorTest.java | 47 Dependency.newBuilder().setOrigin(wrapType("a")).setTarget(wrapType("b$$CC")).build(), in testAssumeCompanionClass() 48 Dependency.newBuilder().setOrigin(wrapType("b")).setTarget(wrapType("b$$CC")).build(), in testAssumeCompanionClass() 49 Dependency.newBuilder().setOrigin(wrapType("a")).setTarget(wrapType("a$$CC")).build()); in testAssumeCompanionClass() 62 Dependency.newBuilder().setOrigin(wrapType("a")).setTarget(wrapType("b")).build(), in testMissingImplementedInterface() 63 Dependency.newBuilder().setOrigin(wrapType("a")).setTarget(wrapType("c")).build(), in testMissingImplementedInterface() 64 Dependency.newBuilder().setOrigin(wrapType("c")).setTarget(wrapType("b")).build()); in testMissingImplementedInterface() 78 .setOrigin(wrapType("a")) in testRecordExtendedInterfaces() 79 .addAllExtendedInterface(ImmutableList.of(wrapType("b"), wrapType("c"))) in testRecordExtendedInterfaces() 82 .setOrigin(wrapType("c")) in testRecordExtendedInterfaces() 83 .addAllExtendedInterface(ImmutableList.of(wrapType("d"))) in testRecordExtendedInterfaces() [all …]
|
/external/skia/src/gpu/vk/ |
D | GrVkSemaphore.cpp | 38 WrapType wrapType, in MakeWrapped() argument 44 bool prohibitSignal = WrapType::kWillWait == wrapType; in MakeWrapped() 45 bool prohibitWait = WrapType::kWillSignal == wrapType; in MakeWrapped()
|
D | GrVkSemaphore.h | 28 WrapType wrapType,
|
/external/skqp/src/gpu/vk/ |
D | GrVkSemaphore.cpp | 34 WrapType wrapType, in MakeWrapped() argument 39 bool prohibitSignal = WrapType::kWillWait == wrapType; in MakeWrapped() 40 bool prohibitWait = WrapType::kWillSignal == wrapType; in MakeWrapped()
|
D | GrVkSemaphore.h | 28 WrapType wrapType,
|
/external/python/pyasn1/pyasn1/codec/ber/ |
D | encoder.py | 566 wrapType = namedType.asn1Object 568 if wrapType.typeId in ( 573 **dict(options, wrapType=wrapType.componentType)) 578 if wrapType.isSameTypeWith(component): 582 substrate += encodeFun(chunk, wrapType, **options) 585 LOG('wrapped with wrap type %r' % (wrapType,)) 624 **dict(options, wrapType=componentSpec.componentType)) 657 wrapType = options.pop('wrapType', None) 662 if (wrapType is not None and 663 not wrapType.isSameTypeWith(component)): [all …]
|
/external/dagger2/java/dagger/internal/codegen/base/ |
D | RequestKinds.java | 58 return types.wrapType(requestType(LAZY, type, types), Provider.class); in requestType() 61 return types.wrapType(type, ListenableFuture.class); in requestType() 64 return types.wrapType(type, frameworkClass(requestKind)); in requestType()
|
/external/python/pyasn1/pyasn1/codec/cer/ |
D | encoder.py | 224 wrapType = namedType.asn1Object 225 if wrapType.tagSet and not wrapType.isSameTypeWith(comp): 226 chunk = encodeFun(chunk, wrapType, **options)
|
/external/skia/src/gpu/mock/ |
D | GrMockGpu.cpp | 155 GrWrapCacheable wrapType, in onWrapBackendTexture() argument 169 texInfo, wrapType, ioType)); in onWrapBackendTexture() 174 GrWrapCacheable wrapType) { in onWrapCompressedBackendTexture() argument
|
D | GrMockGpu.h | 39 GrResourceProvider::SemaphoreWrapType wrapType, in wrapBackendSemaphore() argument
|
/external/skqp/src/gpu/ |
D | GrGpuResource.cpp | 36 void GrGpuResource::registerWithCacheWrapped(GrWrapCacheable wrapType) { in registerWithCacheWrapped() argument 39 fBudgetedType = wrapType == GrWrapCacheable::kNo ? GrBudgetedType::kUnbudgetedUncacheable in registerWithCacheWrapped()
|
D | GrResourceProvider.h | 243 SemaphoreWrapType wrapType,
|
D | GrResourceProvider.cpp | 453 SemaphoreWrapType wrapType, in wrapBackendSemaphore() argument 457 wrapType, in wrapBackendSemaphore()
|
/external/skia/src/gpu/ |
D | GrGpuResource.cpp | 36 void GrGpuResource::registerWithCacheWrapped(GrWrapCacheable wrapType) { in registerWithCacheWrapped() argument 39 fBudgetedType = wrapType == GrWrapCacheable::kNo ? GrBudgetedType::kUnbudgetedUncacheable in registerWithCacheWrapped()
|
D | GrResourceProvider.h | 294 SemaphoreWrapType wrapType,
|
/external/dagger2/java/dagger/internal/codegen/binding/ |
D | BindingRequest.java | 85 return types.wrapType(contributedType, frameworkType().get().frameworkClass()); in requestedType()
|
D | FrameworkType.java | 100 return Expression.create(types.wrapType(lazyType, Provider.class), codeBlock); in to()
|
/external/dagger2/java/dagger/internal/codegen/writing/ |
D | ImmediateFutureBindingExpression.java | 52 types.wrapType(key.type(), ListenableFuture.class), in getDependencyExpression()
|
D | FrameworkInstanceBindingExpression.java | 63 ? types.wrapType(binding.contributedType(), frameworkType().frameworkClass()) in getDependencyExpression()
|
D | ProducerEntryPointView.java | 108 return types.wrapType(componentMethod.dependencyRequest().get().key().type(), Producer.class); in fieldType()
|
D | InnerSwitchingProviders.java | 97 types.wrapType(instanceType, Provider.class),
|
/external/skqp/src/gpu/mock/ |
D | GrMockGpu.cpp | 111 GrWrapCacheable wrapType, GrIOType ioType) { in onWrapBackendTexture() argument 123 return sk_sp<GrTexture>(new GrMockTexture(this, desc, mipMapsStatus, info, wrapType, ioType)); in onWrapBackendTexture()
|
D | GrMockGpu.h | 42 GrResourceProvider::SemaphoreWrapType wrapType, in wrapBackendSemaphore() argument
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpu.h | 109 GrResourceProvider::SemaphoreWrapType wrapType, in wrapBackendSemaphore() argument
|
/external/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 85 GrResourceProvider::SemaphoreWrapType wrapType,
|