Home
last modified time | relevance | path

Searched refs:Stopping (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/skia/third_party/externals/oboe/tests/
DtestStreamStates.cpp99 r = mStream->waitForStateChange(StreamState::Stopping, &next, kTimeoutInNanos); in checkStreamStateIsStoppedAfterStoppingTwice()
106 r = mStream->waitForStateChange(StreamState::Stopping, &next, kTimeoutInNanos); in checkStreamStateIsStoppedAfterStoppingTwice()
192 r = mStream->waitForStateChange(StreamState::Stopping, &next, kTimeoutInNanos); in TEST_F()
306 r = mStream->waitForStateChange(StreamState::Stopping, &next, kTimeoutInNanos); in TEST_F()
DtestStreamWaitState.cpp83 if (next == StreamState::Stopping) { in checkStopWhileWaiting()
84 … r = mStream->waitForStateChange(StreamState::Stopping, &next, 1000 * kNanosPerMillisecond); in checkStopWhileWaiting()
108 ASSERT_TRUE(next == StreamState::Stopping in checkCloseWhileWaiting()
/third_party/flutter/flutter/dev/integration_tests/external_ui/lib/
Dmain.dart53 debugPrint('Stopping .5x speed test...');
68 debugPrint('Stopping 2x speed test...');
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioInputStreamOpenSLES.cpp301 case StreamState::Stopping: in requestStop()
310 setState(StreamState::Stopping); in requestStop()
DAudioOutputStreamOpenSLES.cpp381 case StreamState::Stopping: in requestStop()
390 setState(StreamState::Stopping); in requestStop()
/third_party/skia/third_party/externals/oboe/include/oboe/
DDefinitions.h68 Stopping = 9, // AAUDIO_STREAM_STATE_STOPPING, enumerator
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Ddrive.dart142 printStatus('Stopping application instance.');
235 printTrace('Stopping previously running application, if any.');
319 printTrace('Stopping application.');
/third_party/libuv/docs/src/guide/
Deventloops.rst10 Stopping an event loop
/third_party/skia/third_party/externals/oboe/src/common/
DAudioStream.cpp137 return waitForStateTransition(StreamState::Stopping, in stop()
DUtilities.cpp156 case StreamState::Stopping: return "Stopping"; in convertToText()
/third_party/libpng/scripts/
Dgensrc.cmake.in134 message(FATAL_ERROR "Stopping build")
/third_party/skia/third_party/externals/libpng/scripts/
Dgensrc.cmake.in134 message(FATAL_ERROR "Stopping build")
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dgensrc.cmake.in134 message(FATAL_ERROR "Stopping build")
/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+Bool.m124 // Stopping the enumeration.
431 // Stopping the enumeration.
738 // Stopping the enumeration.
1045 // Stopping the enumeration.
1352 // Stopping the enumeration.
1659 // Stopping the enumeration.
1966 // Stopping the enumeration.
2265 // Stopping the enumeration.
DGPBDictionaryTests+Int32.m159 // Stopping the enumeration.
520 // Stopping the enumeration.
881 // Stopping the enumeration.
1242 // Stopping the enumeration.
1603 // Stopping the enumeration.
1964 // Stopping the enumeration.
2325 // Stopping the enumeration.
2686 // Stopping the enumeration.
3044 // Stopping the enumeration.
3455 // Stopping the enumeration.
DGPBArrayTests.m163 //% // Stopping the enumeration.
508 // Stopping the enumeration.
854 // Stopping the enumeration.
1200 // Stopping the enumeration.
1546 // Stopping the enumeration.
1892 // Stopping the enumeration.
2238 // Stopping the enumeration.
2584 // Stopping the enumeration.
2930 // Stopping the enumeration.
3264 // Stopping the enumeration.
DGPBDictionaryTests+UInt64.m159 // Stopping the enumeration.
520 // Stopping the enumeration.
881 // Stopping the enumeration.
1242 // Stopping the enumeration.
1603 // Stopping the enumeration.
1964 // Stopping the enumeration.
2325 // Stopping the enumeration.
2686 // Stopping the enumeration.
3044 // Stopping the enumeration.
3455 // Stopping the enumeration.
DGPBDictionaryTests+UInt32.m159 // Stopping the enumeration.
520 // Stopping the enumeration.
881 // Stopping the enumeration.
1242 // Stopping the enumeration.
1603 // Stopping the enumeration.
1964 // Stopping the enumeration.
2325 // Stopping the enumeration.
2686 // Stopping the enumeration.
3044 // Stopping the enumeration.
3455 // Stopping the enumeration.
DGPBDictionaryTests+Int64.m159 // Stopping the enumeration.
520 // Stopping the enumeration.
881 // Stopping the enumeration.
1242 // Stopping the enumeration.
1603 // Stopping the enumeration.
1964 // Stopping the enumeration.
2325 // Stopping the enumeration.
2686 // Stopping the enumeration.
3044 // Stopping the enumeration.
3455 // Stopping the enumeration.
DGPBDictionaryTests+String.m159 // Stopping the enumeration.
520 // Stopping the enumeration.
881 // Stopping the enumeration.
1242 // Stopping the enumeration.
1603 // Stopping the enumeration.
1964 // Stopping the enumeration.
2325 // Stopping the enumeration.
2686 // Stopping the enumeration.
3044 // Stopping the enumeration.
/third_party/flutter/skia/third_party/externals/icu/source/samples/all/
Dsamplecheck.bat234 echo ERROR: Sample program %THT% did not exit cleanly. Stopping execution.
/third_party/icu/icu4c/source/samples/all/
Dsamplecheck.bat238 echo ERROR: Sample program %THT% did not exit cleanly. Stopping execution.
/third_party/skia/third_party/externals/icu/source/samples/all/
Dsamplecheck.bat238 echo ERROR: Sample program %THT% did not exit cleanly. Stopping execution.
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAAudioLoader.cpp263 static_assert((int32_t)StreamState::Stopping == AAUDIO_STREAM_STATE_STOPPING, ERRMSG);
DAudioStreamAAudio.cpp413 if (state == StreamState::Stopping || state == StreamState::Stopped) { in requestStop_l()

12345