Home
last modified time | relevance | path

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

1234567891011

/external/rust/crates/unicode-bidi/src/
Dlevel.rs36 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 …]
Dlib.rs233 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 …]
Dutf16.rs71 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 …]
Dexplicit.rs30 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/
DPassBuilderPipelines.cpp302 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/
Dlevel.rs6 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/
Dbenchmarks.md20 ### Addition
44 ### Subtraction
68 ### Multiplication
92 ### Division
116 ### Power
140 ### Scripts
/external/rust/crates/tokio-util/src/time/wheel/
Dlevel.rs6 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/
Dclipping_predictor_level_buffer.h25 struct Level { struct
28 bool operator==(const Level& level) const; argument
/external/crosvm/devices/src/virtio/video/
Dcontrol.rs23 Level(Format), enumerator
30 Level(Vec<Level>), enumerator
58 Level, enumerator
69 Level(Level), enumerator
/external/skia/src/core/
DSkMipmap.h70 struct alignas(8) Level { struct
75 bool extractLevel(SkSize scale, Level*) const; argument
/external/llvm/lib/Support/
DCompression.cpp27 static int encodeZlibCompressionLevel(zlib::CompressionLevel Level) { in encodeZlibCompressionLevel()
51 CompressionLevel Level) { in compress()
87 CompressionLevel Level) { in compress()
/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/frontends/nine/
Dvolumetexture9.c155 UINT Level, in NineVolumeTexture9_GetLevelDesc()
167 UINT Level, in NineVolumeTexture9_GetVolumeLevel()
180 UINT Level, in NineVolumeTexture9_LockBox()
196 UINT Level ) in NineVolumeTexture9_UnlockBox()
Dtexture9.c248 UINT Level, in NineTexture9_GetLevelDesc()
263 UINT Level, in NineTexture9_GetSurfaceLevel()
279 UINT Level, in NineTexture9_LockRect()
295 UINT Level ) in NineTexture9_UnlockRect()
Dcubetexture9.c199 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/
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/slf4j/slf4j-api/src/main/java/org/slf4j/event/
DLevel.java16 public enum Level { enum
23 Level(int i, String s) { in Level() method in Level
/external/clang/include/clang/Frontend/
DDiagnosticRenderer.h103 DiagnosticsEngine::Level Level) {} in beginDiagnostic()
105 DiagnosticsEngine::Level Level) {} in endDiagnostic()
/external/rust/crates/log/src/
Dlib.rs433 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/
Dchild.rs5 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/
DCompression.cpp108 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/
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()
/external/rust/crates/tracing-core/src/
Dmetadata.rs221 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 …]

1234567891011