Home
last modified time | relevance | path

Searched refs:process (Results 1 – 25 of 30) sorted by relevance

12

/lvgl-latest/tests/micropy_test/
D__init__.py84 process: subprocess.Popen = None variable in MicroPython_Test
89 if cls.process is None:
93 cls.process.stdin.write(cmd)
94 cls.process.stdin.flush()
110 char = cls.process.stdout.read(1)
156 cls.process = subprocess.Popen(
180 if cls.process is not None:
185 if not cls.process.stdin.closed:
186 cls.process.stdin.close()
188 os.killpg(os.getpgid(cls.process.pid), signal.SIGTERM)
[all …]
/lvgl-latest/scripts/gen_json/
Dpycparser_monkeypatch.py91 def process(self): member in ArrayDecl
92 self.type.process()
139 def process(self): member in Constant
169 def process(self): member in Decl
170 self.type.process()
290 def process(self): member in EllipsisParam
331 def process(self): member in Enum
347 item.process()
436 def process(self): member in Enumerator
513 def process(self, indent): member in EnumeratorList
[all …]
/lvgl-latest/docs/details/integration/os/buildroot/
Dimage_generation.rst6 introduced. The process outlined here can be adapted for use with
94 process will generate:
101 an (almost) empty folder named ``output`` is created, as the build process has
135 the ``build`` folder, where the build process takes place. It includes files
137 as part of the build process.
146 process for the target.
Dindex.rst8 process of building a complete and bootable Linux environment for an embedded
Dlvgl_app.rst135 the root filesystem of the target image during the build process. It is a way
/lvgl-latest/examples/others/observer/
Dindex.rst26 Firmware update process
/lvgl-latest/docs/details/integration/os/yocto/
Dindex.rst16 This section objective is to ease to process of understanding the basic
Dcore_components.rst51 So, to process the ``matchbox-desktop_1.2.3.bb`` recipe file, you might
112 variables that govern the OpenEmbedded build process. These files fall
Dlvgl_recipe.rst8 using LVGL. While the process will be demonstrated for the Raspberry Pi 3
197 build process.
225 management during the build process.
227 The sysroot-components directory helps optimize the build process because if
259 process. It is where the actual building and compiling of individual packages
391 the source code during the build process.
572 simplifies the process of setting up a development environment.
Dterms_and_variables.rst80 places generated objects during a recipe's build process. By default, this
/lvgl-latest/src/draw/sw/blend/neon/
Dlv_blend_neon.S483 .macro process len, src_bpp, dst_bpp, mask, opa, mode macro
558 process 7, \src_bpp, \dst_bpp, \mask, \opa, \mode
561 process 6, \src_bpp, \dst_bpp, \mask, \opa, \mode
566 process 5, \src_bpp, \dst_bpp, \mask, \opa, \mode
569 process 4, \src_bpp, \dst_bpp, \mask, \opa, \mode
576 process 3, \src_bpp, \dst_bpp, \mask, \opa, \mode
579 process 2, \src_bpp, \dst_bpp, \mask, \opa, \mode
582 process 1, \src_bpp, \dst_bpp, \mask, \opa, \mode
629 process 8, \src_bpp, \dst_bpp, \mask, \opa, \mode
/lvgl-latest/docs/details/debugging/
Dvg_lite_tvg.rst10 It has been integrated into the CI automated compilation and testing process to ensure that the VG-…
/lvgl-latest/docs/details/base-widget/
Devent.rst25 The user can assign callback functions to a widget to process events.
165 - :cpp:enumerator:`LV_EVENT_READY`: A process has finished
166 - :cpp:enumerator:`LV_EVENT_CANCEL`: A process has been cancelled
/lvgl-latest/docs/details/other-components/
Dgridnav.rst26 the Widget so that gridnav can process the arrow keys.
Dime_pinyin.rst39 In the process of using the Pinyin input method plug-in, you can change
Dxml.rst131 These registration functions process the XML data and save some relevant data internally.
260 A widget XML process can be registered like
/lvgl-latest/docs/details/integration/os/
Dqnx.rst12 stack, and various other drivers each running in its own process with a separate
Dnuttx.rst58 Linux and NuttX you can reduce this process and just test everything
/lvgl-latest/docs/
DREADME.md119 - **must** be followed by at least one blank line for the doc-generation logic to process it correc…
241 …st 1 blank line. This is mandatory for the documentation-generation logic to process it correctly.
DCONTRIBUTING.rst162 LVGL project, we apply a process called DCO (Developer's Certificate of
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dthreading.rst23 - each task (or process),
280 …lv_timer_handler(); /* Call `lv_timer_handler()` manually to process the wake-up eve…
/lvgl-latest/docs/details/integration/driver/
Dwayland.rst124 Causing the driver to wait until the arrival of any message on the wayland socket, the process is i…
/lvgl-latest/docs/details/integration/chip/
Despressif.rst89 The process is described in details below, using ``SPIFFS`` as demonstration.
Dalif.rst23 has a nearly identical setup process
/lvgl-latest/docs/details/widgets/
Dtextarea.rst212 Normally you won't need these since Text Area automates the text selection process,

12