/frameworks/rs/script_api/ |
D | rs_time.spec | 38 type: rs_tm 63 ret: rs_tm*, "Pointer to the output local time, i.e. the same value as the parameter local." 64 arg: rs_tm* local, "Pointer to time structure where the local time will be stored." 68 Converts the time specified by timer into a @rs_tm structure that provides year, month,
|
/frameworks/rs/script_api/include/ |
D | rs_time.rsh | 44 * rs_tm: Date and time structure 58 } rs_tm; 73 * Converts the time specified by timer into a rs_tm structure that provides year, month, 85 extern rs_tm* __attribute__((overloadable)) 86 rsLocaltime(rs_tm* local, const rs_time_t* timer);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | rstime.rs | 25 rs_tm tm;
|
D | apitest.rs | 42 volatile static rs_tm rstm; variable 1302 rsLocaltime((rs_tm *) &rstm, (rs_time_t *) &rst);
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | rstime.rs | 7 rs_tm tm;
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | rstime.rs | 7 rs_tm tm;
|
D | apitest.rs | 24 volatile static rs_tm rstm; variable 1285 rsLocaltime((rs_tm *) &rstm, (rs_time_t *) &rst);
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | rstime.rs | 7 rs_tm tm;
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | rstime.rs | 23 rs_tm tm;
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | rstime.rs | 7 rs_tm tm;
|
/frameworks/rs/rsov/driver/ |
D | rsovRuntimeStubs.cpp | 131 } rs_tm; typedef 757 rs_tm *rsLocaltime(rs_tm *local, const int *timer) { 759 rs_tm *rsLocaltime(rs_tm *local, const time_t *timer) { 762 return (rs_tm *)rsrLocalTime(rsc, (tm *)local, (time_t *)timer);
|
/frameworks/compile/slang/tests/P_reduce_general_accumulator/ |
D | reduce_general_accumulator.rs | 470 static void my_rs_tm_accum(rs_tm *accum, int val) { } 471 static void my_rs_tm_comb(rs_tm *accum, const rs_tm *other) { } constant 472 static void my_rs_tm_out(int *out, const rs_tm *accum) { } constant 475 typedef rs_tm array_rs_tm[7];
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 145 } rs_tm; typedef 825 rs_tm* rsLocaltime(rs_tm* local, const int *timer) { 827 rs_tm* rsLocaltime(rs_tm* local, const time_t *timer) { 830 return (rs_tm*)rsrLocalTime(rsc, (tm*)local, (time_t *)timer);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rs | 40 volatile static rs_tm rstm; variable 1300 rsLocaltime((rs_tm *) &rstm, (rs_time_t *) &rst);
|
/frameworks/compile/slang/tests/P_all_api_14/ |
D | all14.rs | 3141 *(rs_tm**)buf1926 = rsLocaltime((rs_tm*) buf1927, (const rs_time_t*) buf1928);
|
/frameworks/compile/slang/tests/P_all_api_12/ |
D | all12.rs | 3055 *(rs_tm**)buf1863 = rsLocaltime((rs_tm*) buf1864, (const rs_time_t*) buf1865);
|
/frameworks/compile/slang/tests/P_all_api_13/ |
D | all13.rs | 3055 *(rs_tm**)buf1863 = rsLocaltime((rs_tm*) buf1864, (const rs_time_t*) buf1865);
|
/frameworks/compile/slang/tests/P_all_api_15/ |
D | all15.rs | 3141 *(rs_tm**)buf1926 = rsLocaltime((rs_tm*) buf1927, (const rs_time_t*) buf1928);
|
/frameworks/compile/slang/tests/P_all_api_16/ |
D | all16.rs | 3245 *(rs_tm**)buf1955 = rsLocaltime((rs_tm*) buf1956, (const rs_time_t*) buf1957);
|
/frameworks/compile/slang/tests/P_all_api_11/ |
D | all11.rs | 3055 *(rs_tm**)buf1863 = rsLocaltime((rs_tm*) buf1864, (const rs_time_t*) buf1865);
|
/frameworks/compile/slang/tests/P_all_api_17/ |
D | all17.rs | 3405 *(rs_tm**)buf2063 = rsLocaltime((rs_tm*) buf2064, (const rs_time_t*) buf2065);
|
/frameworks/compile/slang/tests/P_all_api_18/ |
D | all18.rs | 3995 *(rs_tm**)buf2135 = rsLocaltime((rs_tm*) buf2136, (const rs_time_t*) buf2137);
|
/frameworks/compile/slang/tests/P_all_api_19/ |
D | all19.rs | 4275 *(rs_tm**)buf2359 = rsLocaltime((rs_tm*) buf2360, (const rs_time_t*) buf2361);
|
/frameworks/compile/slang/tests/P_all_api_20/ |
D | all20.rs | 4301 *(rs_tm**)buf2378 = rsLocaltime((rs_tm*) buf2379, (const rs_time_t*) buf2380);
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rs | 5244 *(rs_tm**)buf3013 = rsLocaltime((rs_tm*) buf3014, (const rs_time_t*) buf3015);
|