Searched defs:l (Results 1 – 6 of 6) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | FakeTestTest.java | 303 private void testPassExpectations(ITestInvocationListener l, String klass, in testPassExpectations() 312 ITestInvocationListener l, String klass, int idx, String log) { in testPassExpectations() 320 private void testFailExpectations(ITestInvocationListener l, String klass, in testFailExpectations() 329 private void testAssumptionExpectations(ITestInvocationListener l, String klass, int idx) { in testAssumptionExpectations() 337 private void testIgnoredExpectations(ITestInvocationListener l, String klass, int idx) { in testIgnoredExpectations()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | TimeValTest.java | 102 long l = 1<<62; in testOverflow() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | ManagedDeviceList.java | 92 List<IManagedTestDevice> l = new ArrayList<IManagedTestDevice>(size()); in getCopy() local
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | ConditionPriorityBlockingQueue.java | 330 List<T> l = new ArrayList<T>(size()); in getCopy() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/ |
D | RuntimeRestartCollector.java | 349 private List<Integer> getAllValuesAfter(int target, List<Integer> l) { in getAllValuesAfter()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | AudioLoopbackTest.java | 204 LogFileData l = new LogFileData(".txt", "result", LogDataType.TEXT); in getLogFileDataKeyMap() local
|