Home
last modified time | relevance | path

Searched refs:parsing (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/docs/details/libs/
Dsvg.rst18 If you need support SVG animation attribute parsing,
/lvgl-latest/src/libs/expat/
Dxmlparse.c1255 parser->m_parsingStatus.parsing = XML_INITIALIZED; in parserInit()
1336 if (parser->m_parsingStatus.parsing == XML_PARSING in XML_SetEncoding()
1337 || parser->m_parsingStatus.parsing == XML_SUSPENDED) in XML_SetEncoding()
1616 if (parser->m_parsingStatus.parsing == XML_PARSING in XML_UseForeignDTD()
1617 || parser->m_parsingStatus.parsing == XML_SUSPENDED) in XML_UseForeignDTD()
1632 if (parser->m_parsingStatus.parsing == XML_PARSING in XML_SetReturnNSTriplet()
1633 || parser->m_parsingStatus.parsing == XML_SUSPENDED) in XML_SetReturnNSTriplet()
1902 if (parser->m_parsingStatus.parsing == XML_PARSING in XML_SetParamEntityParsing()
1903 || parser->m_parsingStatus.parsing == XML_SUSPENDED) in XML_SetParamEntityParsing()
1920 if (parser->m_parsingStatus.parsing == XML_PARSING in XML_SetHashSalt()
[all …]
Dexpat.h849 enum XML_Parsing parsing; member
913 enum XML_ParamEntityParsing parsing);
/lvgl-latest/docs/details/integration/os/yocto/
Dcore_components.rst11 BitBake handles the parsing and execution of the data files. The data
34 responsible for parsing the Metadata, generating a list of tasks from it, and
/lvgl-latest/docs/details/debugging/
Dprofiler.rst159 If the log parsing is successful, you will see the following screen:
221 Perfetto log parsing fails
/lvgl-latest/docs/details/widgets/
Dlottie.rst10 The Lottie Widget is capable of parsing, rasterizing, and playing `Lottie animations <https://lotti…
/lvgl-latest/docs/
DREADME.md70 …inx](https://www.sphinx-doc.org/en/master/) and its underlying [docutils parsing engine](https://d…
DDoxyfile334 # enable parsing support.
1036 # clang parser (see: http://clang.llvm.org/) for more accurate parsing at the
1046 # If clang assisted parsing is enabled you can provide the compiler with command
DCHANGELOG.rst59 - **feat(libpng): add parsing variable to libpng** `6553 <https://github.com/lvgl/lvgl/pull/6553>`__