Home
last modified time | relevance | path

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

123

/external/libcups/examples/
Dconstraint.drv36 Option "Duplex/Two-Sided Printing" PickOne AnySetup 10
37 *Choice "None/No" "<</Duplex false>>setpagedevice"
39 "<</Duplex true/Tumble false>>setpagedevice"
41 "<</Duplex true/Tumble true>>setpagedevice"
44 UIConstraints "*Duplex *Option1 False"
Dlaserjet-basic.drv71 Duplex normal
73 UIConstraints "*OptionDuplex False *Duplex"
Dlaserjet-pjl.drv84 Duplex normal
86 UIConstraints "*OptionDuplex False *Duplex"
/external/libcups/filter/
Drastertohp.c34 cups_bool_t Duplex; /* Current duplex mode */ variable
85 fprintf(stderr, "DEBUG: Duplex = %d\n", header->Duplex); in StartPage()
108 Duplex = header->Duplex; in StartPage()
111 if ((!Duplex || (Page & 1)) && header->MediaPosition) in StartPage()
115 if (Duplex && ppd && ppd->model_number == 2) in StartPage()
127 if (!Duplex || (Page & 1) || (ppd && ppd->model_number == 2)) in StartPage()
192 if (!Duplex || (Page & 1)) in StartPage()
207 int mode = Duplex ? 1 + header->Tumble != 0 : 0; in StartPage()
361 if (!(Duplex && (Page & 1))) in EndPage()
368 if (!(Duplex && (Page & 1))) in EndPage()
Dcommon.h34 Duplex, /* Duplexed? */
Dcommon.c23 Duplex = 0, /* Duplexed? */ variable
191 Duplex = 1; in SetCommonOptions()
Dpstops.c613 if (Duplex && (pages = atoi(line + 8)) > 0 && pages <= doc->number_up) in copy_comments()
619 Duplex = 0; in copy_comments()
740 Duplex ? " duplex" : ""); in copy_comments()
754 if (Duplex) in copy_comments()
1085 Duplex ? " duplex" : ""); in copy_non_dsc()
1099 if (Duplex) in copy_non_dsc()
1272 if ((doc->page == 1 && (!doc->slow_order || !Duplex)) || in copy_page()
1273 (doc->page == 2 && doc->slow_order && Duplex)) in copy_page()
1300 else if (doc->page == (Duplex + 2)) in copy_page()
2571 else if (ppd && ppd->manual_copies && Duplex && doc->copies > 1) in set_pstops_options()
[all …]
/external/rust/crates/libz-sys/src/zlib/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/
Dtest.ppd47 *UIConstraints: "*Duplex *InstalledDuplexer False"
48 *UIConstraints: "*InstalledDuplexer False *Duplex"
152 *OpenUI *Duplex/2-Sided Printing: PickOne
153 *OrderDependency: 10 DocumentSetup *Duplex
155 *Duplex None/Off: "Duplex=None"
156 *Duplex DuplexNoTumble/Long Edge: "Duplex=DuplexNoTumble"
157 *Duplex DuplexTumble/Short Edge: "Duplex=DuplexTumble"
158 *CloseUI: *Duplex
Dtest2.ppd47 *cupsUIConstraints: "*Duplex *InstalledDuplexer False"
134 *OpenUI *Duplex/2-Sided Printing: PickOne
135 *OrderDependency: 10 DocumentSetup *Duplex
137 *Duplex None/Off: "Duplex=None"
138 *Duplex DuplexNoTumble/Long Edge: "Duplex=DuplexNoTumble"
139 *Duplex DuplexTumble/Short Edge: "Duplex=DuplexTumble"
140 *CloseUI: *Duplex
Draster.h254 cups_bool_t Duplex; /* Duplexed (double-sided) value */ member
303 cups_bool_t Duplex; /* Duplexed (double-sided) value */ member
Dtestraster.c569 if (header->Duplex != expected->Duplex) in print_changes()
570 printf(" Duplex %d, expected %d\n", header->Duplex, in print_changes()
571 expected->Duplex); in print_changes()
Dtestppd.c1511 if (header.Duplex) in do_ps_tests()
1523 if(header.Collate && !header.Duplex && !header.Tumble) in do_ps_tests()
1595 if (header->Duplex != expected->Duplex) in print_changes()
1596 printf(" Duplex %d, expected %d\n", header->Duplex, in print_changes()
1597 expected->Duplex); in print_changes()
/external/libcups/tools/
Dippevepcl.c102 if (!(header->Duplex && (page & 1))) in pcl_end_page()
144 if (!header->Duplex || (page & 1)) in pcl_start_page()
210 if (header->Duplex) in pcl_start_page()
212 int mode = header->Duplex ? 1 + header->Tumble != 0 : 0; in pcl_start_page()
217 else if (header->Duplex) in pcl_start_page()
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.cpp158 auto Duplex = HeadTail.first.split('\v'); in prettyPrintAsm() local
159 if (!Duplex.second.empty()) { in prettyPrintAsm()
160 OS << Indent << Duplex.first << Separator; in prettyPrintAsm()
161 InstTxt = Duplex.second; in prettyPrintAsm()
163 InstTxt = Duplex.first; in prettyPrintAsm()
/external/rust/crates/grpcio-compiler/src/
Dutil.rs92 Duplex, enumerator
104 MethodType::Duplex => "MethodType::Duplex", in fmt()
Dprost_codegen.rs150 (true, true) => MethodType::Duplex, in from_method()
314 MethodType::Duplex => { in generate_client_method()
487 MethodType::ClientStreaming | MethodType::Duplex => format!( in generate_server_methods()
497 MethodType::Duplex => "DuplexSink", in generate_server_methods()
528 MethodType::Duplex => "add_duplex_streaming_handler", in generate_method_bind()
Dcodegen.rs233 (true, true) => (MethodType::Duplex, fq_grpc("MethodType::Duplex")), in method_type()
476 MethodType::Duplex => { in write_client()
502 MethodType::Duplex => ("stream", req_stream_type, "DuplexSink"), in write_service()
521 MethodType::Duplex => "add_duplex_streaming_handler", in write_bind()
/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
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.cpp223 auto Duplex = HeadTail.first.split('\v'); in prettyPrintAsm() local
224 if (!Duplex.second.empty()) { in prettyPrintAsm()
225 OS << Indent << Duplex.first << Separator; in prettyPrintAsm()
226 InstTxt = Duplex.second; in prettyPrintAsm()
228 InstTxt = Duplex.first; in prettyPrintAsm()
/external/pdfium/core/fpdfdoc/
Dcpdf_viewerpreferences.h28 ByteString Duplex() const;
Dcpdf_viewerpreferences.cpp38 ByteString CPDF_ViewerPreferences::Duplex() const { in Duplex() function in CPDF_ViewerPreferences

123