Home
last modified time | relevance | path

Searched defs:srcPool (Results 1 – 5 of 5) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DTypeAnnotationsAttribute.java291 ConstPool srcPool, destPool; field in TypeAnnotationsAttribute.SubCopier
DAnnotationsAttribute.java532 ConstPool srcPool, destPool; field in AnnotationsAttribute.Copier
DStackMapTable.java426 private ConstPool srcPool, destPool; field in StackMapTable.Copier
/external/zstd/lib/compress/
Dzstdmt_compress.c405 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingMutableTests.cpp3279 Move<VkDescriptorPool> srcPool; in iterate() local