/external/rust/android-crates-io/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/android-crates-io/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 { impl 41 pub(crate) fn new(level: usize) -> Level { in new() 150 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/pytorch/torch/onnx/_internal/diagnostics/ |
D | _rules.py | 35 self, level: infra.Level, op_name 55 self, level: infra.Level, op_name 79 self, level: infra.Level, op_name, opset_version, issue_url 111 self, level: infra.Level, op_name, opset_version, supported_opset_version 139 self, level: infra.Level, graph_name 159 self, level: infra.Level, node_repr 179 self, level: infra.Level, pass_name 199 self, level: infra.Level, target 223 self, level: infra.Level, node_op_to_target_mapping 247 self, level: infra.Level, node, symbolic_fn [all …]
|
/external/rust/android-crates-io/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 159 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/pytorch/torch/onnx/_internal/fx/analysis/ |
D | unsupported_nodes.py | 20 diagnostic_level: diagnostics.infra.Level, 40 self, diagnostic_level: diagnostics.infra.Level
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | volumetexture9.c | 138 UINT Level, in NineVolumeTexture9_GetLevelDesc() 150 UINT Level, in NineVolumeTexture9_GetVolumeLevel() 163 UINT Level, in NineVolumeTexture9_LockBox() 179 UINT Level ) in NineVolumeTexture9_UnlockBox()
|
D | texture9.c | 231 UINT Level, in NineTexture9_GetLevelDesc() 246 UINT Level, in NineTexture9_GetSurfaceLevel() 262 UINT Level, in NineTexture9_LockRect() 278 UINT Level ) in NineTexture9_UnlockRect()
|
D | cubetexture9.c | 182 UINT Level, in NineCubeTexture9_GetLevelDesc() 197 UINT Level, in NineCubeTexture9_GetCubeMapSurface() 217 UINT Level, in NineCubeTexture9_LockRect() 236 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/android-crates-io/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()
|
/external/rust/android-crates-io/crates/tracing-core/src/ |
D | metadata.rs | 221 pub struct Level(LevelInner); struct 255 level: Level, in new() 281 pub fn level(&self) -> &Level { in level() 501 impl Level { impl 537 impl fmt::Display for Level { implementation 553 impl FromStr for Level { implementation 661 pub const fn into_level(self) -> Option<Level> { in into_level() 903 impl PartialEq<LevelFilter> for Level { implementation 910 impl PartialOrd for Level { implementation 937 impl Ord for Level { implementation [all …]
|