Home
last modified time | relevance | path

Searched refs:hello (Results 1 – 25 of 125) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/support/testing/tests/package/br2-external/polkit/package/polkit-rules-test/
H A Dpolkit-rules-test.mk14 $(INSTALL) -D $(POLKIT_RULES_TEST_PKGDIR)/initd/hello-polkit.c $(@D)/hello-polkit.c
15 $(TARGET_CC) $(@D)/hello-polkit.c -o $(@D)/hello-polkit
29 $(INSTALL) -D $(@D)/hello-polkit $(TARGET_DIR)/usr/bin/hello-polkit
31 $(INSTALL) -D $(POLKIT_RULES_TEST_PKGDIR)/initd/hello-polkit.policy \
32 $(TARGET_DIR)/usr/share/polkit-1/actions/hello-polkit.policy
34 $(INSTALL) -D $(POLKIT_RULES_TEST_PKGDIR)/initd/hello-polkit.rules \
35 $(TARGET_DIR)/root/hello-polkit.rules
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/fortran/
H A Dfortran-helloworld.bb7 SRC_URI = "file://hello.f95"
14 ${FC} ${LDFLAGS} ${WORKDIR}/hello.f95 -o ${B}/fortran-hello
18 install -D ${B}/fortran-hello ${D}${bindir}/fortran-hello
/OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/builtin_func/
H A Dexpected_stderr1 Kconfig:8: hello world 1
2 Kconfig:18: hello world 3
3 Kconfig:22: hello world 4
H A DKconfig4 $(info,hello world 0)
8 $(warning-if,y,hello world 1)
18 $(warning,$(shell,echo hello world 3))
22 $(warning,$(shell,printf 'hello\nworld\n\n4\n\n\n'))
H A Dexpected_stdout1 hello world 0
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A D0001-Do-not-ignore-return-value-of-write.patch34 - write (pipefd[1], "hello", sizeof ("hello"));
35 + bytes_written = write (pipefd[1], "hello", sizeof ("hello"));
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/
H A D0001-lmbench-Point-webpage-lm-to-target-directory.patch7 Plus improve 'hello' copying in lmbench script.
22 - cp hello /tmp/hello
23 + cp `which hello` /tmp/hello
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/tufao/tufao/
H A D0001-CMakeLists.txt-fix-build-with-Qt-5.11-don-t-use-qt5_.patch15 examples/cmake/hello-cmake/CMakeLists.txt | 3 +--
22 diff --git a/examples/cmake/hello-cmake/CMakeLists.txt b/examples/cmake/hello-cmake/CMakeLists.txt
24 --- a/examples/cmake/hello-cmake/CMakeLists.txt
25 +++ b/examples/cmake/hello-cmake/CMakeLists.txt
/OK3568_Linux_fs/kernel/samples/kfifo/
H A Drecord-example.c74 struct { unsigned char buf[6]; } hello = { "hello" }; in testfunc() local
78 kfifo_in(&test, &hello, sizeof(hello)); in testfunc()
/OK3568_Linux_fs/yocto/poky/meta-skeleton/recipes-skeleton/hello-autotools/
H A Dhello_2.10.bb6 SRC_URI = "${GNU_MIRROR}/hello/hello-${PV}.tar.gz"
/OK3568_Linux_fs/yocto/poky/meta/recipes-example/rust-hello-world/
H A Drust-hello-world_git.bb3 SRC_URI = "git://github.com/meta-rust/rust-hello-world.git;protocol=https;branch=master"
14 HOMEPAGE = "https://github.com/meta-rust/rust-hello-world"
/OK3568_Linux_fs/yocto/poky/meta-skeleton/recipes-kernel/hello-mod/
H A Dhello-mod_0.1.bb9 file://hello.c \
18 RPROVIDES:${PN} += "kernel-module-hello"
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dkconfig-macro-language.rst156 to make "info" function print " hello", you can write like follows::
160 $(info $(space)$(space)hello)
181 For example, $(shell echo hello, world) runs the command "echo hello, world".
182 Likewise, $(info hello, world) prints "hello, world" to stdout. You could say
188 $(shell, echo hello, world)
194 $(shell, echo hello$(comma) world)
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/go-examples/
H A Dgo-helloworld_0.1.bb13 GO_INSTALL = "${GO_IMPORT}/hello"
21 mv ${D}${bindir}/hello ${D}${bindir}/${BPN}
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/selftest-hardlink/
H A Dselftest-hardlink.bb5 SRC_URI = "file://hello.c \
12 ${CC} hello.c -o hello1 ${CFLAGS} ${LDFLAGS}
/OK3568_Linux_fs/u-boot/drivers/demo/
H A Ddemo-uclass.c30 if (!ops->hello) in demo_hello()
33 return ops->hello(dev, ch); in demo_hello()
H A DKconfig17 a message when the 'demo hello' command is executed which targets
26 a shape when the 'demo hello' command is executed which targets
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/duktape/
H A Dduktape_2.7.0.bb21 oe_runmake -f Makefile.hello INSTALL_PREFIX="${prefix}" DESTDIR="${D}"
33 install -m 0755 "${WORKDIR}/duktape-2.7.0/hello" "${D}${PTEST_PATH}"
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-hello.rst21 See the :ref:`bitbake-user-manual/bitbake-user-manual-hello:obtaining bitbake` section for
121 $ mkdir ~/hello
122 $ cd ~/hello
193 IOError: file conf/bitbake.conf not found in /home/scott-lenovo/hello
195 …OR: Unable to parse conf/bitbake.conf: file conf/bitbake.conf not found in /home/scott-lenovo/hello
240 process. Here, the ``TMPDIR`` directory is set to ``hello/tmp``.
278 in the ``classes`` directory of the project (i.e ``hello/classes``
283 $ cd $HOME/hello
361 $ cd $HOME/hello
376 ``hello/conf`` for this example).
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0001-ext-opcache-config.m4-enable-opcache.patch79 - strcpy(shm, "hello");
134 - strcpy(shm, "hello");
216 - strcpy(shm, "hello");
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/files/
H A DSConstruct1 Program('hello.c')
/OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/escape/
H A Dexpected_stderr1 Kconfig:9: hello, world
/OK3568_Linux_fs/buildroot/support/testing/tests/package/br2-external/openjdk/package/openjdk-hello-world/
H A DConfig.in2 bool "openjdk hello world"
/OK3568_Linux_fs/buildroot/support/testing/tests/package/br2-external/openjdk/
H A DConfig.in1 source "$BR2_EXTERNAL_OPENJDK_PATH/package/openjdk-hello-world/Config.in"
/OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/
H A Dworking-projects.rst44 ``hello.c``, ``configure.ac``, ``Makefile.am``, and ``README``,
55 - ``hello.c``::
66 AC_INIT(hello,0.1)
74 bin_PROGRAMS = hello
75 hello_SOURCES = hello.c
147 $ file ./tmp/usr/local/bin/hello
153 $ ./tmp/usr/local/bin/hello

12345