Home
last modified time | relevance | path

Searched full:quick (Results 1 – 25 of 867) sorted by relevance

12345678910>>...35

/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gedit/gedit/
H A D0001-fix-for-clang-18.patch5 ../plugins/quickhighlight/gedit-quick-highlight-plugin.c: In function ‘gedit_quick_highlight_plugin…
6 ../plugins/quickhighlight/gedit-quick-highlight-plugin.c:96:47: error: implicit declaration of func…
11 ../plugins/quickhighlight/gedit-quick-highlight-plugin.c:96:47: warning: nested extern declaration …
12 ../plugins/quickhighlight/gedit-quick-highlight-plugin.c:96:45: error: assignment to ‘GtkSourceStyl…
16 --- a/plugins/quickhighlight/gedit-quick-highlight-plugin.c 2024-02-20 08:11:47.925749255 +0100
17 +++ b/plugins/quickhighlight/gedit-quick-highlight-plugin.c 2024-02-20 08:12:16.218594067 +0100
21 style = gtk_source_style_scheme_get_style (style_scheme, "quick-highlight-match");
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dquicklinks.scss1 //Quick links block
2 .quick-links {
31 .quick-links__item {
75 .quick-links__label {
79 .quick-links__event-copy {
/openbmc/phosphor-webui/app/overview/controllers/
H A Dsystem-overview-controller.html95 <div class="quick-links">
96 …<a href="#/server-health/event-log/high" class="quick-links__item quick-links__events event-log__e…
99 <span class="inline quick-links__event-copy">
103 <dl class="quick-links__item no-icon">
104 <dt class="inline quick-links__label">BMC time</dt>
107 <div class="quick-links__item no-icon">
108 <p class="inline quick-links__label">
127 <a href="#/server-control/remote-console" class="quick-links__item">
128 <span class="inline quick-links__label">Serial over LAN console</span>
131 <a href="#/configuration/network" class="quick-links__item">
[all …]
/openbmc/openbmc/poky/bitbake/lib/simplediff/
H A D__init__.py43 >>> diff('The quick brown fox jumps over the lazy dog'.split(),
47 ('-', ['quick', 'brown', 'fox', 'jumps']),
131 >>> string_diff('The quick brown fox', 'The fast blue fox')
134 ('-', ['quick', 'brown']),
160 >>> html_diff('The quick brown fox', 'The fast blue fox')
161 'The <del>quick brown</del> <ins>fast blue</ins> fox'
185 >>> check_diff('The quick brown fox', 'Some quick brown car')
186 >>> check_diff('A thick red book', 'A quick blue book')
/openbmc/linux/Documentation/RCU/
H A DUP.rst51 Quick Quiz #1:
54 :ref:`Answers to Quick Quiz <answer_quick_quiz_up>`
84 Quick Quiz #2:
87 :ref:`Answers to Quick Quiz <answer_quick_quiz_up>`
108 Quick Quiz #3:
114 Answer to Quick Quiz #1:
122 Answer to Quick Quiz #2:
144 Answer to Quick Quiz #3:
H A Drcubarrier.rst165 Quick Quiz #1:
169 :ref:`Answer to Quick Quiz #1 <answer_rcubarrier_quiz_1>`
223 Quick Quiz #2:
227 :ref:`Answer to Quick Quiz #2 <answer_rcubarrier_quiz_2>`
265 Quick Quiz #3:
272 :ref:`Answer to Quick Quiz #3 <answer_rcubarrier_quiz_3>`
290 Answers to Quick Quizzes
295 Quick Quiz #1:
311 :ref:`Back to Quick Quiz #1 <rcubarrier_quiz_1>`
315 Quick Quiz #2:
[all …]
/openbmc/u-boot/test/
H A Drun4 # $1: tests to run (empty for all, 'quick' for quick ones only)
17 [ "$1" == "quick" ] && mark_expr="not slow"
44 [ "$1" == "quick" ] && skip=--skip-net-tests
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-kernel/wireguard/
H A Dwireguard-tools_1.0.20210914.bb18 PACKAGECONFIG ??= "bash-completion wg-quick"
21 PACKAGECONFIG[wg-quick] = "WITH_WGQUICK=yes,WITH_WGQUICK=no,,bash,,"
26 ${bindir}/wg-quick \
/openbmc/openbmc/poky/documentation/test-manual/
H A Dtest-process.rst21 "quick". On the Autobuilder, these can be seen as "a-quick" and
32 of quick or full would depend on the type of changes and the speed with
47 The "quick" targets have been selected to be the ones which catch the
49 this case for example but not the ones which take a long time. The quick
/openbmc/qemu/scripts/
H A Dmtest2make.py17 self.speeds = ['quick']
20 return [base if speed == 'quick' else f'{base}-{speed}' for speed in self.speeds]
24 SPEED = quick
26 .speed.quick = $(foreach s,$(sort $(filter-out %-slow %-thorough, $1)), --suite $s)
32 ifneq ($(SPEED), quick)
/openbmc/docs/
H A DREADME.md22 - [cheatsheet.md](cheatsheet.md): Quick reference for some common development
48 - [REDFISH-cheatsheet.md](REDFISH-cheatsheet.md): Quick reference for some
51 - [REST-cheatsheet.md](REST-cheatsheet.md): Quick reference for some common
/openbmc/qemu/tests/qemu-iotests/
H A Dmeson.build22 'qcow2': 'quick',
38 if speed == 'quick'
45 if speed == 'quick'
/openbmc/telemetry/
H A DREADME.md30 using meson follow the quick guide to install meson`[6]` and then run below
63 6. [Meson-Quick-Guide](https://mesonbuild.com/Quick-guide.html)
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/
H A Dpon3 if [ "$1" = "quick" ]
5 touch /var/run/ppp-quick
H A Dpoff21 if [ -r /var/run/ppp-quick ]
23 rm -f /var/run/ppp-quick
/openbmc/linux/Documentation/i2c/
H A Di2c-stub.rst9 types of SMBus commands: write quick, (r/w) byte, (r/w) byte data, (r/w)
16 quick commands to the specified addresses; it will respond to the other
52 value 0x1f0000 would only enable the quick, byte and byte data
/openbmc/linux/drivers/media/platform/intel/
H A DKconfig6 tristate "PXA27x Quick Capture Interface driver"
14 This is a v4l2 driver for the PXA27x Quick Capture Interface
/openbmc/qemu/tests/functional/
H A Dmeson.build2 # Tests that are put in the 'quick' category are run by default during
234 foreach speed : ['quick', 'thorough']
252 if speed == 'quick'
253 suites = ['func-quick', 'func-' + target_base]
/openbmc/qemu/tests/docker/
H A Dtest-build3 # Quick compile test without the make check step of test-quick.
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/places/
H A Dxfce4-places-plugin_1.8.3.bb1 SUMMARY = "Menu for quick access to folders, documents and removable media"
2 DESCRIPTION = "Panel plugin displaying menu with quick access to folders, documents and removable m…
/openbmc/linux/Documentation/rust/
H A Dindex.rst7 in the kernel, please read the quick-start.rst guide.
20 quick-start
/openbmc/linux/Documentation/crypto/
H A Ddescore-readme.rst125 des iteration; above, Quick (64k) takes 21 and Small (2k) takes 37.
287 - 9-127 (may not be able to use CISC shift immediate or add/sub quick),
342 call this before using any other routine with ``Quick`` in its name.
369 Des{Small|Quick}{Fips|Core}{Encrypt|Decrypt}(d, m, s)
381 Fips slows down Quick by 10%, Small by 9%.
383 Small|Quick determines whether you use the normal routine
384 or the crazy quick one which gobbles up 64k more of memory.
385 Small is 50% slower then Quick, but Quick needs 32 times as much
386 memory. Quick is included for programs that do nothing but DES,
/openbmc/linux/tools/perf/Documentation/
H A DMakefile309 # quick-install: quick-install-man
311 # quick-install-man:
312 # '$(SHELL_PATH_SQ)' ./install-doc-quick.sh $(DOC_REF) $(DESTDIR)$(mandir)
314 #quick-install-html:
315 # '$(SHELL_PATH_SQ)' ./install-doc-quick.sh $(HTML_REF) $(DESTDIR)$(htmldir)
/openbmc/openbmc/meta-raspberrypi/
H A DREADME.md25 ## Quick links
61 ## Quick Start
70 ## Quick Start with kas
/openbmc/openbmc/meta-raspberrypi/docs/
H A Dreadme.md25 ## Quick links
61 ## Quick Start
70 ## Quick Start with kas

12345678910>>...35