Home
last modified time | relevance | path

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

1234

/external/skia/src/core/
DSkMipMap.h52 struct Level { struct
57 bool extractLevel(const SkSize& scale, Level*) const; argument
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetMachine.h48 enum Level { enum
335 virtual bool addPreISel(PassManagerBase &, CodeGenOpt::Level) { in addPreISel()
341 virtual bool addInstSelector(PassManagerBase &, CodeGenOpt::Level) { in addInstSelector()
348 virtual bool addPreRegAlloc(PassManagerBase &, CodeGenOpt::Level) { in addPreRegAlloc()
356 virtual bool addPostRegAlloc(PassManagerBase &, CodeGenOpt::Level) { in addPostRegAlloc()
364 virtual bool addPreSched2(PassManagerBase &, CodeGenOpt::Level) { in addPreSched2()
371 virtual bool addPreEmitPass(PassManagerBase &, CodeGenOpt::Level) { in addPreEmitPass()
379 virtual bool addCodeEmitter(PassManagerBase &, CodeGenOpt::Level, in addCodeEmitter()
/external/llvm/lib/Support/
DCompression.cpp27 static int encodeZlibCompressionLevel(zlib::CompressionLevel Level) { in encodeZlibCompressionLevel()
51 CompressionLevel Level) { in compress()
87 CompressionLevel Level) { in compress()
DIntervalMap.cpp48 void Path::moveLeft(unsigned Level) { in moveLeft()
98 void Path::moveRight(unsigned Level) { in moveRight()
/external/llvm/include/llvm/Support/
DCodeGen.h33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enum
37 enum Level { Default=0, Small=1, Large=2 }; enum
52 enum Level { enum
/external/mesa3d/src/gallium/state_trackers/nine/
Dtexture9.c244 UINT Level, in NineTexture9_GetLevelDesc()
260 UINT Level, in NineTexture9_GetSurfaceLevel()
277 UINT Level, in NineTexture9_LockRect()
295 UINT Level ) in NineTexture9_UnlockRect()
Dvolumetexture9.c152 UINT Level, in NineVolumeTexture9_GetLevelDesc()
164 UINT Level, in NineVolumeTexture9_GetVolumeLevel()
177 UINT Level, in NineVolumeTexture9_LockBox()
193 UINT Level ) in NineVolumeTexture9_UnlockBox()
Dcubetexture9.c189 UINT Level, in NineCubeTexture9_GetLevelDesc()
206 UINT Level, in NineCubeTexture9_GetCubeMapSurface()
228 UINT Level, in NineCubeTexture9_LockRect()
249 UINT Level ) in NineCubeTexture9_UnlockRect()
/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.cpp27 static StringRef getLevelName(DiagnosticsEngine::Level Level) { in getLevelName()
112 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
DTextDiagnosticBuffer.cpp22 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
DSerializedDiagnosticPrinter.cpp78 DiagnosticsEngine::Level Level, in emitDiagnosticLoc()
632 static serialized_diags::Level getStableLevel(DiagnosticsEngine::Level Level) { in getStableLevel()
649 DiagnosticsEngine::Level Level, in EmitDiagnosticMessage()
681 DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
698 DiagnosticsEngine::Level Level) { in beginDiagnostic()
704 DiagnosticsEngine::Level Level) { in endDiagnostic()
740 DiagnosticsEngine::Level Level, in emitCodeContext()
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DLevel.java40 public class Level extends Priority implements Serializable { class
104 protected Level(int level, String levelStr, int syslogEquivalent) { in Level() method in Level
/external/swiftshader/third_party/LLVM/lib/Support/
DIntervalMap.cpp48 void Path::moveLeft(unsigned Level) { in moveLeft()
98 void Path::moveRight(unsigned Level) { in moveRight()
/external/parameter-framework/upstream/test/functional-tests/
DBasic.cpp80 using Level = StoreLogger::Log::Level; typedef
/external/clang/tools/diagtool/
DShowEnabledWarnings.cpp30 DiagnosticsEngine::Level Level; member
43 static char getCharForLevel(DiagnosticsEngine::Level Level) { in getCharForLevel()
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h163 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/ADT/
DIntervalMap.h792 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/swiftshader/third_party/LLVM/include/llvm/ADT/
DIntervalMap.h771 template <typename NodeT> NodeT &node(unsigned Level) const { in node()
774 unsigned size(unsigned Level) const { return path[Level].size; } in size()
775 unsigned offset(unsigned Level) const { return path[Level].offset; } in offset()
776 unsigned &offset(unsigned Level) { return path[Level].offset; } in offset()
798 NodeRef &subtree(unsigned Level) const { in subtree()
804 void reset(unsigned Level) { in reset()
824 void setSize(unsigned Level, unsigned Size) { in setSize()
884 bool atLastEntry(unsigned Level) const { in atLastEntry()
893 void legalizeForInsert(unsigned Level) { in legalizeForInsert()
1253 deleteNode(IntervalMapImpl::NodeRef Node, unsigned Level) { in deleteNode()
[all …]
/external/webrtc/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/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
DXLogger.java75 public enum Level { enum in XLogger
90 private Level(String name, int level) { in Level() method in XLogger.Level
/external/clang/include/clang/Basic/
DOperatorPrecedence.h27 enum Level { enum

1234