Home
last modified time | relevance | path

Searched defs:_init (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DderivedClassOverridesPrivateFunction1.js6 private _init() { method in BaseClass
13 private _init() { method in DerivedClass
38 BaseClass.prototype._init = function () { method in BaseClass
47 DerivedClass.prototype._init = function () { method in DerivedClass
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
Dittnotify_static.c317 static __itt_domain* ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(domain_createW),_init))(const wchar_t* name) in ITT_VERSIONIZE() argument
352 static __itt_domain* ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(domain_createA),_init))(const char* name) in ITT_VERSIONIZE() argument
402 static void ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(module_load_with_sections),_init))(__itt_module_obje… in ITT_VERSIONIZE() argument
418 static void ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(module_unload_with_sections),_init))(__itt_module_ob… in ITT_VERSIONIZE() argument
435 static __itt_string_handle* ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(string_handle_createW),_init))(const… in ITT_VERSIONIZE() argument
470 static __itt_string_handle* ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(string_handle_createA),_init))(const… in ITT_VERSIONIZE() argument
521 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(counter_createW),_init))(const wchar_t *nam… in ITT_VERSIONIZE() argument
559 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(counter_createA),_init))(const char *name, … in ITT_VERSIONIZE() argument
612 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(counter_create_typedW),_init))(const wchar_… in ITT_VERSIONIZE() argument
649 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(counter_create_typedA),_init))(const char *… in ITT_VERSIONIZE() argument
[all …]
/third_party/musl/crt/x86_64/
Dcrti.s2 .global _init symbol
3 _init: label
/third_party/musl/crt/powerpc/
Dcrti.s3 .global _init symbol
4 _init: label
/third_party/musl/porting/linux/user/crt/aarch64/
Dcrti.s4 .global _init symbol
7 _init: label
/third_party/musl/crt/i386/
Dcrti.s2 .global _init symbol
3 _init: label
/third_party/musl/crt/aarch64/
Dcrti.s2 .global _init symbol
4 _init: label
/third_party/musl/porting/linux/user/crt/arm/
Dcrti.s6 .global _init symbol
9 _init: label
/third_party/musl/crt/microblaze/
Dcrti.s2 .global _init symbol
4 _init: label
/third_party/musl/crt/sh/
Dcrti.s2 .global _init symbol
4 _init: label
/third_party/musl/crt/x32/
Dcrti.s2 .global _init symbol
3 _init: label
/third_party/musl/crt/s390x/
Dcrti.s3 .global _init symbol
4 _init: label
/third_party/musl/porting/linux/user/crt/x86_64/
Dcrti.s4 .global _init symbol
5 _init: label
/third_party/musl/crt/or1k/
Dcrti.s2 .global _init symbol
3 _init: label
/third_party/musl/crt/arm/
Dcrti.s4 .global _init symbol
6 _init: label
/third_party/musl/crt/powerpc64/
Dcrti.s3 .global _init symbol
4 _init: label
/third_party/musl/crt/mips64/
Dcrti.s4 .global _init symbol
6 _init: label
/third_party/musl/crt/mips/
Dcrti.s4 .global _init symbol
7 _init: label
/third_party/musl/crt/mipsn32/
Dcrti.s3 .global _init symbol
6 _init: label
/third_party/typescript/tests/cases/compiler/
DderivedClassOverridesPrivateFunction1.ts5 private _init() { method in BaseClass
12 private _init() { method in DerivedClass
/third_party/python/Lib/asyncio/
Dqueues.py47 def _init(self, maxsize): member in Queue
225 def _init(self, maxsize): member in PriorityQueue
238 def _init(self, maxsize): member in LifoQueue
/third_party/libabigail/tests/data/test-read-common/
Dcrti.c15 _init(void) in _init() function
/third_party/python/Lib/
Dqueue.py206 def _init(self, maxsize): member in Queue
229 def _init(self, maxsize): member in PriorityQueue
245 def _init(self, maxsize): member in LifoQueue
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkimageview.c43 static gsize _init = 0; in init_debug() local
Dgstvkcommandbuffer.c44 static gsize _init = 0; in init_debug() local

1234