Home
last modified time | relevance | path

Searched refs:thr (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libeffects/lvm/tests/
Dsnr.cpp73 float thr = -std::numeric_limits<float>::infinity(); in main() local
80 thr = atof(argv[i] + 5); in main()
93 if (snr < thr) { in main()
94 printf("%.6f less than threshold %.6f\n", snr, thr); in main()
Dbuild_and_run_all_unit_tests.sh121 $testdir/sinesweep_$((chMask))_$((fs)).raw -thr:90.308998
/frameworks/base/core/java/com/android/internal/app/
DShutdownActivity.java49 Thread thr = new Thread("ShutdownActivity") { in onCreate() local
64 thr.start(); in onCreate()
68 thr.join(); in onCreate()
/frameworks/av/media/codecs/m4v_h263/dec/src/
Dpost_proc.h37 #define INDEX(x,thr) (((x)>=(thr))?1:0) argument
Dmp4dec_lib.h259 int thr, int width, int max_diff);
/frameworks/base/services/core/java/com/android/server/
DMasterClearReceiver.java99 Thread thr = new Thread("Reboot") { in onReceive() local
120 new WipeDataTask(context, thr).execute(); in onReceive()
122 Slog.i(TAG, "NOT wiping external storage; starting thread " + thr.getName()); in onReceive()
123 thr.start(); in onReceive()
/frameworks/base/services/core/java/com/android/server/notification/
DPulledStats.java52 Thread thr = new Thread("NotificationManager pulled metric output") { in toParcelFileDescriptor() local
66 thr.start(); in toParcelFileDescriptor()
/frameworks/base/core/java/android/os/
DBinder.java912 Thread thr = new Thread("Binder.dumpAsync") { in dumpAsync() local
921 thr.start(); in dumpAsync()
/frameworks/base/services/core/java/com/android/server/am/
DProcessStatsService.java689 Thread thr = new Thread("ProcessStats pipe output") {
702 thr.start();
758 Thread thr = new Thread("ProcessStats pipe output") {
769 thr.start();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java1078 Thread thr = new Thread("Sysui.passThroughShellCommand") { in passThroughShellCommand() local
1097 thr.start(); in passThroughShellCommand()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java427 TimingSession thr = new TimingSession(21, 30, 3); in testSaveTimingSession() local
442 mQuotaController.saveTimingSession(0, "com.android.test", thr, true); in testSaveTimingSession()
443 expectedEJ.add(thr); in testSaveTimingSession()
462 TimingSession thr = createTimingSession( in testDeleteObsoleteSessionsLocked() local
474 expectedRegular.add(thr); in testDeleteObsoleteSessionsLocked()
481 mQuotaController.saveTimingSession(0, "com.android.test", thr, false); in testDeleteObsoleteSessionsLocked()