Home
last modified time | relevance | path

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

12345678910>>...14

/external/rust/android-crates-io/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/android-crates-io/crates/tokio/src/runtime/time/wheel/
Dlevel.rs6 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/
Dbenchmarks.md20 ### Addition
44 ### Subtraction
68 ### Multiplication
92 ### Division
116 ### Power
140 ### Scripts
/external/pytorch/torch/onnx/_internal/diagnostics/
D_rules.py35 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/
Dlevel.rs6 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/
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/pytorch/torch/onnx/_internal/fx/analysis/
Dunsupported_nodes.py20 diagnostic_level: diagnostics.infra.Level,
40 self, diagnostic_level: diagnostics.infra.Level
/external/mesa3d/src/gallium/frontends/nine/
Dvolumetexture9.c138 UINT Level, in NineVolumeTexture9_GetLevelDesc()
150 UINT Level, in NineVolumeTexture9_GetVolumeLevel()
163 UINT Level, in NineVolumeTexture9_LockBox()
179 UINT Level ) in NineVolumeTexture9_UnlockBox()
Dtexture9.c231 UINT Level, in NineTexture9_GetLevelDesc()
246 UINT Level, in NineTexture9_GetSurfaceLevel()
262 UINT Level, in NineTexture9_LockRect()
278 UINT Level ) in NineTexture9_UnlockRect()
Dcubetexture9.c182 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/
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/android-crates-io/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()
/external/rust/android-crates-io/crates/tracing-core/src/
Dmetadata.rs221 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 …]

12345678910>>...14