HomeSort by relevance Sort by last modified time
    Searched defs:Duplex (Results 1 - 16 of 16) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_viewerpreferences.cpp 37 CFX_ByteString CPDF_ViewerPreferences::Duplex() const {
39 return pDict ? pDict->GetStringFor("Duplex") : CFX_ByteString("None");
  /external/libcups/filter/
common.c 29 Duplex = 0, /* Duplexed? */
189 if (ppdIsMarked(ppd, "Duplex", "DuplexNoTumble") ||
190 ppdIsMarked(ppd, "Duplex", "DuplexTumble") ||
197 Duplex = 1;
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...]
  /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/EdkCompatibilityPkg/Foundation/Include/
EfiPxe.h     [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
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...]
  /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/mockito/lib/
byte-buddy-1.6.9.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.5.5/
byte-buddy-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 

Completed in 1089 milliseconds