/external/libcups/examples/ |
D | constraint.drv | 36 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"
|
D | laserjet-basic.drv | 71 Duplex normal 73 UIConstraints "*OptionDuplex False *Duplex"
|
D | laserjet-pjl.drv | 84 Duplex normal 86 UIConstraints "*OptionDuplex False *Duplex"
|
/external/libcups/filter/ |
D | rastertohp.c | 34 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()
|
D | common.h | 34 Duplex, /* Duplexed? */
|
D | common.c | 23 Duplex = 0, /* Duplexed? */ variable 191 Duplex = 1; in SetCommonOptions()
|
D | pstops.c | 613 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/ |
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 | test.ppd | 47 *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
|
D | test2.ppd | 47 *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
|
D | raster.h | 254 cups_bool_t Duplex; /* Duplexed (double-sided) value */ member 303 cups_bool_t Duplex; /* Duplexed (double-sided) value */ member
|
D | testraster.c | 569 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()
|
D | testppd.c | 1511 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/ |
D | ippevepcl.c | 102 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/ |
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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCTargetDesc.cpp | 158 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/ |
D | util.rs | 92 Duplex, enumerator 104 MethodType::Duplex => "MethodType::Duplex", in fmt()
|
D | prost_codegen.rs | 150 (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()
|
D | codegen.rs | 233 (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/ |
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
|
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCTargetDesc.cpp | 223 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/ |
D | cpdf_viewerpreferences.h | 28 ByteString Duplex() const;
|
D | cpdf_viewerpreferences.cpp | 38 ByteString CPDF_ViewerPreferences::Duplex() const { in Duplex() function in CPDF_ViewerPreferences
|