/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | BranchCloneCheck.cpp | 122 int NumCopies = 1; in check() local 130 NumCopies++; in check() 133 if (NumCopies == 2) { in check() 147 << (NumCopies - 1); in check()
|
/external/libcups/filter/ |
D | rastertolabel.c | 168 fprintf(stderr, "DEBUG: NumCopies = %d\n", header->NumCopies); in StartPage() 302 header->NumCopies); in StartPage() 357 if (header->NumCopies) in StartPage() 358 printf("\033&l%uX", header->NumCopies); in StartPage() 604 if (header->NumCopies > 1) in EndPage() 605 printf("^PQ%d, 0, 0, N\n", header->NumCopies); in EndPage()
|
D | rastertohp.c | 91 fprintf(stderr, "DEBUG: NumCopies = %d\n", header->NumCopies); in StartPage() 198 printf("\033&l%dX", header->NumCopies); /* Set number copies */ in StartPage() 749 fprintf(stderr, "PAGE: %d %d\n", Page, header.NumCopies); in main()
|
D | rastertopwg.c | 101 fprintf(stderr, "DEBUG: NumCopies = %d\n", inheader.NumCopies); in main() 120 fprintf(stderr, "PAGE: %d %d\n", page, inheader.NumCopies); in main()
|
D | rastertoepson.c | 126 fprintf(stderr, "DEBUG: NumCopies = %d\n", header->NumCopies); in StartPage() 1082 fprintf(stderr, "PAGE: %d %d\n", page, header.NumCopies); in main()
|
D | spec-ppd.shtml | 733 <td><tt>NumCopies</tt></td> 736 <td><tt><</NumCopies 100>>setpagedevice</tt></td>
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | zlib_buffers_test.cc | 34 static std::vector<int> NumCopies() { return {1, 50, 500}; } in NumCopies() function 68 for (auto file_size : NumCopies()) { in TestAllCombinations() 222 for (auto file_size : NumCopies()) { in TestTell() 267 for (auto file_size : NumCopies()) { in TestSkipNBytes()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_viewerpreferences.h | 26 int32_t NumCopies() const;
|
D | cpdf_viewerpreferences.cpp | 28 int32_t CPDF_ViewerPreferences::NumCopies() const { in NumCopies() function in CPDF_ViewerPreferences
|
/external/libcups/cups/ |
D | raster.h | 266 unsigned NumCopies; /* Number of copies to produce */ member 315 unsigned NumCopies; /* Number of copies to produce */ member
|
D | testraster.c | 629 if (header->NumCopies != expected->NumCopies) in print_changes() 630 printf(" NumCopies %d, expected %d\n", header->NumCopies, in print_changes() 631 expected->NumCopies); in print_changes()
|
D | testppd.c | 1655 if (header->NumCopies != expected->NumCopies) in print_changes() 1656 printf(" NumCopies %d, expected %d\n", header->NumCopies, in print_changes() 1657 expected->NumCopies); in print_changes()
|
D | raster-interpret.c | 162 h->NumCopies = 1; in _cupsRasterInterpretPPD() 1513 h->NumCopies = (unsigned)obj->value.number; in setpagedevice()
|
D | raster-stream.c | 1075 fh.NumCopies = htonl(r->header.NumCopies); in _cupsRasterWriteHeader()
|
/external/pdfium/testing/resources/ |
D | viewer_ref.in | 10 /NumCopies 5
|
D | bug_664284.in | 10 /NumCopies 5
|
/external/libcxx/benchmarks/ |
D | algorithms.bench.cpp | 101 const size_t NumCopies = std::max(size_t{1}, 1000 / N); in makeOrderedValues() local 102 return { NumCopies, Values }; in makeOrderedValues()
|
/external/llvm-project/libcxx/benchmarks/ |
D | algorithms.bench.cpp | 145 const size_t NumCopies = std::max(size_t{1}, TestSetElements / N); in makeOrderedValues() local 146 Ret.resize(NumCopies); in makeOrderedValues()
|
/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/llvm-project/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 51 STATISTIC(NumCopies, "Number of copies inserted for splitting"); 676 ++NumCopies; in defFromParent()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 63 STATISTIC(NumCopies, "Number of copies inserted for splitting"); 665 ++NumCopies; in defFromParent()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_view.cpp | 925 return viewRef.NumCopies(); in FPDF_VIEWERREF_GetNumCopies()
|