Home
last modified time | relevance | path

Searched refs:isPaused (Results 1 – 25 of 72) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidevents.c71 static int isPaused = 0; local
83 if (isPaused && !isPausing) {
89 if (isPaused) {
92 isPaused = 0;
110 isPaused = 1;
117 isPaused = 1;
/third_party/node/test/parallel/
Dtest-stream-ispaused.js33 assert.ok(!readable.isPaused());
39 assert.ok(!readable.isPaused());
42 assert.ok(readable.isPaused());
44 assert.ok(!readable.isPaused());
Dtest-wrap-js-stream-read-stop.js23 isPaused() { method in FakeStream
32 assert.strictEqual(fakeStreamObj.isPaused(), false);
36 assert.strictEqual(fakeStreamObj.isPaused(), true);
42 assert.strictEqual(fakeStreamObj.isPaused(), true);
Dtest-stream-readable-pause-and-resume.js56 assert(readable.isPaused());
71 assert(!source3.isPaused());
Dtest-tls-server-parent-constructor-options.js22 assert.strictEqual(socket.isPaused(), false);
49 assert.strictEqual(socket.isPaused(), true);
Dtest-stream-duplex-readable-end.js28 assert.ok(src.isPaused());
Dtest-fs-empty-readStream.js48 assert.strictEqual(read.isPaused(), true);
Dtest-readline-async-iterators-backpressure.js35 assert.strictEqual(readable.isPaused(), expectedPaused);
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md40 * add isFlowing / isPaused
56 * add isPaused/isFlowing
58 * move isPaused to that section
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md40 * add isFlowing / isPaused
56 * add isPaused/isFlowing
58 * move isPaused to that section
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md40 * add isFlowing / isPaused
56 * add isPaused/isFlowing
58 * move isPaused to that section
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md40 * add isFlowing / isPaused
56 * add isPaused/isFlowing
58 * move isPaused to that section
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md40 * add isFlowing / isPaused
56 * add isPaused/isFlowing
58 * move isPaused to that section
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTransformFeedback_unittest.cpp93 EXPECT_FALSE(mFeedback->isPaused()); in TEST_F()
96 EXPECT_TRUE(mFeedback->isPaused()); in TEST_F()
99 EXPECT_FALSE(mFeedback->isPaused()); in TEST_F()
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md40 * add isFlowing / isPaused
56 * add isPaused/isFlowing
58 * move isPaused to that section
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md40 * add isFlowing / isPaused
56 * add isPaused/isFlowing
58 * move isPaused to that section
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DTransformFeedback_unittest.cpp93 EXPECT_FALSE(mFeedback->isPaused()); in TEST_F()
96 EXPECT_TRUE(mFeedback->isPaused()); in TEST_F()
99 EXPECT_FALSE(mFeedback->isPaused()); in TEST_F()
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md40 * add isFlowing / isPaused
56 * add isPaused/isFlowing
58 * move isPaused to that section
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md40 * add isFlowing / isPaused
56 * add isPaused/isFlowing
58 * move isPaused to that section
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DTransformFeedback.cpp56 if(isActive() && !isPaused()) in addVertexOffset()
72 bool TransformFeedback::isPaused() const in isPaused() function in es2::TransformFeedback
DTransformFeedback.h43 bool isPaused() const;
/third_party/skia/tools/skottie_ios_app/
DSkiaViewController.h16 - (bool)isPaused;
DSkottieViewController.h15 - (bool)isPaused;
DSkiaViewController.mm10 - (bool)isPaused { return false; } method
/third_party/skia/modules/audioplayer/
DSkAudioPlayer.h45 bool isPaused() const { return this->state() == State::kPaused; } in isPaused() function

123