HomeSort by relevance Sort by last modified time
    Searched refs:PL (Results 1 - 25 of 25) 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/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 42 static final String PL = "PL";
PhoneNumberMatcherTest.java 71 doTestFindInContext("0~01-650-333-6000", RegionCode.PL);
73 doTestFindInContext("++1 (650) 333-6000", RegionCode.PL);
150 doTestFindInContext("0~0 1800 7493 524", RegionCode.PL);
153 doTestFindInContext("0~0 1800 7493 524 ~1234", RegionCode.PL);
    [all...]
PhoneNumberUtilTest.java 468 phoneUtil.formatOutOfCountryCallingNumber(US_NUMBER, RegionCode.PL));
    [all...]
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 311 PresumedLoc PL = SM.getPresumedLoc(loc);
313 OS << llvm::sys::path::filename(PL.getFilename());
314 OS << ":" << PL.getLine() << ":"
315 << PL.getColumn();
323 PresumedLoc PL = SM.getPresumedLoc(range.getBegin());
325 OS << llvm::sys::path::filename(PL.getFilename());
326 OS << " [" << PL.getLine() << ":"
327 << PL.getColumn();
331 PL = SM.getPresumedLoc(end);
333 unsigned endCol = PL.getColumn() - 1
    [all...]
  /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/Lex/
PPLexerChange.cpp 80 if (PTHLexer *PL = PTH->CreateLexer(FID)) {
81 EnterSourceFileWithPTH(PL, CurDir);
135 void Preprocessor::EnterSourceFileWithPTH(PTHLexer *PL,
142 CurPTHLexer.reset(PL);
  /external/openssl/crypto/des/
FILES0 10 Makefile.PL - An old makefile to build with perl5, not current.
67 des.pl - des in perl anyone? des_set_key and des_ecb_encrypt
69 testdes.pl - Testing program for des.pl
75 shifts.pl - Perl library used by my perl scripts.
  /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/grub/stage2/
iso9660.h 183 struct PL {
185 } pl; member in union:rock_ridge::__anon7125
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 480 for (ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
482 PL != PLEnd; ++PL)
483 Writer.AddSourceLocation(*PL, Record);
536 for (ObjCProtocolDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
538 PL != PLEnd; ++PL)
539 Writer.AddSourceLocation(*PL, Record);
561 PL = D->protocol_loc_begin(), PLEnd = D->protocol_loc_end();
562 PL != PLEnd; ++PL
    [all...]
  /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/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 340 if (Loop *PL = LI->getLoopFor(Pred))
341 if (!PL->contains(OldBB))
  /external/clang/lib/AST/
ItaniumMangle.cpp 349 void mangleTemplateArgs(const TemplateParameterList &PL,
352 void mangleTemplateArgs(const TemplateParameterList &PL,
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
GGLAssembler.cpp 325 B(PL, "fragment_loop");
342 B(PL, "fragment_loop");
    [all...]
MIPSAssembler.cpp 716 case PL: mMips->BGE(cond.r1, cond.r2, label); break;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 977 ObjCCategoryDecl::protocol_loc_iterator PL = ND->protocol_loc_begin();
979 E = ND->protocol_end(); I != E; ++I, ++PL)
980 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 650 static Loop *CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM,
653 LPM->insertLoop(New, PL);
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.h 111 PL = 0x50000000,
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 399 milliseconds