Home
last modified time | relevance | path

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

/external/lldb/test/lang/cpp/stl/
Dmain.cpp15 std::string hello_world ("Hello World!"); in main() local
16 std::cout << hello_world << std::endl; in main()
17 std::cout << hello_world.length() << std::endl; in main()
18 std::cout << hello_world[11] << std::endl; in main()
22 associative_array[hello_world] = 1; in main()
/external/chromium_org/third_party/libxml/src/
DtestModule.c46 hello_world_t hello_world = NULL; in main() local
57 if (xmlModuleSymbol(module, "hello_world", (void **) &hello_world)) { in main()
61 if (hello_world == NULL) { in main()
66 (*hello_world)(); in main()
Dtestdso.c6 XMLPUBFUN int hello_world(void);
8 int hello_world(void) in hello_world() function
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dfuse_fs_test.cc190 const char hello_world[] = "Hello, World!\n"; variable
256 size_t hello_len = strlen(hello_world); in SetUp()
261 memcpy(hello.data.data(), hello_world, hello_len); in SetUp()
275 ASSERT_EQ(strlen(hello_world), bytes_read); in TEST_F()
276 ASSERT_STREQ(hello_world, buffer); in TEST_F()
279 attr.offs = strlen(hello_world) - 7; in TEST_F()
322 EXPECT_EQ(strlen(hello_world), statbuf.st_size); in TEST_F()
441 ASSERT_EQ(sizeof(hello_world), in TEST_F()
442 ki_write(fd, hello_world, sizeof(hello_world))); in TEST_F()
451 ASSERT_EQ(sizeof(hello_world), ki_read(fd, buffer, sizeof(buffer))); in TEST_F()
[all …]
/external/llvm/test/Transforms/InstCombine/
Dprintf-2.ll7 @hello_world = constant [13 x i8] c"hello world\0A\00"
26 %fmt = getelementptr [13 x i8]* @hello_world, i32 0, i32 0
36 %str = getelementptr [13 x i8]* @hello_world, i32 0, i32 0
38 ; CHECK-NEXT: call i32 @puts(i8* getelementptr inbounds ([13 x i8]* @hello_world, i32 0, i32 0))
Dfprintf-1.ll10 @hello_world = constant [13 x i8] c"hello world\0A\00"
22 %fmt = getelementptr [13 x i8]* @hello_world, i32 0, i32 0
24 ; CHECK-NEXT: call i32 @fwrite(i8* getelementptr inbounds ([13 x i8]* @hello_world, i32 0, i32 0), …
46 %str = getelementptr [13 x i8]* @hello_world, i32 0, i32 0
48 ; CHECK-NEXT: call i32 @fwrite(i8* getelementptr inbounds ([13 x i8]* @hello_world, i32 0, i32 0), …
84 %fmt = getelementptr [13 x i8]* @hello_world, i32 0, i32 0
86 …i8*, ...)* @fprintf(%FILE* %fp, i8* getelementptr inbounds ([13 x i8]* @hello_world, i32 0, i32 0))
Dprintf-1.ll8 @hello_world = constant [13 x i8] c"hello world\0A\00"
54 %fmt = getelementptr [13 x i8]* @hello_world, i32 0, i32 0
77 %str = getelementptr [13 x i8]* @hello_world, i32 0, i32 0
79 ; CHECK-NEXT: call i32 @puts(i8* getelementptr inbounds ([13 x i8]* @hello_world, i32 0, i32 0))
Dsprintf-1.ll8 @hello_world = constant [13 x i8] c"hello world\0A\00"
23 %fmt = getelementptr [13 x i8]* @hello_world, i32 0, i32 0
25 …memcpy.p0i8.p0i8.i32(i8* %dst, i8* getelementptr inbounds ([13 x i8]* @hello_world, i32 0, i32 0),…
/external/lldb/test/functionalities/inferior-crashing/
Dmain.c11 const char *hello_world = "Hello, segfault!"; variable
16 printf("%s\n", hello_world); in main()
/external/lldb/test/functionalities/inferior-assert/
Dmain.c12 const char *hello_world = "Hello, assertion!"; variable
17 printf("%s\n", hello_world); in main()
/external/lldb/test/lang/cpp/class_static/
Dmain.cpp48 const char *hello_world = "Hello, world!"; in main() local
51 printf ("%s\n", hello_world); in main()
/external/lldb/test/functionalities/command_script/import/
DMakefile4 EXE := hello_world
/external/lldb/test/python_api/hello_world/
DMakefile5 EXE := hello_world
/external/chromium_org/native_client_sdk/src/examples/tutorial/using_ppapi_simple/
Dexample.dsc8 'SOURCES' : ['hello_world.c'],
/external/chromium_org/ppapi/api/
Dppb_messaging.idl72 * char hello_world[] = "Hello world!";
74 * hello_world,
75 * sizeof(hello_world));
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
Dbuilding.rst178 ``hello_world.pexe`` use the ``pnacl-clang++`` tool
185 -Lnacl_sdk/pepper_<version>/lib/pnacl/Release -o hello_world.pexe \
199 hello_world.cc -Inacl_sdk/pepper_<version>/include -c \
200 -o hello_world.o -g -O0
278 -o hello_world.pexe hello_world.o -Lnacl_sdk/pepper_<version>/lib/pnacl/Debug \
297 -o hello_world.pexe hello_world.o -Lnacl_sdk/pepper_<version>/lib/pnacl/Release \
320 hello_world.pexe -o hello_world.final.pexe
356 hello_world.final.pexe
429 for the hello_world example with the following command:
435 hello_world.c -Inacl_sdk/pepper_<version>/include \
Ddebugging.rst245 --allow-llvm-bitcode-input hello_world.pexe -arch x86-32 \
248 --allow-llvm-bitcode-input hello_world.pexe -arch x86-64 \
476 break hello_world.cc:79
477 break hello_world::HelloWorldInstance::HandleMessage
Ddynamic-loading.rst71 performance benefit (for example, the hello_world example would only require
Dvs-addin.rst303 hello_world.cc.
/external/chromium_org/native_client_sdk/src/
DREADME.Makefiles24 would be to copy the Makefile from the hello_world example. In most
/external/chromium_org/native_client_sdk/src/doc/sdk/
Drelease-notes.rst293 * Take a look at the ``hello_world`` example to see how to use the ARM
294 toolchain. Go to ``examples/hello_world`` and run ``make``. When the build
410 files. Take a look at the ``hello_world`` example to see how to build a .pexe
/external/valgrind/main/coregrind/m_gdbserver/
DREADME_DEVELOPERS401 put address of the function to call (e.g. hello_world in EIP (0x8048444))
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
D3D-graphics.rst341 ``hello_world.cc``) to create a rendering loop as described above. ``MainLoop``
/external/icu/icu4c/source/test/testdata/
Dregextst.txt899 "[\w]+" " <0>hello_world</0>! "
/external/chromium_org/third_party/icu/source/test/testdata/
Dregextst.txt899 "[\w]+" " <0>hello_world</0>! "