Home
last modified time | relevance | path

Searched defs:description (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-2.7.6/tools/
Dtools_schema.json8 "description": "Metadata file version" string
12 "description": "List of tools", string
25 "description": "Information about one tool", string
28 "description": "Tool name (used as a directory name)", string
31 "description" : { object
32 "description": "A short (one sentence) description of the tool.", string
40 …"description": "Some variable expansions are done on the values. 1) ${TOOL_PATH} is replaced with … string
43 "description": "URL of the page with information about the tool", string
48 …"description": "If 'always', the tool will be installed by default. If 'on_request', tool will be … string
51 …"description": "License name. Use SPDX license identifier if it exists, short name of the license … string
[all …]
Dtools.json4 "description": "Toolchain for Xtensa (ESP32) based on GCC", string
60 "description": "Toolchain for Xtensa (ESP32-S2) based on GCC", string
116 "description": "Toolchain for Xtensa (ESP32-S3) based on GCC", string
172 "description": "Toolchain for 32-bit RISC-V based on GCC", string
223 "description": "Toolchain for ESP32 ULP coprocessor", string
281 "description": "Toolchain for ESP32-S2 ULP coprocessor", string
339 "description": "CMake build system", string
405 "description": "OpenOCD for ESP32", string
465 "description": "Ninja build system", string
513 "description": "IDF wrapper tool for Windows", string
[all …]
Dzephyr_tools.json4 "description": "Toolchain for Xtensa (ESP32) based on GCC", string
60 "description": "Toolchain for Xtensa (ESP32-S2) based on GCC", string
116 "description": "Toolchain for 32-bit RISC-V based on GCC", string
Didf_tools.py495 …def __init__(self, name, description, install, info_url, license, version_cmd, version_regex, vers… argument
/hal_espressif-2.7.6/components/perfmon/include/
Dxtensa_perfmon_masks.h33 const char *description; /*!< Description for selected counter */ member
44 const char *description; /*!< Description for selected mask */ member
/hal_espressif-2.7.6/tools/windows/tool_setup/
Dtools_fallback.json4 "description": "Toolchain for Xtensa (ESP32) based on GCC", string
59 "description": "Toolchain for ESP32 ULP coprocessor", string
104 "description": "CMake build system", string
170 "description": "OpenOCD for ESP32", string
217 "description": "menuconfig tool", string
261 "description": "Ninja build system", string
309 "description": "IDF wrapper tool for Windows", string
352 "description": "Ccache (compiler cache)", string
/hal_espressif-2.7.6/components/esp_system/include/esp_private/
Dpanic_internal.h55 const char* description; // short description of the exception member
/hal_espressif-2.7.6/tools/unit-test-app/tools/
DUnitTestParser.py252 def parse_one_test_case(self, name, description, config_name, stripped_config_name, tags): argument
/hal_espressif-2.7.6/components/wpa_supplicant/src/tls/
Dtlsv1_server.c24 void tlsv1_server_alert(struct tlsv1_server *conn, u8 level, u8 description) in tlsv1_server_alert()
Dtlsv1_server_write.c768 u8 description, size_t *out_len) in tlsv1_server_send_alert()
Dtlsv1_client.c24 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description) in tls_alert()
Dtlsv1_client_write.c863 u8 description, size_t *out_len) in tlsv1_client_send_alert()
Dtls.h64 const char *description; member
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dhid_device_le_prf.c25 uint16_t description; member
/hal_espressif-2.7.6/tools/unit-test-app/
Dunit_test.py197 def log_test_case(description, test_case, ut_config): argument
/hal_espressif-2.7.6/tools/catch/
Dcatch.hpp667 const char* description; member
2265 std::string description; member
2845 std::string description; member
4217 std::string description; member
4359 ArgBuilder& describe( std::string const& description ) { in describe()
10404 #define CATCH_TEST_CASE( name, description ) INTERNAL_CATCH_TESTCASE( name, description ) argument
10405 …#define CATCH_TEST_CASE_METHOD( className, name, description ) INTERNAL_CATCH_TEST_CASE_METHOD( cl… argument
10406 …#define CATCH_METHOD_AS_TEST_CASE( method, name, description ) INTERNAL_CATCH_METHOD_AS_TEST_CASE(… argument
10407 …#define CATCH_REGISTER_TEST_CASE( function, name, description ) INTERNAL_CATCH_REGISTER_TESTCASE( … argument
10408 #define CATCH_SECTION( name, description ) INTERNAL_CATCH_SECTION( name, description ) argument
[all …]
/hal_espressif-2.7.6/components/nghttp/port/
Dhttp_parser.c470 const char *description; member