Home
last modified time | relevance | path

Searched defs:cat (Results 126 – 150 of 8605) sorted by relevance

12345678910>>...345

/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.h83 #define gst_gl_query_start_log_valist(query,cat,level,object,format,varargs) \ argument
91 #define gst_gl_query_counter_log_valist(query,cat,level,object,format,varargs) \ argument
101 #define gst_gl_query_start_log(query,cat,level,object,format,...) \ argument
108 #define gst_gl_query_counter_log(query,cat,level,object,format,...) \ argument
119 #define gst_gl_query_start_log(query,cat,level,object,format,args...) \ argument
126 #define gst_gl_query_counter_log(query,cat,level,object,format,args...) \ argument
137 gst_gl_query_start_log(GstGLQuery * query, GstDebugCategory * cat, in gst_gl_query_start_log()
148 gst_gl_query_counter_log(GstGLQuery * query, GstDebugCategory * cat, in gst_gl_query_counter_log()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.h83 #define gst_gl_query_start_log_valist(query,cat,level,object,format,varargs) \ argument
91 #define gst_gl_query_counter_log_valist(query,cat,level,object,format,varargs) \ argument
101 #define gst_gl_query_start_log(query,cat,level,object,format,...) \ argument
108 #define gst_gl_query_counter_log(query,cat,level,object,format,...) \ argument
119 #define gst_gl_query_start_log(query,cat,level,object,format,args...) \ argument
126 #define gst_gl_query_counter_log(query,cat,level,object,format,args...) \ argument
137 gst_gl_query_start_log(GstGLQuery * query, GstDebugCategory * cat, in gst_gl_query_start_log()
148 gst_gl_query_counter_log(GstGLQuery * query, GstDebugCategory * cat, in gst_gl_query_counter_log()
/dports/sysutils/kdebugsettings/kdebugsettings-21.12.3/autotests/
H A Dloadcategoriesjobtest.cpp205 for (const LoggingCategory &cat : catList) { in shouldReadRules() local
211 for (const LoggingCategory &cat : std::as_const(customcategories)) { in shouldReadRules() local
223 for (const LoggingCategory &cat : catList) { in shouldReadRules() local
228 for (const LoggingCategory &cat : std::as_const(qtkdecategories)) { in shouldReadRules() local
/dports/biology/iqtree/IQ-TREE-2.0.6/model/
H A Dmodelmixture.h101 virtual double getMixtureWeight(int cat) { return prop[cat]; } in getMixtureWeight()
107 virtual void setMixtureWeight(int cat, double weight) { prop[cat] = weight; } in setMixtureWeight()
119 virtual ModelSubst* getMixtureClass(int cat) { return at(cat); } in getMixtureClass()
125 virtual void setMixtureClass(int cat, ModelSubst* m) { at(cat) = (ModelMarkov*)m; } in setMixtureClass()
/dports/biology/lamarc/lamarc-2.1.8/src/datalike/
H A Ddlcell.cpp183 long cat; in SwapDLs() local
204 long cat, bin, pos; in SumMarkers() local
269 long cat, bin; in IsSameAs() local
333 long cat, bin; in AddTo() local
352 long cat, bin; in SubtractFrom() local
370 long cat, bin; in MultiplyBy() local
389 long cat, bin; in MultiplyBy() local
429 long cat; in DLsToString() local
454 long cat, bin; in Normalize() local
489 long cat, bin; in AddToSiteDLs() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/test/trace_processor/parsing/
H A Dflow_events_json_v1.json4 "cat": "ipc", string
14 "cat": "ipc", string
25 "cat": "ipc", string
35 "cat": "ipc", string
45 "cat": "ipc", string
55 "cat": "ipc", string
65 "cat": "ipc", string
75 "cat": "ipc", string
86 "cat": "ipc", string
97 "cat": "ipc", string
/dports/mail/gmime30/gmime-3.2.7/gmime/
H A Dgmime-stream-cat.c136 GMimeStreamCat *cat = (GMimeStreamCat *) stream; in stream_read() local
180 GMimeStreamCat *cat = (GMimeStreamCat *) stream; in stream_write() local
239 GMimeStreamCat *cat = (GMimeStreamCat *) stream; in stream_flush() local
266 GMimeStreamCat *cat = (GMimeStreamCat *) stream; in stream_close() local
286 GMimeStreamCat *cat = (GMimeStreamCat *) stream; in stream_eos() local
300 GMimeStreamCat *cat = (GMimeStreamCat *) stream; in stream_reset() local
323 GMimeStreamCat *cat = (GMimeStreamCat *) stream; in stream_seek() local
526 GMimeStreamCat *cat = GMIME_STREAM_CAT (stream); in stream_length() local
554 GMimeStreamCat *cat = (GMimeStreamCat *) stream; in stream_substream() local
697 g_mime_stream_cat_add_source (GMimeStreamCat *cat, GMimeStream *source) in g_mime_stream_cat_add_source()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/
H A DMIPSDebugInterface.h57 const char *GetCategoryName(int cat) override { in GetCategoryName()
62 int GetNumRegsInCategory(int cat) override { in GetNumRegsInCategory()
68 void PrintRegValue(int cat, int index, char *out) override { in PrintRegValue()
92 u32 GetRegValue(int cat, int index) override { in GetRegValue()
108 void SetRegValue(int cat, int index, u32 value) override { in SetRegValue()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/
H A DMIPSDebugInterface.h57 const char *GetCategoryName(int cat) override { in GetCategoryName()
62 int GetNumRegsInCategory(int cat) override { in GetNumRegsInCategory()
68 void PrintRegValue(int cat, int index, char *out) override { in PrintRegValue()
92 u32 GetRegValue(int cat, int index) override { in GetRegValue()
108 void SetRegValue(int cat, int index, u32 value) override { in SetRegValue()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/
H A DMIPSDebugInterface.h57 const char *GetCategoryName(int cat) override { in GetCategoryName()
62 int GetNumRegsInCategory(int cat) override { in GetNumRegsInCategory()
68 void PrintRegValue(int cat, int index, char *out) override { in PrintRegValue()
92 u32 GetRegValue(int cat, int index) override { in GetRegValue()
108 void SetRegValue(int cat, int index, u32 value) override { in SetRegValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/test/trace_processor/dynamic/
H A Dconnected_flow_data.json3 …{"args":{"name":"MainProcess"},"cat":"__metadata","name":"process_name","ph":"M","pid":100,"tid":0… string
5 "cat": "ipc", string
17 "cat": "ipc", string
29 "cat": "ipc", string
42 "cat": "ipc", string
54 "cat": "ipc", string
66 "cat": "ipc", string
78 "cat": "ipc", string
91 "cat": "ipc", string
104 "cat": "ipc", string
[all …]
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/lib/libucsi/mpeg/
H A Dcat_section.h55 #define mpeg_cat_section_descriptors_for_each(cat, pos) \ argument
70 mpeg_cat_section_descriptors_first(struct mpeg_cat_section *cat) in mpeg_cat_section_descriptors_first()
82 mpeg_cat_section_descriptors_next(struct mpeg_cat_section *cat, in mpeg_cat_section_descriptors_next()
/dports/misc/usd/USD-21.11/pxr/base/trace/
H A Dcollector.h425 void _BeginScope(const TraceKey& key, TraceCategoryId cat) in _BeginScope()
447 TraceCategoryId cat, const T& value) { in _StoreData()
457 TraceCategoryId cat, const T& value) { in _StoreData()
465 TraceCategoryId cat, in _StoreData()
474 TraceCategoryId cat, in _StoreData()
482 _PerThreadData* threadData, TraceCategoryId cat, K&& key, in _StoreDataRec()
489 void _StoreDataRec(_PerThreadData* threadData, TraceCategoryId cat) {} in _StoreDataRec()
514 void BeginScope(const TraceKey& key, TraceCategoryId cat) { in BeginScope()
519 void EndScope(const TraceKey& key, TraceCategoryId cat) { in EndScope()
532 const TraceKey& key, const T& data, TraceCategoryId cat) { in StoreData()
[all …]
/dports/emulators/mednafen/mednafen/src/snes/src/lib/nall/
H A Dfunction.hpp16 #define cat(n) n macro
25 #define cat(n) , n macro
34 #define cat(n) , n macro
43 #define cat(n) , n macro
52 #define cat(n) , n macro
61 #define cat(n) , n macro
70 #define cat(n) , n macro
79 #define cat(n) , n macro
88 #define cat(n) , n macro
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/lib/nall/
H A Dfunction.hpp16 #define cat(n) n macro
25 #define cat(n) , n macro
34 #define cat(n) , n macro
43 #define cat(n) , n macro
52 #define cat(n) , n macro
61 #define cat(n) , n macro
70 #define cat(n) , n macro
79 #define cat(n) , n macro
88 #define cat(n) , n macro
/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/test/
H A Dreadme_examples_test.cpp68 struct cat struct
70 double cuteness() const in cuteness()
74 std::string name_;
75 double softness_;
76 double temperature_;
77 double size_;
78 double roundness_;
79 double fur_amount_;
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/lib/libdvbv5/tables/
H A Dcat.c32 struct dvb_table_cat *cat; in dvb_table_cat_init() local
91 void dvb_table_cat_free(struct dvb_table_cat *cat) in dvb_table_cat_free()
97 void dvb_table_cat_print(struct dvb_v5_fe_parms *parms, struct dvb_table_cat *cat) in dvb_table_cat_print()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/lib/libdvbv5/tables/
H A Dcat.c32 struct dvb_table_cat *cat; in dvb_table_cat_init() local
91 void dvb_table_cat_free(struct dvb_table_cat *cat) in dvb_table_cat_free()
97 void dvb_table_cat_print(struct dvb_v5_fe_parms *parms, struct dvb_table_cat *cat) in dvb_table_cat_print()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/lib/libdvbv5/tables/
H A Dcat.c32 struct dvb_table_cat *cat; in dvb_table_cat_init() local
91 void dvb_table_cat_free(struct dvb_table_cat *cat) in dvb_table_cat_free()
97 void dvb_table_cat_print(struct dvb_v5_fe_parms *parms, struct dvb_table_cat *cat) in dvb_table_cat_print()
/dports/textproc/utf8proc/utf8proc-2.6.1/test/
H A Dcharwidth.c6 int cat = utf8proc_get_property(c)->category; in my_unassigned() local
11 int cat = utf8proc_get_property(c)->category; in my_isprint() local
26 int cat = utf8proc_get_property(c)->category; in main() local
/dports/games/warzone2100/warzone2100/3rdparty/utf8proc/test/
H A Dcharwidth.c6 int cat = utf8proc_get_property(c)->category; in my_unassigned() local
11 int cat = utf8proc_get_property(c)->category; in my_isprint() local
26 int cat = utf8proc_get_property(c)->category; in main() local
/dports/sysutils/fusefs-hfsfuse/hfsfuse-0.132/lib/utf8proc/test/
H A Dcharwidth.c6 int cat = utf8proc_get_property(c)->category; in my_unassigned() local
11 int cat = utf8proc_get_property(c)->category; in my_isprint() local
26 int cat = utf8proc_get_property(c)->category; in main() local
/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/utf8proc/test/
H A Dcharwidth.c6 int cat = utf8proc_get_property(c)->category; in my_unassigned() local
11 int cat = utf8proc_get_property(c)->category; in my_isprint() local
26 int cat = utf8proc_get_property(c)->category; in main() local
/dports/graphics/blender/blender-2.91.0/extern/audaspace/bindings/python/
H A DPyPlaybackManager.cpp77 unsigned int cat; in PlaybackManager_play() local
117 unsigned int cat; in PlaybackManager_resume() local
144 unsigned int cat; in PlaybackManager_pause() local
198 unsigned int cat; in PlaybackManager_get_volume() local
228 unsigned int cat; in PlaybackManager_set_volume() local
255 unsigned int cat; in PlaybackManager_stop() local
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dtest-event-category-register.c27 static void check_category(struct event_category *cat) in check_category()
48 struct event_category *cat; in check_cat_registered() local
81 static void unregister_cat(struct event_category *cat, in unregister_cat()
115 static struct event_category cat = { .name = CAT_NAME_0 }; in test_event_category_1ptr_null() local
135 static struct event_category cat = { .name = CAT_NAME_0 }; in test_event_category_1ptr_nonnull() local
185 static struct event_category cat = { .name = CAT_NAME_0 }; in test_event_category_2ptr_nonnull_same() local

12345678910>>...345