Home
last modified time | relevance | path

Searched refs:rs_tm (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/rs/api/
Drs_time.spec38 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/scriptc/
Drs_time.rsh44 * 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/base/docs/html/guide/topics/renderscript/reference/
Drs_time.jd23 <a href='rs_time.html#android_rs:rs_tm'>rs_tm</a>
91 <a name='android_rs:rs_tm'></a>
94 <span class='sympad'>rs_tm</span>
151 …<td><a href='rs_time.html#android_rs:rs_tm'>rs_tm</a>* rsLocaltime(<a href='rs_time.html#android_r…
169 <p> Converts the time specified by timer into a <a href='rs_time.html#android_rs:rs_tm'>rs_tm</a> s…
Doverview.jd2220 <a href='rs_time.html#android_rs:rs_tm'>rs_tm</a>
Dindex.jd437 <a href='rs_time.html#android_rs:rs_tm'>rs_tm</a>
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Drstime.rs7 rs_tm tm;
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Drstime.rs7 rs_tm tm;
Dapitest.rs24 volatile static rs_tm rstm; variable
1285 rsLocaltime((rs_tm *) &rstm, (rs_time_t *) &rst);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Drstime.rs7 rs_tm tm;
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Drstime.rs7 rs_tm tm;
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Drstime.rs7 rs_tm tm;
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Drstime.rs7 rs_tm tm;
Dapitest.rs24 volatile static rs_tm rstm; variable
1284 rsLocaltime((rs_tm *) &rstm, (rs_time_t *) &rst);
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
Dreduce_general_accumulator.rs470 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/
DrsdRuntimeStubs.cpp129 } rs_tm; typedef
764 rs_tm* rsLocaltime(rs_tm* local, const int *timer) {
766 rs_tm* rsLocaltime(rs_tm* local, const time_t *timer) {
769 return (rs_tm*)rsrLocalTime(rsc, (tm*)local, (time_t *)timer);
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rs3245 *(rs_tm**)buf1955 = rsLocaltime((rs_tm*) buf1956, (const rs_time_t*) buf1957);
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs3141 *(rs_tm**)buf1926 = rsLocaltime((rs_tm*) buf1927, (const rs_time_t*) buf1928);
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs3141 *(rs_tm**)buf1926 = rsLocaltime((rs_tm*) buf1927, (const rs_time_t*) buf1928);
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rs3055 *(rs_tm**)buf1863 = rsLocaltime((rs_tm*) buf1864, (const rs_time_t*) buf1865);
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rs3055 *(rs_tm**)buf1863 = rsLocaltime((rs_tm*) buf1864, (const rs_time_t*) buf1865);
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rs3055 *(rs_tm**)buf1863 = rsLocaltime((rs_tm*) buf1864, (const rs_time_t*) buf1865);
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rs3405 *(rs_tm**)buf2063 = rsLocaltime((rs_tm*) buf2064, (const rs_time_t*) buf2065);
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rs3995 *(rs_tm**)buf2135 = rsLocaltime((rs_tm*) buf2136, (const rs_time_t*) buf2137);
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rs4301 *(rs_tm**)buf2378 = rsLocaltime((rs_tm*) buf2379, (const rs_time_t*) buf2380);
/frameworks/compile/slang/tests/P_all_api_19/
Dall19.rs4275 *(rs_tm**)buf2359 = rsLocaltime((rs_tm*) buf2360, (const rs_time_t*) buf2361);

12