Home
last modified time | relevance | path

Searched refs:log_type (Results 1 – 25 of 1357) sorted by path

12345678910>>...55

/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dmtk_logger.cc162 static struct log_type { struct
166 } log_type[32] = { argument
451 log_type[LATITUDE].size = log_type[LONGITUDE].size = 4; in mtk_rd_init()
452 log_type[HEIGHT].size = 3; in mtk_rd_init()
1222 sid_size = log_type[SID].size; in mtk_parse()
1295 i += log_type[k].size; in mtk_parse()
1444 len += log_type[i].size; in mtk_log_len()
1469 log_type[LATITUDE].size = log_type[LONGITUDE].size = 4; in file_init()
1470 log_type[HEIGHT].size = 3; in file_init()
1489 log_type[HEIGHT].id = SPEED; in holux245_init()
[all …]
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dmtk_logger.c146 struct log_type { struct
150 } log_type[32] = { argument
423 log_type[LATITUDE].size = log_type[LONGITUDE].size = 4; in mtk_rd_init()
424 log_type[HEIGHT].size = 3; in mtk_rd_init()
1161 sid_size = log_type[SID].size; in mtk_parse()
1230 i += log_type[k].size; in mtk_parse()
1372 len += log_type[i].size; in mtk_log_len()
1397 log_type[LATITUDE].size = log_type[LONGITUDE].size = 4; in file_init()
1398 log_type[HEIGHT].size = 3; in file_init()
1417 log_type[HEIGHT].id = SPEED; in holux245_init()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-sys-0.10.1/src/
H A Dlib.rs2018 pub log_type: GTestLogType, field
2029 .field("log_type", &self.log_type) in fmt()
5950 pub fn g_test_log_type_name(log_type: GTestLogType) -> *const c_char; in g_test_log_type_name()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-sys-0.14.0/src/
H A Dlib.rs2049 pub log_type: GTestLogType, field
2060 .field("log_type", &self.log_type) in fmt()
6411 pub fn g_test_log_type_name(log_type: GTestLogType) -> *const c_char; in g_test_log_type_name()
/dports/audio/icegenerator/icegenerator-0.5.5-pre2/src/
H A Dlog.cpp75 switch (LogSelected = ((log_type) atoi(object->GetValue(_log)))) in cLog()
H A Dlog.h56 enum log_type { _none = 0, _system, _file }; enum
61 log_type LogSelected;
/dports/audio/picard-plugins/picard-plugins-d859757/plugins/classical_extras/
H A D__init__.py153 def write_log(release_id, log_type, message, *args): argument
175 if options["log_info"] or log_type == "basic":
222 log_file.write(log_type[0].upper() + ': ')
231 if log_type != 'info' and log_type != 'basic': # i.e. non-custom log items
235 if log_type == 'debug' and options["log_debug"]:
241 if log_type == 'warning' and options["log_warning"]:
250 if log_type == 'error' and options["log_error"]:
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Player/
H A DGUI_Logger.h71 void logReady(const QDateTime& t, Log log_type, const QString& class_name, const QString& str);
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Utils/Logger/
H A DLogger.h84 Logger& operator << (const Log& log_type);
/dports/audio/spotify-qt/spotify-qt-3.7/lib/include/lib/enum/
H A Dlogtype.hpp8 enum class log_type enum
/dports/audio/spotify-qt/spotify-qt-3.7/lib/include/lib/
H A Dlog.hpp34 message(log_type::information, fmt); in info()
52 message(log_type::warning, fmt); in warn()
70 message(log_type::error, fmt); in error()
93 message(log_type::verbose, fmt); in dev()
134 static void message(log_type log_type, const std::string &message);
H A Dlogmessage.hpp21 log_message(const date_time &time, log_type log_type,
29 log_message(log_type log_type, const std::string &message);
70 log_type logType;
/dports/audio/spotify-qt/spotify-qt-3.7/lib/src/
H A Dlog.cpp9 void log::message(log_type log_type, const std::string &message) in message() argument
11 log_message msg(log_type, message); in message()
17 if (log_type == log_type::information || log_type == log_type::verbose) in message()
H A Dlogmessage.cpp5 log_message::log_message(const date_time &time, log_type log_type, in log_message() argument
8 logType(log_type), in log_message()
13 log_message::log_message(log_type log_type, const std::string &message) in log_message() argument
28 case log_type::information: in get_type_short()
31 case log_type::warning: in get_type_short()
34 case log_type::error: in get_type_short()
37 case log_type::verbose: in get_type_short()
53 case log_type::information: in get_type()
56 case log_type::warning: in get_type()
59 case log_type::error: in get_type()
[all …]
/dports/audio/spotify-qt/spotify-qt-3.7/lib/
H A Dstyle_guide.md44 enum class log_type
52 enum log_type
/dports/benchmarks/fio/fio-3.29/
H A Dbackend.c2574 .log_type = IO_LOG_TYPE_BW,
H A Dclient.c1473 if (pdu->log_type == IO_LOG_TYPE_HIST) { in fio_client_handle_iolog()
1590 if (pdu->log_type == IO_LOG_TYPE_HIST) in convert_iolog_gz()
1679 ret->log_type = le32_to_cpu(ret->log_type); in convert_iolog()
1693 if (ret->log_type == IO_LOG_TYPE_HIST) in convert_iolog()
1708 if (ret->log_type == IO_LOG_TYPE_HIST) { in convert_iolog()
H A Dinit.c1575 .log_type = IO_LOG_TYPE_LAT,
1609 .log_type = IO_LOG_TYPE_HIST,
1641 .log_type = IO_LOG_TYPE_BW,
1673 .log_type = IO_LOG_TYPE_IOPS,
H A Diolog.c738 l->log_type = p->log_type; in setup_log()
1710 struct log_type { struct
1715 static struct log_type log_types[] = { argument
1756 struct log_type *lt = &log_types[i]; in td_writeout_logs()
H A Diolog.h95 unsigned int log_type; in _mm_cvtsi64_m64()
274 int log_type;
289 return log->log_type == IO_LOG_TYPE_LAT ||
290 log->log_type == IO_LOG_TYPE_CLAT ||
291 log->log_type == IO_LOG_TYPE_SLAT;
H A Dserver.c1824 if (log->log_type == IO_LOG_TYPE_HIST) in __fio_append_iolog_gz()
1982 .log_type = cpu_to_le32(log->log_type), in fio_send_iolog()
H A Dserver.h193 uint32_t log_type; member
/dports/benchmarks/thrulay/thrulay-0.9/src/
H A Dserver.c129 int log_type = LOGTYPE_SYSLOG; /* default is syslog */ variable
345 log_type = lt; in logging_init()
355 switch (log_type) { in logging_init()
371 switch (log_type) { in logging_exit()
404 switch (log_type) { in logging_log_string()
557 thrulay_server_init(thrulay_server_logtype_t log_type, int reporting_verbosity) in thrulay_server_init() argument
561 rc = logging_init(log_type); in thrulay_server_init()
672 if (log_type == LOGTYPE_SYSLOG) { in thrulay_server_listen()
H A Dserver.h56 thrulay_server_init(thrulay_server_logtype_t log_type, int reporting_verbosity);
H A Dthrulayd.c76 int log_type = LOGTYPE_SYSLOG; /* default is syslog */ in main() local
115 log_type = LOGTYPE_STDERR; in main()
136 rc = thrulay_server_init(log_type, reporting_verbosity); in main()

12345678910>>...55