| /external/rust/crates/unicode-bidi/src/ |
| D | level.rs | 32 pub struct Level(u8); struct 50 impl Level { impl 77 pub fn new(number: u8) -> Result<Level, Error> { in new() 87 pub fn new_explicit(number: u8) -> Result<Level, Error> { in new_explicit() 165 pub fn new_explicit_next_ltr(&self) -> Result<Level, Error> { in new_explicit_next_ltr() 171 pub fn new_explicit_next_rtl(&self) -> Result<Level, Error> { in new_explicit_next_rtl() 178 pub fn new_lowest_ge_rtl(&self) -> Result<Level, Error> { in new_lowest_ge_rtl() 192 pub fn vec(v: &[u8]) -> Vec<Level> { in vec() 205 impl Into<u8> for Level { implementation 213 impl From<u8> for Level { implementation [all …]
|
| D | lib.rs | 313 pub fn reordered_levels(&self, para: &ParagraphInfo, line: Range<usize>) -> Vec<Level> { in reordered_levels() 325 ) -> Vec<Level> { in reordered_levels_per_char() 362 ) -> (Vec<Level>, Vec<LevelRun>) { in visual_runs() 483 fn assign_levels_to_removed_chars(para_level: Level, classes: &[BidiClass], levels: &mut [Level]) { in assign_levels_to_removed_chars() 792 fn reordered_levels_for_paras(text: &str) -> Vec<Vec<Level>> { in reordered_levels_for_paras() 801 fn reordered_levels_per_char_for_paras(text: &str) -> Vec<Vec<Level>> { in reordered_levels_per_char_for_paras()
|
| D | explicit.rs | 26 para_level: Level, in compute() 28 levels: &mut [Level], in compute() 179 fn push(&mut self, level: Level, status: OverrideStatus) { in push()
|
| /external/bc/manuals/ |
| D | benchmarks.md | 20 ### Addition 44 ### Subtraction 68 ### Multiplication 92 ### Division 116 ### Power 140 ### Scripts
|
| /external/rust/crates/tokio/src/time/driver/wheel/ |
| D | level.rs | 8 pub(crate) struct Level { struct 9 level: usize, 37 /// Level multiplier. argument 42 impl Level { implementation 43 pub(crate) fn new(level: usize) -> Level { in new() 233 impl fmt::Debug for Level { implementation
|
| /external/crosvm/devices/src/virtio/video/ |
| D | control.rs | 20 Level(Format), enumerator 27 Level(Vec<Level>), enumerator 55 Level, enumerator 63 Level(Level), enumerator
|
| /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 | 59 struct alignas(8) Level { struct 64 bool extractLevel(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()
|
| /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/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/llvm-project/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-10.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/llvm-project/clang/include/clang/Frontend/ |
| D | DiagnosticRenderer.h | 98 DiagnosticsEngine::Level Level) {} in beginDiagnostic() 100 DiagnosticsEngine::Level Level) {} in endDiagnostic()
|
| /external/llvm-project/llvm/tools/opt/ |
| D | NewPMDriver.cpp | 160 [&PB](FunctionPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks() 167 [&PB](LoopPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks() 173 [&PB](LoopPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks() 180 [&PB](FunctionPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks() 186 [&PB](CGSCCPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks() 192 [&PB](FunctionPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks()
|
| /external/clang/include/clang/Frontend/ |
| D | DiagnosticRenderer.h | 103 DiagnosticsEngine::Level Level) {} in beginDiagnostic() 105 DiagnosticsEngine::Level Level) {} in endDiagnostic()
|
| /external/llvm-project/clang/lib/AST/ |
| D | AttrImpl.cpp | 139 unsigned Level = 0; in isDeclareTargetDeclaration() local 157 unsigned Level = 0; in getDeviceType() local 175 unsigned Level = 0; in getLocation() local
|
| /external/rust/crates/proc-macro-error/src/ |
| D | diagnostic.rs | 13 pub enum Level { enum 39 fn spanned_range(span_range: SpanRange, level: Level, message: String) -> Self; in spanned_range() 70 fn spanned_range(span_range: SpanRange, level: Level, message: String) -> Self { in spanned_range() 100 pub fn new(level: Level, message: String) -> Self { in new() 105 pub fn spanned(span: Span, level: Level, message: String) -> Self { in spanned() 229 level: &Level, in to_tokens()
|
| /external/rust/crates/log/src/ |
| D | lib.rs | 377 pub enum Level { enum 403 impl Clone for Level { implementation 405 fn clone(&self) -> Level { in clone() 410 impl PartialEq for Level { implementation 417 impl PartialEq<LevelFilter> for Level { implementation 424 impl PartialOrd for Level { implementation 451 impl PartialOrd<LevelFilter> for Level { implementation 478 impl Ord for Level { implementation 511 impl FromStr for Level { implementation 513 fn from_str(level: &str) -> Result<Level, Self::Err> { in from_str() [all …]
|
| /external/llvm-project/clang/lib/Frontend/ |
| D | TextDiagnosticPrinter.cpp | 52 DiagnosticsEngine::Level Level, in printDiagnosticOptions() 109 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
|
| D | LogDiagnosticPrinter.cpp | 26 static StringRef getLevelName(DiagnosticsEngine::Level Level) { in getLevelName() 111 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
|
| /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()
|