Home
last modified time | relevance | path

Searched refs:wrapType (Results 1 – 25 of 42) sorted by relevance

12

/external/desugar/test/java/com/google/devtools/build/android/desugar/dependencies/
DMetadataCollectorTest.java47 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/
DGrVkSemaphore.cpp38 WrapType wrapType, in MakeWrapped() argument
44 bool prohibitSignal = WrapType::kWillWait == wrapType; in MakeWrapped()
45 bool prohibitWait = WrapType::kWillSignal == wrapType; in MakeWrapped()
DGrVkSemaphore.h28 WrapType wrapType,
/external/skqp/src/gpu/vk/
DGrVkSemaphore.cpp34 WrapType wrapType, in MakeWrapped() argument
39 bool prohibitSignal = WrapType::kWillWait == wrapType; in MakeWrapped()
40 bool prohibitWait = WrapType::kWillSignal == wrapType; in MakeWrapped()
DGrVkSemaphore.h28 WrapType wrapType,
/external/python/pyasn1/pyasn1/codec/ber/
Dencoder.py566 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/
DRequestKinds.java58 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/
Dencoder.py224 wrapType = namedType.asn1Object
225 if wrapType.tagSet and not wrapType.isSameTypeWith(comp):
226 chunk = encodeFun(chunk, wrapType, **options)
/external/skia/src/gpu/mock/
DGrMockGpu.cpp155 GrWrapCacheable wrapType, in onWrapBackendTexture() argument
169 texInfo, wrapType, ioType)); in onWrapBackendTexture()
174 GrWrapCacheable wrapType) { in onWrapCompressedBackendTexture() argument
DGrMockGpu.h39 GrResourceProvider::SemaphoreWrapType wrapType, in wrapBackendSemaphore() argument
/external/skqp/src/gpu/
DGrGpuResource.cpp36 void GrGpuResource::registerWithCacheWrapped(GrWrapCacheable wrapType) { in registerWithCacheWrapped() argument
39 fBudgetedType = wrapType == GrWrapCacheable::kNo ? GrBudgetedType::kUnbudgetedUncacheable in registerWithCacheWrapped()
DGrResourceProvider.h243 SemaphoreWrapType wrapType,
DGrResourceProvider.cpp453 SemaphoreWrapType wrapType, in wrapBackendSemaphore() argument
457 wrapType, in wrapBackendSemaphore()
/external/skia/src/gpu/
DGrGpuResource.cpp36 void GrGpuResource::registerWithCacheWrapped(GrWrapCacheable wrapType) { in registerWithCacheWrapped() argument
39 fBudgetedType = wrapType == GrWrapCacheable::kNo ? GrBudgetedType::kUnbudgetedUncacheable in registerWithCacheWrapped()
DGrResourceProvider.h294 SemaphoreWrapType wrapType,
/external/dagger2/java/dagger/internal/codegen/binding/
DBindingRequest.java85 return types.wrapType(contributedType, frameworkType().get().frameworkClass()); in requestedType()
DFrameworkType.java100 return Expression.create(types.wrapType(lazyType, Provider.class), codeBlock); in to()
/external/dagger2/java/dagger/internal/codegen/writing/
DImmediateFutureBindingExpression.java52 types.wrapType(key.type(), ListenableFuture.class), in getDependencyExpression()
DFrameworkInstanceBindingExpression.java63 ? types.wrapType(binding.contributedType(), frameworkType().frameworkClass()) in getDependencyExpression()
DProducerEntryPointView.java108 return types.wrapType(componentMethod.dependencyRequest().get().key().type(), Producer.class); in fieldType()
DInnerSwitchingProviders.java97 types.wrapType(instanceType, Provider.class),
/external/skqp/src/gpu/mock/
DGrMockGpu.cpp111 GrWrapCacheable wrapType, GrIOType ioType) { in onWrapBackendTexture() argument
123 return sk_sp<GrTexture>(new GrMockTexture(this, desc, mipMapsStatus, info, wrapType, ioType)); in onWrapBackendTexture()
DGrMockGpu.h42 GrResourceProvider::SemaphoreWrapType wrapType, in wrapBackendSemaphore() argument
/external/skqp/src/gpu/mtl/
DGrMtlGpu.h109 GrResourceProvider::SemaphoreWrapType wrapType, in wrapBackendSemaphore() argument
/external/skia/src/gpu/dawn/
DGrDawnGpu.h85 GrResourceProvider::SemaphoreWrapType wrapType,

12