Searched refs:detect (Results 1 – 11 of 11) sorted by relevance
24 fun `detect implements`() {35 fun `detect implements in reverse order`() {46 fun `detect super implements`() {58 fun `detect super interface`() {
49 /* Must be the first field to allow winscope to auto-detect the dump type. Set to value99 /* Must be the first field to allow winscope to auto-detect the dump type. Set to value136 /* Must be the first field to allow winscope to auto-detect the dump type. Set to value
248 bool disk_stats_monitor::detect(struct disk_perf* perf) in detect() function in disk_stats_monitor277 if (UNLIKELY(detect(&perf))) { in update()
12 2. Even though PWMgr has a lot of logic to detect all manner of power button multipresses and gestu…
6 2. Even though `PhoneWindowManager` has a lot of logic to detect all manner of power button multi-p…
171 bool detect(struct disk_perf* perf);
4 …_testing/libraries/flicker` to execute a set of common UI transitions to detect discontinuous or u…
555 detect()564 suspend fun detect() {
390 underTest.detect()410 underTest.detect()
25 …// "moduleDetection": "auto", /* Control what method is used to detect modu…
300 EXPECT_EQ((i > dsm_detect.mSigma), dsm_detect.detect(&test_perf)); in TEST()