Home
last modified time | relevance | path

Searched refs:applied (Results 1 – 25 of 486) sorted by relevance

12345678910>>...20

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/
H A Dexpand_pack.hpp12 typedef mpl::bool_< false> applied; typedef
18 typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || false> applied; typedef
24 …l_<expand_pattern_helper<Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1>::applied::valu… typedef
30 …Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1>::applied::value || expand_pattern_helpe… typedef
36applied::value || expand_pattern_helper<Tfx, A1>::applied::value || expand_pattern_helper<Tfx, A2>… typedef
42applied::value || expand_pattern_helper<Tfx, A1>::applied::value || expand_pattern_helper<Tfx, A2>… typedef
48applied::value || expand_pattern_helper<Tfx, A1>::applied::value || expand_pattern_helper<Tfx, A2>… typedef
54applied::value || expand_pattern_helper<Tfx, A1>::applied::value || expand_pattern_helper<Tfx, A2>… typedef
60applied::value || expand_pattern_helper<Tfx, A1>::applied::value || expand_pattern_helper<Tfx, A2>… typedef
66applied::value || expand_pattern_helper<Tfx, A1>::applied::value || expand_pattern_helper<Tfx, A2>… typedef
[all …]
H A Dmake.hpp95 , (make_if_<A0, Expr, State, Data> ::applied || false)
110 static bool const applied = true; member
219 …, (make_if_<A0, Expr, State, Data> ::applied || make_if_<A1, Expr, State, Data> ::applied || false)
234 static bool const applied = true; member
343 …f_<A0, Expr, State, Data> ::applied || make_if_<A1, Expr, State, Data> ::applied || make_if_<A2, E…
358 static bool const applied = true; member
467 …a> ::applied || make_if_<A1, Expr, State, Data> ::applied || make_if_<A2, Expr, State, Data> ::app…
482 static bool const applied = true; member
591applied || make_if_<A1, Expr, State, Data> ::applied || make_if_<A2, Expr, State, Data> ::applied
606 static bool const applied = true; member
[all …]
H A Dpack_impl.hpp13 (expand_pattern_helper<proto::_child_c<0>, Fun>::applied::value)
79 (expand_pattern_helper<proto::_child_c<0>, Fun>::applied::value)
140 (expand_pattern_helper<proto::_child_c<0>, Fun>::applied::value)
196 (expand_pattern_helper<proto::_child_c<0>, Fun>::applied::value)
247 (expand_pattern_helper<proto::_child_c<0>, Fun>::applied::value)
293 (expand_pattern_helper<proto::_child_c<0>, Fun>::applied::value)
334 (expand_pattern_helper<proto::_child_c<0>, Fun>::applied::value)
370 (expand_pattern_helper<proto::_child_c<0>, Fun>::applied::value)
401 (expand_pattern_helper<proto::_child_c<0>, Fun>::applied::value)
427 (expand_pattern_helper<proto::_child_c<0>, Fun>::applied::value)
/OK3568_Linux_fs/kernel/Documentation/devicetree/
H A Dchangesets.rst9 will be applied, or none of them will be. If an error occurs partway
12 applied.
14 When a changeset is applied, all of the changes get applied to the tree
31 entire changeset will get applied, or if there is an error the tree will
36 If a successfully applied changeset needs to be removed, it can be done
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Dmake.hpp66 static bool const applied = false; member
73 static bool const applied = true; member
84 static bool const applied = false; member
100 static bool const applied = true; member
109 static bool const applied = false; member
117 static bool const applied = false; member
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dcustomize-patches.txt17 +<packagename>+, patches are applied from +BR2_GLOBAL_PATCH_DIR+ as
30 . Patches will then be applied from a +<package-patch-dir>+ as
34 applied according to the +series+ file;
36 * Otherwise, patch files matching +*.patch+ are applied in
37 alphabetical order. So, to ensure they are applied in the right
42 For information about how patches are applied for a package, see
57 patches that are applied after patches available in +BR2_GLOBAL_PATCH_DIR+,
H A Dpatch-policy.txt65 === How patches are applied
72 tarballs are applied;
79 applied according to the +series+ file;
81 * Otherwise, patch files matching +*.patch+ are applied in alphabetical
83 So, to ensure they are applied in the right order, it is highly
89 enumerated in the order they are specified. The patches are applied
H A Dselinux-support.txt15 * _Disabled_: the policy is not applied
16 * _Permissive_: the policy is applied, and non-authorized actions are
19 * _Enforcing_: the policy is applied, and non-authorized actions are
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/
H A Dpack.hpp45 typedef mpl::false_ applied; typedef
63 typedef mpl::true_ applied; typedef
70 typedef mpl::true_ applied; typedef
83 (expand_pattern_helper<proto::_value, Fun>::applied::value)
H A Dexpand_pack.hpp34 #define M1(Z, X, DATA) expand_pattern_helper<Tfx, BOOST_PP_CAT(A, X)>::applied::value ||
40 typedef mpl::bool_<BOOST_PP_REPEAT(N, M1, ~) false> applied; typedef
/OK3568_Linux_fs/kernel/net/tipc/
H A Dmonitor.c80 u8 applied; member
187 int applied_aft = peer->applied; in mon_identify_lost_members()
227 peer->applied = 0; in mon_apply_domain()
233 peer->applied++; in mon_apply_domain()
252 self->applied = member_cnt; in mon_update_local_domain()
304 if (i++ < head->applied) { in mon_assign_roles()
352 peer->applied = 0; in tipc_mon_remove_peer()
417 int applied; in tipc_mon_peer_down() local
429 applied = peer->applied; in tipc_mon_peer_down()
430 peer->applied = 0; in tipc_mon_peer_down()
[all …]
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dalternative.c26 int index = 0, applied = 0; in apply_alternatives() local
94 applied++; in apply_alternatives()
99 applied, index); in apply_alternatives()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/
H A Diqs5xx.txt45 - touchscreen-inverted-x : See [2]. Inversion is applied relative to that
49 - touchscreen-inverted-y : See [2]. Inversion is applied relative to that
53 - touchscreen-swapped-x-y : See [2]. Swapping is applied relative to that
/OK3568_Linux_fs/kernel/scripts/coccinelle/misc/
H A Dcstptr.cocci2 /// PTR_ERR should be applied before its argument is reassigned, typically
41 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dfreezer.c264 bool applied = false; in cgroup_freeze() local
307 applied = true; in cgroup_freeze()
318 if (!applied) { in cgroup_freeze()
/OK3568_Linux_fs/kernel/mm/damon/
H A Dpaddr.c220 unsigned long addr, applied; in damon_pa_apply_scheme() local
245 applied = reclaim_pages(&page_list); in damon_pa_apply_scheme()
247 return applied * PAGE_SIZE; in damon_pa_apply_scheme()
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-selinux-checkreqprot9 calls instead of the actual protection applied by the kernel.
20 check the actual protections being applied upon mmap/mprotect calls.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-fm-rx.rst44 being broadcasted. RDS Radio Text can be applied when broadcaster
72 is applied to the broadcast to accentuate the high audio
84 - No de-emphasis is applied.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/
H A Drequest-api.rst13 Another is support of stateless codecs, which require controls to be applied
30 applied when needed to get the expected result. Configuration values at the time
56 fact that the ioctl is part of said request, and is not to be applied
59 instead of being immediately applied, and buffers queued to a request do not
76 may synchronize so the requested pipeline's topology is applied before the
89 Controls can still be set without a request and are applied immediately,
134 be applied by the driver for the OUTPUT buffer, allowing user-space
/OK3568_Linux_fs/u-boot/drivers/power/dvfs/
H A Drockchip_wtemp_dvfs.c418 enum pm_event applied; in wtemp_dvfs_repeat_apply() local
430 applied = PM_EVT_NONE; in wtemp_dvfs_repeat_apply()
434 applied |= __wtemp_dvfs_apply(dev, e, temp, PM_EVT_LOW); in wtemp_dvfs_repeat_apply()
436 applied |= __wtemp_dvfs_apply(dev, e, temp, PM_EVT_HIGH); in wtemp_dvfs_repeat_apply()
440 if (applied == PM_EVT_NONE) in wtemp_dvfs_repeat_apply()
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dapplying-patches.rst16 one of the many trees/branches should be applied to. Hopefully this document
57 To revert a previously applied patch, use the -R argument to patch.
58 So, if you applied a patch like this::
134 it'll tell you about it by saying the patch applied with **fuzz**.
141 read this file to see exactly what change couldn't be applied, so you can
144 If you don't have any third-party patches applied to your kernel source, but
158 applied with ``-p0`` instead of ``-p1`` (reading the patch file should reveal if
174 patch could not be applied correctly and the patch program was unable to
179 If you get ``Reversed (or previously applied) patch detected! Assume -R? [n]``
183 If you actually did apply this patch previously and you just re-applied it
[all …]
H A Dstable-kernel-rules.rst56 in the sign-off area. Once the patch is merged it will be applied to
67 why you think it should be applied, and what kernel version you wish it to
68 be applied to.
78 it to be applied to.
82 worthy at the time it is applied to a public git tree (for instance, because
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/light/
H A Dus5182d.txt15 fractional bits - Q4.4) applied when light > threshold
18 fractional bits - Q4.4) applied when light < threshold
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/
H A Dqcom_hidma_mgmt.txt32 applied back to back while writing to the destination before yielding
35 applied back to back while reading the source before yielding the bus.
37 Once a reset is applied to the HW, HW starts a timer for reset operation
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/id3lib/
H A Did3lib_3.8.3.bb23 # up all previously applied patches in the start
28 # been applied, otherwise quilt will climb the directory tree

12345678910>>...20