/external/lldb/test/lang/cpp/stl/ |
D | main.cpp | 15 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/ |
D | testModule.c | 46 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()
|
D | testdso.c | 6 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/ |
D | fuse_fs_test.cc | 190 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/ |
D | printf-2.ll | 7 @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))
|
D | fprintf-1.ll | 10 @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))
|
D | printf-1.ll | 8 @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))
|
D | sprintf-1.ll | 8 @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/ |
D | main.c | 11 const char *hello_world = "Hello, segfault!"; variable 16 printf("%s\n", hello_world); in main()
|
/external/lldb/test/functionalities/inferior-assert/ |
D | main.c | 12 const char *hello_world = "Hello, assertion!"; variable 17 printf("%s\n", hello_world); in main()
|
/external/lldb/test/lang/cpp/class_static/ |
D | main.cpp | 48 const char *hello_world = "Hello, world!"; in main() local 51 printf ("%s\n", hello_world); in main()
|
/external/lldb/test/functionalities/command_script/import/ |
D | Makefile | 4 EXE := hello_world
|
/external/lldb/test/python_api/hello_world/ |
D | Makefile | 5 EXE := hello_world
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/using_ppapi_simple/ |
D | example.dsc | 8 'SOURCES' : ['hello_world.c'],
|
/external/chromium_org/ppapi/api/ |
D | ppb_messaging.idl | 72 * char hello_world[] = "Hello world!"; 74 * hello_world, 75 * sizeof(hello_world));
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
D | building.rst | 178 ``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 \
|
D | debugging.rst | 245 --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
|
D | dynamic-loading.rst | 71 performance benefit (for example, the hello_world example would only require
|
D | vs-addin.rst | 303 hello_world.cc.
|
/external/chromium_org/native_client_sdk/src/ |
D | README.Makefiles | 24 would be to copy the Makefile from the hello_world example. In most
|
/external/chromium_org/native_client_sdk/src/doc/sdk/ |
D | release-notes.rst | 293 * 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/ |
D | README_DEVELOPERS | 401 put address of the function to call (e.g. hello_world in EIP (0x8048444))
|
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
D | 3D-graphics.rst | 341 ``hello_world.cc``) to create a rendering loop as described above. ``MainLoop``
|
/external/icu/icu4c/source/test/testdata/ |
D | regextst.txt | 899 "[\w]+" " <0>hello_world</0>! "
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
D | regextst.txt | 899 "[\w]+" " <0>hello_world</0>! "
|