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

  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417DecodedBitStreamParser.h 29 static int32_t PL;
BC_PDF417DecodedBitStreamParser.cpp 44 int32_t CBC_DecodedBitStreamPaser::PL = 25;
289 if (subModeCh < PL) {
292 if (subModeCh == PL) {
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 310 PresumedLoc PL = SM.getPresumedLoc(loc);
312 OS << llvm::sys::path::filename(PL.getFilename());
313 OS << ":" << PL.getLine() << ":"
314 << PL.getColumn();
322 PresumedLoc PL = SM.getPresumedLoc(range.getBegin());
324 OS << llvm::sys::path::filename(PL.getFilename());
325 OS << " [" << PL.getLine() << ":"
326 << PL.getColumn();
330 PL = SM.getPresumedLoc(end);
332 unsigned endCol = PL.getColumn() - 1
    [all...]
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 52 static final String PL = "PL";
  /external/opencv/cvaux/src/
cvsegment.cpp 123 int k, YC, PL, PR, flag/*, curstep*/;
125 POP( YC, L, R, PL, PR, flag );
127 int data[][3] = { {-flag, L, R}, {flag, L, PL-1}, {flag,PR+1,R}};
  /external/opencv/cv/src/
cvfloodfill.cpp 144 int k, YC, PL, PR, dir;
145 ICV_POP( YC, L, R, PL, PR, dir );
150 {dir, L - _8_connectivity, PL - 1},
276 int k, YC, PL, PR, dir;
277 ICV_POP( YC, L, R, PL, PR, dir );
282 {dir, L - _8_connectivity, PL - 1},
453 int k, YC, PL, PR, dir, curstep;
454 ICV_POP( YC, L, R, PL, PR, dir );
459 {dir, L - _8_connectivity, PL - 1},
759 int k, YC, PL, PR, dir, curstep
    [all...]
  /external/opencv3/modules/imgproc/src/
floodfill.cpp 160 int k, YC, PL, PR, dir;
161 ICV_POP( YC, L, R, PL, PR, dir );
166 {dir, L - _8_connectivity, PL - 1},
330 int k, YC, PL, PR, dir;
331 ICV_POP( YC, L, R, PL, PR, dir );
336 {dir, L - _8_connectivity, PL - 1},
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 496 PICLevel::Level PL = M->getPICLevel();
600 if (PL == PICLevel::Small) {
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 120 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
127 "EQ", "NE", "CS", "CC", "MI", "PL", "VS", "VC",
242 {0xA061,INSTR_MLA,AL,AL,1,1,MAX_32BIT ,0,0,1,0,0,NA,1,0,1,PL},
244 {0xA063,INSTR_SUB,AL,AL,1,1 << 16,NA,1,1 << 16,NA,NA,NA,NA,1,0,1,PL},
245 {0xA064,INSTR_SUB,AL,AL,1,(1 << 16) + 1,NA,1,1 << 16,NA,NA,NA,NA,1,1,1,PL},
286 {0xA105,INSTR_MOV,AL,AL,1,NA,NA,0,0,3,SHIFT_ASR,1,NA,1,1,1,PL},
287 {0xA106,INSTR_MOV,PL,MI,0,NA,NA,1,0x80000001,NA,NA,NA,2,1,2,0,0},
    [all...]
  /system/core/libpixelflinger/tests/arch-mips64/assembler/
mips64_assembler_test.cpp 121 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
128 "EQ", "NE", "CS", "CC", "MI", "PL", "VS", "VC",
  /art/compiler/utils/arm/
constants_arm.h 112 PL = 5, // Plus, positive or zero | Greater than, equal, or unordered
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 35 PL, // Plus, positive or zero >, ==, or unordered
54 case MI: return PL;
55 case PL: return MI;
75 case ARMCC::PL: return "pl";
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 685 ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1;
686 EndLoc = *PL;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 452 llvm::PICLevel::Level PL = llvm::PICLevel::Default;
455 case 1: PL = llvm::PICLevel::Small; break;
456 case 2: PL = llvm::PICLevel::Large; break;
460 getModule().setPICLevel(PL);
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 199 PL = 0x5, // Plus, positive or zero >, ==, or unordered
222 case PL: return "pl";
256 case PL: return 0; // N == 0
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 3526 struct protocol_list64_t pl; local
3655 struct protocol_list32_t pl; local
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 534 milliseconds