Home
last modified time | relevance | path

Searched refs:app (Results 1 – 12 of 12) sorted by relevance

/doc/extensions/
A Dlast_updated.py106 if app.config.last_updated_git_path is None:
107 app.config.last_updated_git_path = [app.srcdir]
122 app.disconnect(app.listener_id)
125 app.config.last_updated_git_path = last_updated_git_path_abs
132 if app.config.html_last_updated_fmt is None:
135 date_fmt = app.config.html_last_updated_fmt
145 \n {app.config.last_updated_git_path}\n')
152 def setup(app): argument
153 app.logger = logging.getLogger(__name__)
154 app.add_config_value('last_updated_git_path', None, 'html')
[all …]
A Dhtml_redirects.py42 def setup(app): argument
43 app.add_config_value('html_redirect_pages', [], 'html')
44 app.connect('build-finished', create_redirect_pages)
54 def create_redirect_pages(app, docname): argument
55 if not isinstance(app.builder, StandaloneHTMLBuilder):
58 for (old_url, new_url) in app.config.html_redirect_pages:
63 new_url = app.builder.get_relative_uri(old_url, new_url)
64 out_file = app.builder.get_outfilename(old_url)
A Dkerneldoc.py142 def setup(app): argument
143 app.add_config_value('kerneldoc_bin', None, 'env')
144 app.add_config_value('kerneldoc_srctree', None, 'env')
145 app.add_config_value('kerneldoc_verbosity', 1, 'env')
147 app.add_directive('kernel-doc', KernelDocDirective)
A Deager_only.py32 env.app.builder.tags.add('TRUE')
34 if not env.app.builder.tags.eval_condition(self.arguments[0]):
44 def setup(app): argument
A Dlink_roles.py34 def setup(app): argument
39 app.add_role('acrn_file', autolink('{}/blob/{}/%s'.format(baseurl, rev)))
40 app.add_role('acrn_raw', autolink('{}/raw/{}/%s'.format(baseurl, rev)))
/doc/
A Dconf.py233 def setup(app): argument
237 app.add_stylesheet("acrn-custom.css")
238 app.add_javascript("https://www.googletagmanager.com/gtag/js?id=UA-831873-64")
240 app.add_javascript("acrn-custom.js")
242 app.add_css_file("acrn-custom.css")
246 app.add_js_file("acrn-custom.js")
A Dtry.rst18 getting-started/sample-app
/doc/developer-guides/hld/
A Dhld-trace-log.rst52 - **ACRNTrace userland app**: Userland application collecting trace data to
57 userland app to retrieve trace data from sbuf
97 until sbuf is full, which can happen easily if the ACRNTrace app is not
132 - **ACRN Log app**: Userland application collecting hypervisor log to
136 Service VM and HV, and provides a dev node for the userland app to
201 userspace app to read one sbuf element.
A Divshmem-hld.rst224 any third-party or native app stores.
/doc/getting-started/
A Dsample-app.rst101 ``rtApp`` app in the RT VM reads the output from the cyclictest program and
103 the ``userApp`` app receives the data and formats it for presentation using the
104 ``histapp.py`` Python app.
115 specific version of the hypervisor that you should use for the sample app's
156 ready to launch as an ACRN user VM with the HMI parts of the sample app
166 branch of ``acrn-kernel`` for the sample app's RT VM::
/doc/tutorials/
A Drealtime_performance_tuning.rst49 Time point ``now`` is the actual point at which the cyclictest app is woken up
/doc/release_notes/
A Drelease_notes_3.2.rst159 - :acrn-issue:`8352` - Sample app fails to build for v3.2 RC1

Completed in 25 milliseconds