Searched refs:hello_world (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dtestdso.c6 XMLPUBFUN int hello_world(void);
8 int hello_world(void) function
H A DtestModule.c46 hello_world_t hello_world = NULL; local
57 if (xmlModuleSymbol(module, "hello_world", (void **) &hello_world)) {
61 if (hello_world == NULL) {
66 (*hello_world)();
/external/lldb/test/functionalities/inferior-assert/
H A Dmain.c12 const char *hello_world = "Hello, assertion!"; variable
17 printf("%s\n", hello_world);
/external/lldb/test/functionalities/inferior-crashing/
H A Dmain.c11 const char *hello_world = "Hello, segfault!"; variable
16 printf("%s\n", hello_world);
/external/lldb/test/lang/cpp/stl/
H A Dmain.cpp15 std::string hello_world ("Hello World!");
16 std::cout << hello_world << std::endl;
17 std::cout << hello_world.length() << std::endl;
18 std::cout << hello_world[11] << std::endl;
22 associative_array[hello_world] = 1;
/external/lldb/test/functionalities/command_script/import/
H A DMakefile4 EXE := hello_world
/external/lldb/test/python_api/hello_world/
H A DMakefile5 EXE := hello_world
/external/lldb/test/lang/cpp/class_static/
H A Dmain.cpp48 const char *hello_world = "Hello, world!"; local
51 printf ("%s\n", hello_world);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dfuse_fs_test.cc190 const char hello_world[] = "Hello, World!\n"; member in namespace:__anon8955
256 size_t hello_len = strlen(hello_world);
261 memcpy(hello.data.data(), hello_world, hello_len);
275 ASSERT_EQ(strlen(hello_world), bytes_read);
276 ASSERT_STREQ(hello_world, buffer);
279 attr.offs = strlen(hello_world) - 7;
322 EXPECT_EQ(strlen(hello_world), statbuf.st_size);
441 ASSERT_EQ(sizeof(hello_world),
442 ki_write(fd, hello_world, sizeof(hello_world)));
[all...]

Completed in 173 milliseconds