Searched refs:times (Results 1 – 18 of 18) sorted by relevance
/tools/platform-compat/javatest/com/android/class2nonsdklist/ |
D | UnsupportedAppUsageAnnotationHandlerTest.java | 24 import static org.mockito.Mockito.times; 102 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistMethod() 123 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistConstructor() 144 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistField() 165 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistImplicit() 185 verify(mStatus, times(1)).error(format.capture(), any()); in testGreylistImplicit_Invalid_MissingOnClass() 207 verify(mStatus, times(1)).error(format.capture(), any()); in testGreylistImplicit_Invalid_PresentOnMember() 229 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistMethodExpectedSignature() 248 verify(mStatus, times(1)).error(any(), any()); in testGreylistMethodExpectedSignatureWrong() 270 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistInnerClassMethod() [all …]
|
D | CovariantReturnTypeHandlerTest.java | 24 import static org.mockito.Mockito.times; 84 verify(mConsumer, times(1)).consume( in testReturnTypeWhitelisted()
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | bits.py | 278 for segment_name, times in timestamps.items(): 279 start = times['start'] 280 end = times['end'] 288 start = times['start'] * 1e6 290 end = times['end'] * 1e6
|
D | power_metrics.py | 187 for seg_name, times in timestamps.items(): 191 times[START_TIMESTAMP], TIME, MILLISECOND).to_unit( 199 times[END_TIMESTAMP], TIME, MILLISECOND).to_unit(
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/ |
D | audio_quality_measurement.py | 462 times = 0 488 times += 1 490 last_noise_end_time_point[times - 1] = index_end_sec 494 for i in range(times): 547 times = 0 585 times += 1 588 last_delay_end_time_points[times - 1] = index_end_sec
|
/tools/test/connectivity/acts_tests/tests/google/gnss/ |
D | GnssFunctionTest.py | 755 for times in range(1, 6): 774 test_info, times, supl_ssr_test_result)) 862 for times in range(1, 6): 875 % (times, supl_no_gnss_signal)) 938 for times in range(1, 4): 953 "times -> FAIL" % times) 955 "PASS" % times) 1105 for times in range(1, 6): 1124 test_info, times, xtra_ssr_test_result))
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
D | ZFileNotificationTest.java | 393 Mockito.verify(ext, Mockito.times(0)).entriesWritten(); in notifyOnceEntriesWritten() 396 Mockito.verify(ext, Mockito.times(1)).entriesWritten(); in notifyOnceEntriesWritten() 415 Mockito.verify(ext, Mockito.times(0)).entriesWritten(); in notifyTwiceEntriesWrittenIfCdChanged() 418 Mockito.verify(ext, Mockito.times(2)).entriesWritten(); in notifyTwiceEntriesWrittenIfCdChanged()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/ |
D | bluetooth.proto | 284 // Number of times that this profile is connected since last metrics dump 299 // Number of times this type of headset profile is connected
|
/tools/test/openhst/resources/ |
D | stress_test.dsp_monitoring_on_idle.ascii_proto | 2 "Stop Testing if DSP detects hotword over 30 times"
|
/tools/test/connectivity/acts_tests/tests/google/coex/config/ |
D | sample_config.json | 64 //Number of times a test case should run.
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | apollo_lib.py | 601 def volume(self, key, times=1): argument 615 message = 'Inside volume({}, {})...'.format(key, times) 621 cmds = ['ButtonSwipe ' + updown[key]] * times
|
/tools/asuite/atest/tf_proto/ |
D | test_record.proto | 65 // The attempt number of a target if the target ran several times. First
|
/tools/treble/hacksaw/ |
D | README.md | 13 …VM with 60 vCPUs and 240 GiB of RAM. Each action was performed at least 10 times then averaged out.
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | GAP_PTS_INSTRUCTIONS | 138 Note: PTS is very flacky, rerun multiple times to pass.
|
/tools/repohooks/tools/ |
D | pylintrc | 142 # option multiple times (only on the command line, not in the configuration
|
/tools/metalava/ |
D | FORMAT.md | 423 Doclava (v1) would sometimes use the type bound <?> and other times use <?
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_test_utils.py | 11140 times = 1 11141 while times <= retry: 11206 times = times + 1
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 429 any order and occurring any number of times in the same packet, 779 Ext Len is equal to two times the number of
|