HomeSort by relevance Sort by last modified time
    Searched refs:struct (Results 1 - 25 of 3782) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/issue9355.dir/
a.go 3 var x struct {
5 d struct{ p, q, r int32 }
7 f [4]struct{ p, q, r int32 }
  /prebuilts/go/linux-x86/test/fixedbugs/issue9355.dir/
a.go 3 var x struct {
5 d struct{ p, q, r int32 }
7 f [4]struct{ p, q, r int32 }
  /external/skia/experimental/mojo/
SkMojo.mojom 10 struct FlattenedPicture { array<uint8> data; };
  /build/blueprint/proptools/
clone_test.go 23 var clonePropertiesTestCases = []struct {
32 in: &struct{ B1, B2 bool }{
36 out: &struct{ B1, B2 bool }{
43 in: &struct{ S string }{
46 out: &struct{ S string }{
52 in: &struct{ S []string }{
55 out: &struct{ S []string }{
61 in: &struct{ S []string }{
64 out: &struct{ S []string }{
70 in: &struct{ S []string }{}
    [all...]
typeequal_test.go 22 var typeEqualTestCases = []struct {
29 in1: struct{ S1 string }{},
30 in2: struct{ S1 string }{},
35 in1: struct{ S1 string }{},
36 in2: struct{ S2 string }{},
40 // Matching pointer to struct
41 in1: &struct{ S1 string }{},
42 in2: &struct{ S1 string }{},
46 // Mismatching pointer to struct
47 in1: &struct{ S1 string }{}
    [all...]
extend_test.go 25 var appendPropertiesTestCases = []struct {
37 in1: &struct{ B1, B2, B3, B4 bool }{
43 in2: &struct{ B1, B2, B3, B4 bool }{
49 out: &struct{ B1, B2, B3, B4 bool }{
58 in1: &struct{ B1, B2, B3, B4 bool }{
64 in2: &struct{ B1, B2, B3, B4 bool }{
70 out: &struct{ B1, B2, B3, B4 bool }{
80 in1: &struct{ S string }{
83 in2: &struct{ S string }{
86 out: &struct{ S string }
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api.xdr 50 * These are struct declarations for the function arguments
53 struct rpc_loc_open_args {
58 struct rpc_loc_close_args {
62 struct rpc_loc_start_fix_args {
66 struct rpc_loc_stop_fix_args {
70 struct rpc_loc_ioctl_args {
78 struct rpc_loc_api_api_version_s_args {
83 * These are struct declarations for the function results
86 struct rpc_loc_api_rpc_glue_code_info_remote_rets {
95 struct rpc_loc_open_rets
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api.xdr 59 * These are struct declarations for the function arguments
62 struct rpc_loc_open_args {
67 struct rpc_loc_close_args {
71 struct rpc_loc_start_fix_args {
75 struct rpc_loc_stop_fix_args {
79 struct rpc_loc_ioctl_args {
87 struct rpc_loc_api_api_version_s_args {
92 * These are struct declarations for the function results
95 struct rpc_loc_api_rpc_glue_code_info_remote_rets {
104 struct rpc_loc_open_rets
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
loc_api.xdr 50 * These are struct declarations for the function arguments
53 struct rpc_loc_open_args {
58 struct rpc_loc_close_args {
62 struct rpc_loc_start_fix_args {
66 struct rpc_loc_stop_fix_args {
70 struct rpc_loc_ioctl_args {
78 struct rpc_loc_api_api_version_s_args {
83 * These are struct declarations for the function results
86 struct rpc_loc_api_rpc_glue_code_info_remote_rets {
95 struct rpc_loc_open_rets
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
loc_api.xdr 59 * These are struct declarations for the function arguments
62 struct rpc_loc_open_args {
67 struct rpc_loc_close_args {
71 struct rpc_loc_start_fix_args {
75 struct rpc_loc_stop_fix_args {
79 struct rpc_loc_ioctl_args {
87 struct rpc_loc_api_api_version_s_args {
92 * These are struct declarations for the function results
95 struct rpc_loc_api_rpc_glue_code_info_remote_rets {
104 struct rpc_loc_open_rets
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
loc_api.xdr 50 * These are struct declarations for the function arguments
53 struct rpc_loc_open_args {
58 struct rpc_loc_close_args {
62 struct rpc_loc_start_fix_args {
66 struct rpc_loc_stop_fix_args {
70 struct rpc_loc_ioctl_args {
78 struct rpc_loc_api_api_version_s_args {
83 * These are struct declarations for the function results
86 struct rpc_loc_api_rpc_glue_code_info_remote_rets {
95 struct rpc_loc_open_rets
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
loc_api.xdr 59 * These are struct declarations for the function arguments
62 struct rpc_loc_open_args {
67 struct rpc_loc_close_args {
71 struct rpc_loc_start_fix_args {
75 struct rpc_loc_stop_fix_args {
79 struct rpc_loc_ioctl_args {
87 struct rpc_loc_api_api_version_s_args {
92 * These are struct declarations for the function results
95 struct rpc_loc_api_rpc_glue_code_info_remote_rets {
104 struct rpc_loc_open_rets
    [all...]
  /external/ltrace/testsuite/ltrace.main/
parameters-hfa.exp 22 struct(double) func_dbl_eqv(struct(double), struct(struct(double)), struct(struct(struct(double))), struct(struct(struct(struct(double)))))
    [all...]
  /external/llvm/test/tools/dsymutil/X86/
modules.m 45 struct Bar {
49 struct PruneMeNot;
70 typedef struct Bar Bar;
71 struct S {};
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug417.go 12 type S1 struct {
21 type S2 struct {
22 p *struct { F S3 }
23 s []struct { F S3 }
24 m map[int]struct { F S3 }
25 c chan struct { F S3 }
26 i interface { f(struct { F S3 }) struct { F S3 } }
27 f func(struct { F S3 } ) struct { F S3
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
bug417.go 12 type S1 struct {
21 type S2 struct {
22 p *struct { F S3 }
23 s []struct { F S3 }
24 m map[int]struct { F S3 }
25 c chan struct { F S3 }
26 i interface { f(struct { F S3 }) struct { F S3 } }
27 f func(struct { F S3 } ) struct { F S3
    [all...]
  /external/jarjar/src/main/com/tonicsystems/jarjar/
ResourceProcessor.java 31 public boolean process(EntryStruct struct) throws IOException {
32 if (!struct.name.endsWith(".class"))
33 struct.name = pr.mapPath(struct.name);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumd3d10_1.idl 35 HRESULT GalliumD3D10DeviceCreate1(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D10Device1** ppDevice);
galliumd3d11.idl 35 HRESULT GalliumD3D11DeviceCreate(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D11Device** ppDevice);
galliumcom.idl 35 struct pipe_screen* GetGalliumScreen();
36 struct pipe_screen* GetGalliumReferenceSoftwareScreen();
37 struct pipe_screen* GetGalliumFastSoftwareScreen();
45 [in] struct pipe_resource* resource,
53 struct pipe_context* GetGalliumContext();
74 struct pipe_resource* GetGalliumResource();
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
StandaloneJarProcessor.java 36 EntryStruct struct = new EntryStruct(); local
40 struct.name = entry.getName();
41 struct.time = entry.getTime();
44 struct.data = baos.toByteArray();
45 if (proc.process(struct)) {
46 if (entries.add(struct.name)) {
47 entry = new JarEntry(struct.name);
48 entry.setTime(struct.time);
51 out.write(struct.data);
52 } else if (struct.name.endsWith("/"))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api.xdr 79 * These are struct declarations for the function arguments
82 struct rpc_loc_open_args {
87 struct rpc_loc_close_args {
91 struct rpc_loc_start_fix_args {
95 struct rpc_loc_stop_fix_args {
99 struct rpc_loc_ioctl_args {
107 struct rpc_loc_api_api_version_s_args {
112 * These are struct declarations for the function results
115 struct rpc_loc_api_rpc_glue_code_info_remote_rets {
124 struct rpc_loc_open_rets
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api.xdr 79 * These are struct declarations for the function arguments
82 struct rpc_loc_open_args {
87 struct rpc_loc_close_args {
91 struct rpc_loc_start_fix_args {
95 struct rpc_loc_stop_fix_args {
99 struct rpc_loc_ioctl_args {
107 struct rpc_loc_api_api_version_s_args {
112 * These are struct declarations for the function results
115 struct rpc_loc_api_rpc_glue_code_info_remote_rets {
124 struct rpc_loc_open_rets
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api.xdr 79 * These are struct declarations for the function arguments
82 struct rpc_loc_open_args {
87 struct rpc_loc_close_args {
91 struct rpc_loc_start_fix_args {
95 struct rpc_loc_stop_fix_args {
99 struct rpc_loc_ioctl_args {
107 struct rpc_loc_api_api_version_s_args {
112 * These are struct declarations for the function results
115 struct rpc_loc_api_rpc_glue_code_info_remote_rets {
124 struct rpc_loc_open_rets
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api.xdr 79 * These are struct declarations for the function arguments
82 struct rpc_loc_open_args {
87 struct rpc_loc_close_args {
91 struct rpc_loc_start_fix_args {
95 struct rpc_loc_stop_fix_args {
99 struct rpc_loc_ioctl_args {
107 struct rpc_loc_api_api_version_s_args {
112 * These are struct declarations for the function results
115 struct rpc_loc_api_rpc_glue_code_info_remote_rets {
124 struct rpc_loc_open_rets
    [all...]

Completed in 1195 milliseconds

1 2 3 4 5 6 7 8 91011>>