/external/testng/src/main/java/org/testng/reporters/ |
D | VerboseReporter.java | 59 public void beforeConfiguration(ITestResult tr) { in beforeConfiguration() 65 public void onConfigurationFailure(ITestResult tr) { in onConfigurationFailure() 71 public void onConfigurationSkip(ITestResult tr) { in onConfigurationSkip() 77 public void onConfigurationSuccess(ITestResult tr) { in onConfigurationSuccess() 83 public void onTestStart(ITestResult tr) { in onTestStart() 88 public void onTestFailure(ITestResult tr) { in onTestFailure() 94 public void onTestFailedButWithinSuccessPercentage(ITestResult tr) { in onTestFailedButWithinSuccessPercentage() 100 public void onTestSkipped(ITestResult tr) { in onTestSkipped() 106 public void onTestSuccess(ITestResult tr) { in onTestSuccess()
|
D | TextReporter.java | 51 ITestResult tr = (ITestResult) o; in logResults() local 70 ITestResult tr = (ITestResult) o; in logResults() local 81 ITestResult tr = (ITestResult) o; in logResults() local 86 ITestResult tr = (ITestResult) o; in logResults() local 99 ITestResult tr = (ITestResult) o; in logResults() local 124 private void logResult(String status, ITestResult tr, String stackTrace) { in logResult()
|
D | JUnitXMLReporter.java | 65 public void beforeConfiguration(ITestResult tr) { in beforeConfiguration() 72 public void onTestSuccess(ITestResult tr) { in onTestSuccess() 78 public void onTestFailedButWithinSuccessPercentage(ITestResult tr) { in onTestFailedButWithinSuccessPercentage() 87 public void onTestFailure(ITestResult tr) { in onTestFailure() 96 public void onTestSkipped(ITestResult tr) { in onTestSkipped() 203 private void createElement(XMLStringBuffer doc, ITestResult tr) { in createElement() 228 private void createFailureElement(XMLStringBuffer doc, ITestResult tr) { in createFailureElement() 246 private void createSkipElement(XMLStringBuffer doc, ITestResult tr) { in createSkipElement()
|
D | DotTestListener.java | 10 public void onTestFailure(ITestResult tr) { in onTestFailure() 15 public void onTestSkipped(ITestResult tr) { in onTestSkipped() 20 public void onTestSuccess(ITestResult tr) { in onTestSuccess()
|
D | JUnitReportReporter.java | 50 befores.put(tr.getInstance(), tr); in generateReport() local 53 afters.put(tr.getInstance(), tr); in generateReport() local 190 ITestResult tr) in getNextConfiguration() 213 protected String getTestName(ITestResult tr) { in getTestName() 226 private Throwable getThrowable(ITestResult tr, in getThrowable()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DebugLog.java | 40 public static int v(String tag, String msg, Throwable tr) { in v() 56 public static int d(String tag, String msg, Throwable tr) { in d() 72 public static int i(String tag, String msg, Throwable tr) { in i() 88 public static int w(String tag, String msg, Throwable tr) { in w() 96 public static int w(String tag, Throwable tr) { in w() 112 public static int e(String tag, String msg, Throwable tr) { in e()
|
/external/testng/src/main/java/org/testng/internal/ |
D | ITestResultNotifier.java | 27 void addPassedTest(ITestNGMethod tm, ITestResult tr); in addPassedTest() 29 void addSkippedTest(ITestNGMethod tm, ITestResult tr); in addSkippedTest() 31 void addFailedTest(ITestNGMethod tm, ITestResult tr); in addFailedTest() 33 void addFailedButWithinSuccessPercentageTest(ITestNGMethod tm, ITestResult tr); in addFailedButWithinSuccessPercentageTest()
|
/external/libchrome/base/android/java/src/org/chromium/base/ |
D | Log.java | 110 Throwable tr = getThrowableToLog(args); in verbose() local 112 android.util.Log.v(normalizeTag(tag), message, tr); in verbose() local 195 Throwable tr = getThrowableToLog(args); in debug() local 197 android.util.Log.d(normalizeTag(tag), message, tr); in debug() local 275 Throwable tr = getThrowableToLog(args); in i() local 277 android.util.Log.i(normalizeTag(tag), message, tr); in i() local 296 Throwable tr = getThrowableToLog(args); in w() local 298 android.util.Log.w(normalizeTag(tag), message, tr); in w() local 317 Throwable tr = getThrowableToLog(args); in e() local 319 android.util.Log.e(normalizeTag(tag), message, tr); in e() local [all …]
|
/external/testng/src/main/java/org/testng/ |
D | TestListenerAdapter.java | 40 public void onTestSuccess(ITestResult tr) { in onTestSuccess() 46 public void onTestFailure(ITestResult tr) { in onTestFailure() 52 public void onTestSkipped(ITestResult tr) { in onTestSkipped() 58 public void onTestFailedButWithinSuccessPercentage(ITestResult tr) { in onTestFailedButWithinSuccessPercentage() 161 public void beforeConfiguration(ITestResult tr) { in beforeConfiguration()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
D | Table.java | 103 final HTMLElement tr = table.thead().tr(); in header() local 112 final HTMLElement tr = table.tfoot().tr(); in footer() local 124 final HTMLElement tr = tbody.tr(); in body() local 164 void init(final HTMLElement tr, final List<? extends ITableItem> items, in init() 176 void footer(final HTMLElement tr, final ICoverageNode total, in footer() 184 void body(final HTMLElement tr, final int idx, final ITableItem item, in body()
|
/external/testng/src/main/java/org/testng/reporters/jq/ |
D | Model.java | 74 rbc.addResult(tr.getTestClass().getRealClass(), tr); in init() local 85 rbc.addResult(tr.getTestClass().getRealClass(), tr); in init() local 96 rbc.addResult(tr.getTestClass().getRealClass(), tr); in init() local 109 private void updateGroups(ISuite suite, ITestResult tr) { in updateGroups() 130 public String getTag(ITestResult tr) { in getTag() 138 public static String getTestResultName(ITestResult tr) { in getTestResultName()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
D | SessionsPage.java | 116 final HTMLElement tr = table.thead().tr(); in sessionTable() local 123 final HTMLElement tr = tbody.tr(); in sessionTable() local 133 final HTMLElement tr = table.thead().tr(); in executionDataTable() local 142 final HTMLElement tr = tbody.tr(); in executionDataTable() local
|
/external/coreboot/src/vendorcode/mediatek/mt8192/dramc/ |
D | DRAMC_SUBSYS_config.c | 14 void ANA_TOP_FUNCTION_CFG(ANA_top_config_T *tr,U16 data_rate) in ANA_TOP_FUNCTION_CFG() 46 void ANA_CLK_DIV_config( ANA_DVFS_CORE_T *tr,DRAMC_DVFS_GROUP_CONFIG_T *dfs) in ANA_CLK_DIV_config() 154 void DRAMC_SUBSYS_PRE_CONFIG(DRAMC_CTX_T *p, DRAMC_SUBSYS_CONFIG_T *tr) in DRAMC_SUBSYS_PRE_CONFIG()
|
D | ANA_init_config.c | 79 static void ANA_CLK_DIV_config_setting(DRAMC_CTX_T *p,ANA_DVFS_CORE_T *tr,ANA_top_config_T *a_cfg) in ANA_CLK_DIV_config_setting() 445 static void ANA_ARPI_shuffle_config(DRAMC_CTX_T *p,ANA_top_config_T *a_cfg,ANA_DVFS_CORE_T *tr) in ANA_ARPI_shuffle_config() 954 static void ANA_MIDPI_sequence(DRAMC_CTX_T *p,ANA_DVFS_CORE_T *tr) in ANA_MIDPI_sequence() 1060 static void ANA_DLL_sequence(DRAMC_CTX_T *p,ANA_DVFS_CORE_T *tr,ANA_top_config_T *a_cfg) in ANA_DLL_sequence() 1123 void ANA_sequence_shuffle_colletion(DRAMC_CTX_T *p,ANA_DVFS_CORE_T *tr) in ANA_sequence_shuffle_colletion() 1210 static void ANA_init_sequence(DRAMC_CTX_T *p,ANA_DVFS_CORE_T *tr,ANA_top_config_T *a_cfg) in ANA_init_sequence()
|
D | DRAM_config_collctioin.c | 6 void LP4_DRAM_config(U32 data_rate, LP4_DRAM_CONFIG_T *tr) in LP4_DRAM_config() 151 void LP5_DRAM_config(DRAMC_DVFS_GROUP_CONFIG_T *dfs_tr, LP5_DRAM_CONFIG_T *tr) in LP5_DRAM_config()
|
/external/coreboot/src/vendorcode/mediatek/mt8195/dramc/ |
D | DRAMC_SUBSYS_config.c | 14 void ANA_TOP_FUNCTION_CFG(ANA_top_config_T *tr,U16 data_rate) in ANA_TOP_FUNCTION_CFG() 41 void ANA_CLK_DIV_config( ANA_DVFS_CORE_T *tr,DRAMC_DVFS_GROUP_CONFIG_T *dfs) in ANA_CLK_DIV_config() 149 void DRAMC_SUBSYS_PRE_CONFIG(DRAMC_CTX_T *p, DRAMC_SUBSYS_CONFIG_T *tr) in DRAMC_SUBSYS_PRE_CONFIG()
|
D | ANA_init_config.c | 80 static void ANA_CLK_DIV_config_setting(DRAMC_CTX_T *p,ANA_DVFS_CORE_T *tr,ANA_top_config_T *a_cfg) in ANA_CLK_DIV_config_setting() 580 static void ANA_ARPI_shuffle_config(DRAMC_CTX_T *p,ANA_top_config_T *a_cfg,ANA_DVFS_CORE_T *tr) in ANA_ARPI_shuffle_config() 1204 static void ANA_MIDPI_sequence(DRAMC_CTX_T *p,ANA_DVFS_CORE_T *tr) in ANA_MIDPI_sequence() 1362 static void ANA_DLL_sequence(DRAMC_CTX_T *p,ANA_DVFS_CORE_T *tr,ANA_top_config_T *a_cfg) in ANA_DLL_sequence() 1451 void ANA_sequence_shuffle_colletion(DRAMC_CTX_T *p,ANA_DVFS_CORE_T *tr) in ANA_sequence_shuffle_colletion() 1605 static void ANA_init_sequence(DRAMC_CTX_T *p,ANA_DVFS_CORE_T *tr,ANA_top_config_T *a_cfg) in ANA_init_sequence()
|
/external/testng/src/test/java/test/listeners/ |
D | SimpleListener.java | 12 public void onTestSuccess(ITestResult tr) { in onTestSuccess() 18 public void onTestFailure(ITestResult tr) { in onTestFailure()
|
/external/testng/src/test/java/test/tmp/ |
D | BListener.java | 12 public void onTestSuccess(ITestResult tr) { in onTestSuccess() 18 public void onTestFailure(ITestResult tr) { in onTestFailure()
|
/external/coreboot/payloads/libpayload/drivers/usb/ |
D | xhci.c | 77 xhci_init_cycle_ring(transfer_ring_t *const tr, const size_t ring_size) in xhci_init_cycle_ring() 520 transfer_ring_t *const tr = in xhci_reset_endpoint() local 538 xhci_enqueue_trb(transfer_ring_t *const tr) in xhci_enqueue_trb() 566 xhci_enqueue_td(transfer_ring_t *const tr, const int ep, const size_t mps, in xhci_enqueue_td() 647 transfer_ring_t *const tr = xhci->dev[dev->address].transfer_rings[1]; in xhci_control() local 748 transfer_ring_t *const tr = xhci->dev[slot_id].transfer_rings[ep_id]; in xhci_bulk() local 825 transfer_ring_t *const tr = xhci->dev[slot_id].transfer_rings[ep_id]; in xhci_create_intr_queue() local 905 transfer_ring_t *const tr = xhci->dev[slot_id].transfer_rings[ep_id]; in xhci_destroy_intr_queue() local 954 transfer_ring_t *const tr = in xhci_poll_intr_queue() local
|
/external/testng/src/main/java/org/testng/junit/ |
D | JUnitTestRunner.java | 46 public JUnitTestRunner(ITestResultNotifier tr) { in JUnitTestRunner() 107 org.testng.internal.TestResult tr= recordResults(test, tri); in endTest() local 121 org.testng.internal.TestResult tr= new org.testng.internal.TestResult(tc, in recordResults() local 147 private static void runTestListeners(ITestResult tr, List<ITestListener> listeners) { in runTestListeners()
|
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/ |
D | time_zone_info.cc | 176 inline time_zone::civil_lookup MakeSkipped(const Transition& tr, in MakeSkipped() 186 inline time_zone::civil_lookup MakeRepeated(const Transition& tr, in MakeRepeated() 230 Transition& tr(*transitions_.emplace(transitions_.end())); in ResetToBuiltinUTC() local 529 Transition& tr(*transitions_.emplace(transitions_.begin())); in Load() local 544 Transition& tr(*transitions_.emplace(transitions_.end())); in Load() local 553 Transition& tr(transitions_[i]); in Load() local 813 const Transition* tr = std::upper_bound(begin, begin + timecnt, target, in BreakTime() local 825 const Transition* tr = nullptr; in MakeTime() local 913 const Transition* tr = in NextTransition() local 948 const Transition* tr = in PrevTransition() local
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_info.cc | 193 inline time_zone::civil_lookup MakeSkipped(const Transition& tr, in MakeSkipped() 203 inline time_zone::civil_lookup MakeRepeated(const Transition& tr, in MakeRepeated() 247 Transition& tr(*transitions_.emplace(transitions_.end())); in ResetToBuiltinUTC() local 552 Transition& tr(*transitions_.emplace(transitions_.begin())); in Load() local 567 Transition& tr(*transitions_.emplace(transitions_.end())); in Load() local 576 Transition& tr(transitions_[i]); in Load() local 896 const Transition* tr = std::upper_bound(begin, begin + timecnt, target, in BreakTime() local 908 const Transition* tr = nullptr; in MakeTime() local 996 const Transition* tr = in NextTransition() local 1031 const Transition* tr = in PrevTransition() local
|
/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
D | Log.java | 49 public static void w(String tag, String msg, Throwable tr) { in w() 59 public static void e(String tag, String msg, Throwable tr) { in e()
|
/external/deqp/android/openglcts/src/org/khronos/cts/testercore/ |
D | KhronosCTSLog.java | 36 public static void w (String tag, String msg, Throwable tr) { in w() 44 public static void e (String tag, String msg, Throwable tr) { in e()
|