Searched defs:PL (Results 1 - 11 of 11) 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.java42 static final String PL = "PL"; field in class:RegionCode
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp311 PresumedLoc PL = SM.getPresumedLoc(loc); local
313 OS << llvm::sys::path::filename(PL.getFilename());
314 OS << ":" << PL.getLine() << ":"
315 << PL.getColumn();
323 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); local
325 OS << llvm::sys::path::filename(PL.getFilename());
326 OS << " [" << PL.getLine() << ":"
327 << PL.getColumn();
331 PL = SM.getPresumedLoc(end);
333 unsigned endCol = PL
[all...]
/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/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/grub/stage2/
H A Diso9660.h183 struct PL { struct in union:rock_ridge::__anon5573
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp650 static Loop *CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, argument
653 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::__anon14302
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 720 milliseconds