Home
last modified time | relevance | path

Searched refs:example (Results 1 – 25 of 2385) sorted by relevance

12345678910>>...96

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/cmocka/
H A Dcmocka_1.1.5.bb24 install -d ${D}${datadir}/${BPN}/example
25 install -d ${D}${datadir}/${BPN}/example/mock/chef_wrap
26 install -d ${D}${datadir}/${BPN}/example/mock/uptime
28 install -m 0755 ${B}/example/*_test ${D}/${datadir}/${BPN}/example
29 …install -m 0755 ${B}/example/mock/chef_wrap/waiter_test_wrap ${D}/${datadir}/${BPN}/example/mock/c…
30 install -m 0755 ${B}/example/mock/uptime/uptime ${D}/${datadir}/${BPN}/example/mock/uptime
31 install -m 0755 ${B}/example/mock/uptime/test_uptime ${D}/${datadir}/${BPN}/example/mock/uptime
32 …install -m 0644 ${B}/example/mock/uptime/libproc_uptime.so ${D}/${datadir}/${BPN}/example/mock/lib…
42 FILES:${PN}-examples = "${datadir}/${BPN}/example"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/
H A DMakefile.am.patch13example.conf example-pgpow.conf example-dhs.conf example-dyndns.conf example-ods.conf example-tzo.…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_placeicon.qml52 qmlIconSingleUrl.parameters.singleUrl = "http://example.com/icon.png"
55 compare(u, "http://example.com/icon.png");
58 compare(u, "http://example.com/icon.png");
78 qmlIconParams.parameters.s = "http://example.com/icon_small.png"
79 qmlIconParams.parameters.m = "http://example.com/icon_medium.png"
80 qmlIconParams.parameters.l = "http://example.com/icon_large.png"
82 compare(qmlIconParams.url(Qt.size(10, 10)), "http://example.com/icon_small.png");
83 compare(qmlIconParams.url(Qt.size(20, 20)), "http://example.com/icon_small.png");
84 compare(qmlIconParams.url(Qt.size(24, 24)), "http://example.com/icon_small.png");
85 compare(qmlIconParams.url(Qt.size(25, 25)), "http://example.com/icon_medium.png");
[all …]
/OK3568_Linux_fs/kernel/samples/
H A DKconfig17 This build trace event example modules.
27 tristate "Build register_ftrace_direct() example"
31 This builds an ftrace direct function example
54 This build several kprobes example modules.
57 tristate "Build kretprobes example -- loadable modules only"
65 This builds kernel hardware breakpoint example modules.
78 tristate "Build kdb command example -- loadable modules only"
81 Build an example of how to dynamically add the hello
149 tristate "Build VFIO mtty example mediated device sample code -- loadable modules only"
156 tristate "Build VFIO mdpy example mediated device sample code -- loadable modules only"
[all …]
/OK3568_Linux_fs/buildroot/package/libnfc/
H A D0001-autotools-make-example-build-optional.patch4 Subject: [PATCH] autotools: make example build optional
6 This patch makes example build optional for autotools build system.
8 In order to keep the former behavior, example build is enabled by default.
12 https://git.buildroot.net/buildroot/tree/package/libnfc/0001-build-systems-make-example-build-optio…
49 +AC_ARG_ENABLE([example],AS_HELP_STRING([--enable-example],[Enable example build.]),[enable_example…
51 +AC_MSG_CHECKING(for example build)
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A Dldflags-tests.patch20 example$(EXE): example.o $(STATICLIB)
21 - $(CC) $(CFLAGS) -o $@ example.o $(TEST_LDFLAGS)
22 + $(CC) $(CFLAGS) -o $@ example.o $(TEST_LDFLAGS) $(STATICLIB)
28 examplesh$(EXE): example.o $(SHAREDLIBV)
29 - $(CC) $(CFLAGS) -o $@ example.o -L. $(SHAREDLIBV)
30 + $(CC) $(CFLAGS) -o $@ example.o $(TEST_LDFLAGS) $(SHAREDLIBV)
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A Dsubmitting-patches.rst367 Signed-off-by: Random J Developer <random@developer.example.org>
382 Signed-off-by: Random J Developer <random@developer.example.org>
383 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
384 Signed-off-by: Lucky K Maintainer <lucky@maintainer.example.org>
443 Co-developed-by: First Co-Author <first@coauthor.example.org>
444 Signed-off-by: First Co-Author <first@coauthor.example.org>
445 Co-developed-by: Second Co-Author <second@coauthor.example.org>
446 Signed-off-by: Second Co-Author <second@coauthor.example.org>
447 Signed-off-by: From Author <from@author.example.org>
451 From: From Author <from@author.example.org>
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2023-23914_5-5.patch89 …%PROXYPORT --hsts log/hsts%TESTNUMBER http://this.hsts.example./%TESTNUMBER http://another.example
96 +GET http://this.hsts.example./%TESTNUMBER HTTP/1.1
97 +Host: this.hsts.example.
102 +GET http://another.example.com/%TESTNUMBER0002 HTTP/1.1
103 +Host: another.example.com
113 +this.hsts.example "20330525 03:33:20"
114 +another.example.com "20330727 03:33:20"
/OK3568_Linux_fs/kernel/samples/kfifo/
H A DMakefile2 obj-$(CONFIG_SAMPLE_KFIFO) += bytestream-example.o dma-example.o inttype-example.o record-example.o
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dbpftool-gen.rst80 **example.o**, BPF object name will be **example**. The
133 **$ cat example.c**
172 This is example BPF application with two BPF programs and a mix of BPF maps
175 **$ bpftool gen skeleton example.o**
188 struct example {
219 static void example__destroy(struct example *obj);
220 static inline struct example *example__open_opts(
222 static inline struct example *example__open();
223 static inline int example__load(struct example *obj);
224 static inline struct example *example__open_and_load();
[all …]
/OK3568_Linux_fs/kernel/Documentation/dev-tools/kunit/
H A Dstart.rst89 If you'd rather not use the KUnit Wrapper (if, for example, you need to
126 ``drivers/misc/example.h`` with the contents:
132 create a file ``drivers/misc/example.c``:
138 #include "example.h"
150 bool "My example"
156 obj-$(CONFIG_MISC_EXAMPLE) += example.o
159 ``drivers/misc/example-test.c``:
164 #include "example.h"
189 .name = "misc-example",
199 bool "Test for my example"
[all …]
/OK3568_Linux_fs/kernel/tools/testing/ktest/examples/
H A DREADME1 This directory contains example configs to use ktest for various tasks.
10 crosstests.conf - this config shows an example of testing a git repo against
16 test.conf - A generic example of a config. This is based on an actual config
19 kvm.conf - A example of a config that is used to test a virtual guest running
22 snowball.conf - An example config that was used to demo ktest.pl against
26 included into other configs. This is a real use example that shows how
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/musicplayer/doc/src/
H A Dqtwinextras-musicplayer.qdoc29 \example musicplayer
35 \image qtwinextras-musicplayer-composited.png Screenshot of the Music Player example
37 The Music Player example demonstrates how to use the various features
40 \note The example uses QMediaPlayer from the QtMultimedia module to play
46 The example uses Windows DWM (Desktop Window Manager) features to visually
50 The example applies a different look based on whether composition is enabled
55 following screenshot illustrates how the Music Player example looks when
58 \image qtwinextras-musicplayer-non-composited.png Screenshot of the Music Player example
74 The example application respects the user's composition settings, reacts
84 The example creates a custom jump list to provide the user with fast
[all …]
/OK3568_Linux_fs/app/forlinx/forlinx_qt/musicplayer/doc/src/
H A Dqtwinextras-musicplayer.qdoc29 \example musicplayer
35 \image qtwinextras-musicplayer-composited.png Screenshot of the Music Player example
37 The Music Player example demonstrates how to use the various features
40 \note The example uses QMediaPlayer from the QtMultimedia module to play
46 The example uses Windows DWM (Desktop Window Manager) features to visually
50 The example applies a different look based on whether composition is enabled
55 following screenshot illustrates how the Music Player example looks when
58 \image qtwinextras-musicplayer-non-composited.png Screenshot of the Music Player example
74 The example application respects the user's composition settings, reacts
84 The example creates a custom jump list to provide the user with fast
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/musicplayer/doc/src/
H A Dqtwinextras-musicplayer.qdoc29 \example musicplayer
35 \image qtwinextras-musicplayer-composited.png Screenshot of the Music Player example
37 The Music Player example demonstrates how to use the various features
40 \note The example uses QMediaPlayer from the QtMultimedia module to play
46 The example uses Windows DWM (Desktop Window Manager) features to visually
50 The example applies a different look based on whether composition is enabled
55 following screenshot illustrates how the Music Player example looks when
58 \image qtwinextras-musicplayer-non-composited.png Screenshot of the Music Player example
74 The example application respects the user's composition settings, reacts
84 The example creates a custom jump list to provide the user with fast
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/musicplayer/doc/src/
H A Dqtwinextras-musicplayer.qdoc29 \example musicplayer
35 \image qtwinextras-musicplayer-composited.png Screenshot of the Music Player example
37 The Music Player example demonstrates how to use the various features
40 \note The example uses QMediaPlayer from the QtMultimedia module to play
46 The example uses Windows DWM (Desktop Window Manager) features to visually
50 The example applies a different look based on whether composition is enabled
55 following screenshot illustrates how the Music Player example looks when
58 \image qtwinextras-musicplayer-non-composited.png Screenshot of the Music Player example
74 The example application respects the user's composition settings, reacts
84 The example creates a custom jump list to provide the user with fast
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/go-examples/
H A Dgo-helloworld_0.1.bb1 DESCRIPTION = "This is a simple example recipe that cross-compiles a Go program."
8 SRC_URI = "git://go.googlesource.com/example;branch=master;protocol=https"
12 GO_IMPORT = "golang.org/x/example"
19 # This is just to make clear where this example is
/OK3568_Linux_fs/u-boot/tools/env/
H A Dfw_env.config9 # NOR example
14 # MTD SPI-dataflash example
19 # NAND example
25 # Block device example
29 # VFAT example
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/
H A D0002-Don-t-execute-processes-as-a-specific-user.patch11 systemd/dlt-example-user.service.cmake | 1 -
45 diff --git a/systemd/dlt-example-user.service.cmake b/systemd/dlt-example-user.service.cmake
47 --- a/systemd/dlt-example-user.service.cmake
48 +++ b/systemd/dlt-example-user.service.cmake
54 …ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-example-user "Hallo from GENIVI DLT example user applicat…
/OK3568_Linux_fs/kernel/tools/testing/kunit/test_data/
H A Dtest_is_test_passed-failure.log23 # Subtest: example
27 # example_simple_test: EXPECTATION FAILED at lib/kunit/example-test.c:30
36 kunit example: one or more tests failed
37 not ok 2 - example
/OK3568_Linux_fs/buildroot/package/libuwsc/
H A D0001-CMakeLists.txt-add-BUILD_EXAMPLE.patch6 Allow the user to disable example
23 +option(BUILD_EXAMPLE "Build example" ON)
28 -add_subdirectory(example)
30 + add_subdirectory(example)
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/
H A D0001-testsuite-use-www.example.org-for-wget-test-cases.patch4 Subject: [PATCH] testsuite: use www.example.org for wget test cases
6 Use example.org instead of google.com to make sure it's
28 +busybox wget -q -O index.html -P foo http://www.example.org/
38 +busybox wget http://www.example.org
47 +busybox wget -q -O foo http://www.example.org/
58 +busybox wget -q -P foo http://www.example.org/
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst22 The following example sets ``VARIABLE`` to "value". This assignment
109 variable assignments over multiple lines, as in the following example::
119 Consider this additional example where the two assignments both assign
152 of the referenced variables. The following example should clarify this
169 exist, the string is kept as is. For example, given the following
181 if the variable has a value. Here is an example::
201 any previously defined weak default value. Here is an example::
251 In this example, ``A`` contains "test 123", even though the final value
336 Surrounding spaces and spacing are preserved. Here is an example::
359 override style operators provide guaranteed operations. For example,
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/
H A Dremove-fuzz-from-ptests.patch26 -SUBDIRS = include . doc example fuzz xstc $(PYTHON_SUBDIR)
27 +SUBDIRS = include . doc example xstc $(PYTHON_SUBDIR)
29 -DIST_SUBDIRS = include . doc example fuzz python xstc
30 +DIST_SUBDIRS = include . doc example python xstc
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Ddevlink-resource.rst14 For example, the ``netdevsim`` driver enables ``/IPv4/fib`` and
23 specify the path of the resource. For example ``/IPv4/fib`` is the id for
26 example usage
29 The resources exposed by the driver can be observed, for example:
49 attribute, which represents the pending change in size. For example:

12345678910>>...96