Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 91) sorted by relevance

1234

/hal_espressif-2.7.6/components/fatfs/test/
Dtest_fatfs_rawflash.c187 const char* names[4]; variable
196 names[count] = "1.txt";
200 names[count] = "2.txt";
204 names[count] = "inner";
208 names[count] = "boo.bin";
219 TEST_ASSERT_EQUAL(0, strcasecmp(de->d_name, names[0]));
223 TEST_ASSERT_EQUAL(0, strcasecmp(de->d_name, names[3]));
227 TEST_ASSERT_EQUAL(0, strcasecmp(de->d_name, names[1]));
231 TEST_ASSERT_EQUAL(0, strcasecmp(de->d_name, names[2]));
291 char names[4][64]; variable
[all …]
Dtest_fatfs_common.c556 const char* names[4]; in test_fatfs_opendir_readdir_rewinddir() local
565 names[count] = "1.txt"; in test_fatfs_opendir_readdir_rewinddir()
569 names[count] = "2.txt"; in test_fatfs_opendir_readdir_rewinddir()
573 names[count] = "inner"; in test_fatfs_opendir_readdir_rewinddir()
577 names[count] = "boo.bin"; in test_fatfs_opendir_readdir_rewinddir()
588 TEST_ASSERT_EQUAL(0, strcasecmp(de->d_name, names[0])); in test_fatfs_opendir_readdir_rewinddir()
592 TEST_ASSERT_EQUAL(0, strcasecmp(de->d_name, names[3])); in test_fatfs_opendir_readdir_rewinddir()
596 TEST_ASSERT_EQUAL(0, strcasecmp(de->d_name, names[1])); in test_fatfs_opendir_readdir_rewinddir()
600 TEST_ASSERT_EQUAL(0, strcasecmp(de->d_name, names[2])); in test_fatfs_opendir_readdir_rewinddir()
636 const char* names[4]; in test_fatfs_opendir_readdir_rewinddir_utf_8() local
[all …]
/hal_espressif-2.7.6/components/freertos/test/
Dtest_freertos_debug_functions.c24 static char *names[NO_OF_QUEUES_TOTAL]; variable
34 names[i + offset] = calloc(QUEUE_NAME_MAX_LENGTH, sizeof(char)); in test_queue_registry_task()
35 sprintf(names[i + offset], "Queue%d%d", core, i); in test_queue_registry_task()
40 …vQueueAddToRegistry(handles[i + offset] , names[i + offset]); //Register queues to queue registry in test_queue_registry_task()
74 TEST_ASSERT(addr == names[i]) //Check vQueueAddToRegistry was successful
93 free(names[i]);
94 names[i] = NULL;
/hal_espressif-2.7.6/
D.pylintrc3 # A comma-separated list of package or module names from where C extensions may
11 # Add files or directories to the blacklist. They should be base names, not
16 # regex matches against base names, not paths.
32 # List of plugins (as comma separated values of python module names) to load,
223 # List of class names for which member attributes should not be checked (useful
225 # qualified names.
228 # List of module names for which member attributes should not be checked
231 # supports qualified module names, as well as Unix pattern matching.
234 # Show a hint with possible names when a member name was not found. The aspect
242 # The total number of similar names that should be taken in consideration when
[all …]
/hal_espressif-2.7.6/components/spiffs/test/
Dtest_spiffs.c230 const char* names[4]; in test_spiffs_opendir_readdir_rewinddir() local
239 names[count] = "1.txt"; in test_spiffs_opendir_readdir_rewinddir()
243 names[count] = "2.txt"; in test_spiffs_opendir_readdir_rewinddir()
247 names[count] = "inner/3.txt"; in test_spiffs_opendir_readdir_rewinddir()
251 names[count] = "boo.bin"; in test_spiffs_opendir_readdir_rewinddir()
262 TEST_ASSERT_EQUAL(0, strcasecmp(de->d_name, names[0])); in test_spiffs_opendir_readdir_rewinddir()
266 TEST_ASSERT_EQUAL(0, strcasecmp(de->d_name, names[3])); in test_spiffs_opendir_readdir_rewinddir()
270 TEST_ASSERT_EQUAL(0, strcasecmp(de->d_name, names[1])); in test_spiffs_opendir_readdir_rewinddir()
274 TEST_ASSERT_EQUAL(0, strcasecmp(de->d_name, names[2])); in test_spiffs_opendir_readdir_rewinddir()
398 char names[4][64]; in test_spiffs_concurrent() local
[all …]
/hal_espressif-2.7.6/components/efuse/
Defuse_table_gen.py113 names = [p.field_name for p in res]
114 duplicates = set(n for n in names if names.count(n) > 1)
132 names = [p.field_name for p in self]
133 duplicates = set(n for n in names if names.count(n) > 1)
/hal_espressif-2.7.6/tools/test_apps/build_system/embed_test/main/
DCMakeLists.txt3 # Test file names starting with a number, a letter and an underscore.
/hal_espressif-2.7.6/zephyr/esp32c3/src/linker/
Desp32c3.rom.alias.ld3 /* Consider using prefix in all names when adding it */
/hal_espressif-2.7.6/docs/en/api-reference/
Dkconfig.rst35 - Within any menu, option names should have a consistent prefix. The prefix length is currently set…
70 ``Kconfig`` option names. Old options are replaced by new ones in the ``sdkconfig`` file.
85names are upper case with underscores. When Kconfig generates sdkconfig and sdkconfig.h files, opt…
/hal_espressif-2.7.6/zephyr/esp32/src/linker/
Desp32.rom.alias.ld3 /* Consider using prefix in all names when adding it */
/hal_espressif-2.7.6/zephyr/esp32s2/src/linker/
Desp32s2.rom.alias.ld3 /* Consider using prefix in all names when adding it */
/hal_espressif-2.7.6/components/esp_rom/esp32s2/ld/
Desp32s2.rom.spiflash.ld2 * SPI flash driver function, compatibility names.
/hal_espressif-2.7.6/components/esp_rom/esp32s3/ld/
Desp32s3.rom.spiflash.ld2 * SPI flash driver function, compatibility names.
/hal_espressif-2.7.6/examples/cxx/rtti/
DREADME.md11 The example prints demangled type names of a few objects and functions, obtained from `typeinfo().n…
36 Type names of a few objects:
/hal_espressif-2.7.6/components/partition_table/
Dgen_esp32part.py184 names = [p.name for p in self]
185 duplicates = set(n for n in names if names.count(n) > 1)
364 for names in (t.keys() for t in SUBTYPES.values()):
365 all_subtype_names += names
/hal_espressif-2.7.6/docs/en/contribute/
Dcreating-examples.rst29 …`naming section of the style guide <style-guide-naming>`. (For non-static names which are only spe…
32 * Options in the example (like network names, addresses, etc) are not hard-coded. Use configuration…
Dstyle-guide.rst25names (non-static variables and functions) should be namespaced with a per-component or per-unit p…
232 * **Class and struct** names shall be written in ``CamelCase`` with a capital letter as beginning. …
356 - Use lowercase (``with_underscores``) for command, function, and macro names.
/hal_espressif-2.7.6/components/esp_rom/esp32/ld/
Desp32.rom.redefined.ld3 and different definitions for functions with the same names are provided.
Desp32.rom.syscalls.ld4 implementations of these functions, with same names.
/hal_espressif-2.7.6/components/esp_timer/test/
Dtest_esp_timer.c68 char* names[num_timers]; variable
71 asprintf(&names[i], "timer%d", i);
74 .name = names[i]
86 free(names[i]);
/hal_espressif-2.7.6/tools/idf_py_actions/
DREADME.md17 "names": ["--option-name"],
/hal_espressif-2.7.6/components/console/argtable3/
DLICENSE12 * Neither the name of STEWART HEITMANN nor the names of its contributors
/hal_espressif-2.7.6/tools/test_apps/protocols/mqtt/publish_connect_test/main/
DKconfig.projbuild52 # used to give symbolic names to test cases, which are then referenced from both
/hal_espressif-2.7.6/components/mdns/
DKconfig68 could not correctly resolve advertised names.
/hal_espressif-2.7.6/components/hal/
DREADME.md14 …n on which strategy to use. Code usually reside in source files with same names to header files wh…

1234