Searched full:example (Results 1 – 25 of 6745) sorted by relevance
12345678910>>...270
16 # ./device/rockchip/common/build-hooks/example.sh -h18 # Usage: ./device/rockchip/common/build-hooks/example.sh [OPTIONS]47 # cleanup example74 # init hook for /XXX/device/rockchip/common/build-hooks/example.sh - dummy75 # Running example.sh - init-example dummy succeeded.76 # init hook for /XXX/device/rockchip/common/build-hooks/example.sh - default77 # Running example.sh - init-example default succeeded.92 # pre-build hook for /XXX/device/rockchip/common/build-hooks/example.sh - default93 # Running example.sh - pre-build-example default succeeded.94 # pre-build hook for /XXX/device/rockchip/common/build-hooks/example.sh - A[all …]
24 install -d ${D}${datadir}/${BPN}/example25 install -d ${D}${datadir}/${BPN}/example/mock/chef_wrap26 install -d ${D}${datadir}/${BPN}/example/mock/uptime28 install -m 0755 ${B}/example/*_test ${D}/${datadir}/${BPN}/example29 …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/uptime31 install -m 0755 ${B}/example/mock/uptime/test_uptime ${D}/${datadir}/${BPN}/example/mock/uptime32 …install -m 0644 ${B}/example/mock/uptime/libproc_uptime.so ${D}/${datadir}/${BPN}/example/mock/lib…42 FILES:${PN}-examples = "${datadir}/${BPN}/example"
17 This build trace event example modules.27 tristate "Build register_ftrace_direct() example"31 This builds an ftrace direct function example54 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 hello149 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 …]
... /ls.h vsftpd-3.0.5/EXAMPLE/ vsftpd-3.0.5/EXAMPLE/INTERNET_SITE_NOINETD ...
13 …example.conf example-pgpow.conf example-dhs.conf example-dyndns.conf example-ods.conf example-tzo.…
145 Example::155 Example::185 Example::203 Example::208 Note: In this example $(CONFIG_ISDN_PPP_BSDCOMP) evaluates to 'm'216 Example::222 In this example, the module name will be isdn.o. Kbuild will230 Example::239 In this example, xattr.o, xattr_user.o and xattr_trusted.o are only272 Example::[all …]
52 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 …]
35 div.example {margin-left: 3.2em}80 ‘<samp>ha</samp>’. For example:82 <div class="example">83 <pre class="example">l.movhi r5, hi(symbol)96 These are mostly used when assembling PIC code. For example, the100 <div class="example">101 <pre class="example">l.jal 0x8109 operand inside of ‘<samp>got</samp>’. For example, assuming the GOT base is in112 <div class="example">113 <pre class="example">l.lwz r19, got(a)(r17)[all …]
35 div.example {margin-left: 3.2em}80 using ‘<samp>%lox</samp>’. For example:82 <div class="example">83 <pre class="example">sethi %hi(symbol), %g1113 model. Here is an example abs34 address generation sequence:115 <div class="example">116 <pre class="example">sethi %h34(symbol), %g1124 These are mostly used when assembling PIC code. For example, the128 <div class="example">129 <pre class="example">sethi %pc22(_GLOBAL_OFFSET_TABLE_-4), %l7[all …]
9 "vcs_url":"git://example.com/example.git",10 "detail":"[ git://example.com/example.git | master ]",13 "name":"meta-example"20 "vcs_url":"git://example.com/example.git",21 "detail":"[ git://example.com/example.git | master ]",24 "name":"meta-example-two"29 "vcs_url":"git://example.com/example.git",30 "detail":"[ git://example.com/example.git | master ]",33 "name":"meta-example-three"
22 The following example sets ``VARIABLE`` to "value". This assignment109 variable assignments over multiple lines, as in the following example::119 Consider this additional example where the two assignments both assign152 of the referenced variables. The following example should clarify this169 exist, the string is kept as is. For example, given the following181 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 value336 Surrounding spaces and spacing are preserved. Here is an example::359 override style operators provide guaranteed operations. For example,[all …]
4 Hello World Example10 The simplest example commonly used to demonstrate any new programming12 World <http://en.wikipedia.org/wiki/Hello_world_program>`__" example.69 for the BitBake binary to the ``PATH``. Here is an example that adds the78 The Hello World Example82 example utilizing task and layer concepts. Because this is how modern84 example provides an excellent starting point for understanding BitBake.86 To help you understand how to use BitBake to build targets, the example88 fail and report problems. The example progresses by adding pieces to the90 example.[all …]
63 # Create the example from templates/example.bb64 example_template = read_template('example.bb')65 example = os.path.join(layerdir, 'recipes-' + args.examplerecipe, args.examplerecipe)66 bb.utils.mkdirhier(example)67 with open(os.path.join(example, args.examplerecipe + '_%s.bb') % args.version, 'w') as fd:77 …eate_layer.add_argument('--example-recipe-name', '-e', dest='examplerecipe', default='example', he…78 …eate_layer.add_argument('--example-recipe-version', '-v', dest='version', default='0.1', help='Ver…
14 option domain-name "example.org";15 option domain-name-servers ns1.example.org, ns2.example.org;38 # option routers rtr-239-0-1.example.org, rtr-239-0-2.example.org;47 # option routers rtr-239-32-1.example.org;53 # option domain-name-servers ns1.internal.example.org;54 # option domain-name "internal.example.org";85 # based on that. The example below shows a case where all clients95 # option routers rtr-224.example.org;98 # option routers rtr-29.example.org;
1 ##### Example wpa_supplicant configuration file ###############################71 # prefixed with SDDL=. For example, ctrl_interface=SDDL=D: would set an empty318 # for example: private_key="hash://63093aa9c47f56ae88334c7b65a4"338 # /C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com344 # Example: EMAIL:server@example.com345 # Example: DNS:server.example.com;DNS:server2.example.com424 # Example blocks:444 ssid="example"456 ssid="example"462 identity="user@example.com"[all …]
16 option domain-name "example.org";17 option domain-name-servers ns1.example.org, ns2.example.org;40 # option routers rtr-239-0-1.example.org, rtr-239-0-2.example.org;49 # option routers rtr-239-32-1.example.org;55 # option domain-name-servers ns1.internal.example.org;56 # option domain-name "internal.example.org";87 # based on that. The example below shows a case where all clients97 # option routers rtr-224.example.org;100 # option routers rtr-29.example.org;
4 Subject: [PATCH] autotools: make example build optional6 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…48 +# Example build (default: yes)49 +AC_ARG_ENABLE([example],AS_HELP_STRING([--enable-example],[Enable example build.]),[enable_example…51 +AC_MSG_CHECKING(for example build)
80 **example.o**, BPF object name will be **example**. The133 **$ cat example.c**172 This is example BPF application with two BPF programs and a mix of BPF maps175 **$ 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 …]
89 If you'd rather not use the KUnit Wrapper (if, for example, you need to126 ``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.o159 ``drivers/misc/example-test.c``:164 #include "example.h"189 .name = "misc-example",199 bool "Test for my example"[all …]
29 \example musicplayer35 \image qtwinextras-musicplayer-composited.png Screenshot of the Music Player example37 The Music Player example demonstrates how to use the various features40 \note The example uses QMediaPlayer from the QtMultimedia module to play46 The example uses Windows DWM (Desktop Window Manager) features to visually50 The example applies a different look based on whether composition is enabled55 following screenshot illustrates how the Music Player example looks when58 \image qtwinextras-musicplayer-non-composited.png Screenshot of the Music Player example74 The example application respects the user's composition settings, reacts84 The example creates a custom jump list to provide the user with fast[all …]