/external/chromium-libpac/test/ |
jstocstring.pl | 4 open(LS, "ls $ARGV[0]|"); 12 while (<LS>) {
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFCompileUnit.h | 21 StringRef SOS, StringRef AOS, StringRef LS, bool LE, 24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
|
DWARFTypeUnit.h | 24 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, 27 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
|
DWARFUnit.h | 49 StringRef SOS, StringRef AOS, StringRef LS, 83 StringRef SOS, StringRef AOS, StringRef LS, bool LE, 92 AOS, LS, LE, IsDWO, *this, 149 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFCompileUnit.h | 24 const DWARFSection *AOS, const DWARFSection &LS, bool LE, 26 : DWARFUnit(Context, Section, Header, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
|
DWARFTypeUnit.h | 32 const DWARFSection &LS, bool LE, bool IsDWO, 34 : DWARFUnit(Context, Section, Header, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
ChartCollation.java | 44 + "<ul>" + LS 46 + "<ol>" + LS 47 + "<li>it doesn't show the strength differences</li>" + LS 48 + "<li>it does not yet take the settings or imports into account, so those are listed separately</li>" + LS 49 + "<li>consult the XML file for the exact details</li>" + LS 50 + "</ol>" + LS 51 + "<li>The characters used in the illustration are:" + LS 52 + "<ol>" + LS 53 + "<li>those <span class='" + NOT_TAILORED + "'>not tailored</span> (added from standard exemplars for context)</li>" + LS 54 + "<li>those <span class='" + NOT_EXEMPLARS + "'>tailored</span>, but not in any exemplars (standard, aux, punctuation)</li>" + LS [all...] |
FormattedFileWriter.java | 41 //StringBuffer contents = new StringBuffer("<div align='center'>" + Chart.LS + "<table>" + Chart.LS); // 42 StringBuffer contents = new StringBuffer("<div id='chits'>" + Chart.LS); // 49 .append("\t<div class='chit'><a name='" + FileUtilities.anchorize(title) + "' href='" + fileName + "'>" + title + "</a></div>" + Chart.LS); 51 contents.append("\t<div class='chit'>" + explanation + "</div>" + Chart.LS); 58 // contents.append("<tr>" + Chart.LS); 70 // contents.append(td + linkedTitle + "</td>" + Chart.LS); 72 // contents.append(td + explanation + "</td>" + Chart.LS); 75 // contents.append("</tr>" + Chart.LS); 78 contents.append("</div>" + Chart.LS); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Utils/ |
ARMBaseInfo.h | 41 LS, // Unsigned lower or same Less than or equal 60 case HI: return LS; 61 case LS: return HI; 81 case ARMCC::LS: return "ls"; 104 .Case("ls", ARMCC::LS)
|
/external/llvm/lib/Transforms/Scalar/ |
ADCE.cpp | 38 static void collectLiveScopes(const DILocalScope &LS, 40 if (!AliveScopes.insert(&LS).second) 43 if (isa<DISubprogram>(LS)) 47 collectLiveScopes(cast<DILocalScope>(*LS.getScope()), AliveScopes);
|
InductiveRangeCheckElimination.cpp | 518 // Rewrite the iteration space of the loop denoted by (LS, Preheader). The 541 changeIterationSpaceEnd(const LoopStructure &LS, BasicBlock *Preheader, 545 // The loop denoted by `LS' has `OldPreheader' as its preheader. This 546 // function creates a new preheader for `LS' and returns it. 548 BasicBlock *createPreheader(const LoopStructure &LS, BasicBlock *OldPreheader, 552 // `changeIterationSpaceEnd' and is the preheader to the loop denoted by `LS'. 553 // This function rewrites the PHI nodes in `LS.Header' to start with the 556 LoopStructure &LS, BasicBlock *ContinuationBlockAndPreheader, 588 LoopConstrainer(Loop &L, LoopInfo &LI, const LoopStructure &LS, 593 MainLoopStructure(LS) {} [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/MCTargetDesc/ |
ARCInfo.h | 40 LS = 0xe,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
InductiveRangeCheckElimination.cpp | 600 // Rewrite the iteration space of the loop denoted by (LS, Preheader). The 622 changeIterationSpaceEnd(const LoopStructure &LS, BasicBlock *Preheader, 626 // The loop denoted by `LS' has `OldPreheader' as its preheader. This 627 // function creates a new preheader for `LS' and returns it. 628 BasicBlock *createPreheader(const LoopStructure &LS, BasicBlock *OldPreheader, 632 // `changeIterationSpaceEnd' and is the preheader to the loop denoted by `LS'. 633 // This function rewrites the PHI nodes in `LS.Header' to start with the 636 LoopStructure &LS, BasicBlock *ContinuationBlockAndPreheader, 673 const LoopStructure &LS, ScalarEvolution &SE, 677 Range(R), MainLoopStructure(LS) {} [all...] |
/build/kati/ |
find.h | 33 LS,
|
/external/elfutils/src/ |
make-debug-archive.in | 19 LS=/bin/ls 129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
DwarfFile.cpp | 85 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { 86 auto &ScopeVars = ScopeVariables[LS];
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
GSIStreamBuilder.cpp | 91 size_t LS = S1.size(); 94 if (LS != RS) 95 return LS < RS; 99 return memcmp(S1.data(), S2.data(), LS) < 0; 206 const std::pair<const CVSymbol *, const PublicSym32 *> &LS, 208 if (LS.second->Segment != RS.second->Segment) 209 return LS.second->Segment < RS.second->Segment; 210 if (LS.second->Offset != RS.second->Offset) 211 return LS.second->Offset < RS.second->Offset; 213 return LS.second->Name < RS.second->Name [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMBaseInfo.h | 39 LS, // Unsigned lower or same Less than or equal 58 case HI: return LS; 59 case LS: return HI; 79 case ARMCC::LS: return "ls";
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
ARMBaseInfo.h | 39 LS, // Unsigned lower or same Less than or equal 58 case HI: return LS; 59 case LS: return HI; 80 case ARMCC::LS: return "ls";
|
/external/llvm/lib/Analysis/ |
CostModel.cpp | 175 ShuffleVectorInst *LS = dyn_cast<ShuffleVectorInst>(L); 176 if (!LS && Level) 183 if (!Level && !RS && !LS) 187 Value *NextLevelOpL = LS ? LS->getOperand(0) : nullptr; 223 if (matchPairwiseShuffleMask(LS, true, Level)) { 227 if (!matchPairwiseShuffleMask(LS, false, Level))
|
/external/llvm/lib/CodeGen/ |
StackSlotColoring.cpp | 49 LiveStacks* LS; 156 if (!LS->hasInterval(FI)) 158 LiveInterval &li = LS->getInterval(FI); 190 Intervals.reserve(LS->getNumIntervals()); 191 for (auto &I : *LS) 433 LS = &getAnalysis<LiveStacks>(); 438 unsigned NumSlots = LS->getNumIntervals();
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
StackSlotColoring.cpp | 62 LiveStacks* LS; 173 if (!LS->hasInterval(FI)) 175 LiveInterval &li = LS->getInterval(FI); 214 Intervals.reserve(LS->getNumIntervals()); 215 for (auto &I : *LS) 494 LS = &getAnalysis<LiveStacks>(); 499 unsigned NumSlots = LS->getNumIntervals();
|
/external/u-boot/arch/arm/mach-tegra/tegra20/ |
pinmux.c | 389 PINP(LSC1, DISPA, DISPB, SPI3, HDMI, LS), 390 PINP(LSCK, DISPA, DISPB, SPI3, HDMI, LS), 391 PINP(LDC, DISPA, DISPB, RSVD3, RSVD4, LS), 392 PINP(LCSN, DISPA, DISPB, SPI3, RSVD4, LS), 396 PINP(LSDA, DISPA, DISPB, SPI3, HDMI, LS), 397 PINP(LSDI, DISPA, DISPB, SPI3, RSVD4, LS), 398 PINP(LPW0, DISPA, DISPB, SPI3, HDMI, LS), 399 PINP(LPW1, DISPA, DISPB, RSVD3, RSVD4, LS), 400 PINP(LPW2, DISPA, DISPB, SPI3, HDMI, LS),
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfFile.cpp | 145 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { 146 SmallVectorImpl<DbgVariable *> &Vars = ScopeVariables[LS];
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
LexicalScopes.h | 61 bool isCurrentFunctionScope(const LexicalScope *LS) { 62 return LS == CurrentFnLexicalScope;
|