/external/skia/src/core/ |
D | SkMipMap.h | 30 struct Level { struct 35 bool extractLevel(const SkSize& scale, Level*) const; argument
|
/external/llvm/lib/Support/ |
D | Compression.cpp | 27 static int encodeZlibCompressionLevel(zlib::CompressionLevel Level) { in encodeZlibCompressionLevel() 51 CompressionLevel Level) { in compress() 87 CompressionLevel Level) { in compress()
|
D | IntervalMap.cpp | 48 void Path::moveLeft(unsigned Level) { in moveLeft() 98 void Path::moveRight(unsigned Level) { in moveRight()
|
/external/clang/include/clang/Frontend/ |
D | DiagnosticRenderer.h | 103 DiagnosticsEngine::Level Level) {} in beginDiagnostic() 105 DiagnosticsEngine::Level Level) {} in endDiagnostic()
|
D | TextDiagnostic.h | 91 DiagnosticsEngine::Level Level, in emitCodeContext()
|
/external/clang/lib/Frontend/ |
D | TextDiagnosticPrinter.cpp | 55 DiagnosticsEngine::Level Level, in printDiagnosticOptions() 112 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
|
D | LogDiagnosticPrinter.cpp | 27 static StringRef getLevelName(DiagnosticsEngine::Level Level) { in getLevelName() 112 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
|
D | SerializedDiagnosticPrinter.cpp | 77 DiagnosticsEngine::Level Level, in emitDiagnosticLoc() 631 static serialized_diags::Level getStableLevel(DiagnosticsEngine::Level Level) { in getStableLevel() 648 DiagnosticsEngine::Level Level, in EmitDiagnosticMessage() 680 DiagnosticsEngine::Level Level, in emitDiagnosticMessage() 697 DiagnosticsEngine::Level Level) { in beginDiagnostic() 703 DiagnosticsEngine::Level Level) { in endDiagnostic() 739 DiagnosticsEngine::Level Level, in emitCodeContext()
|
D | DiagnosticRenderer.cpp | 124 DiagnosticsEngine::Level Level, in emitDiagnostic() 210 DiagnosticsEngine::Level Level, in emitIncludeStack() 451 DiagnosticsEngine::Level Level, in emitCaret() 464 DiagnosticsEngine::Level Level, in emitSingleMacroExpansion() 562 DiagnosticsEngine::Level Level, in emitMacroExpansions()
|
D | TextDiagnosticBuffer.cpp | 22 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 163 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() 167 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance() 171 virtual bool isPeelFirst(unsigned Level) const { return false; } in isPeelFirst() 175 virtual bool isPeelLast(unsigned Level) const { return false; } in isPeelLast() 179 virtual bool isSplitable(unsigned Level) const { return false; } in isSplitable()
|
/external/llvm/include/llvm/Support/ |
D | CodeGen.h | 34 enum Level { Default=0, Small=1, Large=2 }; enum 49 enum Level { enum
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
D | Level.java | 40 public class Level extends Priority implements Serializable { class 104 protected Level(int level, String levelStr, int syslogEquivalent) { in Level() method in Level
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 792 template <typename NodeT> NodeT &node(unsigned Level) const { in node() 795 unsigned size(unsigned Level) const { return path[Level].size; } in size() 796 unsigned offset(unsigned Level) const { return path[Level].offset; } in offset() 797 unsigned &offset(unsigned Level) { return path[Level].offset; } in offset() 819 NodeRef &subtree(unsigned Level) const { in subtree() 825 void reset(unsigned Level) { in reset() 845 void setSize(unsigned Level, unsigned Size) { in setSize() 905 bool atLastEntry(unsigned Level) const { in atLastEntry() 914 void legalizeForInsert(unsigned Level) { in legalizeForInsert() 1263 deleteNode(IntervalMapImpl::NodeRef Node, unsigned Level) { in deleteNode() [all …]
|
/external/clang/tools/diagtool/ |
D | ShowEnabledWarnings.cpp | 30 DiagnosticsEngine::Level Level; member 43 static char getCharForLevel(DiagnosticsEngine::Level Level) { in getCharForLevel()
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/ |
D | XLogger.java | 75 public enum Level { enum in XLogger 90 private Level(String name, int level) { in Level() method in XLogger.Level
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 170 for (unsigned Level = 1; Level <= D->getLevels(); Level++) { in dumpExampleDependence() local 775 unsigned Level = LoopNest->getLoopDepth(); in collectCommonLoops() local 1081 unsigned Level, in strongSIVtest() 1220 unsigned Level, in weakCrossingSIVtest() 1441 unsigned Level, in exactSIVtest() 1652 unsigned Level, in weakZeroSrcSIVtest() 1763 unsigned Level, in weakZeroDstSIVtest() 2108 unsigned &Level, in testSIV() 2454 unsigned Level = mapSrcLoop(CurLoop); in gcdMIVtest() local 2581 unsigned DependenceAnalysis::exploreDirections(unsigned Level, in exploreDirections() [all …]
|
/external/clang/tools/libclang/ |
D | CIndexDiagnostic.cpp | 98 DiagnosticsEngine::Level Level) override { in beginDiagnostic() 116 DiagnosticsEngine::Level Level, in emitDiagnosticMessage() 134 DiagnosticsEngine::Level Level, in emitDiagnosticLoc() 139 DiagnosticsEngine::Level Level, in emitCodeContext()
|
/external/parameter-framework/upstream/test/functional-tests/ |
D | Basic.cpp | 80 using Level = StoreLogger::Log::Level; typedef
|
/external/llvm/include/llvm/MC/ |
D | MCCodeGenInfo.h | 47 void setOptLevel(CodeGenOpt::Level Level) { OptLevel = Level; } in setOptLevel()
|
/external/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 67 void SourceCoverageView::renderIndent(raw_ostream &OS, unsigned Level) { in renderIndent() 72 void SourceCoverageView::renderViewDivider(unsigned Level, unsigned Length, in renderViewDivider()
|
/external/webrtc/webrtc/voice_engine/ |
D | level_indicator.cc | 89 int8_t AudioLevel::Level() const in Level() function in webrtc::voe::AudioLevel
|
/external/llvm/unittests/Support/ |
D | CompressionTest.cpp | 26 void TestZlibCompression(StringRef Input, zlib::CompressionLevel Level) { in TestZlibCompression()
|
/external/clang/include/clang/Basic/ |
D | OperatorPrecedence.h | 27 enum Level { enum
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | LevelTree.java | 31 public static class Level { class in LevelTree 42 public Level(int level, DialogEntry dialogs, String title, String time, in Level() method in LevelTree.Level
|