Home
last modified time | relevance | path

Searched refs:reflected (Results 1 - 2 of 2) sorted by relevance

/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/
H A Dgeneral.any.js275 assert_equals(pullCount, 0, 'No pull as start() just finished and is not yet reflected to the state of the stream');
297 assert_equals(pullCount, 0, 'No pull as start() just finished and is not yet reflected to the state of the stream');
352 assert_equals(pullCount, 0, 'No pull() as start() just finished and is not yet reflected to the state of the stream');
489 assert_equals(pullCount, 0, 'No pull as start() just finished and is not yet reflected to the state of the stream');
803 assert_equals(pullCount, 0, 'No pull as start() just finished and is not yet reflected to the state of the stream');
1387 // Wait for completion of the start method to be reflected.
/third_party/skia/src/core/
H A DSkRuntimeEffect.cpp143 static bool verify_child_effects(const std::vector<SkRuntimeEffect::Child>& reflected, in verify_child_effects() argument
146 if (reflected.size() != effectPtrs.size()) { in verify_child_effects()
153 if (effectType && effectType != reflected[i].type) { in verify_child_effects()

Completed in 6 milliseconds