Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 31) sorted by relevance

12

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DDeviceRuntimeException.java41 public DeviceRuntimeException(Throwable t) { in DeviceRuntimeException()
51 public DeviceRuntimeException(String msg, Throwable t) { in DeviceRuntimeException()
/tools/tradefederation/core/common_util/com/android/tradefed/log/
DLogUtil.java152 public static void w(Throwable t) { in w()
196 public static void e(Throwable t) { in e()
240 public static void wtf(Throwable t) { in wtf()
241 wtf(t.getMessage(), t); in wtf() local
263 public static void wtf(String message, Throwable t) { in wtf()
281 private static String getStackTraceString(Throwable t) { in getStackTraceString()
325 public static String findCallerClassName(Throwable t) { in findCallerClassName()
/tools/tradefederation/core/tests/src/com/android/tradefed/log/
DLogUtilFuncTest.java87 Throwable t = new Throwable(); in testCLog_findCallerClassName_callerDeeperInStackTrace() local
106 Throwable t = new Throwable(); in testCLog_findCallerClassName_emptyStackTrace() local
/tools/tradefederation/contrib/src/com/android/graphics/tests/
DFlatlandTestFuncTest.java52 String t = ft.mResultMap.get("16:10 Single Static Window 1280 x 800"); in testPraseResults() local
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DRemoteException.java23 public RemoteException(Throwable t) { in RemoteException()
/tools/tradefederation/core/src/com/android/tradefed/result/
DJUnitToInvocationResultForwarder.java58 public void addError(Test test, Throwable t) { in addError()
68 public void addFailure(Test test, AssertionFailedError t) { in addFailure()
DEmailResultReporter.java292 public void invocationFailed(Throwable t) { in invocationFailed()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/utils/
DCachedSupplier.java105 public synchronized void precomputed(T t) { in precomputed()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraLatencyTest.java105 TestInfo t = new TestInfo(); in testInfoSetup() local
323 TestInfo t = mTestInfo; // convenience alias in setUp() local
DCameraStressTest.java135 TestInfo t = new TestInfo(); in testInfoSetup() local
404 TestInfo t = mTestInfo; // for convenience in setUp() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceSuite.java109 Test t = testEnum.nextElement(); in runChild() local
DInstalledInstrumentationsTest.java354 InstrumentationTest t = createInstrumentationTest(); in buildTests() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DFakeTestTest.java75 final Map<String, String> t = new HashMap<String, String>(); in testDecodeRle() local
101 final Map<String, String> t = new HashMap<String, String>(); in testDecode() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DJUnit4ResultForwarder.java159 Throwable t = mTestCaseFailures.get(0); in handleFailures() local
/tools/tradefederation/core/src/com/android/tradefed/log/
DTerribleFailureEmailHandler.java241 private static String getStackTraceString(Throwable t) { in getStackTraceString()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DConsoleTest.java52 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
DCommandSchedulerTest.java468 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
978 ITestDevice t = mMockManager.allocateDevice(); in testDeviceRecoveryState() local
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java333 Thread t = new Thread("handover thread") { in processStartHandover() local
351 Thread t = new Thread("handover thread") { in processHandoverComplete() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DDumpsysPackageReceiver.java47 ParseException(String msg, Throwable t) { in ParseException()
/tools/metalava/src/main/java/com/android/tools/metalava/
DApiAnalyzer.kt994 val t = p.type() in <lambda>() constant
1022 val t = m.returnType() in <lambda>() constant
1040 for (t in cl.interfaceTypes()) { in <lambda>() constant
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DTestsPoolPoller.java330 private void logDeviceEvent(EventType event, String serial, Throwable t) { in logDeviceEvent()
/tools/tradefederation/contrib/src/com/android/wireless/tests/
DWifiStressTest.java152 TestInfo t = new TestInfo(); in setupTests() local
/tools/test/connectivity/acts/framework/acts/
Dlogger.py95 def _parse_logline_timestamp(t): argument
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextMethodItem.kt126 for (t in typeParameterList.typeParameters()) { in resolveParameter() method
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java452 Thread t = in scheduleConfig() local

12