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

  /external/pdfium/core/src/fpdfdoc/
doc_viewerPreferences.cpp 46 CFX_ByteString CPDF_ViewerPreferences::Duplex() const {
52 return pDict->GetString("Duplex");
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp 49 cl::desc("Disable looking for duplex instructions for Hexagon"));
99 auto Duplex = HeadTail.first.split('\v');
100 if (!Duplex.second.empty()) {
101 OS << Indent << Duplex.first << Separator;
102 InstTxt = Duplex.second;
104 InstTxt = Duplex.first;
HexagonMCCodeEmitter.cpp 43 bool Duplex = HexagonMCInstrInfo::isDuplex(MCII, MCI);
46 assert(!Duplex);
53 assert(!Duplex);
58 if (Duplex) {
180 "Emitting duplex without duplex parse bits");
HexagonMCInstrInfo.cpp 71 // Examine the packet and convert pairs of instructions to duplex
614 MCInst *Duplex =
618 assert(Duplex != nullptr);
619 MCB.getOperand(Candidate.packetIndexI).setInst(Duplex);
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 350 auto Duplex = HeadTail.first.split('\v');
351 if(!Duplex.second.empty()){
352 OS << Duplex.first;
354 Inst = Duplex.second;
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1084 CFX_ByteString Duplex() const;
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 1032 CFX_ByteString duplex = viewRef.Duplex(); local
1033 if ("Simplex" == duplex)
1035 if ("DuplexFlipShortEdge" == duplex)
1037 if ("DuplexFlipLongEdge" == duplex)
    [all...]
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 

Completed in 627 milliseconds