Home
last modified time | relevance | path

Searched defs:this (Results 126 – 150 of 17850) sorted by relevance

12345678910>>...714

/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail9665a.d16 this(int) in this() function
34 this(int) in this() function
39 this(long) in this() function
44 this(string) in this() function
62 this(int) in this() function
67 this(long) in this() function
72 this(string) in this() function
95 this(int) in this() function
100 this(long) in this() function
105 this(string) in this() function
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/input/libdvdnav/
H A Ddvdnav.c39 static dvdnav_status_t dvdnav_clear(dvdnav_t * this) { in dvdnav_clear()
63 dvdnav_t *this; in dvdnav_open() local
115 dvdnav_status_t dvdnav_close(dvdnav_t *this) { in dvdnav_close()
151 dvdnav_status_t dvdnav_reset(dvdnav_t *this) { in dvdnav_reset()
194 const char* dvdnav_err_to_string(dvdnav_t *this) { in dvdnav_err_to_string()
821 uint8_t dvdnav_get_video_aspect(dvdnav_t *this) { in dvdnav_get_video_aspect()
1019 int8_t dvdnav_is_domain_fp(dvdnav_t *this) { in dvdnav_is_domain_fp()
1023 int8_t dvdnav_is_domain_vmgm(dvdnav_t *this) { in dvdnav_is_domain_vmgm()
1027 int8_t dvdnav_is_domain_vtsm(dvdnav_t *this) { in dvdnav_is_domain_vtsm()
1031 int8_t dvdnav_is_domain_vts(dvdnav_t *this) { in dvdnav_is_domain_vts()
[all …]
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/type/
H A Dpack.c264 PackRead *this = NULL; in pckReadNewInternal() local
413 pckReadTagNext(PackRead *this) in pckReadTagNext()
598 pckReadNext(PackRead *this) in pckReadNext()
611 pckReadId(PackRead *this) in pckReadId()
665 pckReadType(PackRead *this) in pckReadType()
697 pckReadArrayEnd(PackRead *this) in pckReadArrayEnd()
852 pckReadObjEnd(PackRead *this) in pckReadObjEnd()
1082 pckReadEnd(PackRead *this) in pckReadEnd()
1122 PackWrite *this = NULL; in pckWriteNewInternal() local
1411 pckWriteNull(PackWrite *this) in pckWriteNull()
[all …]
H A Dbuffer.c42 Buffer *this = NULL; in bufNew() local
80 Buffer *this = bufNew(size); in bufNewC() local
124 bufCat(Buffer *this, const Buffer *cat) in bufCat()
212 bufHex(const Buffer *this) in bufHex()
230 bufResize(Buffer *this, size_t size) in bufResize()
286 bufLimitClear(Buffer *this) in bufLimitClear()
301 bufLimitSet(Buffer *this, size_t limit) in bufLimitSet()
320 bufUsedInc(Buffer *this, size_t inc) in bufUsedInc()
336 bufUsedSet(Buffer *this, size_t used) in bufUsedSet()
352 bufUsedZero(Buffer *this) in bufUsedZero()
[all …]
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/
H A DGenericArrayData.scala38 def this(seq: Seq[Any]) = this(seq.toArray) method
39 def this(list: java.util.List[Any]) = this(list.asScala) method
42 def this(primitiveArray: Array[Int]) = this(primitiveArray.toSeq) method
43 def this(primitiveArray: Array[Long]) = this(primitiveArray.toSeq) method
44 def this(primitiveArray: Array[Float]) = this(primitiveArray.toSeq) method
45 def this(primitiveArray: Array[Double]) = this(primitiveArray.toSeq) method
46 def this(primitiveArray: Array[Short]) = this(primitiveArray.toSeq) method
47 def this(primitiveArray: Array[Byte]) = this(primitiveArray.toSeq) method
48 def this(primitiveArray: Array[Boolean]) = this(primitiveArray.toSeq) method
50 def this(seqOrArray: Any) = this(GenericArrayData.anyToSeq(seqOrArray)) method
/dports/shells/klish/klish-2.1.4/clish/view/
H A Dview.c22 const clish_view_t *this = clientnode; in clish_view_bt_compare() local
31 const clish_view_t *this = clientnode; in clish_view_bt_getkey() local
71 static void clish_view_fini(clish_view_t * this) in clish_view_fini()
116 clish_view_t *this = malloc(sizeof(clish_view_t)); in clish_view_new() local
126 void clish_view_delete(clish_view_t * this) in clish_view_delete()
133 clish_command_t *clish_view_new_command(clish_view_t * this, in clish_view_new_command()
324 void clish_view_clean_proxy(clish_view_t * this) in clish_view_clean_proxy()
363 char *clish_view__get_prompt(const clish_view_t *this) in clish_view__get_prompt()
375 unsigned clish_view__get_depth(const clish_view_t * this) in clish_view__get_depth()
381 void clish_view__set_restore(clish_view_t * this, in clish_view__set_restore()
[all …]
/dports/devel/anjuta/anjuta-3.34.0/plugins/tools/
H A Dtool.c155 atp_user_tool_remove_list (ATPUserTool* this) in atp_user_tool_remove_list()
254 atp_user_tool_remove (ATPUserTool *this) in atp_user_tool_remove()
430 atp_user_tool_free (ATPUserTool *this) in atp_user_tool_free()
603 atp_user_tool_get_plugin (ATPUserTool* this) in atp_user_tool_get_plugin()
618 atp_user_tool_next (ATPUserTool *this) in atp_user_tool_next()
646 atp_user_tool_previous (ATPUserTool *this) in atp_user_tool_previous()
820 void atp_tool_list_destroy (ATPToolList* this) in atp_tool_list_destroy()
830 atp_tool_list_last (ATPToolList *this) in atp_tool_list_last()
869 atp_tool_list_first (ATPToolList *this) in atp_tool_list_first()
922 atp_tool_list_activate (ATPToolList *this) in atp_tool_list_activate()
[all …]
/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/uil/
H A DFakeWidget.c46 FakeWidgetListNew(FakeWidgetList *this) in FakeWidgetListNew()
109 FakeWidgetTypeKids(FakeWidgetType *this) in FakeWidgetTypeKids()
120 FakeWidgetTypeCalls(FakeWidgetType *this) in FakeWidgetTypeCalls()
131 FakeWidgetTypeAtts(FakeWidgetType *this) in FakeWidgetTypeAtts()
230 FakeWidgetListEmit(FakeWidgetList *this) in FakeWidgetListEmit()
241 FakeWidgetListEmitID(FakeWidgetList *this) in FakeWidgetListEmitID()
301 FakeWidgetListErase(FakeWidgetList *this, in FakeWidgetListErase()
335 FakeWidgetListIndex(FakeWidgetList *this) in FakeWidgetListIndex()
564 FakeWidgetTypeEmitID(FakeWidgetType *this) in FakeWidgetTypeEmitID()
573 FakeWidgetTypeEmit(FakeWidgetType *this) in FakeWidgetTypeEmit()
[all …]
/dports/shells/klish/klish-2.1.4/clish/action/
H A Daction.c19 static void clish_action_init(clish_action_t *this) in clish_action_init()
27 static void clish_action_fini(clish_action_t *this) in clish_action_fini()
38 clish_action_t *this = malloc(sizeof(clish_action_t)); in clish_action_new() local
49 void clish_action_delete(clish_action_t *this) in clish_action_delete()
58 void clish_action__set_script(clish_action_t *this, const char *script) in clish_action__set_script()
66 char *clish_action__get_script(const clish_action_t *this) in clish_action__get_script()
72 void clish_action__set_builtin(clish_action_t *this, clish_sym_t *builtin) in clish_action__set_builtin()
78 clish_sym_t *clish_action__get_builtin(const clish_action_t *this) in clish_action__get_builtin()
84 void clish_action__set_shebang(clish_action_t *this, const char *shebang) in clish_action__set_shebang()
97 const char *clish_action__get_shebang(const clish_action_t *this) in clish_action__get_shebang()
/dports/science/octopus/octopus-10.5/src/system/
H A Dsystem_mxll.F90135 subroutine system_mxll_init(this, namespace) argument
136 class(system_mxll_t), intent(inout) :: this local
233 class(system_mxll_t), intent(inout) :: this local
386 subroutine system_mxll_do_td(this, operation) argument
387 class(system_mxll_t), intent(inout) :: this local
470 subroutine system_mxll_iteration_info(this) argument
471 class(system_mxll_t), intent(in) :: this local
586 subroutine system_mxll_output_start(this) argument
628 subroutine system_mxll_output_finish(this) argument
639 subroutine system_mxll_finalize(this) argument
[all …]
H A Dclassical_particle.F90111 subroutine classical_particle_init(this, namespace) argument
112 class(classical_particle_t), intent(inout) :: this local
170 class(classical_particle_t), intent(in) :: this local
187 class(classical_particle_t), intent(inout) :: this local
239 subroutine classical_particle_do_td(this, operation) argument
240 class(classical_particle_t), intent(inout) :: this local
354 subroutine classical_particle_iteration_info(this) argument
355 class(classical_particle_t), intent(in) :: this local
377 subroutine classical_particle_output_start(this) argument
395 subroutine classical_particle_output_finish(this) argument
[all …]
/dports/benchmarks/siege/siege-4.1.1/src/
H A Dresponse.c73 RESPONSE this; in new_response() local
84 response_destroy(RESPONSE this) in response_destroy()
118 response_get_code(RESPONSE this) in response_get_code()
127 response_get_protocol(RESPONSE this) in response_get_protocol()
134 response_success(RESPONSE this) in response_success()
144 response_failure(RESPONSE this) in response_failure()
160 response_get_from_cache(RESPONSE this) in response_get_from_cache()
202 response_get_charset(RESPONSE this) in response_get_charset()
319 response_get_location(RESPONSE this) in response_get_location()
325 response_get_redirect(RESPONSE this) in response_get_redirect()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dbind-c-char-descr.f9049 subroutine strg_print_0 (this) argument
50 character(len=*, kind=c_char), target, intent(in) :: this local
56 subroutine strg_print_0_c (this) bind(c) argument
57 character(len=*, kind=c_char), target, intent(in) :: this local
63 subroutine strg_print_1 (this) bind(c) argument
64 character(len=:, kind=c_char), pointer, intent(in) :: this local
78 subroutine strg_print_1_c (this) bind(c) argument
93 subroutine strg_print_2(this) argument
97 type(*), target, intent(in) :: this(..) local
108 subroutine strg_print_2_c(this) bind(c) argument
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/js2py/internals/constructors/
H A Djsobject.py8 def Object(this, args): argument
27 def getPrototypeOf(this, args): argument
52 def create(this, args): argument
68 def defineProperty(this, args): argument
81 def defineProperties(this, args): argument
97 def seal(this, args): argument
106 def freeze(this, args): argument
125 def isSealed(this, args): argument
137 def isFrozen(this, args): argument
151 def isExtensible(this, args): argument
[all …]
/dports/devel/py-Js2Py/Js2Py-0.71/js2py/internals/constructors/
H A Djsobject.py8 def Object(this, args): argument
27 def getPrototypeOf(this, args): argument
52 def create(this, args): argument
68 def defineProperty(this, args): argument
81 def defineProperties(this, args): argument
97 def seal(this, args): argument
106 def freeze(this, args): argument
125 def isSealed(this, args): argument
137 def isFrozen(this, args): argument
151 def isExtensible(this, args): argument
[all …]
/dports/science/octopus/octopus-10.5/src/hamiltonian/
H A Dgauge_field.F9078 subroutine gauge_field_nullify(this) argument
79 type(gauge_field_t), intent(out) :: this local
197 subroutine gauge_field_end(this) argument
210 type(gauge_field_t), intent(in) :: this local
218 type(gauge_field_t), intent(inout) :: this local
230 type(gauge_field_t), intent(inout) :: this local
242 type(gauge_field_t), intent(in) :: this local
254 type(gauge_field_t), intent(in) :: this local
266 type(gauge_field_t), intent(in) :: this local
277 type(gauge_field_t), intent(inout) :: this local
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1.h537 #define ID2D1Brush_SetOpacity(this,A) (this)->lpVtbl->SetOpacity(this,A) argument
539 #define ID2D1Brush_GetOpacity(this) (this)->lpVtbl->GetOpacity(this) argument
633 #define ID2D1Bitmap_GetSize(this) (this)->lpVtbl->GetSize(this) argument
636 #define ID2D1Bitmap_GetDpi(this,A,B) (this)->lpVtbl->GetDpi(this,A,B) argument
1001 #define ID2D1RenderTarget_Clear(this,A) (this)->lpVtbl->Clear(this,A) argument
1035 #define ID2D1RenderTarget_GetSize(this) (this)->lpVtbl->GetSize(this) argument
1042 #define ID2D1RenderTarget_PopLayer(this) (this)->lpVtbl->PopLayer(this) argument
1960 #define ID2D1Layer_GetSize(this) (this)->lpVtbl->GetSize(this) argument
2053 #define ID2D1Mesh_Open(this,A) (this)->lpVtbl->Open(this,A) argument
2100 #define ID2D1PathGeometry_Open(this,A) (this)->lpVtbl->Open(this,A) argument
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1.h537 #define ID2D1Brush_SetOpacity(this,A) (this)->lpVtbl->SetOpacity(this,A) argument
539 #define ID2D1Brush_GetOpacity(this) (this)->lpVtbl->GetOpacity(this) argument
633 #define ID2D1Bitmap_GetSize(this) (this)->lpVtbl->GetSize(this) argument
636 #define ID2D1Bitmap_GetDpi(this,A,B) (this)->lpVtbl->GetDpi(this,A,B) argument
1001 #define ID2D1RenderTarget_Clear(this,A) (this)->lpVtbl->Clear(this,A) argument
1035 #define ID2D1RenderTarget_GetSize(this) (this)->lpVtbl->GetSize(this) argument
1042 #define ID2D1RenderTarget_PopLayer(this) (this)->lpVtbl->PopLayer(this) argument
1960 #define ID2D1Layer_GetSize(this) (this)->lpVtbl->GetSize(this) argument
2053 #define ID2D1Mesh_Open(this,A) (this)->lpVtbl->Open(this,A) argument
2100 #define ID2D1PathGeometry_Open(this,A) (this)->lpVtbl->Open(this,A) argument
[all …]
/dports/multimedia/libdvdnav/libdvdnav-6.1.1/src/
H A Ddvdnav.c77 dvdnav_t *this; in dvdnav_dup() local
117 dvdnav_status_t dvdnav_free_dup(dvdnav_t *this) { in dvdnav_free_dup()
156 dvdnav_t *this; in dvdnav_open_common() local
237 dvdnav_status_t dvdnav_close(dvdnav_t *this) { in dvdnav_close()
272 dvdnav_status_t dvdnav_reset(dvdnav_t *this) { in dvdnav_reset()
304 const char* dvdnav_err_to_string(dvdnav_t *this) { in dvdnav_err_to_string()
501 int64_t dvdnav_get_current_time(dvdnav_t *this) { in dvdnav_get_current_time()
1223 int8_t dvdnav_is_domain_fp(dvdnav_t *this) { in dvdnav_is_domain_fp()
1227 int8_t dvdnav_is_domain_vmgm(dvdnav_t *this) { in dvdnav_is_domain_vmgm()
1231 int8_t dvdnav_is_domain_vtsm(dvdnav_t *this) { in dvdnav_is_domain_vtsm()
[all …]
/dports/multimedia/handbrake/libdvdnav-6.1.1/src/
H A Ddvdnav.c77 dvdnav_t *this; in dvdnav_dup() local
117 dvdnav_status_t dvdnav_free_dup(dvdnav_t *this) { in dvdnav_free_dup()
156 dvdnav_t *this; in dvdnav_open_common() local
237 dvdnav_status_t dvdnav_close(dvdnav_t *this) { in dvdnav_close()
272 dvdnav_status_t dvdnav_reset(dvdnav_t *this) { in dvdnav_reset()
304 const char* dvdnav_err_to_string(dvdnav_t *this) { in dvdnav_err_to_string()
501 int64_t dvdnav_get_current_time(dvdnav_t *this) { in dvdnav_get_current_time()
1223 int8_t dvdnav_is_domain_fp(dvdnav_t *this) { in dvdnav_is_domain_fp()
1227 int8_t dvdnav_is_domain_vmgm(dvdnav_t *this) { in dvdnav_is_domain_vmgm()
1231 int8_t dvdnav_is_domain_vtsm(dvdnav_t *this) { in dvdnav_is_domain_vtsm()
[all …]
/dports/archivers/lzop/lzop-1.04/src/
H A Ds_djgpp2.c35 #define this local_this macro
73 static void refresh(screen_t *this) in refresh()
87 static int getMode(const screen_t *this) in getMode()
94 static int getPage(const screen_t *this) in getPage()
101 static int getRows(const screen_t *this) in getRows()
107 static int getCols(const screen_t *this) in getCols()
113 static int getFg(const screen_t *this) in getFg()
119 static int getBg(const screen_t *this) in getBg()
191 static int init(screen_t *this, int fd) in init()
254 static void clear(screen_t *this) in clear()
[all …]
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/mio-0.7.14/
H A DCargo.lock26 [[package]]
27 name = "libc"
33 name = "log"
43 version = "0.7.14"
48 "miow",
55 name = "miow"
65 name = "ntapi"
66 version = "0.3.6"
69 dependencies = [
91 dependencies = [
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/utilib/
H A Dmemdebug.h39 #define MEMDEBUG_START_NEW(this) \ argument
62 #define MEMDEBUG_END_NEW(this) \ argument
82 #define MEMDEBUG_END_RESIZE(this) \ argument
92 #define MEMDEBUG_START_DEL(this) \ argument
96 #define MEMDEBUG_END_DEL(this) \ argument
136 #define MEMDEBUG_START_NEW(this) argument
137 #define MEMDEBUG_END_NEW(this) argument
138 #define MEMDEBUG_START_RESIZE(this) argument
139 #define MEMDEBUG_END_RESIZE(this) argument
140 #define MEMDEBUG_START_DEL(this) argument
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Formatters/tests/
H A DEqualityExtensions.cs174 public static void IsEqual<T>(this Lazy<T> @this, Lazy<T> other, bool isSamePlatform) in IsEqual() argument
209 public static void IsEqual(this DataSet @this, DataSet other, bool isSamePlatform) in IsEqual() argument
242 public static void IsEqual(this Comparer @this, Comparer other, bool isSamePlatform) in IsEqual() argument
298 public static void IsEqual(this BitArray @this, BitArray other, bool isSamePlatform) in IsEqual() argument
518 public static void IsEqual(this Queue @this, Queue other, bool isSamePlatform) in IsEqual() argument
635 public static void IsEqual(this Stack @this, Stack other, bool isSamePlatform) in IsEqual() argument
718 public static void IsEqual(this Cookie @this, Cookie other, bool isSamePlatform) in IsEqual() argument
886 public static void IsEqual(this Point @this, Point other, bool isSamePlatform) in IsEqual() argument
897 public static void IsEqual(this SqlGuid @this, SqlGuid other, bool isSamePlatform) in IsEqual() argument
1062 public static void IsEqual(this Uri @this, Uri other, bool isSamePlatform) in IsEqual() argument
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/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 …]

12345678910>>...714