Searched refs:thr (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libeffects/lvm/tests/ |
D | snr.cpp | 73 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()
|
D | build_and_run_all_unit_tests.sh | 121 $testdir/sinesweep_$((chMask))_$((fs)).raw -thr:90.308998
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ShutdownActivity.java | 49 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/ |
D | post_proc.h | 37 #define INDEX(x,thr) (((x)>=(thr))?1:0) argument
|
D | mp4dec_lib.h | 259 int thr, int width, int max_diff);
|
/frameworks/base/services/core/java/com/android/server/ |
D | MasterClearReceiver.java | 99 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/ |
D | PulledStats.java | 52 Thread thr = new Thread("NotificationManager pulled metric output") { in toParcelFileDescriptor() local 66 thr.start(); in toParcelFileDescriptor()
|
/frameworks/base/core/java/android/os/ |
D | Binder.java | 912 Thread thr = new Thread("Binder.dumpAsync") { in dumpAsync() local 921 thr.start(); in dumpAsync()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessStatsService.java | 689 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/ |
D | CommandQueue.java | 1078 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/ |
D | QuotaControllerTest.java | 427 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()
|