Searched refs:match (Results 1 – 20 of 20) sorted by relevance
| /lvgl-latest/scripts/ |
| D | properties.py | 51 match = re.match(pattern, line) 52 if match: 55 match.group(1).lower(), 56 match.group(2).lower(), match.group(3), match.group(4), 63 match = re.match(pattern, line) 64 if match: 65 name = match.group(1).upper() 68 match.group(1).lower(), "style", 69 match.group(2), id)
|
| D | trace_filter.py | 44 for match in matches: 45 f.write(match[0] + '\n')
|
| D | update_version.py | 26 if not re.match(r'^' + self.RE_PATTERN + r'$', user_input):
|
| /lvgl-latest/src/libs/lz4/ |
| D | lz4.c | 1000 const BYTE* match; in LZ4_compress_generic_validated() local 1018 match = LZ4_getPositionOnHash(h, cctx->hashTable, tableType); in LZ4_compress_generic_validated() 1022 } while ( (match+LZ4_DISTANCE_MAX < ip) in LZ4_compress_generic_validated() 1023 || (LZ4_read32(match) != LZ4_read32(ip)) ); in LZ4_compress_generic_validated() 1048 match = dictBase + matchIndex; in LZ4_compress_generic_validated() 1052 match = base + matchIndex; in LZ4_compress_generic_validated() 1060 match = dictBase + matchIndex; in LZ4_compress_generic_validated() 1063 match = base + matchIndex; in LZ4_compress_generic_validated() 1067 match = base + matchIndex; in LZ4_compress_generic_validated() 1081 if (LZ4_read32(match) == LZ4_read32(ip)) { in LZ4_compress_generic_validated() [all …]
|
| /lvgl-latest/docs/ |
| D | build.py | 589 match = major_re.search(line) 590 if match is not None: 591 major = match[1] 593 match = minor_re.search(line) 594 if match is not None: 595 minor = match[1]
|
| D | README.md | 59 …t.rst") and compares this with code-element names found by Doxygen. If a match is found, then it … 63 …the .RST file you are creating, ensure the stem of the file name DOES NOT match any code-element n…
|
| D | Doxyfile | 325 # tag to YES in order to let doxygen match functions declarations and 613 # type resolution of all parameters of a function it will reject a match between 616 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still 617 # accept a match between prototype and implementation in such cases. 916 # filter if there is a match. The filters are a list of the form: pattern=filter 919 # patterns match the file name, INPUT_FILTER is applied.
|
| D | CHANGELOG.rst | 346 - **fix(demos): update README to match lv_demos.c** `5939 <https://github.com/lvgl/lvgl/pull/5939>`…
|
| /lvgl-latest/docs/details/libs/ |
| D | bmp.rst | 37 - The BMP files color format needs to match with :c:macro:`LV_COLOR_DEPTH`.
|
| /lvgl-latest/docs/details/widgets/ |
| D | imagebutton.rst | 16 repeated to match the width of the Widget.
|
| D | canvas.rst | 75 color format of the buffer and Canvas need to match.
|
| D | scale.rst | 111 rotate the major-tick labels to match the rotation of the major ticks using 121 Some labels of the Scale might be drawn upside down (to match the tick) if the Scale includes a cer…
|
| /lvgl-latest/docs/details/integration/driver/display/ |
| D | st_ltdc.rst | 17 match the LTDC layer's color format. Use STM32CubeIDE
|
| D | lcd_stm32_guide.rst | 242 /* Set the SPI in 16-bit mode to match endianness */
|
| /lvgl-latest/docs/details/integration/driver/ |
| D | opengles.rst | 204 The textures are retrieved from the cache and reused when there is a match.
|
| D | wayland.rst | 150 each build to ensure that the correct versions are generated, they must match the version of the ``…
|
| /lvgl-latest/docs/details/integration/chip/ |
| D | espressif.rst | 47 Adjust the ``^9.*`` part to match your LVGL version requirement. More information on version specif…
|
| D | alif.rst | 174 You may also need to set ``BOARD_ILI9806E_PANEL_VARIANT`` if the default does not match yours.
|
| /lvgl-latest/docs/details/base-widget/styles/ |
| D | style.rst | 141 will be red because a perfect match is found in the most recently added 143 match because it describes the current state perfectly, so the button
|
| /lvgl-latest/docs/details/main-components/ |
| D | display.rst | 249 - :cpp:enumerator:`LV_DISPLAY_RENDER_MODE_DIRECT` The buffer size(es) must match 256 - :cpp:enumerator:`LV_DISPLAY_RENDER_MODE_FULL` The buffer size(es) must match
|