| /external/skqp/src/core/ |
| D | SkMipMap.h | 49 struct alignas(8) Level { struct 54 bool extractLevel(const SkSize& scale, Level*) const; argument
|
| /external/skia/src/core/ |
| D | SkMipMap.h | 49 struct alignas(8) Level { struct 54 bool extractLevel(const SkSize& scale, Level*) const; argument
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
| D | NewPMDriver.cpp | 136 FunctionPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks() 144 LoopPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks() 150 LoopPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks() 158 FunctionPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks() 164 CGSCCPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks() 170 FunctionPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks()
|
| /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/llvm/include/llvm/Support/ |
| D | CodeGen.h | 33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enum 37 enum Level { Default=0, Small=1, Large=2 }; enum 52 enum Level { enum
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
| D | CodeGen.h | 33 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/frontends/nine/ |
| D | texture9.c | 245 UINT Level, in NineTexture9_GetLevelDesc() 261 UINT Level, in NineTexture9_GetSurfaceLevel() 278 UINT Level, in NineTexture9_LockRect() 296 UINT Level ) in NineTexture9_UnlockRect()
|
| D | volumetexture9.c | 154 UINT Level, in NineVolumeTexture9_GetLevelDesc() 166 UINT Level, in NineVolumeTexture9_GetVolumeLevel() 179 UINT Level, in NineVolumeTexture9_LockBox() 195 UINT Level ) in NineVolumeTexture9_UnlockBox()
|
| D | cubetexture9.c | 190 UINT Level, in NineCubeTexture9_GetLevelDesc() 207 UINT Level, in NineCubeTexture9_GetCubeMapSurface() 229 UINT Level, in NineCubeTexture9_LockRect() 250 UINT Level ) in NineCubeTexture9_UnlockRect()
|
| /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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
| D | Compression.cpp | 32 static int encodeZlibCompressionLevel(zlib::CompressionLevel Level) { in encodeZlibCompressionLevel() 62 CompressionLevel Level) { in compress() 105 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/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()
|
| /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/cldr/tools/java/org/unicode/cldr/util/ |
| D | Level.java | 14 public enum Level { enum 46 private Level(int i, String altName, int value) { in Level() method in Level
|
| /external/guava/android-annotation-stubs/src/com/google/j2objc/annotations/ |
| D | ReflectionSupport.java | 37 enum Level { enum
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/ |
| D | PassBuilder.cpp | 196 static bool isOptimizingForSize(PassBuilder::OptimizationLevel Level) { in isOptimizingForSize() 303 FunctionPassManager &FPM, PassBuilder::OptimizationLevel Level) { in invokePeepholeEPCallbacks() 345 PassBuilder::buildFunctionSimplificationPipeline(OptimizationLevel Level, in buildFunctionSimplificationPipeline() 493 PassBuilder::OptimizationLevel Level, in addPGOInstrPasses() 554 getInlineParamsFromOptLevel(PassBuilder::OptimizationLevel Level) { in getInlineParamsFromOptLevel() 562 PassBuilder::buildModuleSimplificationPipeline(OptimizationLevel Level, in buildModuleSimplificationPipeline() 712 PassBuilder::buildModuleOptimizationPipeline(OptimizationLevel Level, in buildModuleOptimizationPipeline() 860 PassBuilder::buildPerModuleDefaultPipeline(OptimizationLevel Level, in buildPerModuleDefaultPipeline() 887 PassBuilder::buildThinLTOPreLinkDefaultPipeline(OptimizationLevel Level, in buildThinLTOPreLinkDefaultPipeline() 926 OptimizationLevel Level, bool DebugLogging, in buildThinLTODefaultPipeline() [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
| D | DependenceAnalysis.h | 158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() 162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance() 166 virtual bool isPeelFirst(unsigned Level) const { return false; } in isPeelFirst() 170 virtual bool isPeelLast(unsigned Level) const { return false; } in isPeelLast() 174 virtual bool isSplitable(unsigned Level) const { return false; } in isSplitable()
|
| /external/clang/tools/diagtool/ |
| D | ShowEnabledWarnings.cpp | 30 DiagnosticsEngine::Level Level; member 43 static char getCharForLevel(DiagnosticsEngine::Level Level) { in getCharForLevel()
|
| /external/parameter-framework/upstream/test/functional-tests/ |
| D | Basic.cpp | 80 using Level = StoreLogger::Log::Level; typedef
|
| /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/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 …]
|