/external/libcups/filter/ |
D | rastertohp.c | 40 int Duplex, /* Current duplex mode */ variable 91 fprintf(stderr, "DEBUG: Duplex = %d\n", header->Duplex); in StartPage() 114 Duplex = header->Duplex; in StartPage() 117 if ((!Duplex || (Page & 1)) && header->MediaPosition) in StartPage() 121 if (Duplex && ppd && ppd->model_number == 2) in StartPage() 133 if (!Duplex || (Page & 1) || (ppd && ppd->model_number == 2)) in StartPage() 198 if (!Duplex || (Page & 1)) in StartPage() 213 int mode = Duplex ? 1 + header->Tumble != 0 : 0; in StartPage() 367 if (!(Duplex && (Page & 1))) in EndPage() 374 if (!(Duplex && (Page & 1))) in EndPage()
|
D | testraster.c | 407 if (header.Duplex) in do_ps_tests() 419 if(header.Collate && !header.Duplex && !header.Tumble) in do_ps_tests() 891 if (header->Duplex != expected->Duplex) in print_changes() 892 printf(" Duplex %d, expected %d\n", header->Duplex, in print_changes() 893 expected->Duplex); in print_changes()
|
D | common.h | 40 Duplex, /* Duplexed? */
|
D | pstops.c | 618 if (Duplex && (pages = atoi(line + 8)) > 0 && pages <= doc->number_up) in copy_comments() 624 Duplex = 0; in copy_comments() 745 Duplex ? " duplex" : ""); in copy_comments() 759 if (Duplex) in copy_comments() 1090 Duplex ? " duplex" : ""); in copy_non_dsc() 1104 if (Duplex) in copy_non_dsc() 1277 if ((doc->page == 1 && (!doc->slow_order || !Duplex)) || in copy_page() 1278 (doc->page == 2 && doc->slow_order && Duplex)) in copy_page() 1305 else if (doc->page == (Duplex + 2)) in copy_page() 2576 else if (ppd && ppd->manual_copies && Duplex && doc->copies > 1) in set_pstops_options() [all …]
|
D | common.c | 29 Duplex = 0, /* Duplexed? */ variable 197 Duplex = 1; in SetCommonOptions()
|
D | rastertopwg.c | 100 fprintf(stderr, "DEBUG: Duplex = %d\n", inheader.Duplex); in main() 289 if (inheader.Duplex && !(page & 1) && in main()
|
D | raster.c | 372 h->Duplex = 1; in cupsRasterInitPWGHeader() 376 h->Duplex = 1; in cupsRasterInitPWGHeader() 1033 fh.Duplex = htonl(r->header.Duplex); in cupsRasterWriteHeader() 1230 fh.Duplex = htonl(r->header.Duplex); in cupsRasterWriteHeader2()
|
D | ppd-compiler.shtml | 773 <a href='ref-ppdcfile.html#Option'>Option</a> "Duplex/Two-Sided Printing" PickOne AnySetup 10 774 …*<a href='ref-ppdcfile.html#Choice'>Choice</a> "None/No" "<</Duplex false>>setpagedevi… 776 "<</Duplex true/Tumble false>>setpagedevice"" 778 "<</Duplex true/Tumble true>>setpagedevice"" 781 <a href='ref-ppdcfile.html#UIConstraints'>UIConstraints</a> "*Duplex *OptionDuplexer False" 788 an added <TT>Duplex</TT> option and installable option for the duplexer, 790 choice of the <TT>Duplex</TT> option that is not <TT>None</TT> is incompatible 795 <a href='ref-ppdcfile.html#UIConstraints'>UIConstraints</a> "*Duplex *OptionDuplexer False" 808 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> cupsUIConstraints DuplexOff "*Duplex *OptionDup… 809 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> cupsUIResolver DuplexOff "*Duplex None"
|
D | raster-driver.shtml | 118 <a href='ref-ppdcfile.html#Duplex'>Duplex</a> normal 120 <a href='ref-ppdcfile.html#UIConstraints'>UIConstraints</a> "*OptionDuplex False *Duplex"
|
/external/zlib/src/contrib/ada/ |
D | zlib-streams.adb | 23 if Stream.Mode = Out_Stream or Stream.Mode = Duplex then 31 if Stream.Mode = In_Stream or Stream.Mode = Duplex then 81 if Mode = Out_Stream or Mode = Duplex then 88 if Mode = In_Stream or Mode = Duplex then
|
D | zlib-streams.ads | 13 type Stream_Mode is (In_Stream, Out_Stream, Duplex); literal
|
/external/libcups/cups/ |
D | test2.ppd | 52 *cupsUIConstraints: "*Duplex *InstalledDuplexer False" 139 *OpenUI *Duplex/2-Sided Printing: PickOne 140 *OrderDependency: 10 DocumentSetup *Duplex 142 *Duplex None/Off: "Duplex=None" 143 *Duplex DuplexNoTumble/Long Edge: "Duplex=DuplexNoTumble" 144 *Duplex DuplexTumble/Short Edge: "Duplex=DuplexTumble" 145 *CloseUI: *Duplex
|
D | test.ppd | 52 *UIConstraints: "*Duplex *InstalledDuplexer False" 53 *UIConstraints: "*InstalledDuplexer False *Duplex" 157 *OpenUI *Duplex/2-Sided Printing: PickOne 158 *OrderDependency: 10 DocumentSetup *Duplex 160 *Duplex None/Off: "Duplex=None" 161 *Duplex DuplexNoTumble/Long Edge: "Duplex=DuplexNoTumble" 162 *Duplex DuplexTumble/Short Edge: "Duplex=DuplexTumble" 163 *CloseUI: *Duplex
|
D | raster.h | 259 cups_bool_t Duplex; /* Duplexed (double-sided) value */ member 308 cups_bool_t Duplex; /* Duplexed (double-sided) value */ member
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCTargetDesc.cpp | 134 auto Duplex = HeadTail.first.split('\v'); in prettyPrintAsm() local 135 if (!Duplex.second.empty()) { in prettyPrintAsm() 136 OS << Indent << Duplex.first << Separator; in prettyPrintAsm() 137 InstTxt = Duplex.second; in prettyPrintAsm() 139 InstTxt = Duplex.first; in prettyPrintAsm()
|
D | HexagonMCCodeEmitter.cpp | 43 bool Duplex = HexagonMCInstrInfo::isDuplex(MCII, MCI); in parseBits() local 46 assert(!Duplex); in parseBits() 53 assert(!Duplex); in parseBits() 58 if (Duplex) { in parseBits()
|
/external/autotest/client/site_tests/platform_DebugDaemonCupsAddPrinters/src/ |
D | GenericPostScript.ppd.gz |
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCTargetDesc.cpp | 155 auto Duplex = HeadTail.first.split('\v'); in prettyPrintAsm() local 156 if (!Duplex.second.empty()) { in prettyPrintAsm() 157 OS << Indent << Duplex.first << Separator; in prettyPrintAsm() 158 InstTxt = Duplex.second; in prettyPrintAsm() 160 InstTxt = Duplex.first; in prettyPrintAsm()
|
D | HexagonMCCodeEmitter.cpp | 344 bool Duplex = HexagonMCInstrInfo::isDuplex(MCII, MCI); in parseBits() local 347 assert(!Duplex); in parseBits() 354 assert(!Duplex); in parseBits() 359 if (Duplex) { in parseBits()
|
/external/tcpdump/tests/ |
D | cdp-v.out | 14 Duplex (0x0b), value length: 1 byte: full 33 Duplex (0x0b), value length: 1 byte: full 52 Duplex (0x0b), value length: 1 byte: full
|
D | lldp_cdp-ev.out | 14 Duplex (0x0b), value length: 1 byte: full 33 Duplex (0x0b), value length: 1 byte: full 140 Duplex (0x0b), value length: 1 byte: full 159 Duplex (0x0b), value length: 1 byte: full
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_viewerpreferences.h | 27 ByteString Duplex() const;
|
D | cpdf_viewerpreferences.cpp | 37 ByteString CPDF_ViewerPreferences::Duplex() const { in Duplex() function in CPDF_ViewerPreferences
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormatsV4.td | 14 // Duplex Instruction Class Declaration
|
/external/u-boot/doc/ |
D | README.t1040-l2switch | 52 Port Status Link Speed Duplex
|