Home
last modified time | relevance | path

Searched refs:Duplex (Results 1 – 25 of 37) sorted by relevance

12

/external/libcups/filter/
Drastertohp.c40 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()
Dtestraster.c407 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()
Dcommon.h40 Duplex, /* Duplexed? */
Dpstops.c618 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 …]
Dcommon.c29 Duplex = 0, /* Duplexed? */ variable
197 Duplex = 1; in SetCommonOptions()
Drastertopwg.c100 fprintf(stderr, "DEBUG: Duplex = %d\n", inheader.Duplex); in main()
289 if (inheader.Duplex && !(page & 1) && in main()
Draster.c372 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()
Dppd-compiler.shtml773 <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" "&lt;&lt;/Duplex false&gt;&gt;setpagedevi…
776 "&lt;&lt;/Duplex true/Tumble false&gt;&gt;setpagedevice""
778 "&lt;&lt;/Duplex true/Tumble true&gt;&gt;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"
Draster-driver.shtml118 <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/
Dzlib-streams.adb23 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
Dzlib-streams.ads13 type Stream_Mode is (In_Stream, Out_Stream, Duplex); literal
/external/libcups/cups/
Dtest2.ppd52 *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
Dtest.ppd52 *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
Draster.h259 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/
DHexagonMCTargetDesc.cpp134 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()
DHexagonMCCodeEmitter.cpp43 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/
DGenericPostScript.ppd.gz
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.cpp155 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()
DHexagonMCCodeEmitter.cpp344 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/
Dcdp-v.out14 Duplex (0x0b), value length: 1 byte: full
33 Duplex (0x0b), value length: 1 byte: full
52 Duplex (0x0b), value length: 1 byte: full
Dlldp_cdp-ev.out14 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/
Dcpdf_viewerpreferences.h27 ByteString Duplex() const;
Dcpdf_viewerpreferences.cpp37 ByteString CPDF_ViewerPreferences::Duplex() const { in Duplex() function in CPDF_ViewerPreferences
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrFormatsV4.td14 // Duplex Instruction Class Declaration
/external/u-boot/doc/
DREADME.t1040-l2switch52 Port Status Link Speed Duplex

12