Home
last modified time | relevance | path

Searched defs:labels (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/.github/workflows/
Dissues-report-config.json4 "labels": ["bug", "priority: high"], array
9 "labels": ["bug", "priority: medium"], array
14 "labels": ["bug", "priority: low"], array
19 "labels": ["Enhancement"], array
24 "labels": ["Feature"], array
29 "labels": ["question"], array
34 "labels": ["Coverity"], array
/Zephyr-latest/include/zephyr/net/prometheus/
Dmetric.h64 struct prometheus_label labels[MAX_PROMETHEUS_LABELS_PER_METRIC]; member
/Zephyr-latest/doc/build/dts/
Dhowtos.rst610 .. _dt-drivers-that-depend:
/Zephyr-latest/subsys/net/lib/dns/
Ddns_sd.c364 const char *labels[] = { in add_ptr_record() local
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py1104 def labels(self) -> list[str]: member in Node