Home
last modified time | relevance | path

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

1234567891011

/external/rust/crates/unicode-bidi/src/
Dlevel.rs32 pub struct Level(u8); struct
50 impl Level { impl
77 pub fn new(number: u8) -> Result<Level, Error> { in new()
87 pub fn new_explicit(number: u8) -> Result<Level, Error> { in new_explicit()
165 pub fn new_explicit_next_ltr(&self) -> Result<Level, Error> { in new_explicit_next_ltr()
171 pub fn new_explicit_next_rtl(&self) -> Result<Level, Error> { in new_explicit_next_rtl()
178 pub fn new_lowest_ge_rtl(&self) -> Result<Level, Error> { in new_lowest_ge_rtl()
192 pub fn vec(v: &[u8]) -> Vec<Level> { in vec()
205 impl Into<u8> for Level { implementation
213 impl From<u8> for Level { implementation
[all …]
Dlib.rs313 pub fn reordered_levels(&self, para: &ParagraphInfo, line: Range<usize>) -> Vec<Level> { in reordered_levels()
325 ) -> Vec<Level> { in reordered_levels_per_char()
362 ) -> (Vec<Level>, Vec<LevelRun>) { in visual_runs()
483 fn assign_levels_to_removed_chars(para_level: Level, classes: &[BidiClass], levels: &mut [Level]) { in assign_levels_to_removed_chars()
792 fn reordered_levels_for_paras(text: &str) -> Vec<Vec<Level>> { in reordered_levels_for_paras()
801 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()
179 fn push(&mut self, level: Level, status: OverrideStatus) { in push()
/external/bc/manuals/
Dbenchmarks.md20 ### Addition
44 ### Subtraction
68 ### Multiplication
92 ### Division
116 ### Power
140 ### Scripts
/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 { implementation
43 pub(crate) fn new(level: usize) -> Level { in new()
233 impl fmt::Debug for Level { implementation
/external/crosvm/devices/src/virtio/video/
Dcontrol.rs20 Level(Format), enumerator
27 Level(Vec<Level>), enumerator
55 Level, enumerator
63 Level(Level), enumerator
/external/skqp/src/core/
DSkMipMap.h49 struct alignas(8) Level { struct
54 bool extractLevel(const SkSize& scale, Level*) const; argument
/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/llvm-project/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/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/llvm-project/clang/include/clang/Frontend/
DDiagnosticRenderer.h98 DiagnosticsEngine::Level Level) {} in beginDiagnostic()
100 DiagnosticsEngine::Level Level) {} in endDiagnostic()
/external/llvm-project/llvm/tools/opt/
DNewPMDriver.cpp160 [&PB](FunctionPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks()
167 [&PB](LoopPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks()
173 [&PB](LoopPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks()
180 [&PB](FunctionPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks()
186 [&PB](CGSCCPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks()
192 [&PB](FunctionPassManager &PM, PassBuilder::OptimizationLevel Level) { in registerEPCallbacks()
/external/clang/include/clang/Frontend/
DDiagnosticRenderer.h103 DiagnosticsEngine::Level Level) {} in beginDiagnostic()
105 DiagnosticsEngine::Level Level) {} in endDiagnostic()
/external/llvm-project/clang/lib/AST/
DAttrImpl.cpp139 unsigned Level = 0; in isDeclareTargetDeclaration() local
157 unsigned Level = 0; in getDeviceType() local
175 unsigned Level = 0; in getLocation() local
/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/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/llvm-project/clang/lib/Frontend/
DTextDiagnosticPrinter.cpp52 DiagnosticsEngine::Level Level, in printDiagnosticOptions()
109 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
DLogDiagnosticPrinter.cpp26 static StringRef getLevelName(DiagnosticsEngine::Level Level) { in getLevelName()
111 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
/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()

1234567891011