Home
last modified time | relevance | path

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

1234567

/external/rust/crates/unicode-bidi/src/
Dlevel.rs34 pub struct Level(u8); struct
52 impl Level { impl
79 pub fn new(number: u8) -> Result<Level, Error> { in new()
89 pub fn new_explicit(number: u8) -> Result<Level, Error> { in new_explicit()
167 pub fn new_explicit_next_ltr(&self) -> Result<Level, Error> { in new_explicit_next_ltr()
173 pub fn new_explicit_next_rtl(&self) -> Result<Level, Error> { in new_explicit_next_rtl()
180 pub fn new_lowest_ge_rtl(&self) -> Result<Level, Error> { in new_lowest_ge_rtl()
194 pub fn vec(v: &[u8]) -> Vec<Level> { in vec()
207 impl Into<u8> for Level { implementation
215 impl From<u8> for Level { implementation
[all …]
Dlib.rs310 pub fn reordered_levels(&self, para: &ParagraphInfo, line: Range<usize>) -> Vec<Level> { in reordered_levels()
322 ) -> Vec<Level> { in reordered_levels_per_char()
359 ) -> (Vec<Level>, Vec<LevelRun>) { in visual_runs()
480 fn assign_levels_to_removed_chars(para_level: Level, classes: &[BidiClass], levels: &mut [Level]) { in assign_levels_to_removed_chars()
789 fn reordered_levels_for_paras(text: &str) -> Vec<Vec<Level>> { in reordered_levels_for_paras()
798 fn reordered_levels_per_char_for_paras(text: &str) -> Vec<Vec<Level>> { in reordered_levels_per_char_for_paras()
Dexplicit.rs26 para_level: Level, in compute()
28 levels: &mut [Level], in compute()
182 fn push(&mut self, level: Level, status: OverrideStatus) { in push()
Dimplicit.rs140 levels: &[Level], in resolve_neutral()
203 pub fn resolve_levels(original_classes: &[BidiClass], levels: &mut [Level]) -> Level { in resolve_levels()
Dprepare.rs45 para_level: Level, in isolating_run_sequences()
47 levels: &[Level], in isolating_run_sequences()
139 fn level_runs(levels: &[Level], original_classes: &[BidiClass]) -> Vec<LevelRun> { in level_runs()
/external/rust/crates/tokio/src/time/driver/wheel/
Dlevel.rs8 pub(crate) struct Level { struct
9 level: usize,
37 /// Level multiplier. argument
42 impl Level { impl
43 pub(crate) fn new(level: usize) -> Level { in new()
233 impl fmt::Debug for Level { implementation
/external/bc/manuals/
Dbenchmarks.md20 ### Addition
44 ### Subtraction
68 ### Multiplication
92 ### Division
116 ### Power
140 ### Scripts
/external/crosvm/devices/src/virtio/video/
Dcontrol.rs20 Level(Format), enumerator
27 Level(Vec<Level>), enumerator
55 Level, enumerator
66 Level(Level), enumerator
/external/skia/src/core/
DSkMipmap.h59 struct alignas(8) Level { struct
64 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/
Dtexture9.c245 UINT Level, in NineTexture9_GetLevelDesc()
261 UINT Level, in NineTexture9_GetSurfaceLevel()
278 UINT Level, in NineTexture9_LockRect()
296 UINT Level ) in NineTexture9_UnlockRect()
Dvolumetexture9.c154 UINT Level, in NineVolumeTexture9_GetLevelDesc()
166 UINT Level, in NineVolumeTexture9_GetVolumeLevel()
179 UINT Level, in NineVolumeTexture9_LockBox()
195 UINT Level ) in NineVolumeTexture9_UnlockBox()
Dcubetexture9.c190 UINT Level, in NineCubeTexture9_GetLevelDesc()
207 UINT Level, in NineCubeTexture9_GetCubeMapSurface()
229 UINT Level, in NineCubeTexture9_LockRect()
250 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/rust/crates/log/src/
Dlib.rs377 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/clang/include/clang/Frontend/
DDiagnosticRenderer.h103 DiagnosticsEngine::Level Level) {} in beginDiagnostic()
105 DiagnosticsEngine::Level Level) {} in endDiagnostic()
/external/rust/crates/proc-macro-error/src/
Ddiagnostic.rs13 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/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/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DLevel.java40 public class Level extends Priority implements Serializable { class
104 protected Level(int level, String levelStr, int syslogEquivalent) { in Level() method in Level
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h157 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection()
161 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance()
165 virtual bool isPeelFirst(unsigned Level) const { return false; } in isPeelFirst()
169 virtual bool isPeelLast(unsigned Level) const { return false; } in isPeelLast()
173 virtual bool isSplitable(unsigned Level) const { return false; } in isSplitable()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DLevel.java14 public enum Level { enum
46 private Level(int i, String altName, int value) { in Level() method in Level
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h163 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection()
167 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance()
171 virtual bool isPeelFirst(unsigned Level) const { return false; } in isPeelFirst()
175 virtual bool isPeelLast(unsigned Level) const { return false; } in isPeelLast()
179 virtual bool isSplitable(unsigned Level) const { return false; } in isSplitable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DIntervalMap.cpp47 void Path::moveLeft(unsigned Level) { in moveLeft()
97 void Path::moveRight(unsigned Level) { in moveRight()

1234567