HomeSort by relevance Sort by last modified time
    Searched defs:init (Results 201 - 225 of 5523) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
signal.go 14 func init() { func
stringconcat.go 9 func init() { func
syscall_windows.go 9 func init() { func
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
aprof.go 23 func init() { func
dll_windows.go 17 func init() { func
exec.go 19 static void init(void) __attribute__ ((constructor));
21 static void init() {
41 func init() { func
pprof.go 65 func init() { func
raceprof.go 66 func init() { func
racesig.go 87 func init() { func
threadpanic.go 12 func init() { func
threadprof.go 58 func init() { func
traceback.go 74 func init() { func
  /prebuilts/go/linux-x86/src/runtime/testdata/testprognet/
net.go 12 func init() { func
signal.go 9 // that kicks off background goroutines during init.
18 func init() { func
  /prebuilts/go/linux-x86/test/fixedbugs/bug191.dir/
a.go 9 func init() { func
b.go 9 func init() { func
  /prebuilts/go/linux-x86/test/fixedbugs/
bug203.go 12 init() {
11 init() { func
  /prebuilts/go/linux-x86/test/fixedbugs/issue9608.dir/
issue9608.go 10 func init() { func
20 func init() { func
  /prebuilts/go/linux-x86/test/
init1.go 7 // Test that goroutines and garbage collection run during init.
15 func init() { func
  /system/chre/core/
init.cc 17 #include "chre/core/init.h"
26 void init() { function in namespace:chre
27 SystemTime::init();
28 PlatformSensor::init();
29 EventLoopManagerSingleton::init();
  /system/chre/platform/shared/
system_time.cc 23 void SystemTime::init() { function in class:chre::SystemTime
  /external/llvm/test/MC/MachO/
tls.s 5 .globl _c$tlv$init
7 _c$tlv$init:
15 .quad _c$tlv$init
18 .globl _d$tlv$init
20 _d$tlv$init:
28 .quad _d$tlv$init
30 .tbss _a$tlv$init, 4, 2
36 .quad _a$tlv$init
38 .tbss _b$tlv$init, 4, 2
44 .quad _b$tlv$init
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/MachO/
tls.s 5 .globl _c$tlv$init
7 _c$tlv$init:
15 .quad _c$tlv$init
18 .globl _d$tlv$init
20 _d$tlv$init:
28 .quad _d$tlv$init
30 .tbss _a$tlv$init, 4, 2
36 .quad _a$tlv$init
38 .tbss _b$tlv$init, 4, 2
44 .quad _b$tlv$init
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/io/
io_block.h 38 int (*init)(void); member in struct:block_ops
  /external/compiler-rt/test/asan/TestCases/Linux/
calloc-preload.c 19 static void init() { function
24 void *dummy = init;

Completed in 569 milliseconds

1 2 3 4 5 6 7 891011>>