Home
last modified time | relevance | path

Searched defs:Level (Results 1 – 25 of 69) sorted by relevance

123

/external/chromium_org/third_party/skia/src/core/
DSkMipMap.h20 struct Level { struct
27 bool extractLevel(SkScalar scale, Level*) const; argument
/external/skia/src/core/
DSkMipMap.h20 struct Level { struct
27 bool extractLevel(SkScalar scale, Level*) const; argument
/external/llvm/lib/Support/
DCompression.cpp26 static int encodeZlibCompressionLevel(zlib::CompressionLevel Level) { in encodeZlibCompressionLevel()
50 CompressionLevel Level) { in compress()
80 CompressionLevel Level) { in compress()
DIntervalMap.cpp48 void Path::moveLeft(unsigned Level) { in moveLeft()
98 void Path::moveRight(unsigned Level) { in moveRight()
/external/clang/include/clang/Frontend/
DDiagnosticRenderer.h103 DiagnosticsEngine::Level Level) {} in beginDiagnostic()
105 DiagnosticsEngine::Level Level) {} in endDiagnostic()
DTextDiagnostic.h91 DiagnosticsEngine::Level Level, in emitCodeContext()
/external/clang/lib/Frontend/
DTextDiagnosticPrinter.cpp55 DiagnosticsEngine::Level Level, in printDiagnosticOptions()
112 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
DLogDiagnosticPrinter.cpp33 static StringRef getLevelName(DiagnosticsEngine::Level Level) { in getLevelName()
110 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
DSerializedDiagnosticPrinter.cpp71 DiagnosticsEngine::Level Level, in emitDiagnosticLoc()
568 static serialized_diags::Level getStableLevel(DiagnosticsEngine::Level Level) { in getStableLevel()
585 DiagnosticsEngine::Level Level, in EmitDiagnosticMessage()
617 DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
634 DiagnosticsEngine::Level Level) { in beginDiagnostic()
640 DiagnosticsEngine::Level Level) { in endDiagnostic()
676 DiagnosticsEngine::Level Level, in emitCodeContext()
DTextDiagnosticBuffer.cpp22 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
DDiagnosticRenderer.cpp124 DiagnosticsEngine::Level Level, in emitDiagnostic()
212 DiagnosticsEngine::Level Level, in emitIncludeStack()
388 DiagnosticsEngine::Level Level, in emitCaret()
410 DiagnosticsEngine::Level Level, in emitMacroExpansions()
/external/clang/tools/diagtool/
DShowEnabledWarnings.cpp30 DiagnosticsEngine::Level Level; member
43 static char getCharForLevel(DiagnosticsEngine::Level Level) { in getCharForLevel()
/external/llvm/include/llvm/MC/
DMCCodeGenInfo.h47 void setOptLevel(CodeGenOpt::Level Level) { OptLevel = Level; } in setOptLevel()
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h153 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection()
157 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance()
161 virtual bool isPeelFirst(unsigned Level) const { return false; } in isPeelFirst()
165 virtual bool isPeelLast(unsigned Level) const { return false; } in isPeelLast()
169 virtual bool isSplitable(unsigned Level) const { return false; } in isSplitable()
/external/chromium_org/chrome/test/chromedriver/chrome/
Dlog.h21 enum Level { enum
/external/llvm/include/llvm/ADT/
DIntervalMap.h791 template <typename NodeT> NodeT &node(unsigned Level) const { in node()
794 unsigned size(unsigned Level) const { return path[Level].size; } in size()
795 unsigned offset(unsigned Level) const { return path[Level].offset; } in offset()
796 unsigned &offset(unsigned Level) { return path[Level].offset; } in offset()
818 NodeRef &subtree(unsigned Level) const { in subtree()
824 void reset(unsigned Level) { in reset()
844 void setSize(unsigned Level, unsigned Size) { in setSize()
904 bool atLastEntry(unsigned Level) const { in atLastEntry()
913 void legalizeForInsert(unsigned Level) { in legalizeForInsert()
1273 deleteNode(IntervalMapImpl::NodeRef Node, unsigned Level) { in deleteNode()
[all …]
/external/webrtc/src/modules/audio_processing/
Dlevel_estimator_impl.cc26 class Level { class
30 Level() in Level() function in webrtc::__anone951cdce0111::Level
/external/chromium_org/tools/android/forwarder2/
Dcommon.h34 #define SIGNAL_SAFE_LOG(Level, Msg) \ argument
/external/chromium_org/third_party/webrtc/voice_engine/
Dlevel_indicator.cc89 int8_t AudioLevel::Level() const in Level() function in webrtc::voe::AudioLevel
/external/llvm/unittests/Support/
DCompressionTest.cpp26 void TestZlibCompression(StringRef Input, zlib::CompressionLevel Level) { in TestZlibCompression()
/external/clang/include/clang/Basic/
DOperatorPrecedence.h27 enum Level { enum
/external/chromium_org/third_party/WebKit/public/web/
DWebConsoleMessage.h39 enum Level { enum
/external/lzma/CPP/7zip/UI/Common/
DZipRegistry.h29 UInt32 Level; member
52 UInt32 Level; member
/external/clang/tools/libclang/
DCIndexDiagnostic.cpp100 DiagnosticsEngine::Level Level) override { in beginDiagnostic()
117 DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
135 DiagnosticsEngine::Level Level, in emitDiagnosticLoc()
140 DiagnosticsEngine::Level Level, in emitCodeContext()
/external/clang/lib/ARCMigrate/
DPlistReporter.cpp19 static StringRef getLevelName(DiagnosticsEngine::Level Level) { in getLevelName()

123