HomeSort by relevance Sort by last modified time
    Searched refs:Duplex (Results 1 - 25 of 32) sorted by null

1 2

  /external/pdfium/core/fpdfdoc/
cpdf_viewerpreferences.h 27 ByteString Duplex() const;
cpdf_viewerpreferences.cpp 37 ByteString CPDF_ViewerPreferences::Duplex() const {
39 return pDict ? pDict->GetStringFor("Duplex") : ByteString("None");
  /external/libcups/filter/
common.h 40 Duplex, /* Duplexed? */
rastertohp.c 40 int Duplex, /* Current duplex mode */
91 fprintf(stderr, "DEBUG: Duplex = %d\n", header->Duplex);
114 Duplex = header->Duplex;
117 if ((!Duplex || (Page & 1)) && header->MediaPosition)
121 if (Duplex && ppd && ppd->model_number == 2)
130 printf("\033&l2S"); /* Set duplex mode */
133 if (!Duplex || (Page & 1) || (ppd && ppd->model_number == 2)
    [all...]
common.c 29 Duplex = 0, /* Duplexed? */
189 if (ppdIsMarked(ppd, "Duplex", "DuplexNoTumble") ||
190 ppdIsMarked(ppd, "Duplex", "DuplexTumble") ||
197 Duplex = 1;
testraster.c 45 "/Duplex true"
134 CUPS_TRUE, /* Duplex */
391 "/Duplex 5 index"
407 if (header.Duplex)
409 printf("FAIL (Duplex true, expected false)\n");
419 if(header.Collate && !header.Duplex && !header.Tumble)
891 if (header->Duplex != expected->Duplex)
892 printf(" Duplex %d, expected %d\n", header->Duplex,
    [all...]
pstops.c 78 slow_duplex, /* Duplex pages slowly? */
619 if (Duplex && (pages = atoi(line + 8)) > 0 && pages <= doc->number_up)
625 Duplex = 0;
632 if (cupsGetOption("Duplex", doc->num_options, doc->options))
633 doc->num_options = cupsAddOption("Duplex", "None",
652 ppdMarkOption(ppd, "Duplex", "None");
740 * Tell the document processor the copy and duplex options
746 Duplex ? " duplex" : "");
757 * Tell the document processor the duplex option that is required..
    [all...]
rastertopwg.c 100 fprintf(stderr, "DEBUG: Duplex = %d\n", inheader.Duplex);
289 if (inheader.Duplex && !(page & 1) &&
raster.c 278 * Duplex support...
288 h->Duplex = 1;
292 h->Duplex = 1;
887 fh.Duplex = htonl(r->header.Duplex);
1069 fh.Duplex = htonl(r->header.Duplex);
    [all...]
rastertoepson.c 125 fprintf(stderr, "DEBUG: Duplex = %d\n", header->Duplex);
rastertolabel.c 167 fprintf(stderr, "DEBUG: Duplex = %d\n", header->Duplex);
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp 48 cl::desc("Disable looking for duplex instructions for Hexagon"));
134 auto Duplex = HeadTail.first.split('\v');
135 if (!Duplex.second.empty()) {
136 OS << Indent << Duplex.first << Separator;
137 InstTxt = Duplex.second;
139 InstTxt = Duplex.first;
HexagonMCCodeEmitter.cpp 43 bool Duplex = HexagonMCInstrInfo::isDuplex(MCII, MCI);
46 assert(!Duplex);
53 assert(!Duplex);
58 if (Duplex) {
204 "Emitting duplex without duplex parse bits");
HexagonMCInstrInfo.cpp 71 // Examine the packet and convert pairs of instructions to duplex
198 llvm_unreachable("unknown duplex register");
748 MCInst *Duplex =
752 assert(Duplex != nullptr);
753 MCB.getOperand(Candidate.packetIndexI).setInst(Duplex);
  /external/libcups/cups/
raster.h 259 cups_bool_t Duplex; /* Duplexed (double-sided) value */
308 cups_bool_t Duplex; /* Duplexed (double-sided) value */
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
E100b.c 27 (UINT8)0xf2, (UINT8)0x80, // 0x40=Force full-duplex
534 data_ptr[19] = (UINT8) (AdapterInfo->Duplex ? 0xC0 : 0x80);
    [all...]
E100b.h 286 #define MDI_CR_FULL_HALF BIT_8 // FDX =1, half duplex =0
302 #define MDI_SR_10T_HALF_DPX BIT_11 // 10BaseT Half Duplex capable
303 #define MDI_SR_10T_FULL_DPX BIT_12 // 10BaseT full duplex capable
304 #define MDI_SR_TX_HALF_DPX BIT_13 // TX Half Duplex capable
305 #define MDI_SR_TX_FULL_DPX BIT_14 // TX full duplex capable
311 #define NWAY_AD_10T_HALF_DPX BIT_5 // 10BaseT Half Duplex capable
312 #define NWAY_AD_10T_FULL_DPX BIT_6 // 10BaseT full duplex capable
313 #define NWAY_AD_TX_HALF_DPX BIT_7 // TX Half Duplex capable
314 #define NWAY_AD_TX_FULL_DPX BIT_8 // TX full duplex capable
337 #define PHY_100_ER0_FDX_INDIC BIT_0 // 1 = FDX, 0 = half duplex
    [all...]
  /packages/services/BuiltInPrintService/jni/plugins/
lib_pwg.c 144 media_type_t media_type, int resolution, duplex_t duplex, duplex_dry_time_t dry_time,
164 media_type, dry_time, (duplex == DUPLEX_MODE_NONE) ? "simplex" : "duplex",
219 if (duplex == DUPLEX_MODE_BOOK) {
221 header_pwg.Duplex = CUPS_TRUE;
222 } else if (duplex == DUPLEX_MODE_TABLET) {
224 header_pwg.Duplex = CUPS_TRUE;
227 header_pwg.Duplex = CUPS_FALSE;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
Mvpp2Lib.h 485 IN enum MvPortDuplex Duplex
492 IN enum MvPortDuplex Duplex
Pp2Dxe.h 316 BOOLEAN Duplex;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiPxe.h     [all...]
  /external/syslinux/efi32/include/efi/
efi_pxe.h 1109 // Supported duplex. See PXE_DUPLEX_xxxxx #defines below.
1111 PXE_UINT8 Duplex;
    [all...]
  /external/syslinux/efi64/include/efi/
efi_pxe.h 1109 // Supported duplex. See PXE_DUPLEX_xxxxx #defines below.
1111 PXE_UINT8 Duplex;
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efi_pxe.h 1109 // Supported duplex. See PXE_DUPLEX_xxxxx #defines below.
1111 PXE_UINT8 Duplex;
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 423 auto Duplex = HeadTail.first.split('\v');
424 if(!Duplex.second.empty()){
425 OS << Duplex.first;
427 Inst = Duplex.second;
    [all...]

Completed in 651 milliseconds

1 2