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

  /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 459 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/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 164 for (DirectiveList **PL = Lists; *PL; ++PL) {
165 DirectiveList * const L = *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::__anon6592
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 478 for (ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
480 PL != PLEnd; ++PL)
481 Writer.AddSourceLocation(*PL, Record);
534 for (ObjCProtocolDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
536 PL != PLEnd; ++PL)
537 Writer.AddSourceLocation(*PL, Record);
559 PL = D->protocol_loc_begin(), PLEnd = D->protocol_loc_end();
560 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 322 B(PL, "fragment_loop");
339 B(PL, "fragment_loop");
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 960 ObjCCategoryDecl::protocol_loc_iterator PL = ND->protocol_loc_begin();
962 E = ND->protocol_end(); I != E; ++I, ++PL)
963 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
973 ObjCProtocolDecl::protocol_loc_iterator PL = PID->protocol_loc_begin();
975 E = PID->protocol_end(); I != E; ++I, ++PL)
976 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 660 static Loop *CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM,
663 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 511 milliseconds