Home
last modified time | relevance | path

Searched defs:cat (Results 76 – 100 of 7069) sorted by relevance

12345678910>>...283

/dports/databases/db18/db-18.1.40/src/dbinc/
H A Dperfmon.h33 #define STAT_PERFMON2(env, cat, id, a1, a2) \ argument
35 #define STAT_PERFMON3(env, cat, id, a1, a2, a3) \ argument
38 #define STAT_PERFMON1(env, cat, id, a1) NOP_STATEMENT argument
63 #define PERFMON0(env, cat, id) bdb_##cat##_##id() argument
65 #define PERFMON2(env, cat, id, a1, a2) \ argument
67 #define PERFMON3(env, cat, id, a1, a2, a3) \ argument
72 #define PERFMON4(env, cat, id, a1, a2, a3, a4) \ argument
77 #define PERFMON5(env, cat, id, a1, a2, a3, a4, a5) \ argument
92 #define PERFMON0(env, cat, id) NOP_STATEMENT argument
93 #define PERFMON1(env, cat, id, a1) NOP_STATEMENT argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/structs-enums/
H A Dclasses-simple.rs5 struct cat { struct
11 fn cat(in_x : usize, in_y : isize) -> cat { in cat() argument
H A Dclass-str-field.rs7 struct cat { struct
13 fn cat(in_name: String) -> cat { in cat() argument
H A Dclass-impl-very-parameterized-trait.rs21 struct cat<T> { struct
29 impl<T> cat<T> { argument
74 impl<T> cat<T> { implementation
87 impl<T> cat<T> { implementation
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_data/franka_panda/meshes/visual/
H A DvisualShapeBench.json_0.json2 {"cat":"timing","pid":1,"tid":0,"ts":375106.900 ,"ph":"B","name":"workerThreadWait0","args":{}}, string
3 {"cat":"timing","pid":1,"tid":0,"ts":391014.000 ,"ph":"E","name":"workerThreadWait0","args":{}}, string
6 {"cat":"timing","pid":1,"tid":0,"ts":400776.000 ,"ph":"B","name":"workerThreadWait2","args":{}}, string
16 {"cat":"timing","pid":1,"tid":0,"ts":430552.400 ,"ph":"B","name":"Load Texture7","args":{}}, string
17 {"cat":"timing","pid":1,"tid":0,"ts":441141.300 ,"ph":"E","name":"Load Texture7","args":{}}, string
20 {"cat":"timing","pid":1,"tid":0,"ts":441352.400 ,"ph":"B","name":"glmesh9","args":{}}, string
21 {"cat":"timing","pid":1,"tid":0,"ts":443041.300 ,"ph":"E","name":"glmesh9","args":{}}, string
146 {"cat":"timing","pid":1,"tid":2,"ts":379356.000 ,"ph":"B","name":"init72","args":{}}, string
147 {"cat":"timing","pid":1,"tid":2,"ts":388854.600 ,"ph":"E","name":"init72","args":{}}, string
160 {"cat":"timing","pid":1,"tid":2,"ts":388919.500 ,"ph":"B","name":"init79","args":{}}, string
[all …]
/dports/astro/astrometry/astrometry.net-0.85/catalogs/
H A D2mass-fits.c136 twomass_fits* cat = NULL; in twomass_fits_open() local
154 twomass_fits* cat; in twomass_fits_open_for_writing() local
166 int twomass_fits_write_headers(twomass_fits* cat) { in twomass_fits_write_headers()
172 int twomass_fits_fix_headers(twomass_fits* cat) { in twomass_fits_fix_headers()
178 int twomass_fits_read_entries(twomass_fits* cat, int offset, in twomass_fits_read_entries()
184 twomass_entry* twomass_fits_read_entry(twomass_fits* cat) { in twomass_fits_read_entry()
188 int twomass_fits_count_entries(twomass_fits* cat) { in twomass_fits_count_entries()
192 int twomass_fits_close(twomass_fits* cat) { in twomass_fits_close()
200 qfits_header* twomass_fits_get_primary_header(const twomass_fits* cat) { in twomass_fits_get_primary_header()
204 int twomass_fits_write_entry(twomass_fits* cat, twomass_entry* entry) { in twomass_fits_write_entry()
H A Dtycho2-fits.c98 tycho2_fits* cat = table; in postprocess_read_structs() local
140 tycho2_fits* cat = NULL; in tycho2_fits_open() local
159 tycho2_fits* cat; in tycho2_fits_open_for_writing() local
171 tycho2_entry* tycho2_fits_read_entry(tycho2_fits* cat) { in tycho2_fits_read_entry()
175 int tycho2_fits_read_entries(tycho2_fits* cat, int offset, in tycho2_fits_read_entries()
180 int tycho2_fits_write_entry(tycho2_fits* cat, tycho2_entry* entry) { in tycho2_fits_write_entry()
200 int tycho2_fits_count_entries(tycho2_fits* cat) { in tycho2_fits_count_entries()
204 int tycho2_fits_close(tycho2_fits* cat) { in tycho2_fits_close()
208 int tycho2_fits_write_headers(tycho2_fits* cat) { in tycho2_fits_write_headers()
214 int tycho2_fits_fix_headers(tycho2_fits* cat) { in tycho2_fits_fix_headers()
H A Ducac3-fits.c89 ucac3_entry* ucac3_fits_read_entry(ucac3_fits* cat) { in ucac3_fits_read_entry()
93 int ucac3_fits_read_entries(ucac3_fits* cat, int offset, in ucac3_fits_read_entries()
98 int ucac3_fits_write_entry(ucac3_fits* cat, ucac3_entry* entry) { in ucac3_fits_write_entry()
121 int ucac3_fits_count_entries(ucac3_fits* cat) { in ucac3_fits_count_entries()
130 ucac3_fits* cat = NULL; in ucac3_fits_open() local
148 ucac3_fits* cat; in ucac3_fits_open_for_writing() local
160 int ucac3_fits_write_headers(ucac3_fits* cat) { in ucac3_fits_write_headers()
166 int ucac3_fits_fix_headers(ucac3_fits* cat) { in ucac3_fits_fix_headers()
H A Ducac4-fits.c91 ucac4_entry* ucac4_fits_read_entry(ucac4_fits* cat) { in ucac4_fits_read_entry()
95 int ucac4_fits_read_entries(ucac4_fits* cat, int offset, in ucac4_fits_read_entries()
100 int ucac4_fits_write_entry(ucac4_fits* cat, ucac4_entry* entry) { in ucac4_fits_write_entry()
123 int ucac4_fits_count_entries(ucac4_fits* cat) { in ucac4_fits_count_entries()
132 ucac4_fits* cat = NULL; in ucac4_fits_open() local
150 ucac4_fits* cat; in ucac4_fits_open_for_writing() local
162 int ucac4_fits_write_headers(ucac4_fits* cat) { in ucac4_fits_write_headers()
168 int ucac4_fits_fix_headers(ucac4_fits* cat) { in ucac4_fits_fix_headers()
/dports/textproc/turboxsl/turboxsl-b03c2c9/src/zlog/src/
H A Dzlog.h102 #define zlog_fatal(cat, ...) \ argument
105 #define zlog_error(cat, ...) \ argument
108 #define zlog_warn(cat, ...) \ argument
111 #define zlog_notice(cat, ...) \ argument
114 #define zlog_info(cat, ...) \ argument
117 #define zlog_debug(cat, ...) \ argument
181 #define vzlog_fatal(cat, format, args) \ argument
187 #define vzlog_warn(cat, format, args) \ argument
193 #define vzlog_info(cat, format, args) \ argument
207 #define hzlog_warn(cat, buf, buf_len) \ argument
[all …]
/dports/databases/beansdb/beansdb-0.7.1.4/third-party/zlog-1.2/
H A Dzlog.h102 #define zlog_fatal(cat, ...) \ argument
105 #define zlog_error(cat, ...) \ argument
108 #define zlog_warn(cat, ...) \ argument
111 #define zlog_notice(cat, ...) \ argument
114 #define zlog_info(cat, ...) \ argument
117 #define zlog_debug(cat, ...) \ argument
181 #define vzlog_fatal(cat, format, args) \ argument
187 #define vzlog_warn(cat, format, args) \ argument
193 #define vzlog_info(cat, format, args) \ argument
207 #define hzlog_warn(cat, buf, buf_len) \ argument
[all …]
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/test/fakeserver/
H A Dfakeewsserver_debug.h13 #define qCDebugNC(cat) qCDebug(cat).noquote() argument
14 #define qCInfoNC(cat) qCInfo(cat).noquote() argument
15 #define qCWarningNC(cat) qCWarning(cat).noquote() argument
16 #define qCCriticalNC(cat) qCCritical(cat).noquote() argument
/dports/science/py-rmf/rmf-1.3.1/src/backend/
H A DKeyFilter.h33 void add_index_key(Category cat, std::string name) { in add_index_key()
43 void add_float_key(Category cat, std::string name) { in add_float_key()
52 void add_floats_key(Category cat, std::string name) { in add_floats_key()
62 std::vector<ID<Traits> > get_keys(Category cat, Traits) { in get_keys()
65 backward_types::IndexKeys get_keys(Category cat, in get_keys()
75 FloatKeys get_keys(Category cat, FloatTraits) { in get_keys()
83 FloatsKeys get_keys(Category cat, FloatsTraits) { in get_keys()
/dports/science/rmf/rmf-1.3.1/src/backend/
H A DKeyFilter.h33 void add_index_key(Category cat, std::string name) { in add_index_key()
43 void add_float_key(Category cat, std::string name) { in add_float_key()
52 void add_floats_key(Category cat, std::string name) { in add_floats_key()
62 std::vector<ID<Traits> > get_keys(Category cat, Traits) { in get_keys()
65 backward_types::IndexKeys get_keys(Category cat, in get_keys()
75 FloatKeys get_keys(Category cat, FloatTraits) { in get_keys()
83 FloatsKeys get_keys(Category cat, FloatsTraits) { in get_keys()
/dports/astro/sextractor/sextractor-2.5.0/src/fits/
H A Dfitscat.c41 int about_cat(catstruct *cat, FILE *stream) in about_cat()
101 int addhistoryto_cat(catstruct *cat, char *str) in addhistoryto_cat()
141 int close_cat(catstruct *cat) in close_cat()
166 void free_cat(catstruct **cat, int ncat) in free_cat()
254 int init_cat(catstruct *cat) in init_cat()
302 int map_cat(catstruct *cat) in map_cat()
365 catstruct *cat; in new_cat() local
385 int open_cat(catstruct *cat, access_type at) in open_cat()
/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Dinfo.h49 info_category_t *cat = malloc(sizeof(*cat)); in info_category_New() local
59 static inline info_t *info_category_FindInfo(const info_category_t *cat, in info_category_FindInfo()
72 static inline void info_category_ReplaceInfo(info_category_t *cat, in info_category_ReplaceInfo()
84 static inline info_t *info_category_VaAddInfo(info_category_t *cat, in info_category_VaAddInfo()
101 static inline info_t *info_category_AddInfo(info_category_t *cat, in info_category_AddInfo()
114 static inline int info_category_DeleteInfo(info_category_t *cat, const char *name) in info_category_DeleteInfo()
125 static inline void info_category_Delete(info_category_t *cat) in info_category_Delete()
/dports/www/coppermine/cpg1.6.x-1.6.12/
H A Dalbmgr.php105 $cat = $superCage->get->getInt('cat'); variable
107 $cat = 0; variable
110 $cat = 0; variable
115 $cat = USER_ID + FIRST_USER_CAT; variable
119 $cat = $result->result(0, 0, true); variable
/dports/misc/usd/USD-21.11/pxr/base/trace/
H A Devent.h116 TraceEvent(BeginTag, const Key& key, TraceCategoryId cat) : in TraceEvent()
127 TraceCategoryId cat) : in TraceEvent()
136 TraceEvent(EndTag, const Key& key, TraceCategoryId cat) : in TraceEvent()
147 TraceCategoryId cat) : in TraceEvent()
169 TraceCategoryId cat) : in TraceEvent()
179 TraceEvent(MarkerTag, const Key& key, TraceCategoryId cat) : in TraceEvent()
190 TraceCategoryId cat) : in TraceEvent()
201 TraceCategoryId cat) : in TraceEvent()
213 TraceCategoryId cat) : in TraceEvent()
223 TraceEvent(DataTag, const Key& key, bool data, TraceCategoryId cat) : in TraceEvent()
[all …]
H A Dcollector.cpp115 TraceCollector::_BeginEvent(const Key& key, TraceCategoryId cat)
127 TraceCollector::_EndEvent(const Key& key, TraceCategoryId cat)
139 TraceCollector::_MarkerEvent(const Key& key, TraceCategoryId cat)
198 TraceCollector::_EndScope(const TraceKey& key, TraceCategoryId cat)
304 TraceCollector::_PerThreadData::EndEvent(const Key& key, TraceCategoryId cat)
327 const Key& key, double ms, TraceCategoryId cat)
340 const Key& key, double ms, TraceCategoryId cat)
353 const Key& key, double ms, TraceCategoryId cat)
366 const TraceKey& key, TraceCategoryId cat)
373 const Key& key, double value, TraceCategoryId cat)
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/vcos/
H A Dvcos_logging.h235 # define _VCOS_LOG_X(cat, _level, fmt...) (void)0 argument
236 # define _VCOS_VLOG_X(cat, _level, fmt, ap) (void)0 argument
249 # define vcos_logc_error(cat,...) _VCOS_LOG_X(cat, VCOS_LOG_ERROR, __VA_ARGS__) argument
250 # define vcos_logc_warn(cat,...) _VCOS_LOG_X(cat, VCOS_LOG_WARN, __VA_ARGS__) argument
251 # define vcos_logc_info(cat,...) _VCOS_LOG_X(cat, VCOS_LOG_INFO, __VA_ARGS__) argument
252 # define vcos_logc_trace(cat,...) _VCOS_LOG_X(cat, VCOS_LOG_TRACE, __VA_ARGS__) argument
254 # define vcos_vlogc_error(cat,fmt,ap) _VCOS_VLOG_X(cat, VCOS_LOG_ERROR, fmt, ap) argument
255 # define vcos_vlogc_warn(cat,fmt,ap) _VCOS_VLOG_X(cat, VCOS_LOG_WARN, fmt, ap) argument
256 # define vcos_vlogc_info(cat,fmt,ap) _VCOS_VLOG_X(cat, VCOS_LOG_INFO, fmt, ap) argument
257 # define vcos_vlogc_trace(cat,fmt,ap) _VCOS_VLOG_X(cat, VCOS_LOG_TRACE, fmt, ap) argument
[all …]
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/hardfp/opt/vc/include/interface/vcos/
H A Dvcos_logging.h237 # define _VCOS_LOG_X(cat, _level, fmt...) (void)0 argument
238 # define _VCOS_VLOG_X(cat, _level, fmt, ap) (void)0 argument
253 # define vcos_logc_error(cat,...) _VCOS_LOG_X(cat, VCOS_LOG_ERROR, __VA_ARGS__) argument
254 # define vcos_logc_warn(cat,...) _VCOS_LOG_X(cat, VCOS_LOG_WARN, __VA_ARGS__) argument
255 # define vcos_logc_info(cat,...) _VCOS_LOG_X(cat, VCOS_LOG_INFO, __VA_ARGS__) argument
256 # define vcos_logc_trace(cat,...) _VCOS_LOG_X(cat, VCOS_LOG_TRACE, __VA_ARGS__) argument
258 # define vcos_vlogc_error(cat,fmt,ap) _VCOS_VLOG_X(cat, VCOS_LOG_ERROR, fmt, ap) argument
259 # define vcos_vlogc_warn(cat,fmt,ap) _VCOS_VLOG_X(cat, VCOS_LOG_WARN, fmt, ap) argument
260 # define vcos_vlogc_info(cat,fmt,ap) _VCOS_VLOG_X(cat, VCOS_LOG_INFO, fmt, ap) argument
261 # define vcos_vlogc_trace(cat,fmt,ap) _VCOS_VLOG_X(cat, VCOS_LOG_TRACE, fmt, ap) argument
[all …]
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/opt/vc/include/interface/vcos/
H A Dvcos_logging.h237 # define _VCOS_LOG_X(cat, _level, fmt...) (void)0 argument
238 # define _VCOS_VLOG_X(cat, _level, fmt, ap) (void)0 argument
253 # define vcos_logc_error(cat,...) _VCOS_LOG_X(cat, VCOS_LOG_ERROR, __VA_ARGS__) argument
254 # define vcos_logc_warn(cat,...) _VCOS_LOG_X(cat, VCOS_LOG_WARN, __VA_ARGS__) argument
255 # define vcos_logc_info(cat,...) _VCOS_LOG_X(cat, VCOS_LOG_INFO, __VA_ARGS__) argument
256 # define vcos_logc_trace(cat,...) _VCOS_LOG_X(cat, VCOS_LOG_TRACE, __VA_ARGS__) argument
258 # define vcos_vlogc_error(cat,fmt,ap) _VCOS_VLOG_X(cat, VCOS_LOG_ERROR, fmt, ap) argument
259 # define vcos_vlogc_warn(cat,fmt,ap) _VCOS_VLOG_X(cat, VCOS_LOG_WARN, fmt, ap) argument
260 # define vcos_vlogc_info(cat,fmt,ap) _VCOS_VLOG_X(cat, VCOS_LOG_INFO, fmt, ap) argument
261 # define vcos_vlogc_trace(cat,fmt,ap) _VCOS_VLOG_X(cat, VCOS_LOG_TRACE, fmt, ap) argument
[all …]
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstinfo.h522 #define GST_DEBUG_CATEGORY(cat) GstDebugCategory *cat = NULL argument
594 #define GST_DEBUG_CATEGORY_GET(cat,name) G_STMT_START{\ argument
601 #define GST_DEBUG_CATEGORY_GET(cat,name) G_STMT_START{\ argument
653 GST_CAT_LEVEL_LOG_valist (GstDebugCategory * cat, in GST_CAT_LEVEL_LOG_valist()
686 #define GST_CAT_MEMDUMP_OBJECT(cat,obj,msg,data,length) \ argument
688 #define GST_CAT_MEMDUMP(cat,msg,data,length) \ argument
1118 GST_CAT_WARNING_OBJECT (GstDebugCategory * cat, gpointer obj, in GST_CAT_WARNING_OBJECT()
1492 #define gst_debug_category_get_name(cat) ("") argument
1493 #define gst_debug_category_get_color(cat) (0) argument
1494 #define gst_debug_category_get_description(cat) ("") argument
[all …]
/dports/net/mptsd/mptsd-1.1/libtsfuncs/
H A Dcat.c17 struct ts_cat *cat = calloc(1, sizeof(struct ts_cat)); in ts_cat_alloc() local
22 void ts_cat_clear(struct ts_cat *cat) { in ts_cat_clear()
37 struct ts_cat *cat = *pcat; in ts_cat_free() local
45 struct ts_cat *ts_cat_push_packet(struct ts_cat *cat, uint8_t *ts_packet) { in ts_cat_push_packet()
92 int ts_cat_parse(struct ts_cat *cat) { in ts_cat_parse()
110 void ts_cat_generate(struct ts_cat *cat, uint8_t **ts_packets, int *num_packets) { in ts_cat_generate()
126 void ts_cat_regenerate_packets(struct ts_cat *cat) { in ts_cat_regenerate_packets()
135 struct ts_cat *ts_cat_copy(struct ts_cat *cat) { in ts_cat_copy()
150 void ts_cat_check_generator(struct ts_cat *cat) { in ts_cat_check_generator()
170 void ts_cat_dump(struct ts_cat *cat) { in ts_cat_dump()
[all …]
/dports/www/piwigo/piwigo/include/
H A DLogger.class.php188 public function debug($line, $cat = null, $args = array())
200 public function info($line, $cat = null, $args = array())
212 public function notice($line, $cat = null, $args = array())
224 public function warn($line, $cat = null, $args = array())
236 public function error($line, $cat = null, $args = array())
248 public function alert($line, $cat = null, $args = array())
260 public function critical($line, $cat = null, $args = array())
272 public function emergency($line, $cat = null, $args = array())
285 public function log($severity, $message, $cat = null, $args = array())
341 private function formatMessage($level, $message, $cat, $context)

12345678910>>...283