/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/libxml2/ |
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/llvm/test/Transforms/InstCombine/ |
D | fprintf-1.ll | 10 @hello_world = constant [13 x i8] c"hello world\0A\00" 22 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 24 ; CHECK-NEXT: call i32 @fwrite(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 … 46 %str = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 48 ; CHECK-NEXT: call i32 @fwrite(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 … 84 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 86 …@fprintf(%FILE* %fp, i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 0, i32 0))
|
D | printf-2.ll | 7 @hello_world = constant [13 x i8] c"hello world\0A\00" 26 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 36 %str = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 38 ; CHECK-NEXT: call i32 @puts(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 0,…
|
D | printf-1.ll | 8 @hello_world = constant [13 x i8] c"hello world\0A\00" 54 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 77 %str = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 79 ; CHECK-NEXT: call i32 @puts(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 0,…
|
D | sprintf-1.ll | 8 @hello_world = constant [13 x i8] c"hello world\0A\00" 23 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 25 ….p0i8.i32(i8* %dst, i8* getelementptr inbounds ([13 x i8], [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/python_api/hello_world/ |
D | Makefile | 5 EXE := hello_world
|
/external/lldb/test/functionalities/command_script/import/ |
D | Makefile | 4 EXE := hello_world
|
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/ |
D | do-it-yourself.txt | 330 >>> hello_world = Router() 331 >>> hello_world.add_route('/', controller=hello) 338 >>> resp = req.get_response(hello_world) 350 >>> resp = req.get_response(hello_world) 435 >>> hello_world = Router() 436 >>> hello_world.add_route('/', controller=hello) 438 >>> resp = req.get_response(hello_world) 450 >>> resp = req.get_response(hello_world) 507 >>> hello_world = RegisterRequest(hello_world)
|
/external/valgrind/coregrind/m_gdbserver/ |
D | README_DEVELOPERS | 401 put address of the function to call (e.g. hello_world in EIP (0x8048444))
|
/external/icu/icu4c/source/test/testdata/ |
D | regextst.txt | 986 "[\w]+" " <0>hello_world</0>! "
|