Searched refs:map (Results 1 – 25 of 34) sorted by relevance
12
/scripts/schemas/ |
A D | build-schema.yml | 7 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 D | snippet-schema.yml | 10 type: map 21 type: map 43 type: map 46 type: map
|
A D | board-schema.yml | 14 - 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 D | soc-schema.yml | 14 - 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 D | arch-schema.yml | 10 type: map 16 - type: map
|
A D | shield-schema.yml | 10 type: map 30 type: map
|
A D | patch-schema.yml | 11 - type: map 100 type: map
|
/scripts/dts/python-devicetree/tests/ |
A D | test.dts | 51 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 D | nsi_errno.c | 20 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 D | test-config-schema.yaml | 5 type: map 8 type: map 17 type: map 35 - type: map
|
A D | platform-schema.yaml | 13 type: map 16 type: map 35 - type: map 100 type: map 120 type: map
|
A D | testsuite-schema.yaml | 12 type: map 110 type: map 123 - type: map 173 type: map 273 type: map 279 type: map 292 type: map
|
A D | hwmap-schema.yaml | 3 - type: map 68 type: map
|
A D | quarantine-schema.yaml | 13 - type: map
|
/scripts/ci/es_upload/ |
A D | README.md | 1 # 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 D | include-invalid-type.yaml | 5 a-map-is-not-allowed-here: 3
|
A D | include-no-list.yaml | 3 description: A map element with just a name is valid, and has no filters.
|
/scripts/pylib/display-twister-harness/camera_shield/ |
A D | README.rst | 107 # 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 D | file2hex.py | 58 hexlist = map(''.join, zip(*[iter(hexdata)] * 2)) 64 hexlist = map(''.join, zip(*[iter(hexdata)] * 2))
|
/scripts/ |
A D | requirements-run-test.txt | 8 # used by twister for board/hardware map
|
A D | snippets.py | 112 snippets.paths = set(map(lambda x: str(PurePosixPath(x)), snippets.paths)) 117 set(map(lambda x: str(x.replace("\\", "/")), \
|
/scripts/profiling/ |
A D | stackcollapse.py | 44 func_trace = reversed(list(map(lambda a: addr_to_sym(a, elf), addrs)))
|
/scripts/pylib/build_helpers/ |
A D | domains.py | 107 return list(map(self.get_domain, names))
|
/scripts/tests/twister/ |
A D | test_platform.py | 360 roots = list(map(tmp_path.joinpath, roots))
|
/scripts/dts/ |
A D | gen_dts_cmake.py | 172 cmake_props = map(
|
Completed in 31 milliseconds
12