Home
last modified time | relevance | path

Searched defs:this (Results 151 – 175 of 19258) sorted by relevance

12345678910>>...771

/dports/devel/py-Js2Py/Js2Py-0.71/js2py/es6/
H A Dbabel.py29 def PyJs_anonymous_4_(this, arguments, var=var): argument
309 def PyJs_get_32_(this, arguments, var=var): argument
318 def PyJs_get_34_(this, arguments, var=var): argument
327 def PyJs_get_36_(this, arguments, var=var): argument
336 def PyJs_get_38_(this, arguments, var=var): argument
345 def PyJs_get_40_(this, arguments, var=var): argument
3287 def PyJs_get_351_(this, arguments, var=var): argument
3295 def PyJs_get_353_(this, arguments, var=var): argument
4463 def PyJs_get_447_(this, arguments, var=var): argument
5379 def PyJs_get_462_(this, arguments, var=var): argument
[all …]
/dports/archivers/lzop/lzop-1.04/src/
H A Ds_curses.c35 #define this local_this macro
67 static void s_refresh(screen_t *this) in s_refresh()
86 static int getMode(const screen_t *this) in getMode()
92 static int getPage(const screen_t *this) in getPage()
98 static int getRows(const screen_t *this) in getRows()
104 static int getCols(const screen_t *this) in getCols()
110 static int getFg(const screen_t *this) in getFg()
116 static int getBg(const screen_t *this) in getBg()
245 static void finalize(screen_t *this) in finalize()
287 static void s_clear(screen_t *this) in s_clear()
[all …]
/dports/print/catdvi/catdvi-0.14/
H A Dlinebuf.c26 void linebuf_init(linebuf_t * this, size_t initial_size_alloc) in linebuf_init()
37 void linebuf_garray_init(linebuf_t * this, const glyph_t garray[], size_t len) in linebuf_garray_init()
49 void linebuf_garray0_init(linebuf_t * this, const glyph_t garray0[]) in linebuf_garray0_init()
56 void linebuf_done(linebuf_t * this) in linebuf_done()
65 void linebuf_clear(linebuf_t * this) in linebuf_clear()
73 static void linebuf_need_size(linebuf_t * this, size_t size) in linebuf_need_size()
87 void linebuf_putg(linebuf_t * this, glyph_t g) in linebuf_putg()
102 glyph_t linebuf_peekg(linebuf_t * this) in linebuf_peekg()
111 glyph_t linebuf_unputg(linebuf_t * this) in linebuf_unputg()
124 void linebuf_append(linebuf_t * this, const linebuf_t * appendix) in linebuf_append()
/dports/sysutils/htop/htop-3.1.2/
H A DPanel.c34 Panel* this; in Panel_new() local
42 Panel* this = (Panel*)cast; in Panel_delete() local
67 void Panel_done(Panel* this) { in Panel_done()
100 void Panel_prune(Panel* this) { in Panel_prune()
110 void Panel_add(Panel* this, Object* o) { in Panel_add()
130 Object* Panel_get(Panel* this, int i) { in Panel_get()
136 Object* Panel_remove(Panel* this, int i) { in Panel_remove()
148 Object* Panel_getSelected(Panel* this) { in Panel_getSelected()
157 void Panel_moveSelectedUp(Panel* this) { in Panel_moveSelectedUp()
181 int Panel_size(const Panel* this) { in Panel_size()
[all …]
/dports/devel/py-Js2Py/Js2Py-0.71/js2py/py_node_modules/
H A Dcrypto_js.py9 def PyJsHoisted_getFromGlobals_(name, this, arguments, var=var): argument
24 def PyJs_anonymous_0_(obj, this, arguments, var=var): argument
30 def PyJs_anonymous_1_(obj, this, arguments, var=var): argument
67 def PyJs_anonymous_5_(this, arguments, var=var): argument
2524 def PyJs_Empty_239_(this, arguments, var=var): argument
3594 def PyJs_run_346_(this, arguments, var=var): argument
5376 def PyJs_of_508_(this, arguments, var=var): argument
5520 def PyJs_now_524_(this, arguments, var=var): argument
5634 def PyJs_get_537_(this, arguments, var=var): argument
9758 def PyJs_of_950_(this, arguments, var=var): argument
[all …]
H A Desprima.py9 def PyJsHoisted_getFromGlobals_(name, this, arguments, var=var): argument
24 def PyJs_anonymous_0_(obj, this, arguments, var=var): argument
30 def PyJs_anonymous_1_(obj, this, arguments, var=var): argument
67 def PyJs_anonymous_5_(this, arguments, var=var): argument
2524 def PyJs_Empty_239_(this, arguments, var=var): argument
3594 def PyJs_run_346_(this, arguments, var=var): argument
5376 def PyJs_of_508_(this, arguments, var=var): argument
5520 def PyJs_now_524_(this, arguments, var=var): argument
5634 def PyJs_get_537_(this, arguments, var=var): argument
9758 def PyJs_of_950_(this, arguments, var=var): argument
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavdevice/
H A Ddshow_filter.c35 long ff_dshow_filter_Stop(DShowFilter *this) in ff_dshow_filter_Stop()
41 long ff_dshow_filter_Pause(DShowFilter *this) in ff_dshow_filter_Pause()
47 long ff_dshow_filter_Run(DShowFilter *this, REFERENCE_TIME start) in ff_dshow_filter_Run()
62 long ff_dshow_filter_SetSyncSource(DShowFilter *this, IReferenceClock *clock) in ff_dshow_filter_SetSyncSource()
76 long ff_dshow_filter_GetSyncSource(DShowFilter *this, IReferenceClock **clock) in ff_dshow_filter_GetSyncSource()
88 long ff_dshow_filter_EnumPins(DShowFilter *this, IEnumPins **enumpin) in ff_dshow_filter_EnumPins()
119 long ff_dshow_filter_QueryFilterInfo(DShowFilter *this, FILTER_INFO *info) in ff_dshow_filter_QueryFilterInfo()
131 long ff_dshow_filter_JoinFilterGraph(DShowFilter *this, IFilterGraph *graph, in ff_dshow_filter_JoinFilterGraph()
142 long ff_dshow_filter_QueryVendorInfo(DShowFilter *this, wchar_t **info) in ff_dshow_filter_QueryVendorInfo()
152 ff_dshow_filter_Setup(DShowFilter *this, void *priv_data, void *callback, in ff_dshow_filter_Setup()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavdevice/
H A Ddshow_filter.c37 libAVFilter_Stop(libAVFilter *this) in libAVFilter_Stop()
44 libAVFilter_Pause(libAVFilter *this) in libAVFilter_Pause()
51 libAVFilter_Run(libAVFilter *this, REFERENCE_TIME start) in libAVFilter_Run()
59 libAVFilter_GetState(libAVFilter *this, DWORD ms, FILTER_STATE *state) in libAVFilter_GetState()
68 libAVFilter_SetSyncSource(libAVFilter *this, IReferenceClock *clock) in libAVFilter_SetSyncSource()
83 libAVFilter_GetSyncSource(libAVFilter *this, IReferenceClock **clock) in libAVFilter_GetSyncSource()
96 libAVFilter_EnumPins(libAVFilter *this, IEnumPins **enumpin) in libAVFilter_EnumPins()
129 libAVFilter_QueryFilterInfo(libAVFilter *this, FILTER_INFO *info) in libAVFilter_QueryFilterInfo()
142 libAVFilter_JoinFilterGraph(libAVFilter *this, IFilterGraph *graph, in libAVFilter_JoinFilterGraph()
154 libAVFilter_QueryVendorInfo(libAVFilter *this, wchar_t **info) in libAVFilter_QueryVendorInfo()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavdevice/
H A Ddshow_filter.c37 libAVFilter_Stop(libAVFilter *this) in libAVFilter_Stop()
44 libAVFilter_Pause(libAVFilter *this) in libAVFilter_Pause()
51 libAVFilter_Run(libAVFilter *this, REFERENCE_TIME start) in libAVFilter_Run()
59 libAVFilter_GetState(libAVFilter *this, DWORD ms, FILTER_STATE *state) in libAVFilter_GetState()
68 libAVFilter_SetSyncSource(libAVFilter *this, IReferenceClock *clock) in libAVFilter_SetSyncSource()
83 libAVFilter_GetSyncSource(libAVFilter *this, IReferenceClock **clock) in libAVFilter_GetSyncSource()
96 libAVFilter_EnumPins(libAVFilter *this, IEnumPins **enumpin) in libAVFilter_EnumPins()
129 libAVFilter_QueryFilterInfo(libAVFilter *this, FILTER_INFO *info) in libAVFilter_QueryFilterInfo()
142 libAVFilter_JoinFilterGraph(libAVFilter *this, IFilterGraph *graph, in libAVFilter_JoinFilterGraph()
154 libAVFilter_QueryVendorInfo(libAVFilter *this, wchar_t **info) in libAVFilter_QueryVendorInfo()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavdevice/
H A Ddshow_filter.c35 long ff_dshow_filter_Stop(DShowFilter *this) in ff_dshow_filter_Stop()
41 long ff_dshow_filter_Pause(DShowFilter *this) in ff_dshow_filter_Pause()
47 long ff_dshow_filter_Run(DShowFilter *this, REFERENCE_TIME start) in ff_dshow_filter_Run()
62 long ff_dshow_filter_SetSyncSource(DShowFilter *this, IReferenceClock *clock) in ff_dshow_filter_SetSyncSource()
76 long ff_dshow_filter_GetSyncSource(DShowFilter *this, IReferenceClock **clock) in ff_dshow_filter_GetSyncSource()
88 long ff_dshow_filter_EnumPins(DShowFilter *this, IEnumPins **enumpin) in ff_dshow_filter_EnumPins()
119 long ff_dshow_filter_QueryFilterInfo(DShowFilter *this, FILTER_INFO *info) in ff_dshow_filter_QueryFilterInfo()
131 long ff_dshow_filter_JoinFilterGraph(DShowFilter *this, IFilterGraph *graph, in ff_dshow_filter_JoinFilterGraph()
142 long ff_dshow_filter_QueryVendorInfo(DShowFilter *this, wchar_t **info) in ff_dshow_filter_QueryVendorInfo()
152 ff_dshow_filter_Setup(DShowFilter *this, void *priv_data, void *callback, in ff_dshow_filter_Setup()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavdevice/
H A Ddshow_filter.c37 libAVFilter_Stop(libAVFilter *this) in libAVFilter_Stop()
44 libAVFilter_Pause(libAVFilter *this) in libAVFilter_Pause()
51 libAVFilter_Run(libAVFilter *this, REFERENCE_TIME start) in libAVFilter_Run()
59 libAVFilter_GetState(libAVFilter *this, DWORD ms, FILTER_STATE *state) in libAVFilter_GetState()
68 libAVFilter_SetSyncSource(libAVFilter *this, IReferenceClock *clock) in libAVFilter_SetSyncSource()
83 libAVFilter_GetSyncSource(libAVFilter *this, IReferenceClock **clock) in libAVFilter_GetSyncSource()
96 libAVFilter_EnumPins(libAVFilter *this, IEnumPins **enumpin) in libAVFilter_EnumPins()
129 libAVFilter_QueryFilterInfo(libAVFilter *this, FILTER_INFO *info) in libAVFilter_QueryFilterInfo()
142 libAVFilter_JoinFilterGraph(libAVFilter *this, IFilterGraph *graph, in libAVFilter_JoinFilterGraph()
154 libAVFilter_QueryVendorInfo(libAVFilter *this, wchar_t **info) in libAVFilter_QueryVendorInfo()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavdevice/
H A Ddshow_filter.c37 libAVFilter_Stop(libAVFilter *this) in libAVFilter_Stop()
44 libAVFilter_Pause(libAVFilter *this) in libAVFilter_Pause()
51 libAVFilter_Run(libAVFilter *this, REFERENCE_TIME start) in libAVFilter_Run()
59 libAVFilter_GetState(libAVFilter *this, DWORD ms, FILTER_STATE *state) in libAVFilter_GetState()
68 libAVFilter_SetSyncSource(libAVFilter *this, IReferenceClock *clock) in libAVFilter_SetSyncSource()
83 libAVFilter_GetSyncSource(libAVFilter *this, IReferenceClock **clock) in libAVFilter_GetSyncSource()
96 libAVFilter_EnumPins(libAVFilter *this, IEnumPins **enumpin) in libAVFilter_EnumPins()
129 libAVFilter_QueryFilterInfo(libAVFilter *this, FILTER_INFO *info) in libAVFilter_QueryFilterInfo()
142 libAVFilter_JoinFilterGraph(libAVFilter *this, IFilterGraph *graph, in libAVFilter_JoinFilterGraph()
154 libAVFilter_QueryVendorInfo(libAVFilter *this, wchar_t **info) in libAVFilter_QueryVendorInfo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavdevice/
H A Ddshow_filter.c37 libAVFilter_Stop(libAVFilter *this) in libAVFilter_Stop()
44 libAVFilter_Pause(libAVFilter *this) in libAVFilter_Pause()
51 libAVFilter_Run(libAVFilter *this, REFERENCE_TIME start) in libAVFilter_Run()
59 libAVFilter_GetState(libAVFilter *this, DWORD ms, FILTER_STATE *state) in libAVFilter_GetState()
68 libAVFilter_SetSyncSource(libAVFilter *this, IReferenceClock *clock) in libAVFilter_SetSyncSource()
83 libAVFilter_GetSyncSource(libAVFilter *this, IReferenceClock **clock) in libAVFilter_GetSyncSource()
96 libAVFilter_EnumPins(libAVFilter *this, IEnumPins **enumpin) in libAVFilter_EnumPins()
129 libAVFilter_QueryFilterInfo(libAVFilter *this, FILTER_INFO *info) in libAVFilter_QueryFilterInfo()
142 libAVFilter_JoinFilterGraph(libAVFilter *this, IFilterGraph *graph, in libAVFilter_JoinFilterGraph()
154 libAVFilter_QueryVendorInfo(libAVFilter *this, wchar_t **info) in libAVFilter_QueryVendorInfo()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Xaml/Automation/Peers/
H A Dmod.rs4248 let this = self; in EventsSource() localVariable
4255 let this = self; in SetEventsSource() localVariable
4259 let this = self; in GetPattern() localVariable
4266 let this = self; in RaiseAutomationEvent() localVariable
4270 let this = self; in RaisePropertyChangedEvent() localVariable
4274 let this = self; in GetAcceleratorKey() localVariable
4281 let this = self; in GetAccessKey() localVariable
4288 let this = self; in GetAutomationControlType() localVariable
4295 let this = self; in GetAutomationId() localVariable
4303 let this = self; in GetBoundingRectangle() localVariable
[all …]
/dports/shells/klish/klish-2.1.4/clish/shell/
H A Dshell_tinyrl.c22 static void clish_shell_renew_prompt(clish_shell_t *this) in clish_shell_renew_prompt()
46 static bool_t clish_shell_tinyrl_key_help(tinyrl_t *this, int key) in clish_shell_tinyrl_key_help()
359 clish_shell_t *this = clish_context__get_shell(context); in clish_shell_tinyrl_completion() local
413 static void clish_shell_tinyrl_init(tinyrl_t * this) in clish_shell_tinyrl_init()
447 tinyrl_t *this = tinyrl_new(istream, in clish_shell_tinyrl_new() local
456 void clish_shell_tinyrl_fini(tinyrl_t * this) in clish_shell_tinyrl_fini()
463 void clish_shell_tinyrl_delete(tinyrl_t * this) in clish_shell_tinyrl_delete()
544 int clish_shell_readline(clish_shell_t *this, char **out) in clish_shell_readline()
550 FILE * clish_shell__get_istream(const clish_shell_t * this) in clish_shell__get_istream()
556 FILE * clish_shell__get_ostream(const clish_shell_t * this) in clish_shell__get_ostream()
[all …]
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dlib_ksi_queue.c16 void RingBuffer_free(RingBuffer* this) { in RingBuffer_free()
22 static bool RingBuffer_grow(RingBuffer* this) { in RingBuffer_grow()
42 bool RingBuffer_pushBack(RingBuffer* this, void* item) { in RingBuffer_pushBack()
56 bool RingBuffer_popFront(RingBuffer* this, void** item) { in RingBuffer_popFront()
67 bool RingBuffer_peekFront(RingBuffer* this, void** item) { in RingBuffer_peekFront()
75 size_t RingBuffer_count(RingBuffer* this) { in RingBuffer_count()
99 void ProtectedQueue_free(ProtectedQueue* this) { in ProtectedQueue_free()
109 void ProtectedQueue_stop(ProtectedQueue* this) { in ProtectedQueue_stop()
117 bool ProtectedQueue_addItem(ProtectedQueue* this, void* item) { in ProtectedQueue_addItem()
138 bool ProtectedQueue_popFront(ProtectedQueue* this, void** item) { in ProtectedQueue_popFront()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/annotations/typeAnnotations/failures/common/receiver/
H A DStaticThings.java33 static void test1(Test this) {} in test1()
36 static Object test2(Test this) { return null; } in test2()
40 void test3a(Nested1 this) {} in test3a()
42 void test3b(Test.Nested1 this) {} in test3b()
48 void test4a(Nested2 this) {} in test4a()
50 void test4b(Test.Nested2 this) {} in test4b()
52 static void test4c(Nested2 this) {} in test4c()
54 static void test4d(Test.Nested2 this) {} in test4d()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/annotations/typeAnnotations/failures/common/receiver/
H A DStaticThings.java33 static void test1(Test this) {} in test1()
36 static Object test2(Test this) { return null; } in test2()
40 void test3a(Nested1 this) {} in test3a()
42 void test3b(Test.Nested1 this) {} in test3b()
48 void test4a(Nested2 this) {} in test4a()
50 void test4b(Test.Nested2 this) {} in test4b()
52 static void test4c(Nested2 this) {} in test4c()
54 static void test4d(Test.Nested2 this) {} in test4d()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/annotations/typeAnnotations/failures/common/receiver/
H A DStaticThings.java33 static void test1(Test this) {} in test1()
36 static Object test2(Test this) { return null; } in test2()
40 void test3a(Nested1 this) {} in test3a()
42 void test3b(Test.Nested1 this) {} in test3b()
48 void test4a(Nested2 this) {} in test4a()
50 void test4b(Test.Nested2 this) {} in test4b()
52 static void test4c(Nested2 this) {} in test4c()
54 static void test4d(Test.Nested2 this) {} in test4d()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/annotations/typeAnnotations/failures/common/receiver/
H A DStaticThings.java33 static void test1(Test this) {} in test1()
36 static Object test2(Test this) { return null; } in test2()
40 void test3a(Nested1 this) {} in test3a()
42 void test3b(Test.Nested1 this) {} in test3b()
48 void test4a(Nested2 this) {} in test4a()
50 void test4b(Test.Nested2 this) {} in test4b()
52 static void test4c(Nested2 this) {} in test4c()
54 static void test4d(Test.Nested2 this) {} in test4d()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/annotations/typeAnnotations/failures/common/receiver/
H A DStaticThings.java33 static void test1(Test this) {} in test1()
36 static Object test2(Test this) { return null; } in test2()
40 void test3a(Nested1 this) {} in test3a()
42 void test3b(Test.Nested1 this) {} in test3b()
48 void test4a(Nested2 this) {} in test4a()
50 void test4b(Test.Nested2 this) {} in test4b()
52 static void test4c(Nested2 this) {} in test4c()
54 static void test4d(Test.Nested2 this) {} in test4d()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/annotations/typeAnnotations/failures/common/receiver/
H A DStaticThings.java33 static void test1(Test this) {} in test1()
36 static Object test2(Test this) { return null; } in test2()
40 void test3a(Nested1 this) {} in test3a()
42 void test3b(Test.Nested1 this) {} in test3b()
48 void test4a(Nested2 this) {} in test4a()
50 void test4b(Test.Nested2 this) {} in test4b()
52 static void test4c(Nested2 this) {} in test4c()
54 static void test4d(Test.Nested2 this) {} in test4d()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/annotations/typeAnnotations/failures/common/receiver/
H A DStaticThings.java33 static void test1(Test this) {} in test1()
36 static Object test2(Test this) { return null; } in test2()
40 void test3a(Nested1 this) {} in test3a()
42 void test3b(Test.Nested1 this) {} in test3b()
48 void test4a(Nested2 this) {} in test4a()
50 void test4b(Test.Nested2 this) {} in test4b()
52 static void test4c(Nested2 this) {} in test4c()
54 static void test4d(Test.Nested2 this) {} in test4d()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/annotations/typeAnnotations/failures/common/receiver/
H A DStaticThings.java33 static void test1(Test this) {} in test1()
36 static Object test2(Test this) { return null; } in test2()
40 void test3a(Nested1 this) {} in test3a()
42 void test3b(Test.Nested1 this) {} in test3b()
48 void test4a(Nested2 this) {} in test4a()
50 void test4b(Test.Nested2 this) {} in test4b()
52 static void test4c(Nested2 this) {} in test4c()
54 static void test4d(Test.Nested2 this) {} in test4d()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/annotations/typeAnnotations/failures/common/receiver/
H A DStaticThings.java10 static void test1(Test this) {} in test1()
13 static Object test2(Test this) { return null; } in test2()
17 void test3a(Nested1 this) {} in test3a()
19 void test3b(Test.Nested1 this) {} in test3b()
25 void test4a(Nested2 this) {} in test4a()
27 void test4b(Test.Nested2 this) {} in test4b()
29 static void test4c(Nested2 this) {} in test4c()
31 static void test4d(Test.Nested2 this) {} in test4d()

12345678910>>...771