Home
last modified time | relevance | path

Searched refs:struct (Results 1 – 25 of 691) sorted by relevance

12345678910>>...28

/aosp12/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/
H A Dreflection3264_struct_mismatch.rscript4 struct t { int f; };
6 struct q { int f; };
8 struct b { int f; };
10 struct j { int f; };
12 struct f { int f; };
19 struct t aa;
20 struct q bb;
21 struct b cc;
29 struct j dd;
30 struct f ee;
[all …]
/aosp12/frameworks/compile/slang/tests/P_reflection3264_divergent/
H A Dreflection3264_divergent.rscript25 struct NonDivergent {
30 struct NonDivergent ndVar;
35 struct Divergent {
41 struct Divergent dVar;
43 struct Divergent dArray[10];
46 struct DivergentNest {
48 struct Divergent d;
56 struct DivergentNest dnVar;
74 // for arguments, should get a helper struct that looks like struct NonDivergent
77 // for arguments, should get a helper struct that looks like struct Divergent
[all …]
/aosp12/frameworks/compile/slang/tests/P_reflection3264_divergent_support/
H A Dreflection3264_divergent.rscript27 struct NonDivergent {
32 struct NonDivergent ndVar;
37 struct Divergent {
43 struct Divergent dVar;
45 struct Divergent dArray[10];
48 struct DivergentNest {
50 struct Divergent d;
58 struct DivergentNest dnVar;
76 // for arguments, should get a helper struct that looks like struct NonDivergent
79 // for arguments, should get a helper struct that looks like struct Divergent
[all …]
/aosp12/frameworks/rs/driver/runtime/ll64/
H A Dallocation.ll4 %struct.rs_allocation = type { i64*, i64*, i64*, i64* }
7 declare i8* @rsOffsetNs(%struct.rs_allocation* nocapture readonly %a, i32 %x, i32 %y, i32 %z)
39 %1 = tail call i8* @rsOffset(%struct.rs_allocation* %a, i32 1, i32 %x, i32 %y, i32 %z) #2
45 %1 = tail call i8* @rsOffset(%struct.rs_allocation* %a, i32 1, i32 %x, i32 %y, i32 %z) #2
52 %1 = tail call i8* @rsOffset(%struct.rs_allocation* %a, i32 2, i32 %x, i32 %y, i32 %z) #2
60 %1 = tail call i8* @rsOffset(%struct.rs_allocation* %a, i32 2, i32 %x, i32 %y, i32 %z) #2
68 %1 = tail call i8* @rsOffset(%struct.rs_allocation* %a, i32 4, i32 %x, i32 %y, i32 %z) #2
742 %1 = tail call i8* @rsOffsetNs(%struct.rs_allocation* %a, i32 %x, i32 %y, i32 %z) #2
749 %1 = tail call i8* @rsOffsetNs(%struct.rs_allocation* %a, i32 %x, i32 %y, i32 %z) #2
756 %1 = tail call i8* @rsOffsetNs(%struct.rs_allocation* %a, i32 %x, i32 %y, i32 %z) #2
[all …]
/aosp12/frameworks/compile/slang/tests/P_struct_field/
H A Dstruct_field.rscript9 struct InnerOne {
15 typedef struct InnerOne s_innerOne;
17 struct InnerTwo {
19 struct InnerOne innerOne;
22 struct Outer {
23 struct InnerOne innerOneA;
25 struct InnerOne innerOneB;
26 struct InnerTwo innerTwo3[3];
27 struct InnerTwo innerTwo2[2];
28 struct InnerOne innerOne4[4];
[all …]
/aosp12/bionic/libc/
H A DSYSCALLS.TXT66 int getrusage(int, struct rusage*) all
75 int prlimit64|prlimit(pid_t, int, struct rlimit64*, const struct rlimit64*) lp64
76 int prlimit64(pid_t, int, struct rlimit64*, const struct rlimit64*) lp32
217 int settimeofday(const struct timeval*, const struct timezone*) all
219 int nanosleep(const struct timespec*, struct timespec*) all
223 int setitimer(int, const struct itimerval*, struct itimerval*) all
230 int timerfd_settime(int, int, const struct itimerspec*, struct itimerspec*) all
236 int __sigaction:sigaction(int, const struct sigaction*, struct sigaction*) lp32
237 int __rt_sigaction:rt_sigaction(int, const struct sigaction*, struct sigaction*, size_t) all
299 int uname(struct utsname*) all
[all …]
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/
H A DStructNlMsgHdrTest.java51 final StructNlMsgHdr struct = new StructNlMsgHdr(); in makeStructNlMsgHdr() local
52 struct.nlmsg_len = TEST_NLMSG_LEN; in makeStructNlMsgHdr()
53 struct.nlmsg_type = type; in makeStructNlMsgHdr()
54 struct.nlmsg_flags = TEST_NLMSG_FLAGS; in makeStructNlMsgHdr()
55 struct.nlmsg_seq = TEST_NLMSG_SEQ; in makeStructNlMsgHdr()
56 struct.nlmsg_pid = TEST_NLMSG_PID; in makeStructNlMsgHdr()
57 return struct; in makeStructNlMsgHdr()
68 String s = struct.toString(); in testToString()
76 s = struct.toString(); in testToString()
87 String s = struct.toString(OsConstants.NETLINK_ROUTE); in testToStringWithNetlinkFamily()
[all …]
/aosp12/frameworks/compile/slang/lit-tests/P_ref_count/
H A Dfunc_params.rscript10 …ET: %[[F1:[A-Za-z][A-Za-z0-9]*]] = getelementptr inbounds %struct.Wrapper{{.*}}, %struct.Wrappe…
14 …ET: %[[F2:[A-Za-z][A-Za-z0-9]*]] = getelementptr inbounds %struct.Wrapper{{.*}}, %struct.Wrappe…
16 // CHECK-SET: call void @_Z11rsSetObjectP7rs_typeS_(%struct.rs_type{{.*}}* %[[F2]], {{.*}})
22 … %[[F10:[A-Za-z][A-Za-z0-9\.]*]] = getelementptr inbounds %struct.Wrapper{{.*}}, %struct.Wrappe…
23 … %[[F20:[A-Za-z][A-Za-z0-9\.]*]] = getelementptr inbounds %struct.Wrapper{{.*}}, %struct.Wrappe…
28 // CHECK-CLR: call void @_Z13rsClearObjectP10rs_element(%struct.rs_element{{.*}}* {{.*}}%a1)
32 // CHECK-CLR: call void @_Z13rsClearObjectP7rs_type(%struct.rs_type{{.*}}* %[[F20]])
41 struct Wrapper {
47 static void bar(int a0, rs_element a1, float a2, struct Wrapper a3) {
49 struct Wrapper y = {0};
[all …]
H A Dref_count.rscript7 struct Wrapper {
13 // CHECK: call void @_Z13rsClearObjectP10rs_element(%struct.rs_element{{.*}}* nonnull %.rs.tmp{{[0-…
14 // CHECK: call void @_Z11rsSetObjectP10rs_elementS_(%struct.rs_element{{.*}}* nonnull %.rs.retval{{…
21 // CHECK: call void @_Z11rsSetObjectP10rs_elementS_(%struct.rs_element{{.*}}* %{{.*}}, {{.*}})
22 // CHECK: call void @_Z11rsSetObjectP7rs_typeS_(%struct.rs_type{{.*}}* %{{.*}}, {{.*}})
23 // CHECK: call void @_Z13rsClearObjectP10rs_element(%struct.rs_element{{.*}}* {{.*}})
24 // CHECK: call void @_Z13rsClearObjectP7rs_type(%struct.rs_type{{.*}}* {{.*}})
26 static struct Wrapper baz() {
27 struct Wrapper x = { 0, 0 };
33 struct Wrapper w = baz();
/aosp12/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_common.xdr110 struct rpc_loc_calendar_time_s_type {
166 struct rpc_loc_sv_info_s_type {
181 struct rpc_loc_gnss_info_s_type {
191 struct rpc_loc_nmea_report_s_type {
223 struct rpc_loc_status_event_s_type {
253 struct rpc_loc_server_info_s_type {
382 struct rpc_loc_ni_supl_qop_s_type {
469 struct rpc_loc_ni_event_s_type {
611 struct rpc_loc_api_version_s_type {
662 struct rpc_loc_user_verify_s_type {
[all …]
/aosp12/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_common.xdr110 struct rpc_loc_calendar_time_s_type {
166 struct rpc_loc_sv_info_s_type {
181 struct rpc_loc_gnss_info_s_type {
191 struct rpc_loc_nmea_report_s_type {
223 struct rpc_loc_status_event_s_type {
253 struct rpc_loc_server_info_s_type {
382 struct rpc_loc_ni_supl_qop_s_type {
469 struct rpc_loc_ni_event_s_type {
611 struct rpc_loc_api_version_s_type {
662 struct rpc_loc_user_verify_s_type {
[all …]
/aosp12/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_common.xdr110 struct rpc_loc_calendar_time_s_type {
166 struct rpc_loc_sv_info_s_type {
181 struct rpc_loc_gnss_info_s_type {
191 struct rpc_loc_nmea_report_s_type {
223 struct rpc_loc_status_event_s_type {
253 struct rpc_loc_server_info_s_type {
382 struct rpc_loc_ni_supl_qop_s_type {
469 struct rpc_loc_ni_event_s_type {
611 struct rpc_loc_api_version_s_type {
662 struct rpc_loc_user_verify_s_type {
[all …]
/aosp12/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_common.xdr110 struct rpc_loc_calendar_time_s_type {
166 struct rpc_loc_sv_info_s_type {
181 struct rpc_loc_gnss_info_s_type {
191 struct rpc_loc_nmea_report_s_type {
223 struct rpc_loc_status_event_s_type {
253 struct rpc_loc_server_info_s_type {
382 struct rpc_loc_ni_supl_qop_s_type {
469 struct rpc_loc_ni_event_s_type {
611 struct rpc_loc_api_version_s_type {
662 struct rpc_loc_user_verify_s_type {
[all …]
/aosp12/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_common.xdr110 struct rpc_loc_calendar_time_s_type {
166 struct rpc_loc_sv_info_s_type {
181 struct rpc_loc_gnss_info_s_type {
191 struct rpc_loc_nmea_report_s_type {
223 struct rpc_loc_status_event_s_type {
253 struct rpc_loc_server_info_s_type {
382 struct rpc_loc_ni_supl_qop_s_type {
469 struct rpc_loc_ni_event_s_type {
611 struct rpc_loc_api_version_s_type {
662 struct rpc_loc_user_verify_s_type {
[all …]
/aosp12/hardware/qcom/sdm845/gps/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_common.xdr110 struct rpc_loc_calendar_time_s_type {
166 struct rpc_loc_sv_info_s_type {
181 struct rpc_loc_gnss_info_s_type {
191 struct rpc_loc_nmea_report_s_type {
223 struct rpc_loc_status_event_s_type {
253 struct rpc_loc_server_info_s_type {
382 struct rpc_loc_ni_supl_qop_s_type {
469 struct rpc_loc_ni_event_s_type {
611 struct rpc_loc_api_version_s_type {
662 struct rpc_loc_user_verify_s_type {
[all …]
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dstruct_field.rscript25 struct InnerOne {
33 struct InnerTwo {
35 struct InnerOne innerOne;
38 struct Outer {
39 struct InnerOne innerOneA;
41 struct InnerOne innerOneB;
42 struct InnerTwo innerTwo3[3];
48 struct Outer outer;
56 // within struct Outer.
62 // struct InnerOne within struct Outer.
[all …]
/aosp12/frameworks/compile/slang/tests/P_struct_matrix/
H A Dstruct_matrix.rscript4 struct hasMatrix {
10 extern foo(struct hasMatrix*);
13 struct hasMatrix h = ghm;
16 struct new_matrix {
20 struct new_struct {
21 struct new_matrix m;
27 struct new_struct h = {1.f, 2.f, 3};
28 struct new_struct h_uninit;
29 struct new_struct empty_init = {};
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dstruct_field.rscript27 struct InnerOne {
35 struct InnerTwo {
37 struct InnerOne innerOne;
40 struct Outer {
41 struct InnerOne innerOneA;
43 struct InnerOne innerOneB;
44 struct InnerTwo innerTwo3[3];
50 struct Outer outer;
58 // within struct Outer.
64 // struct InnerOne within struct Outer.
[all …]
/aosp12/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
H A Dloc_api_common.xdr128 struct rpc_loc_calendar_time_s_type {
184 struct rpc_loc_sv_info_s_type {
199 struct rpc_loc_gnss_info_s_type {
209 struct rpc_loc_nmea_report_s_type {
241 struct rpc_loc_status_event_s_type {
279 struct rpc_loc_server_info_s_type {
408 struct rpc_loc_ni_supl_qop_s_type {
495 struct rpc_loc_ni_event_s_type {
675 struct rpc_loc_api_version_s_type {
859 struct rpc_loc_efs_data_s_type {
[all …]
/aosp12/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
H A Dloc_api_common.xdr128 struct rpc_loc_calendar_time_s_type {
184 struct rpc_loc_sv_info_s_type {
199 struct rpc_loc_gnss_info_s_type {
209 struct rpc_loc_nmea_report_s_type {
241 struct rpc_loc_status_event_s_type {
279 struct rpc_loc_server_info_s_type {
408 struct rpc_loc_ni_supl_qop_s_type {
495 struct rpc_loc_ni_event_s_type {
675 struct rpc_loc_api_version_s_type {
859 struct rpc_loc_efs_data_s_type {
[all …]
/aosp12/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
H A Dloc_api_common.xdr128 struct rpc_loc_calendar_time_s_type {
184 struct rpc_loc_sv_info_s_type {
199 struct rpc_loc_gnss_info_s_type {
209 struct rpc_loc_nmea_report_s_type {
241 struct rpc_loc_status_event_s_type {
279 struct rpc_loc_server_info_s_type {
408 struct rpc_loc_ni_supl_qop_s_type {
495 struct rpc_loc_ni_event_s_type {
675 struct rpc_loc_api_version_s_type {
859 struct rpc_loc_efs_data_s_type {
[all …]
/aosp12/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
H A Dloc_api_common.xdr128 struct rpc_loc_calendar_time_s_type {
184 struct rpc_loc_sv_info_s_type {
199 struct rpc_loc_gnss_info_s_type {
209 struct rpc_loc_nmea_report_s_type {
241 struct rpc_loc_status_event_s_type {
279 struct rpc_loc_server_info_s_type {
408 struct rpc_loc_ni_supl_qop_s_type {
495 struct rpc_loc_ni_event_s_type {
675 struct rpc_loc_api_version_s_type {
859 struct rpc_loc_efs_data_s_type {
[all …]
/aosp12/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
H A Dloc_api_common.xdr128 struct rpc_loc_calendar_time_s_type {
184 struct rpc_loc_sv_info_s_type {
199 struct rpc_loc_gnss_info_s_type {
209 struct rpc_loc_nmea_report_s_type {
241 struct rpc_loc_status_event_s_type {
279 struct rpc_loc_server_info_s_type {
408 struct rpc_loc_ni_supl_qop_s_type {
495 struct rpc_loc_ni_event_s_type {
675 struct rpc_loc_api_version_s_type {
859 struct rpc_loc_efs_data_s_type {
[all …]
/aosp12/hardware/qcom/sdm845/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
H A Dloc_api_common.xdr128 struct rpc_loc_calendar_time_s_type {
184 struct rpc_loc_sv_info_s_type {
199 struct rpc_loc_gnss_info_s_type {
209 struct rpc_loc_nmea_report_s_type {
241 struct rpc_loc_status_event_s_type {
279 struct rpc_loc_server_info_s_type {
408 struct rpc_loc_ni_supl_qop_s_type {
495 struct rpc_loc_ni_event_s_type {
675 struct rpc_loc_api_version_s_type {
859 struct rpc_loc_efs_data_s_type {
[all …]
/aosp12/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
H A Dloc_api_common.xdr128 struct rpc_loc_calendar_time_s_type {
184 struct rpc_loc_sv_info_s_type {
199 struct rpc_loc_gnss_info_s_type {
209 struct rpc_loc_nmea_report_s_type {
241 struct rpc_loc_status_event_s_type {
279 struct rpc_loc_server_info_s_type {
408 struct rpc_loc_ni_supl_qop_s_type {
495 struct rpc_loc_ni_event_s_type {
675 struct rpc_loc_api_version_s_type {
859 struct rpc_loc_efs_data_s_type {
[all …]

12345678910>>...28