/third_party/boost/libs/multiprecision/performance/ |
D | delaunay_test.log | 3 Running calculations for: int64_t, int64_t 9 Running calculations for: arithmetic_backend<int64_t>, arithmetic_backend<int64_t> 15 Running calculations for: int64_t, arithmetic_backend<int64_t> 21 Running calculations for: multiprecision::int64_t, multiprecision::int64_t 27 Running calculations for: int64_t, int128_t 33 Running calculations for: int64_t, boost::multiprecision::int128_t 39 Running calculations for: int64_t, int128_t (ET) 45 Running calculations for: multiprecision::int64_t, multiprecision::int128_t 51 Running calculations for: int64_t, cpp_int 57 Running calculations for: int64_t, cpp_int (no ET's) [all …]
|
/third_party/ltp/runtest/ |
D | ltp-aiodio.part4 | 4 #Running dio_sparse & dirty tests 36 #Running aiodio_append 47 #Running dio_append 58 #Running dio_truncate 62 #Running read_checkzero 64 #Running dio_read
|
/third_party/boost/libs/statechart/example/StopWatch/ |
D | StopWatch.cpp | 98 struct Running : IElapsedTime, sc::simple_state< Running, Active > struct 103 Running() : startTime_( std::time( 0 ) ) {} in Running() argument 105 ~Running() in ~Running() argument 122 typedef sc::transition< EvStartStop, Running > reactions; argument
|
D | StopWatch2.cpp | 111 struct Running : sc::simple_state< Running, Active > struct 119 Running() : startTime_( std::time( 0 ) ) {} in Running() function 121 ~Running() in ~Running() argument 146 sc::transition< EvStartStop, Running > argument
|
/third_party/openh264/autotest/performanceTest/ |
D | run_perfTest.sh | 14 echo Running the test just on ios devices 17 echo Running the test just on android devices 20 echo Running the encoder performance test 23 echo Running the decoder performance test
|
/third_party/boost/libs/test/doc/examples/ |
D | decorator_04.output | 3 Running 3 test cases... 12 Running 2 test cases... 20 Running 1 test case...
|
D | decorator_03.output | 3 Running 3 test cases... 9 Running 3 test cases...
|
D | decorator_01.output | 3 Running 2 test cases... 9 Running 1 test case...
|
D | decorator_23.output | 8 Running 2 test cases... 20 Running 1 test case...
|
D | decorator_10.output | 3 Running 2 test cases... 13 Running 1 test case...
|
D | decorator_22.output | 8 Running 1 test case... 18 Running 2 test cases...
|
/third_party/node/deps/npm/node_modules/path-is-absolute/ |
D | readme.md | 18 // Running on Linux 24 // Running on Windows 30 // Running on any OS
|
/third_party/unity/examples/example_4/test/test_runners/ |
D | meson.build | 12 test('Running: 01-test-case', executable('01-test-case', cases[0], dependencies: [ a_dep, unity_dep… 13 test('Running: 02-test-case', executable('02-test-case', cases[1], dependencies: [ b_dep, unity_dep…
|
/third_party/protobuf/conformance/ |
D | README.md | 20 Running the tests for C++ 27 Running the tests for JavaScript (Node.js) 35 Running the tests for Ruby (MRI) 46 Running the tests for other languages
|
/third_party/flutter/engine/flutter/runtime/ |
D | dart_isolate_unittests.cc | 286 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F() 306 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F() 329 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F() 352 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F() 375 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F() 394 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Timer.cpp | 105 Running = Triggered = false; in init() 141 assert(!Running && "Cannot start a running timer"); in startTimer() 142 Running = Triggered = true; in startTimer() 147 assert(Running && "Cannot stop a paused timer"); in stopTimer() 148 Running = false; in stopTimer() 154 Running = Triggered = false; in clear()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | OptBisect.cpp | 36 StringRef TargetDesc, bool Running) { in printPassMessage() argument 37 StringRef Status = Running ? "" : "NOT "; in printPassMessage()
|
/third_party/flutter/skia/third_party/externals/sdl/premake/VisualC/build-scripts/ |
D | check.bin.compatibility.vs2010.bat | 11 title Running SDL VS2010 tests with premake SDL2.dll... 69 echo Running SDL VS2010 %1 with premake SDL2.dll... 70 title Running SDL VS2010 %1 with premake SDL2.dll...
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Timer.cpp | 103 Running = Triggered = false; in init() 139 assert(!Running && "Cannot start a running timer"); in startTimer() 140 Running = Triggered = true; in startTimer() 146 assert(Running && "Cannot stop a paused timer"); in stopTimer() 147 Running = false; in stopTimer() 154 Running = Triggered = false; in clear()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
D | Thread.cpp | 45 if(state_ == State::Running) in onLocationUpdate() 83 case State::Running: in onLocationUpdate() 177 state_ = State::Running; in resume()
|
/third_party/boost/libs/statechart/test/ |
D | DeferralTest.cpp | 87 struct Running : sc::simple_state< Running, Active > struct 95 sc::transition< EvSwitch, Running >, argument
|
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
D | thread_group.hpp | 55 Running, enumerator 90 state = Running; in run()
|
/third_party/flatbuffers/tests/FlatBuffers.Test/ |
D | README.md | 3 ## Running on Linux 11 ### Running subsection
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | scheduler.cpp | 288 case State::Running: in toString() 473 changeFiberState(currentFiber, Fiber::State::Running, in suspend() 477 changeFiberState(currentFiber, Fiber::State::Running, in suspend() 505 setFiberState(currentFiber, Fiber::State::Running); in suspend() 519 case Fiber::State::Running: in enqueue() 584 ASSERT_FIBER_STATE(currentFiber, Fiber::State::Running); in run() 676 ASSERT_FIBER_STATE(currentFiber, Fiber::State::Running); in runUntilIdle() 692 changeFiberState(currentFiber, Fiber::State::Running, Fiber::State::Idle); in runUntilIdle() 698 changeFiberState(currentFiber, Fiber::State::Idle, Fiber::State::Running); in runUntilIdle()
|
/third_party/gstreamer/gstplugins_bad/ext/gs/ |
D | README.md | 78 # Running the gs elements locally 86 # Running the gs elements in Google Cloud Run 91 # Running the gs elements in Google Cloud Kubernetes
|