Searched refs:RUNS (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | machine-outliner-iterative.mir | 1 …ner -machine-outliner-reruns=1 -verify-machineinstrs %s -o - | FileCheck %s --check-prefix TWO-RUNS 3 …er -machine-outliner-reruns=3 -verify-machineinstrs %s -o - | FileCheck %s --check-prefix FOUR-RUNS 136 # TWO-RUNS: name: OUTLINED_FUNCTION_2_0 137 # TWO-RUNS-DAG: bb.0: 138 # TWO-RUNS-DAG: renamable $x19 = COPY $x0 139 # TWO-RUNS-NEXT: renamable $x0 = nuw ADDXri $x0, 48, 0 140 # TWO-RUNS-NEXT: TCRETURNdi @OUTLINED_FUNCTION_0, 0, implicit $sp 146 # The machine outliner is expected to stop at the 3rd iteration for case FOUR-RUNS 148 # FOUR-RUNS-NOT: [[OUTLINED:OUTLINED_FUNCTION_3_[0-9]+]] 149 # FOUR-RUNS-NOT: [[OUTLINED:OUTLINED_FUNCTION_4_[0-9]+]]
|
/external/ltp/testcases/cve/ |
D | cve-2017-17052.c | 26 #define RUNS 4 macro 91 while (run < RUNS) { in run() 112 if (run == RUNS) in run()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/ |
D | TimedScenario.java | 21 private static final int RUNS = 10; field in TimedScenario 51 for (int i = 0; i < RUNS; i++) { in getMinimumTime()
|
/external/libchrome/base/message_loop/ |
D | message_loop_unittest.cc | 130 RUNS, enumerator 1333 order->RecordStart(RUNS, cookie); in FuncThatRuns() 1338 order->RecordEnd(RUNS, cookie); in FuncThatRuns() 1372 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true)); in TEST_P() 1375 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, false)); in TEST_P() 1404 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true)); in TEST_P() 1407 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, false)); in TEST_P() 1434 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true)); in TEST_P() 1435 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, false)); in TEST_P() 1446 order->RecordStart(RUNS, cookie); in QuitAndRunNestedLoop() [all …]
|
/external/rust/crates/crossbeam-channel/tests/ |
D | after.rs | 272 const RUNS: usize = 1000; in stress_clone() constant 276 for i in 0..RUNS { in stress_clone()
|
D | array.rs | 484 const RUNS: usize = 100; in drops() constant 499 for _ in 0..RUNS { in drops()
|
D | select_macro.rs | 288 const RUNS: usize = 20; in loop_try() constant 290 for _ in 0..RUNS { in loop_try()
|
D | select.rs | 411 const RUNS: usize = 20; in loop_try() constant 413 for _ in 0..RUNS { in loop_try()
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 8526 SCRIPT RUNS 10852 SCRIPT RUNS 11098 SCRIPT RUNS
|