/prebuilts/go/linux-x86/src/runtime/ |
defs_darwin_arm.go | 127 type machbody struct { 131 type machheader struct { 140 type machndr struct { 151 type machport struct { 159 type stackt struct { 165 type sigactiont struct { 172 type siginfo struct { 185 type timeval struct { 194 type itimerval struct { 199 type timespec struct { [all...] |
defs_darwin_arm64.go | 125 type machbody struct { 129 type machheader struct { 138 type machndr struct { 149 type machport struct { 157 type stackt struct { 164 type sigactiont struct { 171 type siginfo struct { 184 type timeval struct { 194 type itimerval struct { 199 type timespec struct { [all...] |
defs_nacl_arm.go | 11 type timespec struct { 16 type excregsarm struct { 36 type exccontext struct { 46 type excportablecontext struct {
|
defs1_solaris_amd64.go | 104 type semt struct { 112 type sigaltstackt struct { 119 type sigset struct { 123 type stackt struct { 130 type siginfo struct { 138 type sigactiont struct { 145 type fpregset struct { 149 type mcontext struct { 154 type ucontext struct { 165 type timespec struct { [all...] |
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug427.go | 11 // struct with four fields of basic type 12 type S struct {a, b, c, d int} 14 // struct with five fields of basic type 15 type T struct {a, b, c, d, e int}
|
gcc65755.go | 13 type S1 struct{} 16 type s struct { 22 type S2 struct{} 25 type s struct {
|
issue8158.go | 27 runtime.Goexit() // left stack-allocated Panic struct on gp->panic stack 38 time.Sleep(10 * time.Millisecond) // overwrote Panic struct with Timer struct 39 runtime.GC() // walked gp->panic list, found mangled Panic struct, crashed
|
/prebuilts/go/darwin-x86/src/runtime/ |
defs1_solaris_amd64.go | 104 type semt struct { 112 type sigaltstackt struct { 119 type sigset struct { 123 type stackt struct { 130 type siginfo struct { 138 type sigactiont struct { 145 type fpregset struct { 149 type mcontext struct { 154 type ucontext struct { 165 type timespec struct { [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/ |
galliumdxgi.idl | 100 [out] struct _RGNDATA** rgndata, 125 void GalliumDXGIUseX11Display(struct _XDisplay* dpy, IGalliumDXGIBackend* backend);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11blit.hlsl | 30 struct IA2VS
36 struct VS2PS
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
loc_api_cb.xdr | 72 * These are struct declarations for the function arguments 75 struct rpc_loc_event_cb_f_type_args { 87 * These are struct declaratios for the function results 90 struct rpc_loc_event_cb_f_type_rets {
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
loc_api_cb.xdr | 72 * These are struct declarations for the function arguments 75 struct rpc_loc_event_cb_f_type_args { 87 * These are struct declaratios for the function results 90 struct rpc_loc_event_cb_f_type_rets {
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
loc_api_cb.xdr | 72 * These are struct declarations for the function arguments 75 struct rpc_loc_event_cb_f_type_args { 87 * These are struct declaratios for the function results 90 struct rpc_loc_event_cb_f_type_rets {
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
loc_api_cb.xdr | 72 * These are struct declarations for the function arguments 75 struct rpc_loc_event_cb_f_type_args { 87 * These are struct declaratios for the function results 90 struct rpc_loc_event_cb_f_type_rets {
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
loc_api_cb.xdr | 72 * These are struct declarations for the function arguments 75 struct rpc_loc_event_cb_f_type_args { 87 * These are struct declaratios for the function results 90 struct rpc_loc_event_cb_f_type_rets {
|
/prebuilts/go/darwin-x86/misc/cgo/errors/ |
err3.go | 8 typedef struct foo foo_t; 9 typedef struct bar bar_t;
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
issue6472.go | 8 typedef struct 10 struct
|
issue8331a.go | 5 // Issue 8331. A typedef of an unnamed struct is the same struct when
|
issue8331b.go | 5 // Issue 8331. A typedef of an unnamed struct is the same struct when
|
/prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/ |
exports.go | 40 T8 struct{} 41 T9 struct { 46 T10 struct { 60 m3(x ...struct{}) []T9 68 T21 struct{ next *T21 } 69 T22 struct{ link *T23 } 70 T23 struct{ link *T22 } 87 func F5(a, b, c int, u, v, w struct{ x, y T1 }, more ...interface{}) (p, q, r chan<- T10)
|
/prebuilts/go/darwin-x86/src/syscall/ |
ztypes_windows_386.go | 7 type WSAData struct { 17 type Servent struct {
|
ztypes_windows_amd64.go | 7 type WSAData struct { 17 type Servent struct {
|
/prebuilts/go/darwin-x86/test/chan/ |
zerosize.go | 14 _ = make(chan struct{}) 15 _ = make(chan struct{}, 1)
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug026.go | 12 type Vector struct { 20 type I struct { val int; }; // BUG: can't be local; works if global
|
bug071.go | 9 type rat struct { 16 type dch struct {
|