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

  /external/arduino/hardware/arduino/cores/arduino/
pins_arduino.c 78 #define PL 12
175 PL , // PL 7 ** 42 ** D42
176 PL , // PL 6 ** 43 ** D43
177 PL , // PL 5 ** 44 ** D44
178 PL , // PL 4 ** 45 ** D45
179 PL , // PL 3 ** 46 ** D46
    [all...]
  /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...]
  /art/compiler/utils/arm64/
assembler_arm64.h 46 PL = 5,
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
getonescriptspan.cc 63 #define PL 18 // possible letter, incl. &
70 NL,EX,QU,NL, NL,NL,PL,AP, NL,NL,NL,NL, NL,HY,NL,SL,
73 PL,PL,PL,C_, PL,E_,PL,PL, PL,I_,PL,PL, L_,PL,PL,PL
    [all...]
  /external/libphonenumber/java/test/com/android/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/clang/lib/Driver/
Driver.cpp     [all...]
  /art/compiler/utils/arm/
constants_arm.h 111 PL = 5, // plus/positive or zero
  /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/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 912 PL(new String[]{
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 585 ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1;
586 EndLoc = *PL;
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 198 PL = 0x5, // Plus, positive or zero >, ==, or unordered
221 case PL: return "pl";
255 case PL: return 0; // N == 0
    [all...]

Completed in 518 milliseconds