Home
last modified time | relevance | path

Searched refs:map (Results 1 – 25 of 34) sorted by relevance

12

/scripts/schemas/
A Dbuild-schema.yml7 type: map
13 type: map
16 type: map
23 type: map
37 type: map
71 type: map
86 type: map
101 type: map
110 type: map
117 type: map
[all …]
A Dsnippet-schema.yml10 type: map
21 type: map
43 type: map
46 type: map
A Dboard-schema.yml14 - type: map
30 - type: map
40 type: map
59 type: map
76 - type: map
85 - type: map
95 type: map
104 type: map
112 type: map
124 - type: map
[all …]
A Dsoc-schema.yml14 - type: map
24 - type: map
36 - type: map
51 - type: map
60 type: map
66 - type: map
89 type: map
97 type: map
109 - type: map
130 - type: map
A Darch-schema.yml10 type: map
16 - type: map
A Dshield-schema.yml10 type: map
30 type: map
A Dpatch-schema.yml11 - type: map
100 type: map
/scripts/dts/python-devicetree/tests/
A Dtest.dts51 interrupt-map-test {
75 interrupt-map = <
86 interrupt-map = <
94 interrupt-map = <
107 &{/interrupt-map-test/nexus} 0 0
108 &{/interrupt-map-test/nexus} 0 1
136 interrupt-map-bitops-test {
148 interrupt-map = <
432 // Test <prefix>-map, via gpio-map
435 gpio-map {
[all …]
/scripts/native_simulator/common/src/
A Dnsi_errno.c20 static const struct nsi_errno_mid_map map[] = { variable
105 for (int i = 0; i < NSI_ARRAY_SIZE(map); i++) { in nsi_errno_to_mid()
106 if (map[i].err == err) { in nsi_errno_to_mid()
107 return map[i].mid_err; in nsi_errno_to_mid()
116 for (int i = 0; i < NSI_ARRAY_SIZE(map); i++) { in nsi_errno_from_mid()
117 if (map[i].mid_err == err) { in nsi_errno_from_mid()
118 return map[i].err; in nsi_errno_from_mid()
/scripts/schemas/twister/
A Dtest-config-schema.yaml5 type: map
8 type: map
17 type: map
35 - type: map
A Dplatform-schema.yaml13 type: map
16 type: map
35 - type: map
100 type: map
120 type: map
A Dtestsuite-schema.yaml12 type: map
110 type: map
123 - type: map
173 type: map
273 type: map
279 type: map
292 type: map
A Dhwmap-schema.yaml3 - type: map
68 type: map
A Dquarantine-schema.yaml13 - type: map
/scripts/ci/es_upload/
A DREADME.md1 # ElasticSearch index map examples
4 index map examples for use by [upload_test_results_es.py](../upload_test_results_es.py)
8 An index map file allows to create destination index files on ElasticSearch server
31 ## Index creation with a map file
34 server with the appropriate map file, for example:
38 --map-file YOUR_INDEX_MAP.json
67 ## Index map examples and use cases
76 --map-file zephyr_twister_index.json
97 --map-file zephyr_twister_flat_recording_metrics_index.json
121 --map-file zephyr_twister_flat_recording_index.json
[all …]
/scripts/dts/python-devicetree/tests/test-bindings-include/
A Dinclude-invalid-type.yaml5 a-map-is-not-allowed-here: 3
A Dinclude-no-list.yaml3 description: A map element with just a name is valid, and has no filters.
/scripts/pylib/display-twister-harness/camera_shield/
A DREADME.rst107 # Twister hardware map file settings:
108 # Ensure your map file has the required fixture
114 scripts/twister --device-testing --hardware-map map.yml -T tests/drivers/display/display_check/
/scripts/build/
A Dfile2hex.py58 hexlist = map(''.join, zip(*[iter(hexdata)] * 2))
64 hexlist = map(''.join, zip(*[iter(hexdata)] * 2))
/scripts/
A Drequirements-run-test.txt8 # used by twister for board/hardware map
A Dsnippets.py112 snippets.paths = set(map(lambda x: str(PurePosixPath(x)), snippets.paths))
117 set(map(lambda x: str(x.replace("\\", "/")), \
/scripts/profiling/
A Dstackcollapse.py44 func_trace = reversed(list(map(lambda a: addr_to_sym(a, elf), addrs)))
/scripts/pylib/build_helpers/
A Ddomains.py107 return list(map(self.get_domain, names))
/scripts/tests/twister/
A Dtest_platform.py360 roots = list(map(tmp_path.joinpath, roots))
/scripts/dts/
A Dgen_dts_cmake.py172 cmake_props = map(

Completed in 31 milliseconds

12