Home
last modified time | relevance | path

Searched refs:PL (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/external/clang/tools/arcmt-test/
Darcmt-test.cpp310 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation() local
312 OS << llvm::sys::path::filename(PL.getFilename()); in printSourceLocation()
313 OS << ":" << PL.getLine() << ":" in printSourceLocation()
314 << PL.getColumn(); in printSourceLocation()
322 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); in printSourceRange() local
324 OS << llvm::sys::path::filename(PL.getFilename()); in printSourceRange()
325 OS << " [" << PL.getLine() << ":" in printSourceRange()
326 << PL.getColumn(); in printSourceRange()
330 PL = SM.getPresumedLoc(end); in printSourceRange()
332 unsigned endCol = PL.getColumn() - 1; in printSourceRange()
[all …]
/external/llvm-project/clang/tools/arcmt-test/
Darcmt-test.cpp309 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation() local
311 OS << llvm::sys::path::filename(PL.getFilename()); in printSourceLocation()
312 OS << ":" << PL.getLine() << ":" in printSourceLocation()
313 << PL.getColumn(); in printSourceLocation()
321 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); in printSourceRange() local
323 OS << llvm::sys::path::filename(PL.getFilename()); in printSourceRange()
324 OS << " [" << PL.getLine() << ":" in printSourceRange()
325 << PL.getColumn(); in printSourceRange()
329 PL = SM.getPresumedLoc(end); in printSourceRange()
331 unsigned endCol = PL.getColumn() - 1; in printSourceRange()
[all …]
/external/llvm-project/llvm/tools/dsymutil/
Ddsymutil.cpp316 raw_fd_ostream PL(InfoPlist, EC, sys::fs::OF_Text); in createPlistFile() local
332 PL << "<?xml version=\"1.0\" encoding=\"UTF-8\"\?>\n" in createPlistFile()
341 printHTMLEscaped(BI.IDStr, PL); in createPlistFile()
342 PL << "</string>\n" in createPlistFile()
351 PL << "\t\t<key>CFBundleShortVersionString</key>\n"; in createPlistFile()
352 PL << "\t\t<string>"; in createPlistFile()
353 printHTMLEscaped(BI.ShortVersionStr, PL); in createPlistFile()
354 PL << "</string>\n"; in createPlistFile()
357 PL << "\t\t<key>CFBundleVersion</key>\n"; in createPlistFile()
358 PL << "\t\t<string>"; in createPlistFile()
[all …]
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dpreprocessing_stage_test.py40 class PL(base_preprocessing_layer.PreprocessingLayer): class
45 super(PL, self).__init__(**kwargs)
56 PL(),
57 PL(),
58 PL(),
Dpreprocessing_stage_functional_test.py40 class PL(base_preprocessing_layer.PreprocessingLayer): class
45 super(PL, self).__init__(**kwargs)
55 class PLMerge(PL):
61 class PLSplit(PL):
75 l0 = PL()
78 l1 = PL()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h36 PL, // Plus, positive or zero >, ==, or unordered enumerator
55 case MI: return PL; in getOppositeCondition()
56 case PL: return MI; in getOppositeCondition()
153 case ARMCC::PL: return "pl"; in ARMCondCodeToString()
176 .Case("pl", ARMCC::PL) in ARMCondCodeFromString()
/external/llvm-project/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h36 PL, // Plus, positive or zero >, ==, or unordered enumerator
55 case MI: return PL; in getOppositeCondition()
56 case PL: return MI; in getOppositeCondition()
153 case ARMCC::PL: return "pl"; in ARMCondCodeToString()
176 .Case("pl", ARMCC::PL) in ARMCondCodeFromString()
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart3.csv1468 ,"PL",,".POLAND",,,"",,,,,
1469 ,"PL","ADJ","Adam�w","Adamow","CH","--3-----","RL","0401",,"5116N 02306E",
1470 "+","PL","ALB","Albigowa","Albigowa","PK","--3-----","RL","1301",,"5001N 02214E",
1471 ,"PL","ALK","Aleksandr�w Kujawski","Aleksandrow Kujawski",,"--3-----","RL","0212",,"5252N 01841E",
1472 ,"PL","AWL","Aleksandr�w Lodzki","Aleksandrow Lodzki","LD","--3--6--","RL","0507",,"5149N 01918E",
1473 ,"PL","AWN","Alwernia","Alwernia","MA","--3-----","RL","0901",,"5004N 01932E",
1474 ,"PL","AND","Andrespol","Andrespol","LD","--3-----","RQ","0907",,"5143N 01938E",
1475 ,"PL","ADC","Andrych�w","Andrychow",,"--3-----","RL","0201",,"4951N 01920E",
1476 ,"PL","AUG","August�w","Augustow","PT","-23-----","RL","0307",,"5351N 02300E",
1477 ,"PL","BMS","Babimost","Babimost","LB","-234----","RL","0701",,"5210N 01550E",
[all …]
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h35 PL, // Plus, positive or zero >, ==, or unordered enumerator
54 case MI: return PL; in getOppositeCondition()
55 case PL: return MI; in getOppositeCondition()
75 case ARMCC::PL: return "pl"; in ARMCondCodeToString()
/external/ImageMagick/PerlMagick/
DMakefile.am41 PERLMAKEMAKER=$(PERLMAGICK)/Makefile.PL
58 cd $(PERLMAGICK) && @PERL@ Makefile.PL $(PERL_MAKE_OPTIONS)
83 …cd $(PERLMAGICK) && @PERL@ Makefile.PL MAP_TARGET=$(PERLSTATICNAME) $(PERL_MAKE_OPTIONS) && $(MAKE…
DREADME.txt34 Next, edit Makefile.PL and change LIBS and INC to include the appropriate
46 perl Makefile.PL
55 perl Makefile.PL
62 perl Makefile.PL MAP_TARGET=PerlMagick
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
Dtag-types.cpp49 long *PL; member in Class
72 const long *PL; member
/external/antlr/runtime/Perl5/
DMANIFEST1 Build.PL
6 Makefile.PL
/external/ltp/testcases/kernel/fs/doio/
Drwtest262 PL=${*}
263 for p in $PL
/external/llvm/tools/dsymutil/
Ddsymutil.cpp104 llvm::raw_fd_ostream PL(InfoPlist, EC, llvm::sys::fs::F_Text); in createPlistFile() local
123 PL << "<?xml version=\"1.0\" encoding=\"UTF-8\"\?>\n" in createPlistFile()
145 PL.close(); in createPlistFile()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp456 for (auto *PL = DL->getParentLoop(); PL; PL = PL->getParentLoop()) in deleteDeadLoopBlocks() local
458 PL->removeBlockFromLoop(BB); in deleteDeadLoopBlocks()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp449 for (auto *PL = DL->getParentLoop(); PL; PL = PL->getParentLoop()) in deleteDeadLoopBlocks() local
451 PL->removeBlockFromLoop(BB); in deleteDeadLoopBlocks()
/external/llvm/lib/IR/
DModule.cpp496 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel() argument
497 addModuleFlag(ModFlagBehavior::Error, "PIC Level", PL); in setPICLevel()
510 void Module::setPIELevel(PIELevel::Level PL) { in setPIELevel() argument
511 addModuleFlag(ModFlagBehavior::Error, "PIE Level", PL); in setPIELevel()
/external/libxml2/result/schemas/
Dchangelog093_1_0.err1 …p://www.blackperl.com/XML/ChangeLog}description': Duplicate key-sequence ['PL'] in unique identity…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp514 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel() argument
515 addModuleFlag(ModFlagBehavior::Max, "PIC Level", PL); in setPICLevel()
528 void Module::setPIELevel(PIELevel::Level PL) { in setPIELevel() argument
529 addModuleFlag(ModFlagBehavior::Max, "PIE Level", PL); in setPIELevel()
/external/marisa-trie/
DMakefile.am10 bindings/perl/Makefile.PL \
/external/antlr/runtime/Perl5/examples/
DREADME7 perl Makefile.PL
/external/clang/lib/AST/
DOpenMPClause.cpp291 void OMPLinearClause::setPrivates(ArrayRef<Expr *> PL) { in setPrivates() argument
292 assert(PL.size() == varlist_size() && in setPrivates()
294 std::copy(PL.begin(), PL.end(), varlist_end()); in setPrivates()
319 ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, in Create() argument
327 Clause->setPrivates(PL); in Create()
/external/clang/lib/Lex/
DPPLexerChange.cpp81 if (PTHLexer *PL = PTH->CreateLexer(FID)) { in EnterSourceFile() local
82 EnterSourceFileWithPTH(PL, CurDir); in EnterSourceFile()
137 void Preprocessor::EnterSourceFileWithPTH(PTHLexer *PL, in EnterSourceFileWithPTH() argument
144 CurPTHLexer.reset(PL); in EnterSourceFileWithPTH()
/external/llvm-project/llvm/lib/IR/
DModule.cpp542 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel() argument
543 addModuleFlag(ModFlagBehavior::Max, "PIC Level", PL); in setPICLevel()
556 void Module::setPIELevel(PIELevel::Level PL) { in setPIELevel() argument
557 addModuleFlag(ModFlagBehavior::Max, "PIE Level", PL); in setPIELevel()

12345678910>>...21