| /OK3568_Linux_fs/buildroot/support/testing/tests/package/br2-external/polkit/package/polkit-rules-test/ |
| H A D | polkit-rules-test.mk | 14 $(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 D | fortran-helloworld.bb | 7 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 D | expected_stderr | 1 Kconfig:8: hello world 1 2 Kconfig:18: hello world 3 3 Kconfig:22: hello world 4
|
| H A D | Kconfig | 4 $(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 D | expected_stdout | 1 hello world 0
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/ |
| H A D | 0001-Do-not-ignore-return-value-of-write.patch | 34 - 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 D | 0001-lmbench-Point-webpage-lm-to-target-directory.patch | 7 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 D | 0001-CMakeLists.txt-fix-build-with-Qt-5.11-don-t-use-qt5_.patch | 15 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 D | record-example.c | 74 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 D | hello_2.10.bb | 6 SRC_URI = "${GNU_MIRROR}/hello/hello-${PV}.tar.gz"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-example/rust-hello-world/ |
| H A D | rust-hello-world_git.bb | 3 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 D | hello-mod_0.1.bb | 9 file://hello.c \ 18 RPROVIDES:${PN} += "kernel-module-hello"
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | kconfig-macro-language.rst | 156 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 D | go-helloworld_0.1.bb | 13 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 D | selftest-hardlink.bb | 5 SRC_URI = "file://hello.c \ 12 ${CC} hello.c -o hello1 ${CFLAGS} ${LDFLAGS}
|
| /OK3568_Linux_fs/u-boot/drivers/demo/ |
| H A D | demo-uclass.c | 30 if (!ops->hello) in demo_hello() 33 return ops->hello(dev, ch); in demo_hello()
|
| H A D | Kconfig | 17 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 D | duktape_2.7.0.bb | 21 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 D | bitbake-user-manual-hello.rst | 21 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 D | 0001-ext-opcache-config.m4-enable-opcache.patch | 79 - strcpy(shm, "hello"); 134 - strcpy(shm, "hello"); 216 - strcpy(shm, "hello");
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/files/ |
| H A D | SConstruct | 1 Program('hello.c')
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/escape/ |
| H A D | expected_stderr | 1 Kconfig:9: hello, world
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/package/br2-external/openjdk/package/openjdk-hello-world/ |
| H A D | Config.in | 2 bool "openjdk hello world"
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/package/br2-external/openjdk/ |
| H A D | Config.in | 1 source "$BR2_EXTERNAL_OPENJDK_PATH/package/openjdk-hello-world/Config.in"
|
| /OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/ |
| H A D | working-projects.rst | 44 ``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
|