HomeSort by relevance Sort by last modified time
    Searched defs:annot (Results 1 - 13 of 13) sorted by null

  /external/ltp/testcases/kernel/security/smack/
smack_set_socket_labels.c 70 char *annot = "security.SMACK64IPNOT"; local
98 rc = fsetxattr(sock, annot, avnot, strlen(avnot) + 1, 0);
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 132 unsigned annot; local
135 annot)) {
136 assert((annot == 1) && "Unexpected annotation on a texture symbol");
145 unsigned annot; local
148 annot)) {
149 assert((annot == 1) && "Unexpected annotation on a surface symbol");
158 unsigned annot; local
161 annot)) {
162 assert((annot == 1) && "Unexpected annotation on a sampler symbol");
168 std::vector<unsigned> annot; local
182 std::vector<unsigned> annot; local
197 std::vector<unsigned> annot; local
212 std::vector<unsigned> annot; local
231 unsigned annot; local
    [all...]
  /external/pdfium/fpdfsdk/
fpdfannot_embeddertest.cpp 57 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); local
58 ASSERT_TRUE(annot);
59 EXPECT_EQ(FPDF_ANNOT_HIGHLIGHT, FPDFAnnot_GetSubtype(annot));
67 FPDFAnnot_GetColor(annot, FPDFANNOT_COLORTYPE_Color, &R, &G, &B, &A));
75 EXPECT_EQ(FPDF_OBJECT_STRING, FPDFAnnot_GetValueType(annot, kAuthorKey));
76 unsigned long len = FPDFAnnot_GetStringValue(annot, kAuthorKey, nullptr, 0);
78 EXPECT_EQ(28u, FPDFAnnot_GetStringValue(annot, kAuthorKey, buf.data(), len));
82 EXPECT_EQ(FPDF_OBJECT_STRING, FPDFAnnot_GetValueType(annot, kContentsKey));
83 len = FPDFAnnot_GetStringValue(annot, kContentsKey, nullptr, 0);
87 FPDFAnnot_GetStringValue(annot, kContentsKey, buf.data(), len))
133 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 2); local
185 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_TEXT); local
267 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); local
344 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); local
430 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); local
517 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); local
631 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); local
692 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP); local
765 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP); local
826 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); local
899 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); local
1014 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); local
1046 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); local
1079 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); local
1122 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); local
1149 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); local
1191 FPDF_ANNOTATION annot = local
1205 FPDF_ANNOTATION annot = local
1233 FPDF_ANNOTATION annot = local
    [all...]
fpdfedit_embeddertest.cpp 932 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_UNDERLINE); local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 134 unsigned annot; local
135 if (findOneNVVMAnnotation(gv, "texture", annot)) {
136 assert((annot == 1) && "Unexpected annotation on a texture symbol");
145 unsigned annot; local
146 if (findOneNVVMAnnotation(gv, "surface", annot)) {
147 assert((annot == 1) && "Unexpected annotation on a surface symbol");
158 unsigned annot; local
159 if (findOneNVVMAnnotation(gv, AnnotationName, annot)) {
160 assert((annot == 1) && "Unexpected annotation on a sampler symbol");
166 std::vector<unsigned> annot; local
178 std::vector<unsigned> annot; local
190 std::vector<unsigned> annot; local
202 std::vector<unsigned> annot; local
217 unsigned annot; local
    [all...]
  /external/pdfium/samples/
pdfium_test.cc 336 snprintf(filename, sizeof(filename), "%s.%d.annot.txt", pdf_name, num);
355 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, i); local
356 if (!annot) {
360 FPDF_ANNOTATION_SUBTYPE subtype = FPDFAnnot_GetSubtype(annot);
365 AnnotFlagsToString(FPDFAnnot_GetFlags(annot)).c_str());
368 const int obj_count = FPDFAnnot_GetObjectCount(annot);
374 FPDFPageObj_GetType(FPDFAnnot_GetObject(annot, j)));
385 if (!FPDFAnnot_GetColor(annot, FPDFANNOT_COLORTYPE_Color, &R, &G, &B, &A)) {
390 if (!FPDFAnnot_GetColor(annot, FPDFANNOT_COLORTYPE_InteriorColor, &R, &G,
401 FPDFAnnot_GetStringValue(annot, kContentsKey, nullptr, 0)
    [all...]
  /external/libxml2/include/libxml/
schemasInternals.h 257 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaAttribute
310 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaWildcard
368 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaAttributeGroup
609 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaType
772 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaElement
828 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaFacet
844 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaNotation
929 xmlSchemaAnnotPtr annot; member in struct:_xmlSchema
  /external/libxml2/
xmlschemastypes.c 345 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaTreeItem
354 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaParticle
366 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaModelGroup
    [all...]
xmlschemas.c 496 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaAnnotItem
509 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaTreeItem
526 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaAttributeUse
671 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaParticle
691 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaModelGroup
709 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaModelGroupDef
746 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaIDC
6940 xmlSchemaAnnotPtr annot = NULL; local
8501 xmlSchemaAnnotPtr annot = NULL; local
9792 xmlSchemaAnnotPtr annot; local
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-entitymanager.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 508 milliseconds