Home
last modified time | relevance | path

Searched defs:unit (Results 1 – 6 of 6) sorted by relevance

/system/chre/java/test/utils/src/com/google/android/utils/chre/
DContextHubBroadcastReceiver.java70 TimeUnit unit, in pollIntentEvent()
115 public static void assertNoIntentEventReceived(long timeout, TimeUnit unit) { in assertNoIntentEventReceived()
DContextHubServiceTestHelper.java232 TimeUnit unit) { in assertTransactionSuccessSync()
254 public void runConcurrentTasks(List<Runnable> tasks, long timeout, TimeUnit unit) in runConcurrentTasks()
DContextHubHostTestUtil.java101 CountDownLatch latch, long timeout, TimeUnit unit, String timeoutErrorMessage) in awaitCountDownLatchAssertOnFailure()
/system/chre/java/test/stress/src/com/google/android/chre/test/stress/
DContextHubStressTestExecutor.java184 public void runStressTest(long timeout, TimeUnit unit) throws InterruptedException { in runStressTest()
/system/apex/apexer/
Dapexer_test.py129 def round_up(size, unit): argument
Dapexer.py244 def RoundUp(size, unit): argument