| /external/rust/crates/unicode-bidi/src/ |
| D | level.rs | 36 pub struct Level(u8); struct 54 impl Level { implementation 81 pub fn new(number: u8) -> Result<Level, Error> { in new() 91 pub fn new_explicit(number: u8) -> Result<Level, Error> { in new_explicit() 169 pub fn new_explicit_next_ltr(&self) -> Result<Level, Error> { in new_explicit_next_ltr() 175 pub fn new_explicit_next_rtl(&self) -> Result<Level, Error> { in new_explicit_next_rtl() 182 pub fn new_lowest_ge_rtl(&self) -> Result<Level, Error> { in new_lowest_ge_rtl() 196 pub fn vec(v: &[u8]) -> Vec<Level> { in vec() 204 pub fn from_slice_unchecked(v: &[u8]) -> &[Level] { in from_slice_unchecked() 209 slice::from_raw_parts(v as *const [u8] as *const u8 as *const Level, v.len()) in from_slice_unchecked() constant [all …]
|
| D | lib.rs | 233 default_para_level: Option<Level>, in new_with_data_source() 265 default_para_level: Option<Level>, in new_with_data_source() 297 default_para_level: Option<Level>, in compute_initial_info() 476 default_para_level: Option<Level>, in new_with_data_source() 521 pub fn reordered_levels(&self, para: &ParagraphInfo, line: Range<usize>) -> Vec<Level> { in reordered_levels() 557 ) -> Vec<Level> { in reordered_levels_per_char() 648 ) -> (Vec<Level>, Vec<LevelRun>) { in visual_runs() 712 default_para_level: Option<Level>, in new_with_data_source() 757 pub fn reordered_levels(&self, line: Range<usize>) -> Vec<Level> { in reordered_levels() 783 pub fn reordered_levels_per_char(&self, line: Range<usize>) -> Vec<Level> { in reordered_levels_per_char() [all …]
|
| D | utf16.rs | 71 default_para_level: Option<Level>, in new_with_data_source() 103 default_para_level: Option<Level>, in new_with_data_source() 178 default_para_level: Option<Level>, in new_with_data_source() 223 pub fn reordered_levels(&self, para: &ParagraphInfo, line: Range<usize>) -> Vec<Level> { in reordered_levels() 255 ) -> Vec<Level> { in reordered_levels_per_char() 346 ) -> (Vec<Level>, Vec<LevelRun>) { in visual_runs() 410 default_para_level: Option<Level>, in new_with_data_source() 455 pub fn reordered_levels(&self, line: Range<usize>) -> Vec<Level> { in reordered_levels() 481 pub fn reordered_levels_per_char(&self, line: Range<usize>) -> Vec<Level> { in reordered_levels_per_char() 518 pub fn visual_runs(&self, line: Range<usize>) -> (Vec<Level>, Vec<LevelRun>) { in visual_runs() [all …]
|
| D | explicit.rs | 30 para_level: Level, in compute() 32 levels: &mut [Level], in compute() 203 fn push(&mut self, level: Level, status: OverrideStatus) { in push()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/ |
| D | PassBuilderPipelines.cpp | 302 OptimizationLevel Level) { in invokePeepholeEPCallbacks() 320 PassBuilder::buildO1FunctionSimplificationPipeline(OptimizationLevel Level, in buildO1FunctionSimplificationPipeline() 464 PassBuilder::buildFunctionSimplificationPipeline(OptimizationLevel Level, in buildFunctionSimplificationPipeline() 692 OptimizationLevel Level, bool RunProfileGen, in addPGOInstrPasses() 788 static InlineParams getInlineParamsFromOptLevel(OptimizationLevel Level) { in getInlineParamsFromOptLevel() 793 PassBuilder::buildInlinerPipeline(OptimizationLevel Level, in buildInlinerPipeline() 875 PassBuilder::buildModuleInlinerPipeline(OptimizationLevel Level, in buildModuleInlinerPipeline() 914 PassBuilder::buildModuleSimplificationPipeline(OptimizationLevel Level, in buildModuleSimplificationPipeline() 1086 void PassBuilder::addVectorPasses(OptimizationLevel Level, in addVectorPasses() 1226 PassBuilder::buildModuleOptimizationPipeline(OptimizationLevel Level, in buildModuleOptimizationPipeline() [all …]
|
| /external/rust/crates/tokio/src/runtime/time/wheel/ |
| D | level.rs | 6 pub(crate) struct Level { struct 7 level: usize, 35 /// Level multiplier. argument 40 impl Level { implementation 41 pub(crate) fn new(level: usize) -> Level { in new() 232 impl fmt::Debug for Level { implementation
|
| /external/bc/manuals/ |
| D | benchmarks.md | 20 ### Addition 44 ### Subtraction 68 ### Multiplication 92 ### Division 116 ### Power 140 ### Scripts
|
| /external/rust/crates/tokio-util/src/time/wheel/ |
| D | level.rs | 6 pub(crate) struct Level<T> { struct 7 level: usize, 35 /// Level multiplier. argument 40 impl<T: Stack> Level<T> { implementation 235 impl<T> fmt::Debug for Level<T> { implementation
|
| /external/webrtc/modules/audio_processing/agc2/ |
| D | clipping_predictor_level_buffer.h | 25 struct Level { struct 28 bool operator==(const Level& level) const; argument
|
| /external/crosvm/devices/src/virtio/video/ |
| D | control.rs | 23 Level(Format), enumerator 30 Level(Vec<Level>), enumerator 58 Level, enumerator 69 Level(Level), enumerator
|
| /external/skia/src/core/ |
| D | SkMipmap.h | 70 struct alignas(8) Level { struct 75 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 | volumetexture9.c | 155 UINT Level, in NineVolumeTexture9_GetLevelDesc() 167 UINT Level, in NineVolumeTexture9_GetVolumeLevel() 180 UINT Level, in NineVolumeTexture9_LockBox() 196 UINT Level ) in NineVolumeTexture9_UnlockBox()
|
| D | texture9.c | 248 UINT Level, in NineTexture9_GetLevelDesc() 263 UINT Level, in NineTexture9_GetSurfaceLevel() 279 UINT Level, in NineTexture9_LockRect() 295 UINT Level ) in NineTexture9_UnlockRect()
|
| D | cubetexture9.c | 199 UINT Level, in NineCubeTexture9_GetLevelDesc() 214 UINT Level, in NineCubeTexture9_GetCubeMapSurface() 234 UINT Level, in NineCubeTexture9_LockRect() 253 UINT Level ) in NineCubeTexture9_UnlockRect()
|
| /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/slf4j/slf4j-api/src/main/java/org/slf4j/event/ |
| D | Level.java | 16 public enum Level { enum 23 Level(int i, String s) { in Level() method in Level
|
| /external/clang/include/clang/Frontend/ |
| D | DiagnosticRenderer.h | 103 DiagnosticsEngine::Level Level) {} in beginDiagnostic() 105 DiagnosticsEngine::Level Level) {} in endDiagnostic()
|
| /external/rust/crates/log/src/ |
| D | lib.rs | 433 pub enum Level { enum 459 impl Clone for Level { implementation 461 fn clone(&self) -> Level { in clone() 466 impl PartialEq for Level { implementation 473 impl PartialEq<LevelFilter> for Level { implementation 480 impl PartialOrd for Level { implementation 507 impl PartialOrd<LevelFilter> for Level { implementation 534 impl Ord for Level { implementation 567 impl FromStr for Level { implementation 569 fn from_str(level: &str) -> Result<Level, Self::Err> { in from_str() [all …]
|
| /external/rust/crates/darling_core/src/error/ |
| D | child.rs | 5 pub(in crate::error) enum Level { enum 35 pub(in crate::error) fn new(level: Level, span: Option<Span>, message: String) -> Self { in new()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
| D | Compression.cpp | 108 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress() 148 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress() 167 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress() 208 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress()
|
| /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/rust/crates/tracing-core/src/ |
| D | metadata.rs | 221 pub struct Level(LevelInner); struct 256 level: Level, in new() 282 pub fn level(&self) -> &Level { in level() 502 impl Level { implementation 538 impl fmt::Display for Level { implementation 554 impl FromStr for Level { implementation 662 pub const fn into_level(self) -> Option<Level> { in into_level() 904 impl PartialEq<LevelFilter> for Level { implementation 911 impl PartialOrd for Level { implementation 938 impl Ord for Level { implementation [all …]
|