/external/llvm/test/Transforms/LoopUnroll/ |
D | ignore-annotation-intrinsic-cost.ll | 27 %annot.0 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 28 %annot.1 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 29 %annot.2 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 30 %annot.3 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 31 %annot.4 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 32 %annot.5 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 33 %annot.6 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 34 %annot.7 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 35 %annot.8 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 36 %annot.9 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) [all …]
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.cpp | 132 unsigned annot; in isTexture() local 135 annot)) { in isTexture() 136 assert((annot == 1) && "Unexpected annotation on a texture symbol"); in isTexture() 145 unsigned annot; in isSurface() local 148 annot)) { in isSurface() 149 assert((annot == 1) && "Unexpected annotation on a surface symbol"); in isSurface() 158 unsigned annot; in isSampler() local 161 annot)) { in isSampler() 162 assert((annot == 1) && "Unexpected annotation on a sampler symbol"); in isSampler() 168 std::vector<unsigned> annot; in isSampler() local [all …]
|
/external/libxml2/result/schemas/ |
D | annot-err_0_0.err | 1 ./test/schemas/annot-err_0.xsd:7: element annotation: Schemas parser error : Element '{http://www.w… 2 ./test/schemas/annot-err_0.xsd:7: element annotation: Schemas parser error : Element '{http://www.w… 3 ./test/schemas/annot-err_0.xsd:10: element appinfo: Schemas parser error : Element '{http://www.w3.… 4 ./test/schemas/annot-err_0.xsd:10: element appinfo: Schemas parser error : Element '{http://www.w3.… 5 ./test/schemas/annot-err_0.xsd:14: element documentation: Schemas parser error : Element '{http://w… 6 ./test/schemas/annot-err_0.xsd:14: element documentation: Schemas parser error : Element '{http://w… 7 ./test/schemas/annot-err_0.xsd:14: element documentation: Schemas parser error : Element '{http://w…
|
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 257 xmlSchemaAnnotPtr annot; member 310 xmlSchemaAnnotPtr annot; member 368 xmlSchemaAnnotPtr annot; member 609 xmlSchemaAnnotPtr annot; member 772 xmlSchemaAnnotPtr annot; member 828 xmlSchemaAnnotPtr annot; member 844 xmlSchemaAnnotPtr annot; member 929 xmlSchemaAnnotPtr annot; member
|
/external/libxml2/ |
D | xmlschemas.c | 488 xmlSchemaAnnotPtr annot; member 501 xmlSchemaAnnotPtr annot; member 518 xmlSchemaAnnotPtr annot; member 663 xmlSchemaAnnotPtr annot; member 683 xmlSchemaAnnotPtr annot; member 701 xmlSchemaAnnotPtr annot; member 738 xmlSchemaAnnotPtr annot; member 3699 xmlSchemaFreeAnnot(xmlSchemaAnnotPtr annot) in xmlSchemaFreeAnnot() argument 3701 if (annot == NULL) in xmlSchemaFreeAnnot() 3703 if (annot->next == NULL) { in xmlSchemaFreeAnnot() [all …]
|
D | xmlschemastypes.c | 340 xmlSchemaAnnotPtr annot; member 349 xmlSchemaAnnotPtr annot; member 361 xmlSchemaAnnotPtr annot; member
|
D | ChangeLog | 4730 * test/schemas/annot-err_0.xsd test/schemas/element-err_0.xsd: 4806 * test/schemas/element-err_0.xsd test/schemas/annot-err_0.xsd: 6334 * test/ result/ bug141333* annot-err* any[1-4]* bug145246*
|
/external/skia/src/pdf/ |
D | SkPDFDevice.h | 307 const SkMatrix& matrix, SkAnnotation* annot); 309 SkAnnotation* annot);
|
/external/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 357 d annot like(xmlSchemaAnnotPtr) 414 d annot like(xmlSchemaAnnotPtr) 477 d annot like(xmlSchemaAnnotPtr) 752 d annot like(xmlSchemaAnnotPtr) 936 d annot like(xmlSchemaAnnotPtr) 996 d annot like(xmlSchemaAnnotPtr) 1013 d annot like(xmlSchemaAnnotPtr) 1108 d annot like(xmlSchemaAnnotPtr)
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_annot.cpp | 44 for (CPDF_Annot* annot : m_AnnotList) in ~CPDF_AnnotList() 45 delete annot; in ~CPDF_AnnotList()
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_mgr.cpp | 696 CPDFSDK_Annot* annot = GetFocusAnnot(); local 697 if (!annot) 700 docView->GetWidgetHandler()->RenderWidget(annot->GetXFAWidget(), &gs,
|