/external/libcups/filter/ |
D | rastertolabel.c | 173 fprintf(stderr, "DEBUG: NumCopies = %d\n", header->NumCopies); in StartPage() 306 header->NumCopies); in StartPage() 361 if (header->NumCopies) in StartPage() 362 printf("\033&l%uX", header->NumCopies); in StartPage() 608 if (header->NumCopies > 1) in EndPage() 609 printf("^PQ%d, 0, 0, N\n", header->NumCopies); in EndPage()
|
D | rastertohp.c | 97 fprintf(stderr, "DEBUG: NumCopies = %d\n", header->NumCopies); in StartPage() 204 printf("\033&l%dX", header->NumCopies); /* Set number copies */ in StartPage() 755 fprintf(stderr, "PAGE: %d %d\n", Page, header.NumCopies); in main()
|
D | testraster.c | 951 if (header->NumCopies != expected->NumCopies) in print_changes() 952 printf(" NumCopies %d, expected %d\n", header->NumCopies, in print_changes() 953 expected->NumCopies); in print_changes()
|
D | rastertopwg.c | 106 fprintf(stderr, "DEBUG: NumCopies = %d\n", inheader.NumCopies); in main() 125 fprintf(stderr, "PAGE: %d %d\n", page, inheader.NumCopies); in main()
|
D | rastertoepson.c | 131 fprintf(stderr, "DEBUG: NumCopies = %d\n", header->NumCopies); in StartPage() 1087 fprintf(stderr, "PAGE: %d %d\n", page, header.NumCopies); in main()
|
D | raster.c | 1046 fh.NumCopies = htonl(r->header.NumCopies); in cupsRasterWriteHeader() 1243 fh.NumCopies = htonl(r->header.NumCopies); in cupsRasterWriteHeader2()
|
D | interpret.c | 166 h->NumCopies = 1; in cupsRasterInterpretPPD() 1517 h->NumCopies = (unsigned)obj->value.number; in setpagedevice()
|
D | spec-ppd.shtml | 723 <td><tt>NumCopies</tt></td> 726 <td><tt><</NumCopies 100>>setpagedevice</tt></td>
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_viewerpreferences.h | 24 int32_t NumCopies() const;
|
D | cpdf_viewerpreferences.cpp | 27 int32_t CPDF_ViewerPreferences::NumCopies() const { in NumCopies() function in CPDF_ViewerPreferences
|
/external/libcups/cups/ |
D | raster.h | 271 unsigned NumCopies; /* Number of copies to produce */ member 320 unsigned NumCopies; /* Number of copies to produce */ member
|
/external/pdfium/testing/resources/ |
D | viewer_ref.in | 10 /NumCopies 5
|
D | bug_664284.in | 10 /NumCopies 5
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocFast.cpp | 42 STATISTIC(NumCopies, "Number of copies coalesced"); 1025 NumCopies += Coalesced.size(); in AllocateBasicBlock()
|
D | SplitKit.cpp | 34 STATISTIC(NumCopies, "Number of copies inserted for splitting"); 425 ++NumCopies; in defFromParent()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 42 STATISTIC(NumCopies, "Number of copies coalesced"); 1077 NumCopies += Coalesced.size(); in AllocateBasicBlock()
|
D | SplitKit.cpp | 36 STATISTIC(NumCopies, "Number of copies inserted for splitting"); 471 ++NumCopies; in defFromParent()
|
/external/pdfium/fpdfsdk/ |
D | fpdfview.cpp | 1070 return viewRef.NumCopies(); in FPDF_VIEWERREF_GetNumCopies()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1861 unsigned NumCopies = 0; in isUsedByReturnOnly() local 1865 Copies[NumCopies++] = Use; in isUsedByReturnOnly() 1873 ++NumCopies; in isUsedByReturnOnly() 1882 Copies[NumCopies++] = Use; in isUsedByReturnOnly() 1887 if (NumCopies != 1 && NumCopies != 2) in isUsedByReturnOnly() 1891 for (unsigned i = 0; i < NumCopies; ++i) { in isUsedByReturnOnly()
|