Searched defs:PL (Results 1 - 13 of 13) sorted by relevance

/external/arduino/hardware/arduino/cores/arduino/
H A Dpins_arduino.c78 #define PL 12 macro
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 , // P
[all...]
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DRegionCode.java44 static final String PL = "PL"; field in class:RegionCode
/external/clang/lib/Lex/
H A DPPLexerChange.cpp80 if (PTHLexer *PL = PTH->CreateLexer(FID)) {
81 EnterSourceFileWithPTH(PL, CurDir);
135 void Preprocessor::EnterSourceFileWithPTH(PTHLexer *PL, argument
142 CurPTHLexer.reset(PL);
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp313 PresumedLoc PL = SM.getPresumedLoc(loc); local
315 OS << llvm::sys::path::filename(PL.getFilename());
316 OS << ":" << PL.getLine() << ":"
317 << PL.getColumn();
325 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); local
327 OS << llvm::sys::path::filename(PL.getFilename());
328 OS << " [" << PL.getLine() << ":"
329 << PL.getColumn();
333 PL = SM.getPresumedLoc(end);
335 unsigned endCol = PL
[all...]
/external/opencv/cv/src/
H A Dcvfloodfill.cpp144 int k, YC, PL, PR, dir; local
145 ICV_POP( YC, L, R, PL, PR, dir );
150 {dir, L - _8_connectivity, PL - 1},
276 int k, YC, PL, PR, dir; local
277 ICV_POP( YC, L, R, PL, PR, dir );
282 {dir, L - _8_connectivity, PL - 1},
453 int k, YC, PL, PR, dir, curstep; local
454 ICV_POP( YC, L, R, PL, PR, dir );
459 {dir, L - _8_connectivity, PL - 1},
759 int k, YC, PL, P local
[all...]
/external/opencv/cvaux/src/
H A Dcvsegment.cpp123 int k, YC, PL, PR, flag/*, curstep*/; local
125 POP( YC, L, R, PL, PR, flag );
127 int data[][3] = { {-flag, L, R}, {flag, L, PL-1}, {flag,PR+1,R}};
/external/clang/lib/Driver/
H A DDriver.cpp1043 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> PL; local
1048 PL.clear();
1049 types::getCompilationPhases(InputType, PL);
1053 phases::ID InitialPhase = PL[0];
1089 i = PL.begin(), e = PL.end(); i != e; ++i) {
1126 if (FinalPhase == phases::Link && PL.size() == 1)
/external/grub/stage2/
H A Diso9660.h183 struct PL { struct in union:rock_ridge::__anon6276
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp662 static Loop *CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, argument
665 LPM->insertLoop(New, PL);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h35 PL, // Plus, positive or zero >, ==, or unordered enumerator in enum:llvm::ARMCC::CondCodes
54 case MI: return PL;
55 case PL: return MI;
75 case ARMCC::PL: return "pl";
/external/webkit/Source/JavaScriptCore/assembler/
H A DARMAssembler.h111 PL = 0x50000000, enumerator in enum:JSC::ARMAssembler::__anon15528
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h36 PL, // Plus, positive or zero >, ==, or unordered enumerator in enum:llvm::A64CC::CondCodes
62 case A64CC::PL: return "pl";
86 .Case("pl", A64CC::PL)
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 2027 milliseconds