Home
last modified time | relevance | path

Searched defs:_init (Results 1 – 25 of 93) 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/musl/crt/s390x/
Dcrti.s3 .global _init symbol
4 _init: label
/third_party/musl/porting/linux/user/crt/aarch64/
Dcrti.s4 .global _init symbol
6 _init: label
/third_party/musl/crt/powerpc/
Dcrti.s3 .global _init symbol
4 _init: label
/third_party/musl/porting/linux/user/crt/arm/
Dcrti.s6 .global _init symbol
8 _init: label
/third_party/musl/crt/aarch64/
Dcrti.s2 .global _init symbol
4 _init: label
/third_party/musl/crt/i386/
Dcrti.s2 .global _init symbol
3 _init: label
/third_party/musl/crt/or1k/
Dcrti.s2 .global _init symbol
3 _init: label
/third_party/musl/crt/x86_64/
Dcrti.s2 .global _init symbol
3 _init: label
/third_party/musl/crt/microblaze/
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/arm/
Dcrti.s4 .global _init symbol
6 _init: label
/third_party/musl/crt/sh/
Dcrti.s2 .global _init symbol
4 _init: label
/third_party/musl/crt/powerpc64/
Dcrti.s3 .global _init symbol
4 _init: label
/third_party/musl/crt/mips/
Dcrti.s4 .global _init symbol
7 _init: label
/third_party/musl/crt/mips64/
Dcrti.s4 .global _init symbol
6 _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.py54 def _init(self, maxsize): member in Queue
232 def _init(self, maxsize): member in PriorityQueue
245 def _init(self, maxsize): member in LifoQueue
/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/uboot/u-boot-2020.01/board/nvidia/p2571/
Dpinmux-config-p2571.h17 #define GPIO_INIT(_port, _gpio, _init) \ argument
/third_party/uboot/u-boot-2020.01/board/nvidia/p2371-0000/
Dpinmux-config-p2371-0000.h17 #define GPIO_INIT(_port, _gpio, _init) \ argument
/third_party/uboot/u-boot-2020.01/board/nvidia/nyan-big/
Dpinmux-config-nyan-big.h17 #define GPIO_INIT(_port, _gpio, _init) \ argument
/third_party/uboot/u-boot-2020.01/board/toradex/apalis-tk1/
Dpinmux-config-apalis-tk1.h9 #define GPIO_INIT(_port, _gpio, _init) \ argument
/third_party/uboot/u-boot-2020.01/board/nvidia/venice2/
Dpinmux-config-venice2.h17 #define GPIO_INIT(_port, _gpio, _init) \ argument

1234