/third_party/skia/third_party/externals/oboe/tests/ |
D | testStreamStates.cpp | 99 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()
|
D | testStreamWaitState.cpp | 83 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/ |
D | main.dart | 53 debugPrint('Stopping .5x speed test...'); 68 debugPrint('Stopping 2x speed test...');
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
D | AudioInputStreamOpenSLES.cpp | 301 case StreamState::Stopping: in requestStop() 310 setState(StreamState::Stopping); in requestStop()
|
D | AudioOutputStreamOpenSLES.cpp | 381 case StreamState::Stopping: in requestStop() 390 setState(StreamState::Stopping); in requestStop()
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | Definitions.h | 68 Stopping = 9, // AAUDIO_STREAM_STATE_STOPPING, enumerator
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | drive.dart | 142 printStatus('Stopping application instance.'); 235 printTrace('Stopping previously running application, if any.'); 319 printTrace('Stopping application.');
|
/third_party/libuv/docs/src/guide/ |
D | eventloops.rst | 10 Stopping an event loop
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | AudioStream.cpp | 137 return waitForStateTransition(StreamState::Stopping, in stop()
|
D | Utilities.cpp | 156 case StreamState::Stopping: return "Stopping"; in convertToText()
|
/third_party/libpng/scripts/ |
D | gensrc.cmake.in | 134 message(FATAL_ERROR "Stopping build")
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | gensrc.cmake.in | 134 message(FATAL_ERROR "Stopping build")
|
/third_party/flutter/skia/third_party/externals/libpng/scripts/ |
D | gensrc.cmake.in | 134 message(FATAL_ERROR "Stopping build")
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBDictionaryTests+Bool.m | 124 // 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.
|
D | GPBDictionaryTests+Int32.m | 159 // 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.
|
D | GPBArrayTests.m | 163 //% // 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.
|
D | GPBDictionaryTests+UInt64.m | 159 // 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.
|
D | GPBDictionaryTests+UInt32.m | 159 // 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.
|
D | GPBDictionaryTests+Int64.m | 159 // 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.
|
D | GPBDictionaryTests+String.m | 159 // 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/ |
D | samplecheck.bat | 234 echo ERROR: Sample program %THT% did not exit cleanly. Stopping execution.
|
/third_party/icu/icu4c/source/samples/all/ |
D | samplecheck.bat | 238 echo ERROR: Sample program %THT% did not exit cleanly. Stopping execution.
|
/third_party/skia/third_party/externals/icu/source/samples/all/ |
D | samplecheck.bat | 238 echo ERROR: Sample program %THT% did not exit cleanly. Stopping execution.
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
D | AAudioLoader.cpp | 263 static_assert((int32_t)StreamState::Stopping == AAUDIO_STREAM_STATE_STOPPING, ERRMSG);
|
D | AudioStreamAAudio.cpp | 413 if (state == StreamState::Stopping || state == StreamState::Stopped) { in requestStop_l()
|