HomeSort by relevance Sort by last modified time
    Searched full:hello (Results 151 - 175 of 2904) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/tools/gyp/test/compilable/src/
program.cpp 5 fprintf(stdout, "Hello from program.c\n");
  /external/chromium_org/tools/gyp/test/include_dirs/
gyptest-all.py 22 Hello from includes.c
23 Hello from inc.h
24 Hello from include1.h
25 Hello from subdir/inc2/include2.h
26 Hello from shadow2/shadow.h
36 Hello from subdir/subdir_includes.c
37 Hello from subdir/inc.h
38 Hello from include1.h
39 Hello from subdir/inc2/include2.h
gyptest-default.py 22 Hello from includes.c
23 Hello from inc.h
24 Hello from include1.h
25 Hello from subdir/inc2/include2.h
26 Hello from shadow2/shadow.h
36 Hello from subdir/subdir_includes.c
37 Hello from subdir/inc.h
38 Hello from include1.h
39 Hello from subdir/inc2/include2.h
  /external/chromium_org/tools/gyp/test/library/src/
lib1.c 8 fprintf(stdout, "Hello from lib1.c\n");
lib1_moveable.c 8 fprintf(stdout, "Hello from lib1_moveable.c\n");
lib2.c 8 fprintf(stdout, "Hello from lib2.c\n");
lib2_moveable.c 8 fprintf(stdout, "Hello from lib2_moveable.c\n");
  /external/chromium_org/tools/gyp/test/make/noload/
main.c 7 printf("Hello from %s.\n", kSharedStr);
  /external/chromium_org/tools/gyp/test/module/src/
lib1.c 8 fprintf(stdout, "Hello from lib1.c\n");
lib2.c 8 fprintf(stdout, "Hello from lib2.c\n");
  /external/chromium_org/tools/gyp/test/multiple-targets/src/
prog1.c 7 printf("hello from prog1.c\n");
prog2.c 7 printf("hello from prog2.c\n");
  /external/chromium_org/tools/gyp/test/rules/src/subdir3/
program.c 7 printf("Hello from program.c\n");
  /external/clang/test/CodeGenCXX/
array-pointer-decay.cpp 6 f("hello");
  /external/javassist/sample/hotswap/logging/
HelloWorld.java 4 System.out.println("hello world");
  /external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
hello-world.cs 0 Hello <?cs var:name.first ?> <?cs var:name.last ?>.
  /external/llvm/test/TableGen/
2003-08-03-PassCode.td 8 def foo : test<[{ hello world! }]>;
  /external/robolectric/src/test/resources/res/layout/
custom_layout.xml 4 message="@string/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/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
  /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);
  /packages/experimental/TestBack/res/values/
strings.xml 4 <string name="hello_world">Hello world!</string>

Completed in 480 milliseconds

1 2 3 4 5 67 8 91011>>