/external/chromium_org/tools/gyp/test/toplevel-dir/src/sub1/ |
prog1.c | 5 printf("Hello from prog1.c\n");
|
/external/chromium_org/tools/gyp/test/toplevel-dir/src/sub2/ |
prog2.c | 5 printf("Hello from prog2.c\n");
|
/external/chromium_org/tools/telemetry/unittest_data/ |
non_scrollable_page.html | 8 Hello, world.
|
/external/robolectric/src/test/resources/res/values-fr/ |
strings.xml | 3 <string name="hello">Bonjour</string>
|
/frameworks/base/tests/RenderScriptTests/HelloWorld/ |
_index.html | 1 <p>A Renderscript graphics application that draws the text "Hello, World!" where the user touches.</p
|
/ndk/tests/device/gnustl-shared-1/jni/ |
foo.cpp | 7 ::printf("Hello ");
|
/external/chromium_org/tools/gyp/test/build-option/ |
gyptest-build.py | 8 Verifies simplest-possible build of a "Hello, world!" program 16 test.run_gyp('hello.gyp', '--build=Default') 18 test.run_built_executable('hello', stdout="Hello, world!\n") 20 test.up_to_date('hello.gyp', test.DEFAULT)
|
/external/chromium_org/tools/gyp/test/include_dirs/src/ |
includes.c | 10 printf("Hello from includes.c\n"); 11 printf("Hello from %s\n", INC_STRING); 12 printf("Hello from %s\n", INCLUDE1_STRING); 13 printf("Hello from %s\n", INCLUDE2_STRING); 17 printf("Hello from %s\n", SHADOW_STRING);
|
/external/chromium_org/tools/gyp/test/win/compiler-flags/ |
optimizations.gyp | 15 'sources': ['hello.cc'], 25 'sources': ['hello.cc'], 35 'sources': ['hello.cc'], 45 'sources': ['hello.cc'], 54 'sources': ['hello.cc'], 64 'sources': ['hello.cc'], 74 'sources': ['hello.cc'], 84 'sources': ['hello.cc'], 94 'sources': ['hello.cc'], 104 'sources': ['hello.cc'] [all...] |
/external/e2fsprogs/lib/ss/ |
test_script_expected | 4 Hello, world! 7 Hello, world! 10 Hello, world! 17 Hello, world! 21 Hello, world!
|
/external/chromium_org/tools/gn/ |
string_utils_unittest.cc | 46 EXPECT_TRUE(CheckExpansionCase("hello", "hello", true)); 47 EXPECT_TRUE(CheckExpansionCase("hello #$one", "hello #1", true)); 48 EXPECT_TRUE(CheckExpansionCase("hello #$one/two", "hello #1/two", true)); 49 EXPECT_TRUE(CheckExpansionCase("hello #${one}", "hello #1", true)); 50 EXPECT_TRUE(CheckExpansionCase("hello #${one}one", "hello #1one", true)) [all...] |
/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/chromium_org/tools/gyp/test/product/ |
product.gyp | 12 'hello.c', 20 'hello.c', 30 'hello.c', 39 'hello.c', 47 'hello.c', 57 'hello.c', 66 'hello.c', 74 'hello.c', 84 'hello.c', 95 'hello.c' [all...] |
/external/chromium_org/tools/gyp/test/rules/ |
gyptest-all.py | 25 Hello from program.c 26 Hello from function1.in 27 Hello from function2.in 37 Hello from program.c 38 Hello from function3.in 47 test.must_match('relocate/src/subdir2/file1.out', 'Hello from file1.in\n') 48 test.must_match('relocate/src/subdir2/file2.out', 'Hello from file2.in\n') 50 test.must_match('relocate/src/subdir2/file1.out2', 'Hello from file1.in\n') 51 test.must_match('relocate/src/subdir2/file2.out2', 'Hello from file2.in\n') 54 'Hello from file1.in\n' [all...] |
/external/chromium_org/tools/gyp/test/win/linker-flags/ |
aslr.gyp | 12 'sources': ['hello.cc'], 22 'sources': ['hello.cc'], 32 'sources': ['hello.cc'],
|
nxcompat.gyp | 12 'sources': ['hello.cc'], 22 'sources': ['hello.cc'], 32 'sources': ['hello.cc'],
|
/external/robolectric/src/test/resources/res/values/ |
strings.xml | 5 <string name="hello">Hello</string> 6 <string name="some_html"><b>Hello, <i>world</i></b></string>
|
/external/zlib/src/contrib/iostream/ |
test.cpp | 12 os << "Hello, Mommy" << endl; 15 os << "hello, hello, hi, ho!" << endl;
|
/external/chromium_org/native_client_sdk/src/examples/getting_started/simple_hello_world/ |
hello_world.c | 16 /* Use ppb_messaging to send "Hello World" to JavaScript. */ 17 printf("Hello World STDOUT.\n"); 19 /* Use ppb_console send "Hello World" to the JavaScript Console. */ 20 fprintf(stderr, "Hello World STDERR.\n");
|
/external/chromium_org/tools/gyp/test/builddir/src/ |
prog1.c | 7 printf("Hello from prog1.c\n");
|
/external/chromium_org/tools/gyp/test/builddir/src/subdir2/ |
prog2.c | 7 printf("Hello from subdir2/prog2.c\n");
|
/external/chromium_org/tools/gyp/test/builddir/src/subdir2/subdir3/ |
prog3.c | 7 printf("Hello from subdir2/subdir3/prog3.c\n");
|
/external/chromium_org/tools/gyp/test/builddir/src/subdir2/subdir3/subdir4/ |
prog4.c | 7 printf("Hello from subdir2/subdir3/subdir4/prog4.c\n");
|
/external/chromium_org/tools/gyp/test/builddir/src/subdir2/subdir3/subdir4/subdir5/ |
prog5.c | 7 printf("Hello from subdir2/subdir3/subdir4/subdir5/prog5.c\n");
|
/external/chromium_org/tools/gyp/test/compilable/src/ |
lib1.cpp | 5 fprintf(stdout, "Hello from lib1.c\n");
|