/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidevents.c | 71 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/ |
D | test-stream-ispaused.js | 33 assert.ok(!readable.isPaused()); 39 assert.ok(!readable.isPaused()); 42 assert.ok(readable.isPaused()); 44 assert.ok(!readable.isPaused());
|
D | test-wrap-js-stream-read-stop.js | 23 isPaused() { method in FakeStream 32 assert.strictEqual(fakeStreamObj.isPaused(), false); 36 assert.strictEqual(fakeStreamObj.isPaused(), true); 42 assert.strictEqual(fakeStreamObj.isPaused(), true);
|
D | test-stream-readable-pause-and-resume.js | 56 assert(readable.isPaused()); 71 assert(!source3.isPaused());
|
D | test-tls-server-parent-constructor-options.js | 22 assert.strictEqual(socket.isPaused(), false); 49 assert.strictEqual(socket.isPaused(), true);
|
D | test-stream-duplex-readable-end.js | 28 assert.ok(src.isPaused());
|
D | test-fs-empty-readStream.js | 48 assert.strictEqual(read.isPaused(), true);
|
D | test-readline-async-iterators-backpressure.js | 35 assert.strictEqual(readable.isPaused(), expectedPaused);
|
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/doc/wg-meetings/ |
D | 2015-01-30.md | 40 * 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/ |
D | 2015-01-30.md | 40 * 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/ |
D | 2015-01-30.md | 40 * 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/ |
D | 2015-01-30.md | 40 * 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/ |
D | 2015-01-30.md | 40 * add isFlowing / isPaused 56 * add isPaused/isFlowing 58 * move isPaused to that section
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | TransformFeedback_unittest.cpp | 93 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/ |
D | 2015-01-30.md | 40 * 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/ |
D | 2015-01-30.md | 40 * add isFlowing / isPaused 56 * add isPaused/isFlowing 58 * move isPaused to that section
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | TransformFeedback_unittest.cpp | 93 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/ |
D | 2015-01-30.md | 40 * 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/ |
D | 2015-01-30.md | 40 * add isFlowing / isPaused 56 * add isPaused/isFlowing 58 * move isPaused to that section
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | TransformFeedback.cpp | 56 if(isActive() && !isPaused()) in addVertexOffset() 72 bool TransformFeedback::isPaused() const in isPaused() function in es2::TransformFeedback
|
D | TransformFeedback.h | 43 bool isPaused() const;
|
/third_party/skia/tools/skottie_ios_app/ |
D | SkiaViewController.h | 16 - (bool)isPaused;
|
D | SkottieViewController.h | 15 - (bool)isPaused;
|
D | SkiaViewController.mm | 10 - (bool)isPaused { return false; } method
|
/third_party/skia/modules/audioplayer/ |
D | SkAudioPlayer.h | 45 bool isPaused() const { return this->state() == State::kPaused; } in isPaused() function
|