HomeSort by relevance Sort by last modified time
    Searched full:rslocaltime (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
rstime.rs 10 rsLocaltime(&tm, &curTime);
24 rsLocaltime(&tm, &curTime);
apitest.rs     [all...]
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
rstime.rs 10 rsLocaltime(&tm, &curTime);
24 rsLocaltime(&tm, &curTime);
apitest.rs     [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
rstime.rs 10 rsLocaltime(&tm, &curTime);
24 rsLocaltime(&tm, &curTime);
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
rstime.rs 10 rsLocaltime(&tm, &curTime);
24 rsLocaltime(&tm, &curTime);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
rstime.rs 10 rsLocaltime(&tm, &curTime);
24 rsLocaltime(&tm, &curTime);
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
rstime.rs 10 rsLocaltime(&tm, &curTime);
24 rsLocaltime(&tm, &curTime);
  /frameworks/base/docs/html/guide/topics/renderscript/reference/
rs_time.jd 42 <a href='rs_time.html#android_rs:rsLocaltime'>rsLocaltime</a>
142 <a name='android_rs:rsLocaltime'></a>
145 <span class='sympad'>rsLocaltime</span>
151 <td><a href='rs_time.html#android_rs:rs_tm'>rs_tm</a>* rsLocaltime(<a href='rs_time.html#android_rs:rs_tm'>rs_tm</a>* local, const <a href='rs_time.html#android_rs:rs_time_t'>rs_time_t</a>* timer);
index.jd     [all...]
overview.jd     [all...]
  /frameworks/rs/scriptc/
rs_time.rsh 71 * rsLocaltime: Convert to local time
86 rsLocaltime(rs_tm* local, const rs_time_t* timer);
  /prebuilts/sdk/renderscript/include/
rs_time.rsh 71 * rsLocaltime: Convert to local time
86 rsLocaltime(rs_tm* local, const rs_time_t* timer);
  /frameworks/rs/api/
rs_time.spec 62 function: rsLocaltime
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 752 // rsLocaltime are set to explicitly take 'const int *' so we generate the
764 rs_tm* rsLocaltime(rs_tm* local, const int *timer) {
766 rs_tm* rsLocaltime(rs_tm* local, const time_t *timer) {
    [all...]
  /frameworks/compile/slang/tests/P_all_api_11/
all11.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_12/
all12.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_13/
all13.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_14/
all14.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_15/
all15.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_16/
all16.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_17/
all17.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_18/
all18.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_19/
all19.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_20/
all20.rs     [all...]

Completed in 635 milliseconds

1 2