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

1 2 3 4

  /external/valgrind/main/none/tests/
fdleak_ipv4.stdout.exp 0 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/PCH/
builtins.c 10 void hello() { function
11 printf("Hello, World!");
  /external/valgrind/main/memcheck/tests/linux/
stack_changes.stdout.exp 0 hello, world: 0
2 hello, world: 1
3 hello, world: 2
stack_changes.c 18 void hello(mycontext *newc) function
20 printf("hello, world: %d\n", count);
60 makecontext(&ctx1, (void (*)()) hello, 1, &ctx2);
61 makecontext(&ctx2, (void (*)()) hello, 1, &ctx1);
  /dalvik/dx/tests/119-merge-conflict/testdata/
A.java 4 String hello() { method in class:A
5 return "hello from A";
B.java 5 System.out.println(new A().hello());
  /external/compiler-rt/lib/asan/lit_tests/
strncpy-overflow.cc 21 char *hello = (char*)malloc(6); local
22 strcpy(hello, "hello");
24 strncpy(short_buffer, hello, 10); // BOOM
  /external/tcpdump/tests/
mpls-ldp-hello.sh 3 uudecode mpls-ldp-hello.puu
5 echo -n test mpls-ldp-hello ...
6 ../tcpdump -t -n -v -r mpls-ldp-hello.pcap >mpls-ldp-hello.new
7 if diff mpls-ldp-hello.new mpls-ldp-hello.out
  /external/clang/test/SemaCXX/
array-bounds-ptr-arith.cpp 5 const char hello[] = "Hello world!"; // expected-note 2 {{declared here}} local
6 const char *helloptr = hello;
8 swallow("Hello world!" + 6); // no-warning
9 swallow("Hello world!" - 6); // expected-warning {{refers before the beginning of the array}}
10 swallow("Hello world!" + 14); // expected-warning {{refers past the end of the array}}
11 swallow("Hello world!" + 13); // no-warning
13 swallow(hello + 6); // no-warning
14 swallow(hello - 6); // expected-warning {{refers before the beginning of the array}}
15 swallow(hello + 14); // expected-warning {{refers past the end of the array}
    [all...]
  /external/valgrind/main/memcheck/tests/
xml1.stdout.exp 0 hello from frame3(). The answer is not 42.
  /external/clang/test/CodeGenCXX/
cxx-block-objects.cpp 15 void hello() const;
22 void (^c)(void) = ((__typeof(^{ a.hello(); }))_Block_copy((const void *)(^{ a.hello(); })));
  /external/stlport/test/unit/
strstream_buffer_read_test.cpp 29 char hello[] = "Hello"; local
30 strstream stream(hello, sizeof(hello), ios_base::in);
  /ndk/tests/device/test-gnustl-full/unit/
strstream_buffer_read_test.cpp 29 char hello[] = "Hello"; local
30 strstream stream(hello, sizeof(hello), ios_base::in);
  /ndk/tests/device/test-stlport/unit/
strstream_buffer_read_test.cpp 29 char hello[] = "Hello"; local
30 strstream stream(hello, sizeof(hello), ios_base::in);
  /external/clang/test/Index/
complete-unterminated.c 13 const char *hello = "Hello, world"; variable
  /ndk/tests/build/multi-abi/jni/
Android.mk 4 LOCAL_MODULE := multi-hello
  /ndk/tests/device/test-gnustl-1/jni/
Android.mk 5 LOCAL_SRC_FILES := hello.cpp
  /ndk/tests/device/test-gnustl-2/jni/
Android.mk 5 LOCAL_SRC_FILES := hello.cpp
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p10.cpp 13 const char *q = R"x("hello")x"wibble; // expected-error {{invalid suffix on literal; C++11 requires a space between literal and identifier}} expected-error {{expected ';'}}
  /external/clang/test/Parser/
recovery.c 26 if (x.hello) // expected-error {{no member named 'hello'}}
31 if (x.hello == 0) // expected-error {{no member named 'hello'}}
36 if ((x.hello == 0)) // expected-error {{no member named 'hello'}}
  /external/qemu/distrib/sdl-1.2.15/test/
testloadso.c 15 int hello = 0; local
24 fprintf(stderr, " %s --hello <lib with puts()>\n", app);
34 if (strcmp(argv[1], "--hello") == 0) {
35 hello = 1;
56 if (hello) {
59 fn(" HELLO, WORLD!\n");
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
FragmentTest.java 27 int id = fragment.getResources().getIdentifier("hello", "string", "com.xtremelabs.robolectric");
30 String hello = fragment.getResources().getString(id); local
31 assertEquals("Hello", hello);
33 hello = fragment.getString(id);
34 assertEquals("Hello", hello);
  /external/webkit/LayoutTests/fast/url/script-tests/
anchor.js 4 ["hello, world", "hello, world"],
  /development/ndk/samples/hello-jni/jni/
Android.mk 19 LOCAL_MODULE := hello-jni
20 LOCAL_SRC_FILES := hello-jni.c

Completed in 1327 milliseconds

1 2 3 4