HomeSort by relevance Sort by last modified time
    Searched refs:ippGetValueTag (Results 1 - 6 of 6) sorted by null

  /external/libcups/cups/
testoptions.c 117 else if (ippGetValueTag(attr) != IPP_TAG_NAME)
119 printf("FAIL (\"foo\" of type %s, expected name)\n", ippTagString(ippGetValueTag(attr)));
137 else if (ippGetValueTag(attr) != IPP_TAG_TEXT)
139 printf("FAIL (\"auth-info\" of type %s, expected text)\n", ippTagString(ippGetValueTag(attr)));
testdest.c 286 switch (ippGetValueTag(attr))
357 printf(" %s\n", ippTagString(ippGetValueTag(attr)));
602 switch (ippGetValueTag(attr))
673 printf(" %s\n", ippTagString(ippGetValueTag(attr)));
ipp.h     [all...]
ppd-cache.c     [all...]
ipp.c     [all...]
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipphelper.c 401 switch (ippGetValueTag(attr)) {
407 ippTagString(ippGetValueTag(attr)), ippGetInteger(attr, i));
415 ippTagString(ippGetValueTag(attr)));
419 ippTagString(ippGetValueTag(attr)));
425 ippGetCount(attr) > 1 ? "1setOf " : "", ippTagString(ippGetValueTag(attr)));
433 ippTagString(ippGetValueTag(attr)), lower, upper);
443 ippTagString(ippGetValueTag(attr)), xres, yres,
458 ippTagString(ippGetValueTag(attr)), ippGetString(attr, i, NULL));
469 ippTagString(ippGetValueTag(attr)), text, charset);
491 switch (ippGetValueTag(attr))
    [all...]

Completed in 112 milliseconds