Home
last modified time | relevance | path

Searched refs:DelayList (Results 1 – 18 of 18) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/css/
H A Dcss_timing_data.h23 const Vector<double>& DelayList() const { return delay_list_; } in DelayList() function
29 Vector<double>& DelayList() { return delay_list_; } in DelayList() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/css/
H A Dcss_timing_data.h23 const Vector<double>& DelayList() const { return delay_list_; } in DelayList() function
29 Vector<double>& DelayList() { return delay_list_; } in DelayList() function
/dports/lang/swi-pl/swipl-8.2.3/library/
H A Dtables.pl54 get_residual/2, % :CallTerm, -DelayList
260 get_residual(Goal0, DelayList) :-
272 condition_delay_list(Condition, M, DelayList).
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcomputed_style_test.cc1073 animations.DelayList().clear(); in TEST()
1074 animations.DelayList().push_back(CSSAnimationData::InitialDelay()); in TEST()
1075 EXPECT_EQ(1u, style->Animations()->DelayList().size()); in TEST()
1079 EXPECT_EQ(1u, cloned_style_animations.DelayList().size()); in TEST()
1080 cloned_style_animations.DelayList().push_back( in TEST()
1083 EXPECT_EQ(2u, cloned_style->Animations()->DelayList().size()); in TEST()
1084 EXPECT_EQ(1u, style->Animations()->DelayList().size()); in TEST()
/dports/lang/yap/yap-6.2.2/pl/
H A Dcorout.yap29 attr_unify_hook(DelayList, _) :-
30 wake_delays(DelayList).
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/Analysis/
H A DScopBuilder.cpp1212 std::deque<RegionNode *> DelayList; in buildSchedule() local
1222 while (!WorkList.empty() || !DelayList.empty()) { in buildSchedule()
1225 if ((LastRNWaiting && !WorkList.empty()) || DelayList.empty()) { in buildSchedule()
1230 RN = DelayList.front(); in buildSchedule()
1231 DelayList.pop_front(); in buildSchedule()
1242 DelayList.push_back(RN); in buildSchedule()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/Analysis/
H A DScopBuilder.cpp1220 std::deque<RegionNode *> DelayList; in buildSchedule() local
1230 while (!WorkList.empty() || !DelayList.empty()) { in buildSchedule()
1233 if ((LastRNWaiting && !WorkList.empty()) || DelayList.empty()) { in buildSchedule()
1238 RN = DelayList.front(); in buildSchedule()
1239 DelayList.pop_front(); in buildSchedule()
1250 DelayList.push_back(RN); in buildSchedule()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/Analysis/
H A DScopBuilder.cpp1212 std::deque<RegionNode *> DelayList; in buildSchedule() local
1222 while (!WorkList.empty() || !DelayList.empty()) { in buildSchedule()
1225 if ((LastRNWaiting && !WorkList.empty()) || DelayList.empty()) { in buildSchedule()
1230 RN = DelayList.front(); in buildSchedule()
1231 DelayList.pop_front(); in buildSchedule()
1242 DelayList.push_back(RN); in buildSchedule()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/Analysis/
H A DScopBuilder.cpp1212 std::deque<RegionNode *> DelayList; in buildSchedule() local
1222 while (!WorkList.empty() || !DelayList.empty()) { in buildSchedule()
1225 if ((LastRNWaiting && !WorkList.empty()) || DelayList.empty()) { in buildSchedule()
1230 RN = DelayList.front(); in buildSchedule()
1231 DelayList.pop_front(); in buildSchedule()
1242 DelayList.push_back(RN); in buildSchedule()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopBuilder.cpp1214 std::deque<RegionNode *> DelayList; in buildSchedule() local
1224 while (!WorkList.empty() || !DelayList.empty()) { in buildSchedule()
1227 if ((LastRNWaiting && !WorkList.empty()) || DelayList.empty()) { in buildSchedule()
1232 RN = DelayList.front(); in buildSchedule()
1233 DelayList.pop_front(); in buildSchedule()
1244 DelayList.push_back(RN); in buildSchedule()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/Analysis/
H A DScopBuilder.cpp1212 std::deque<RegionNode *> DelayList; in buildSchedule() local
1222 while (!WorkList.empty() || !DelayList.empty()) { in buildSchedule()
1225 if ((LastRNWaiting && !WorkList.empty()) || DelayList.empty()) { in buildSchedule()
1230 RN = DelayList.front(); in buildSchedule()
1231 DelayList.pop_front(); in buildSchedule()
1242 DelayList.push_back(RN); in buildSchedule()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/Analysis/
H A DScopBuilder.cpp1209 std::deque<RegionNode *> DelayList; in buildSchedule() local
1219 while (!WorkList.empty() || !DelayList.empty()) { in buildSchedule()
1222 if ((LastRNWaiting && !WorkList.empty()) || DelayList.empty()) { in buildSchedule()
1227 RN = DelayList.front(); in buildSchedule()
1228 DelayList.pop_front(); in buildSchedule()
1239 DelayList.push_back(RN); in buildSchedule()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopBuilder.cpp1214 std::deque<RegionNode *> DelayList; in buildSchedule() local
1224 while (!WorkList.empty() || !DelayList.empty()) { in buildSchedule()
1227 if ((LastRNWaiting && !WorkList.empty()) || DelayList.empty()) { in buildSchedule()
1232 RN = DelayList.front(); in buildSchedule()
1233 DelayList.pop_front(); in buildSchedule()
1244 DelayList.push_back(RN); in buildSchedule()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopBuilder.cpp1214 std::deque<RegionNode *> DelayList;
1224 while (!WorkList.empty() || !DelayList.empty()) {
1227 if ((LastRNWaiting && !WorkList.empty()) || DelayList.empty()) {
1232 RN = DelayList.front();
1233 DelayList.pop_front();
1244 DelayList.push_back(RN);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/properties/
H A Dcomputed_style_utils.cc1569 for (wtf_size_t i = 0; i < timing_data->DelayList().size(); ++i) { in ValueForAnimationDelay()
1571 timing_data->DelayList()[i], CSSPrimitiveValue::UnitType::kSeconds)); in ValueForAnimationDelay()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/properties/shorthands/
H A Dshorthands_custom.cc122 CSSTimingData::GetRepeated(animation_data->DelayList(), i), in CSSValueFromComputedStyleInternal()
2838 CSSTimingData::GetRepeated(transition_data->DelayList(), i), in CSSValueFromComputedStyleInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/properties/
H A Dcomputed_style_utils.cc1587 for (wtf_size_t i = 0; i < timing_data->DelayList().size(); ++i) { in ValueForAnimationDelay()
1589 timing_data->DelayList()[i], CSSPrimitiveValue::UnitType::kSeconds)); in ValueForAnimationDelay()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/properties/shorthands/
H A Dshorthands_custom.cc120 CSSTimingData::GetRepeated(animation_data->DelayList(), i), in CSSValueFromComputedStyleInternal()
2797 CSSTimingData::GetRepeated(transition_data->DelayList(), i), in CSSValueFromComputedStyleInternal()