Home
last modified time | relevance | path

Searched full:classes (Results 1 – 25 of 1441) sorted by relevance

12345678910>>...58

/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dclasses.rst4 Classes title
16 ``.bbclass`` and are usually placed in a ``classes/`` directory beneath
24 This chapter discusses only the most useful and important classes. Other
25 classes do exist within the ``meta/classes`` directory in the Source
29 .. _ref-classes-allarch:
55 By default, all recipes inherit the :ref:`base <ref-classes-base>` and
56 :ref:`package <ref-classes-package>` classes, which enable
62 .. _ref-classes-archiver:
76 .. _ref-classes-autotools:
81 The ``autotools*`` classes support Autotooled packages.
[all …]
H A Dvariables.rst60 ":ref:`ref-classes-update-alternatives`"
80 ":ref:`ref-classes-update-alternatives`"
96 ":ref:`ref-classes-update-alternatives`"
126 ":ref:`ref-classes-update-alternatives`" section.
130 :ref:`features_check <ref-classes-features_check>`
144 See the :ref:`grub-efi <ref-classes-grub-efi>` class for more
151 When used with the :ref:`archiver <ref-classes-archiver>` class,
167 ``meta/classes/archiver.bbclass`` file in the :term:`Source Directory`.
202 When the :ref:`debian <ref-classes-debian>` class is inherited,
220 :ref:`kernel <ref-classes-kernel>` class and you use the previous
[all …]
/OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/
H A Dyolov3_utils.py11 CLASSES = ("person", "bicycle", "car","motorbike ","aeroplane ","bus ","train","truck ","boat","tra… variable
61 classes: ndarray, classes for boxes.
70 classes = box_classes[pos]
73 return boxes, classes, scores
122 boxes, classes, scores = [], [], []
127 classes.append(c)
131 classes = np.concatenate(classes)
135 for c in set(classes):
136 inds = np.where(classes == c)
138 c = classes[inds]
[all …]
/OK3568_Linux_fs/external/rknn-toolkit2/examples/onnx/yolov5/
H A Dtest.py21 CLASSES = ("person", "bicycle", "car", "motorbike ", "aeroplane ", "bus ", "train", "truck ", "boat… variable
82 classes: ndarray, classes for boxes.
95 classes = np.argmax(box_class_probs, axis=-1)
99 classes = classes[_class_pos]
102 return boxes, classes, scores
149 boxes, classes, scores = [], [], []
154 classes.append(c)
159 classes = np.concatenate(classes)
163 for c in set(classes):
164 inds = np.where(classes == c)
[all …]
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_ets.c14 * classes at will. Instead one specifies number of classes, how many are
20 * The strict classes, if any, are tried for traffic first: first band 0, if it
55 struct ets_class classes[TCQ_ETS_MAX_BANDS]; member
94 return &q->classes[arg - 1]; in ets_class_from_arg()
100 int band = cl - q->classes; in ets_class_id()
130 q_sum += q->classes[i].quantum; in ets_offload_change()
133 quantum = q->classes[i].quantum; in ets_offload_change()
192 unsigned int band = cl - q->classes; in ets_class_is_strict()
208 /* Classes can be added and removed only through Qdisc_ops.change in ets_class_change()
408 return &q->classes[q->prio2band[band & TC_PRIO_MAX]]; in ets_classify()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dira.h42 /* Number of allocno classes. Allocno classes are register classes
46 /* The array containing allocno classes. Only first
50 /* Map of all register classes to corresponding allocno classes
55 /* Number of pressure classes. Pressure classes are register
56 classes for which we calculate register pressure. */
59 /* The array containing pressure classes. Only first
63 /* Map of all register classes to corresponding pressure classes
96 /* The biggest class inside of intersection of the two classes (that
98 into account. If the both classes contain no hard registers
103 /* True if the two classes (that is calculated taking only hard
H A Dipa-icf.h255 /* A bitmap with indices of all classes referencing this item. */
455 vec <congruence_class *> classes; member
499 /* Verify congruence classes if checking is enabled. */
502 /* Verify congruence classes. */
517 /* Worklist of congruence classes that can potentially
518 refine classes of congruence. */
544 /* Congruence classes are built by hash value. */
547 /* Semantic items in classes having more than one element and initialized.
552 classes. If IN_WPA, fast equality function is invoked. */
555 /* Subdivide classes by address and interposable references
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dira.h42 /* Number of allocno classes. Allocno classes are register classes
46 /* The array containing allocno classes. Only first
50 /* Map of all register classes to corresponding allocno classes
55 /* Number of pressure classes. Pressure classes are register
56 classes for which we calculate register pressure. */
59 /* The array containing pressure classes. Only first
63 /* Map of all register classes to corresponding pressure classes
96 /* The biggest class inside of intersection of the two classes (that
98 into account. If the both classes contain no hard registers
103 /* True if the two classes (that is calculated taking only hard
H A Dipa-icf.h255 /* A bitmap with indices of all classes referencing this item. */
455 vec <congruence_class *> classes; member
499 /* Verify congruence classes if checking is enabled. */
502 /* Verify congruence classes. */
517 /* Worklist of congruence classes that can potentially
518 refine classes of congruence. */
544 /* Congruence classes are built by hash value. */
547 /* Semantic items in classes having more than one element and initialized.
552 classes. If IN_WPA, fast equality function is invoked. */
555 /* Subdivide classes by address and interposable references
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/
H A Dqtpositioning.qdocconf21 qhp.QtPositioning.subprojects = classes qml examples
22 qhp.QtPositioning.subprojects.classes.title = C++ Classes
23 qhp.QtPositioning.subprojects.classes.indexTitle = Qt Positioning C++ Classes
24 qhp.QtPositioning.subprojects.classes.selectors = class fake:headerfile
25 qhp.QtPositioning.subprojects.classes.sortPages = true
55 navigation.cppclassespage = "Qt Positioning C++ Classes"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/
H A Dqtlocation.qdocconf21 qhp.QtLocation.subprojects = classes qml examples
22 qhp.QtLocation.subprojects.classes.title = C++ Classes
23 qhp.QtLocation.subprojects.classes.indexTitle = Qt Location C++ Classes
24 qhp.QtLocation.subprojects.classes.selectors = class fake:headerfile
25 qhp.QtLocation.subprojects.classes.sortPages = true
56 navigation.cppclassespage = "Qt Location C++ Classes"
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-4.0.rst120 function has been removed from the :ref:`license <ref-classes-license>` class as
139 classes have been moved to ``meta-python``. Recipes that inherit the ``distutils*``
140 classes should be updated to inherit ``setuptools*`` equivalents instead.
143 Here are the new Python packaging classes that should be used:
144 :ref:`python_flit_core <ref-classes-python_flit_core>`,
145 :ref:`python_setuptools_build_meta <ref-classes-python_setuptools_build_meta>`
146 and :ref:`python_poetry_core <ref-classes-python_poetry_core>`.
148 - The :ref:`setuptools3 <ref-classes-setuptools3>` class ``do_install()`` task now
152 entry points, then :ref:`setuptools3_legacy <ref-classes-setuptools3_legacy>` should
174 :ref:`base <ref-classes-base>` class. If you have references in your configuration to
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/stabs/
H A DInheritance.html27 <link href="Virtual-Base-Classes.html#Virtual-Base-Classes" rel="next" title="Virtual Base Classes">
65 Next: <a href="Virtual-Base-Classes.html#Virtual-Base-Classes" accesskey="n" rel="next">Virtual Bas…
71 <p>Stabs describing C<tt>++</tt> derived classes include additional sections that
73 also encodes the number of base classes. For each base class it tells
79 number of bytes in the struct. First the number of base classes
102 <p>The source below defines three base classes <code>A</code>, <code>B</code>, and
173 Next: <a href="Virtual-Base-Classes.html#Virtual-Base-Classes" accesskey="n" rel="next">Virtual Bas…
H A DStatic-Members.html28 <link href="Virtual-Base-Classes.html#Virtual-Base-Classes" rel="previous" title="Virtual Base Clas…
65 Previous: <a href="Virtual-Base-Classes.html#Virtual-Base-Classes" accesskey="p" rel="previous">Vir…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/stabs/
H A DInheritance.html27 <link href="Virtual-Base-Classes.html#Virtual-Base-Classes" rel="next" title="Virtual Base Classes">
65 Next: <a href="Virtual-Base-Classes.html#Virtual-Base-Classes" accesskey="n" rel="next">Virtual Bas…
71 <p>Stabs describing C<tt>++</tt> derived classes include additional sections that
73 also encodes the number of base classes. For each base class it tells
79 number of bytes in the struct. First the number of base classes
102 <p>The source below defines three base classes <code>A</code>, <code>B</code>, and
173 Next: <a href="Virtual-Base-Classes.html#Virtual-Base-Classes" accesskey="n" rel="next">Virtual Bas…
H A DStatic-Members.html28 <link href="Virtual-Base-Classes.html#Virtual-Base-Classes" rel="previous" title="Virtual Base Clas…
65 Previous: <a href="Virtual-Base-Classes.html#Virtual-Base-Classes" accesskey="p" rel="previous">Vir…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dplaces.pri5 #data classes
23 #request classes
28 #reply classes
61 #data classes
81 #request classes
85 #reply classes
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c238 * Copies the feedback classes from device "from" into device "to". Classes
239 * are duplicated (not just flipping the pointers). All feedback classes are
245 ClassesPtr classes; in DeepCopyFeedbackClasses() local
251 classes = to->unused_classes; in DeepCopyFeedbackClasses()
252 to->intfeed = classes->intfeed; in DeepCopyFeedbackClasses()
253 classes->intfeed = NULL; in DeepCopyFeedbackClasses()
272 classes = to->unused_classes; in DeepCopyFeedbackClasses()
273 classes->intfeed = to->intfeed; in DeepCopyFeedbackClasses()
281 classes = to->unused_classes; in DeepCopyFeedbackClasses()
282 to->stringfeed = classes->stringfeed; in DeepCopyFeedbackClasses()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix/
H A DCVE-2022-43515.patch12 ui/include/classes/user/CWebUser.php | 6 ++----
15 diff --git a/ui/include/classes/user/CWebUser.php b/ui/include/classes/user/CWebUser.php
17 --- a/ui/include/classes/user/CWebUser.php
18 +++ b/ui/include/classes/user/CWebUser.php
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Ddcbnl.h148 * @pfc_cap: Indicates the number of traffic classes on the local device
150 * @pfc_en: bitmap indicating pfc enabled traffic classes
186 * @tcs_supported: number of traffic classes supported
204 * @pfc_en: bitmap indicating pfc enabled traffic classes
205 * @tcs_supported: number of traffic classes supported
286 * @DCB_CMD_GNUMTCS: get the number of traffic classes currently supported
287 * @DCB_CMD_SNUMTCS: set the number of traffic classes
357 * @DCB_ATTR_NUM_TC: number of traffic classes supported in the device (NLA_U8)
362 * @DCB_ATTR_NUMTCS: number of traffic classes supported (NLA_NESTED)
522 * @DCB_PG_ATTR_TC_ALL: apply to all traffic classes (NLA_NESTED)
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddcbnl.h148 * @pfc_cap: Indicates the number of traffic classes on the local device
150 * @pfc_en: bitmap indicating pfc enabled traffic classes
186 * @tcs_supported: number of traffic classes supported
204 * @pfc_en: bitmap indicating pfc enabled traffic classes
205 * @tcs_supported: number of traffic classes supported
286 * @DCB_CMD_GNUMTCS: get the number of traffic classes currently supported
287 * @DCB_CMD_SNUMTCS: set the number of traffic classes
357 * @DCB_ATTR_NUM_TC: number of traffic classes supported in the device (NLA_U8)
362 * @DCB_ATTR_NUMTCS: number of traffic classes supported (NLA_NESTED)
522 * @DCB_PG_ATTR_TC_ALL: apply to all traffic classes (NLA_NESTED)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Ddcbnl.h148 * @pfc_cap: Indicates the number of traffic classes on the local device
150 * @pfc_en: bitmap indicating pfc enabled traffic classes
186 * @tcs_supported: number of traffic classes supported
204 * @pfc_en: bitmap indicating pfc enabled traffic classes
205 * @tcs_supported: number of traffic classes supported
286 * @DCB_CMD_GNUMTCS: get the number of traffic classes currently supported
287 * @DCB_CMD_SNUMTCS: set the number of traffic classes
357 * @DCB_ATTR_NUM_TC: number of traffic classes supported in the device (NLA_U8)
362 * @DCB_ATTR_NUMTCS: number of traffic classes supported (NLA_NESTED)
522 * @DCB_PG_ATTR_TC_ALL: apply to all traffic classes (NLA_NESTED)
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/
H A Dquery.py58 classes = collections.defaultdict(list)
60 classdir = os.path.join(layerdir, 'classes')
64 classes[classfile].append(classdir)
66 # Locating classes and other files is a bit more complicated than recipes -
75 for (classfile, classdirs) in classes.items():
78 logger.plain('=== Overlayed classes ===')
81 mainfile = bb.utils.which(bbpath, os.path.join('classes', classfile))
89 classdir = os.path.join(layerdir, 'classes')
127 classfile = 'classes/%s.bbclass' % classname
177 cls_re = re.compile('classes/')
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0008-target-ppc-Update-float_invalid_op_div-for-new-flags.patch10 softfloat, we don't need to recompute it via classes.
32 - uintptr_t retaddr, int classes)
36 - classes &= ~is_neg;
37 - if (classes == is_inf) {
41 - } else if (classes == is_zero) {
45 - } else if (classes & is_snan) {
/OK3568_Linux_fs/kernel/Documentation/driver-api/driver-model/
H A Dclass.rst2 Device Classes
8 device. The following device classes have been identified:
10 <Insert List of Device Classes Here>
18 Device classes are agnostic with respect to what bus a device resides
43 Device classes are registered and unregistered with the core using::
74 Device drivers are added to device classes when they are registered

12345678910>>...58