/ndk/tests/build/ndk-out/jni/ |
main.c | 3 printf("Hello NDK_OUT!\n");
|
/system/extras/tests/bionic/libc/common/ |
hello_world.cpp | 6 cout << "Hello World" << endl;
|
/external/chromium_org/v8/test/webkit/ |
dfg-to-string-on-cell-expected.txt | 29 PASS "" + foo("foo", i % 2 ? "hello" : [1, 2, 3]) is "foo,1,2,3" 30 PASS "" + foo("foo", i % 2 ? "hello" : [1, 2, 3]) is "foo,hello" 31 PASS "" + foo("foo", i % 2 ? "hello" : [1, 2, 3]) is "foo,1,2,3" 32 PASS "" + foo("foo", i % 2 ? "hello" : [1, 2, 3]) is "foo,hello" 33 PASS "" + foo("foo", i % 2 ? "hello" : [1, 2, 3]) is "foo,1,2,3" 34 PASS "" + foo("foo", i % 2 ? "hello" : [1, 2, 3]) is "foo,hello" 35 PASS "" + foo("foo", i % 2 ? "hello" : [1, 2, 3]) is "foo,1,2,3 [all...] |
/external/chromium_org/tools/gyp/test/hello/ |
gyptest-all.py | 8 Verifies simplest-possible build of a "Hello, world!" program 16 test.run_gyp('hello.gyp') 18 test.build('hello.gyp', test.ALL) 20 test.run_built_executable('hello', stdout="Hello, world!\n") 22 test.up_to_date('hello.gyp', test.ALL)
|
gyptest-default.py | 8 Verifies simplest-possible build of a "Hello, world!" program 16 test.run_gyp('hello.gyp') 18 test.build('hello.gyp') 20 test.run_built_executable('hello', stdout="Hello, world!\n") 22 test.up_to_date('hello.gyp', test.DEFAULT)
|
gyptest-disable-regyp.py | 16 test.run_gyp('hello.gyp', '-Gauto_regeneration=0') 18 test.build('hello.gyp', test.ALL) 20 test.run_built_executable('hello', stdout="Hello, world!\n") 25 test.write('hello.gyp', test.read('hello2.gyp')) 27 test.build('hello.gyp', test.ALL) 30 test.run_built_executable('hello', stdout="Hello, world!\n")
|
gyptest-regyp.py | 17 test.run_gyp('hello.gyp') 19 test.build('hello.gyp', test.ALL) 21 test.run_built_executable('hello', stdout="Hello, world!\n") 26 test.write('hello.gyp', test.read('hello2.gyp')) 28 test.build('hello.gyp', test.ALL) 30 test.run_built_executable('hello', stdout="Hello, two!\n")
|
/external/chromium_org/tools/gyp/test/win/precompiled/ |
gyptest-all.py | 17 test.run_gyp('hello.gyp') 18 test.build('hello.gyp', 'hello') 19 test.run_built_executable('hello', stdout="Hello, world!\nHello, two!\n") 20 test.up_to_date('hello.gyp', test.ALL)
|
/dalvik/dx/tests/119-merge-conflict/testdata/ |
B.java | 5 System.out.println(new A().hello());
|
/external/chromium_org/base/test/data/ |
serializer_test.json | 7 "string": "hello"
|
serializer_test_nowhitespace.json | 1 {"bool":true,"int":42,"list":[1,2],"null":null,"real":3.14,"string":"hello"
|
/external/chromium_org/third_party/WebKit/ManualTests/resources/ |
StringTypeTest.java | 5 return new String("hello");
|
/external/chromium_org/tools/gyp/test/dependency-copy/src/ |
file1.c | 5 printf("Hello from file1.c\n");
|
file2.c | 5 printf("Hello from file2.c\n");
|
/external/chromium_org/tools/gyp/test/generator-output/src/subdir2/deeper/ |
deeper.c | 5 printf("Hello from deeper.c\n");
|
/external/chromium_org/tools/gyp/test/rules-rebuild/src/ |
prog1.in | 6 printf("Hello from %s!\n", NAME);
|
prog2.in | 6 printf("Hello from %s!\n", NAME);
|
/external/chromium_org/tools/gyp/test/same-source-file-name/src/ |
func.c | 5 printf("Hello %s from func.c\n", PROG);
|
/external/chromium_org/tools/gyp/test/same-source-file-name/src/subdir1/ |
func.c | 5 printf("Hello %s from subdir1/func.c\n", PROG);
|
/external/chromium_org/tools/gyp/test/same-source-file-name/src/subdir2/ |
func.c | 5 printf("Hello %s from subdir2/func.c\n", PROG);
|
/external/chromium_org/tools/gyp/test/sibling/src/prog1/ |
prog1.c | 5 printf("Hello from prog1.c\n");
|
/external/chromium_org/tools/gyp/test/sibling/src/prog2/ |
prog2.c | 5 printf("Hello from prog2.c\n");
|
/external/chromium_org/tools/gyp/test/subdirectory/src/ |
prog1.c | 5 printf("Hello from prog1.c\n");
|
/external/chromium_org/tools/gyp/test/subdirectory/src/subdir/ |
prog2.c | 5 printf("Hello from prog2.c\n");
|
/external/chromium_org/tools/gyp/test/subdirectory/src/subdir/subdir2/ |
prog3.c | 5 printf("Hello from prog3.c\n");
|