HomeSort by relevance Sort by last modified time
    Searched refs:hello (Results 1 - 25 of 477) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/
fdleak_ipv4.stdout.exp 0 hello
  /external/valgrind/none/tests/scripts/
relative1.stdout.exp 0 hello
relative2.stdout.exp 0 hello
say-hello.helper 2 echo hello
  /dalvik/dx/tests/042-dex-ignore-result/
Blort.java 19 static public int hello() { method in class:Blort
24 hello(); method
25 hello(); method
  /external/clang/test/CodeGen/
function-sections.c 12 const int hello = 123; variable
18 // PLAIN: hello:
23 // FUNC_SECT: hello:
27 // DATA_SECT: .section .rodata.hello,
28 // DATA_SECT: hello:
funique-sections.c 6 const int hello = 123; variable
13 // UNIQUE: .section .rodata.hello,"a",@progbits
  /external/clang/test/PCH/
builtins.c 10 void hello() { function
11 printf("Hello, World!");