| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | light.cpp | 32 optional<TransitionOptions> transition = in operator ()() local 34 if (transition) { in operator ()() 35 light.setAnchorTransition(*transition); in operator ()() 55 optional<TransitionOptions> transition = in operator ()() local 57 if (transition) { in operator ()() 58 light.setColorTransition(*transition); in operator ()() 78 optional<TransitionOptions> transition = in operator ()() local 80 if (transition) { in operator ()() 81 light.setPositionTransition(*transition); in operator ()() 101 optional<TransitionOptions> transition = in operator ()() local [all …]
|
| H A D | property_setter.hpp | 45 optional<TransitionOptions> transition = convert<TransitionOptions>(value, error); in setTransition() local 46 if (!transition) { in setTransition() 50 (typedLayer->*setter)(*transition); in setTransition()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/ |
| H A D | suspend-flows.rst | 12 At least one global system-wide transition needs to be carried out for the 15 transition to occur for this purpose, but the other sleep states, commonly 19 For those sleep states, the transition from the working state of the system into 21 of cases, whether this means a transition or a sleep state of the system should 22 be clear from the context) and the transition back from the sleep state into the 45 The following steps are taken in order to transition the system from the working 51 transition is about to occur and when the resume transition has finished. 61 of the transition is in progress (which might have been problematic for 66 transition. 93 deferred till the subsequent system resume transition as described [all …]
|
| /OK3568_Linux_fs/buildroot/docs/website/css/ |
| H A D | main.css | 59 -webkit-transition: color 0.1s ease-in, background 0.1s ease-in; 60 -moz-transition: color 0.1s ease-in, background 0.1s ease-in; 61 -ms-transition: color 0.1s ease-in, background 0.1s ease-in; 62 -o-transition: color 0.1s ease-in, background 0.1s ease-in; 63 transition: color 0.1s ease-in, background 0.1s ease-in; 75 -webkit-transition: color 0.1s ease-in, background 0.1s ease-in; 76 -moz-transition: color 0.1s ease-in, background 0.1s ease-in; 77 -ms-transition: color 0.1s ease-in, background 0.1s ease-in; 78 -o-transition: color 0.1s ease-in, background 0.1s ease-in; 79 transition: color 0.1s ease-in, background 0.1s ease-in; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | properties.hpp | 29 TransitionOptions transition, in Transitioning() argument 31 : begin(now + transition.delay.value_or(Duration::zero())), in Transitioning() 32 end(begin + transition.duration.value_or(Duration::zero())), in Transitioning() 34 if (transition.isDefined()) { in Transitioning() 91 …Transitioning<Value> transition(const TransitionParameters& params, Transitioning<Value> prior) co… in transition() function in mbgl::style::Transitionable 94 options.reverseMerge(params.transition), in transition() 218 .transition(parameters, std::move(prior.template get<Ps>()))... in transitioned()
|
| /OK3568_Linux_fs/kernel/Documentation/livepatch/ |
| H A D | livepatch.rst | 98 transition state where tasks are converging to the patched state. 99 Usually this transition state can complete in a few seconds. The same 145 The /sys/kernel/livepatch/<patch>/transition file shows whether a patch 146 is in transition. Only a single patch can be in transition at a given 147 time. A patch can remain in transition indefinitely, if any of the tasks 150 A transition can be reversed and effectively canceled by writing the 152 the transition is in progress. Then all the tasks will attempt to 157 If a patch is in transition, this file shows 0 to indicate the task is 159 transition, it shows -1. Any tasks which are blocking the transition 167 Administrator can also affect a transition through [all …]
|
| H A D | cumulative-patches.rst | 15 from all older livepatches and completely replace them in one transition. 30 Once the transition is finished, all older patches are automatically 41 the transition to has finished. It helps to clearly see what code is 74 only when the transition was not forced. 89 for a smooth transition.
|
| H A D | system-state.rst | 98 - Restore the previous state when the transition is reverted. 119 the new code even before the transition gets finished. 150 - Distinguish transition reverse and livepatch disabling by 153 - In case of transition reverse, restore the previous system 166 It might be called also during the transition reverse. Therefore it
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | bootstrap.js | 41 transition : 'transitionend' property 58 var callback = function () { if (!called) $($el).trigger($.support.transition.end) } 64 $.support.transition = transitionEnd() 66 if (!$.support.transition) return 69 bindType: $.support.transition.end, 70 delegateType: $.support.transition.end, 131 $.support.transition && $parent.hasClass('fade') ? 391 if (this.$element.find('.next, .prev').length && $.support.transition) { 392 this.$element.trigger($.support.transition.end) 439 if ($.support.transition && this.$element.hasClass('slide')) { [all …]
|
| H A D | bootstrap.min.js | 6 …transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.e… property 7 …tr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.ha…
|
| /OK3568_Linux_fs/u-boot/tpl/arch/arm/cpu/armv8/ |
| H A D | .transition.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/arch/arm/cpu/armv8/ |
| H A D | .transition.o.cmd | |
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/ |
| H A D | .transition.o.cmd | |
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomapitemview.cpp | 307 void QDeclarativeGeoMapItemView::removeInstantiatedItems(bool transition) in removeInstantiatedItems() argument 315 removeDelegateFromMap(i, transition); in removeInstantiatedItems() 369 void QDeclarativeGeoMapItemView::removeDelegateFromMap(int index, bool transition) in removeDelegateFromMap() argument 377 if (!transition) in removeDelegateFromMap() 382 if (m_exit && m_map && transition) { in removeDelegateFromMap() 385 if (m_exit && m_map && !transition) { in removeDelegateFromMap()
|
| H A D | qdeclarativegeomapitemtransitionmanager.cpp | 56 transition(enterActions, m_view->m_enter, m_mapItem); in transitionEnter() 67 transition(exitActions, m_view->m_exit, m_mapItem); in transitionExit()
|
| H A D | qdeclarativegeomapitemview_p.h | 103 void removeInstantiatedItems(bool transition = true); 130 void removeDelegateFromMap(int index, bool transition = true);
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/ |
| H A D | gstmppalphadecodebin.c | 75 GstStateChange transition) in gst_mpp_alpha_decode_bin_change_state() argument 79 switch (transition) { in gst_mpp_alpha_decode_bin_change_state() 88 return GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); in gst_mpp_alpha_decode_bin_change_state()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-livepatch | 28 What: /sys/kernel/livepatch/<patch>/transition 34 transition. 42 course of an existing transition. Writing 1 clears
|
| /OK3568_Linux_fs/kernel/Documentation/sound/soc/ |
| H A D | dai.rst | 39 transition. 42 MSB is transmitted on transition of LRC. 45 MSB is transmitted sample size BCLKs before LRC transition.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/soundwire/ |
| H A D | stream.rst | 237 Below shows the SoundWire stream states and state transition diagram. :: 255 supported at the ALSA/ASoC level. Likewise the transition between 259 NOTE2: The framework implements basic state transition checks, but 260 does not e.g. check if a transition from DISABLED to ENABLED is valid 371 follow the .prepare(), a direct transition from 432 When the INFO_PAUSE flag is supported, a direct transition to 436 stream can transition from ``SDW_STREAM_DISABLED`` to 470 Other implementations may transition to the ``SDW_STREAM_DEPREPARED`` 471 state on TRIGGER_STOP, should they require a transition through the
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/classes/ |
| H A D | poky-sanity.bbclass | 8 … raise NotImplementedError("You need to update bblayers.conf manually for this version transition") 42 … raise NotImplementedError("You need to update bblayers.conf manually for this version transition")
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtquickcontrols2/ |
| H A D | 0001-Revert-Get-the-scale-of-the-popup-item-when-setting-.patch | 32 - // Store the scale property so the end result of any transition that could effect the scale 89 - // Account for when a transition of a scale from 0.9-1.0 that it is placed above right awa… 121 - // If there is a transition then make sure it is finished
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/itemview_transitions/doc/src/ |
| H A D | itemview_transitions.qdoc | 49 The marker view specifies both the add and the remove transition, to 54 The administrative districts view specifies only the add transition,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | transition_parameters.hpp | 13 style::TransitionOptions transition; member in mbgl::TransitionParameters
|
| /OK3568_Linux_fs/kernel/kernel/livepatch/ |
| H A D | Makefile | 4 livepatch-objs := core.o patch.o shadow.o state.o transition.o
|