/system/chre/external/kiss_fft/ |
D | kissfft.hh | 145 …scratch[4] = cpx_type( scratch[4].imag()*negative_if_inverse , -scratch[4].real()* negative_if_inv… in kf_bfly4() 176 …Fout[m] = cpx_type( Fout->real() - HALF_OF(scratch[3].real() ) , Fout->imag() - HALF_OF(scratch[3]… in kf_bfly3() 182 … Fout[m2] = cpx_type( Fout[m].real() + scratch[0].imag() , Fout[m].imag() - scratch[0].real() ); in kf_bfly3() 184 C_ADDTO( Fout[m] , cpx_type( -scratch[0].imag(),scratch[0].real() ) ); in kf_bfly3() 225 S_MUL(scratch[7].real(),ya.real() ) + S_MUL(scratch[8].real() ,yb.real() ), in kf_bfly5() 226 S_MUL(scratch[7].imag(),ya.real()) + S_MUL(scratch[8].imag(),yb.real()) in kf_bfly5() 231 -S_MUL(scratch[10].real(),ya.imag()) - S_MUL(scratch[9].real(),yb.imag()) in kf_bfly5() 239 S_MUL(scratch[7].real(),yb.real()) + S_MUL(scratch[8].real(),ya.real()), in kf_bfly5() 240 S_MUL(scratch[7].imag(),yb.real()) + S_MUL(scratch[8].imag(),ya.real()) in kf_bfly5() 245 S_MUL(scratch[10].real(),yb.imag()) - S_MUL(scratch[9].real(),ya.imag()) in kf_bfly5()
|
/system/core/logd/ |
D | LogKlog.cpp | 269 log_time real(log_time::EPOCH); in calculateCorrection() local 270 const char* ep = real.strptime(real_string, real_format); in calculateCorrection() 271 if (!ep || (ep > &real_string[len]) || (real > log_time(CLOCK_REALTIME))) { in calculateCorrection() 277 time_t now = real.tv_sec; in calculateCorrection() 282 if ((tm.tm_gmtoff < 0) && ((-tm.tm_gmtoff) > (long)real.tv_sec)) { in calculateCorrection() 283 real = log_time(log_time::EPOCH); in calculateCorrection() 285 real.tv_sec += tm.tm_gmtoff; in calculateCorrection() 287 if (monotonic > real) { in calculateCorrection() 290 correction = real - monotonic; in calculateCorrection() 326 log_time real(CLOCK_REALTIME); in sniffTime() local [all …]
|
D | LogKlog.h | 43 static void convertMonotonicToReal(log_time& real) { real += correction; } in convertMonotonicToReal() argument
|
/system/timezone/apex/ |
D | Android.bp | 15 // Defaults shared between real and test versions of the APEX. 25 // Explicit because the defaulting behavior only works for the real 50 // The definition for the real (not test) tzdata APEX.
|
/system/timezone/testing/data/test1/apex/ |
D | Android.bp | 16 // It has a version code that should beat a "real" APEX and enables 17 // end-to-end installation testing on devices with the latests real
|
/system/timezone/testing/data/test3/apex/ |
D | Android.bp | 18 // It has a version code that should beat a "real" APEX and enables end-to-end 19 // installation testing on devices with the latests real data.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | hal_graphics_allocator.te | 12 # allow to run with real-time scheduling policy
|
D | hal_sensors.te | 14 # allow to run with real-time scheduling policy
|
D | hal_bluetooth.te | 31 # allow to run with real-time scheduling policy
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | hal_graphics_allocator.te | 12 # allow to run with real-time scheduling policy
|
D | hal_sensors.te | 14 # allow to run with real-time scheduling policy
|
D | hal_bluetooth.te | 29 # allow to run with real-time scheduling policy
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | hal_graphics_allocator.te | 12 # allow to run with real-time scheduling policy
|
D | hal_sensors.te | 14 # allow to run with real-time scheduling policy
|
D | hal_bluetooth.te | 29 # allow to run with real-time scheduling policy
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | hal_graphics_allocator.te | 12 # allow to run with real-time scheduling policy
|
D | hal_sensors.te | 13 # allow to run with real-time scheduling policy
|
D | hal_bluetooth.te | 31 # allow to run with real-time scheduling policy
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | hal_graphics_allocator.te | 12 # allow to run with real-time scheduling policy
|
D | hal_sensors.te | 13 # allow to run with real-time scheduling policy
|
D | hal_bluetooth.te | 31 # allow to run with real-time scheduling policy
|
/system/sepolicy/public/ |
D | hal_graphics_allocator.te | 12 # allow to run with real-time scheduling policy
|
D | hal_sensors.te | 13 # allow to run with real-time scheduling policy
|
D | hal_bluetooth.te | 31 # allow to run with real-time scheduling policy
|
/system/bt/doc/ |
D | btsnoop_net.md | 4 real-time debugging of HCI data with hcidump.
|