HomeSort by relevance Sort by last modified time
    Searched defs:hello_world (Results 1 - 6 of 6) sorted by null

  /external/libxml2/
testdso.c 6 XMLPUBFUN int hello_world(void);
8 int hello_world(void) function
testModule.c 46 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/
main.c 12 const char *hello_world = "Hello, assertion!"; variable
17 printf("%s\n", hello_world);
  /external/lldb/test/functionalities/inferior-crashing/
main.c 11 const char *hello_world = "Hello, segfault!"; variable
16 printf("%s\n", hello_world);
  /external/lldb/test/lang/cpp/class_static/
main.cpp 48 const char *hello_world = "Hello, world!"; local
51 printf ("%s\n", hello_world);
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$string.class 

Completed in 240 milliseconds