Home
last modified time | relevance | path

Searched refs:Running (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/third_party/boost/libs/multiprecision/performance/
Ddelaunay_test.log3 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/
Dltp-aiodio.part44 #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/
DStopWatch.cpp98 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
DStopWatch2.cpp111 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/
Drun_perfTest.sh14 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/
Ddecorator_04.output3 Running 3 test cases...
12 Running 2 test cases...
20 Running 1 test case...
Ddecorator_03.output3 Running 3 test cases...
9 Running 3 test cases...
Ddecorator_01.output3 Running 2 test cases...
9 Running 1 test case...
Ddecorator_23.output8 Running 2 test cases...
20 Running 1 test case...
Ddecorator_10.output3 Running 2 test cases...
13 Running 1 test case...
Ddecorator_22.output8 Running 1 test case...
18 Running 2 test cases...
/third_party/node/deps/npm/node_modules/path-is-absolute/
Dreadme.md18 // Running on Linux
24 // Running on Windows
30 // Running on any OS
/third_party/unity/examples/example_4/test/test_runners/
Dmeson.build12 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/
DREADME.md20 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/
Ddart_isolate_unittests.cc286 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/
DTimer.cpp105 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/
DOptBisect.cpp36 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/
Dcheck.bin.compatibility.vs2010.bat11 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/
DTimer.cpp103 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/
DThread.cpp45 if(state_ == State::Running) in onLocationUpdate()
83 case State::Running: in onLocationUpdate()
177 state_ = State::Running; in resume()
/third_party/boost/libs/statechart/test/
DDeferralTest.cpp87 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/
Dthread_group.hpp55 Running, enumerator
90 state = Running; in run()
/third_party/flatbuffers/tests/FlatBuffers.Test/
DREADME.md3 ## Running on Linux
11 ### Running subsection
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dscheduler.cpp288 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/
DREADME.md78 # Running the gs elements locally
86 # Running the gs elements in Google Cloud Run
91 # Running the gs elements in Google Cloud Kubernetes

12345678910>>...28