Searched refs:PL (Results 1 - 21 of 21) sorted by relevance

/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp310 PresumedLoc PL = SM.getPresumedLoc(loc); local
312 OS << llvm::sys::path::filename(PL.getFilename());
313 OS << ":" << PL.getLine() << ":"
314 << PL.getColumn();
322 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); local
324 OS << llvm::sys::path::filename(PL.getFilename());
325 OS << " [" << PL.getLine() << ":"
326 << PL.getColumn();
330 PL = SM.getPresumedLoc(end);
332 unsigned endCol = PL
[all...]
/external/libvpx/examples/includes/geshi/geshi/
H A Dplsql.php10 * Oracle 9.2 PL/SQL language file for GeSHi.
44 'LANG_NAME' => 'PL/SQL',
51 //PL/SQL reserved keywords (http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96624/f_words.htm#LNPLS019)
112 //PL/SQL packages (http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96612/intro2.htm#1025672)
142 //PL/SQL predefined exceptions (http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96624/07_errs.htm#784)
194 //PL/SQL delimiters (http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96624/02_funds.htm#2732)
/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;
76 case ARMCC::PL: return "pl";
/external/clang/lib/Lex/
H A DPPLexerChange.cpp77 if (PTHLexer *PL = PTH->CreateLexer(FID)) {
78 EnterSourceFileWithPTH(PL, CurDir);
132 void Preprocessor::EnterSourceFileWithPTH(PTHLexer *PL, argument
139 CurPTHLexer.reset(PL);
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp160 for (DirectiveList **PL = Lists; *PL; ++PL) {
161 DirectiveList * const L = *PL;
/external/openssl/crypto/des/
H A DFILES010 Makefile.PL - An old makefile to build with perl5, not current.
/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/clang/lib/Serialization/
H A DASTWriterDecl.cpp454 for (ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
456 PL != PLEnd; ++PL)
457 Writer.AddSourceLocation(*PL, Record);
510 for (ObjCProtocolDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
512 PL != PLEnd; ++PL)
513 Writer.AddSourceLocation(*PL, Record);
536 PL = D->protocol_loc_begin(), PLEnd = D->protocol_loc_end();
537 PL !
[all...]
/external/grub/stage2/
H A Diso9660.h183 struct PL { struct in union:rock_ridge::__anon4487
/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/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp341 if (Loop *PL = LI->getLoopFor(Pred))
342 if (!PL->contains(OldBB))
/external/clang/lib/AST/
H A DItaniumMangle.cpp317 void mangleTemplateArgs(const TemplateParameterList &PL,
320 void mangleTemplateArgs(const TemplateParameterList &PL,
2856 void CXXNameMangler::mangleTemplateArgs(const TemplateParameterList &PL,
2861 mangleTemplateArg(PL.getParam(i), AL[i]);
2865 void CXXNameMangler::mangleTemplateArgs(const TemplateParameterList &PL,
2871 mangleTemplateArg(PL.getParam(i), TemplateArgs[i]);
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java121 static final String PL = "PL"; field in class:PhoneNumberUtilTest.RegionCode
469 phoneUtil.formatOutOfCountryCallingNumber(US_NUMBER, RegionCode.PL));
1375 assertEquals(US_NUMBER, phoneUtil.parse("0~01-650-253-0000", RegionCode.PL));
1377 assertEquals(US_NUMBER, phoneUtil.parse("++1 (650) 253-0000", RegionCode.PL));
1657 assertEquals(ALPHA_NUMERIC_NUMBER, phoneUtil.parse("0~0 1800 7493 5247", RegionCode.PL));
1661 assertEquals(extnNumber, phoneUtil.parse("0~0 1800 7493 5247 ~1234", RegionCode.PL));
/external/clang/tools/libclang/
H A DCIndex.cpp952 ObjCCategoryDecl::protocol_loc_iterator PL = ND->protocol_loc_begin();
954 E = ND->protocol_end(); I != E; ++I, ++PL)
955 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
962 ObjCProtocolDecl::protocol_loc_iterator PL = PID->protocol_loc_begin(); local
964 E = PID->protocol_end(); I != E; ++I, ++PL)
965 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
1016 ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin();
1018 E = D->protocol_end(); I != E; ++I, ++PL)
1019 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
1053 ObjCForwardProtocolDecl::protocol_loc_iterator PL local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp465 static Loop *CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, argument
468 LPM->insertLoop(New, PL);
/external/clang/include/clang/Lex/
H A DPreprocessor.h1144 void EnterSourceFileWithPTH(PTHLexer *PL, const DirectoryLookup *Dir);
/external/webkit/Source/JavaScriptCore/assembler/
H A DARMAssembler.h111 PL = 0x50000000, enumerator in enum:JSC::ARMAssembler::__anon11549
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1076 return ARMCC::PL;
H A DARMISelLowering.cpp1049 case ISD::SETUGE: CondCode = ARMCC::PL; break;
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2221 .Case("pl", ARMCC::PL)
3768 .Case("pl", ARMCC::PL)
/external/v8/test/mjsunit/third_party/
H A Dregexp-pcre.js685 res[606] = /^\PL/;
1521 res[1441] = /^\PL+/;
1532 res[1452] = /^\PL/;

Completed in 4263 milliseconds