/tools/tradefederation/core/tests/src/com/android/tradefed/log/ |
D | LogUtilFuncTest.java | 37 private static final String CLASS_NAME = "LogUtilFuncTest"; field in LogUtilFuncTest 49 Log.v(CLASS_NAME, "this is the real Log.v"); in testCLog_v() 55 Log.d(CLASS_NAME, "this is the real Log.d"); in testCLog_d() 61 Log.i(CLASS_NAME, "this is the real Log.i"); in testCLog_i() 67 Log.w(CLASS_NAME, "this is the real Log.w"); in testCLog_w() 73 Log.e(CLASS_NAME, "this is the real Log.e"); in testCLog_e() 124 assertTrue(CLASS_NAME.equals(klass)); in testCLog_getClassName() 132 assertEquals(CLASS_NAME, klass); in testCLog_findCallerClassName() 152 assertEquals(CLASS_NAME, klass); in testCLog_findCallerClassName_callerDeeperInStackTrace()
|
/tools/tradefederation/core/atest/ |
D | unittest_constants.py | 35 CLASS_NAME = 'CtsDeviceJankUi' variable 123 'name': CLASS_NAME, 133 TEST_MAPPING_TEST_WITH_OPTION_STR = '%s (arg1: val1, arg2:)' % CLASS_NAME 135 'name': CLASS_NAME,
|
D | cli_translator_unittest.py | 46 if test_name == uc.CLASS_NAME: 71 mult_test = [uc.MODULE_NAME, uc.CLASS_NAME] 120 targets, test_infos = self.ctr.translate([uc.CLASS_NAME]) 127 uc.CLASS_NAME])
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | InvocationToJUnitResultForwarderTest.java | 34 private static final String CLASS_NAME = "className"; field in InvocationToJUnitResultForwarderTest 47 mTestIdentifier = new TestDescription(CLASS_NAME, TEST_NAME); in setUp()
|
/tools/tradefederation/core/atest/test_finders/ |
D | module_finder_unittest.py | 35 MODULE_CLASS = '%s:%s' % (uc.MODULE_NAME, uc.CLASS_NAME) 164 self, self.mod_finder.find_test_by_class_name(uc.CLASS_NAME), uc.CLASS_INFO) 168 class_with_method = '%s#%s' % (uc.CLASS_NAME, uc.METHOD_NAME) 182 uc.CLASS_NAME, uc.MODULE_NAME, uc.CONFIG_FILE), uc.CLASS_INFO) 189 self, self.mod_finder.find_test_by_class_name(uc.CLASS_NAME, 223 bad_module = '%s:%s' % ('BadMod', uc.CLASS_NAME) 340 class_path = '%s.java' % uc.CLASS_NAME
|
D | test_finder_utils_unittest.py | 104 path = os.path.join(uc.ROOT, CLASS_DIR, uc.CLASS_NAME + '.java') 107 path = os.path.join(uc.ROOT, CLASS_DIR, uc.CLASS_NAME + '.java')
|
/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | LogUtil.java | 70 protected static final String CLASS_NAME = CLog.class.getName(); field in LogUtil.CLog 374 if (!className.equals(CLASS_NAME)) { in findCallerClassName()
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | ConfigurationUtil.java | 43 public static final String CLASS_NAME = "class"; field in ConfigurationUtil 86 serializer.attribute(null, CLASS_NAME, obj.getClass().getName()); in dumpClassToXml()
|
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/ |
D | AppTransitionTests.java | 66 private static final String CLASS_NAME = "com.android.apptransition.tests.AppTransitionTests"; field in AppTransitionTests 276 runner.setMethodName(CLASS_NAME, testName); in createRemoteAndroidTestRunner()
|