Home
last modified time | relevance | path

Searched refs:level (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Dwheel.rs28 // In a levels, the number of level.
39 // The level to which the clock will be inserted.
40 level: usize,
62 level: 0,
80 // Returns the level to which the clock will be inserted.
81 pub(crate) fn level(&self) -> usize {
82 self.level
85 // Sets the level to which the clock will be inserted.
86 pub(crate) fn set_level(&mut self, level: usize) {
87 self.level
[all...]
/commonlibrary/c_utils/base/test/fuzztest/directory_fuzzer/
H A Ddirectory_fuzzer.cpp44 int level = dataProvider->ConsumeIntegralInRange<int>(0, MAX_DIR_LEVEL); in DirectoryTestFunc() local
45 for (int j = 0; j < level; j++) { in DirectoryTestFunc()
/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.h68 static void LogPrint(LogLevel level, const char* content);
H A Dconsole.cpp48 void Console::LogPrint(LogLevel level, const char* content) in LogPrint() argument
50 switch (level) { in LogPrint()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dwinapi.rs184 level: c_int, in setsockopt()

Completed in 4 milliseconds