HomeSort by relevance Sort by last modified time
    Searched full:hello (Results 376 - 400 of 3240) sorted by null

<<11121314151617181920>>

  /external/chromium_org/native_client_sdk/src/getting_started/part2/
hello_tutorial.cc 12 const char* const kHelloString = "hello";
14 // containing "hello".
15 const char* const kReplyString = "hello from NaCl";
30 // Get the string message and compare it to "hello".
  /external/chromium_org/third_party/skia/experimental/SimpleCocoaApp/
SimpleApp.h 10 * Simple hello world app for skia on Mac OS (Cocoa)
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
raw_printer_test.cc 29 printer.Printf("%s %s", "hello", "world");
30 CHECK_EQ(string("hello world"), string(buffer));
47 printer.Printf("%s %s", "hello", "world");
48 CHECK_EQ(string("hello world"), string(buffer));
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
raw_printer_test.cc 29 printer.Printf("%s %s", "hello", "world");
30 CHECK_EQ(string("hello world"), string(buffer));
47 printer.Printf("%s %s", "hello", "world");
48 CHECK_EQ(string("hello world"), string(buffer));
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
ifcritical-err.asm 3 teststring db "Hello, world"
  /external/chromium_org/tools/gn/tutorial/
hello_world.cc 8 printf("Hello, world.\n");
  /external/chromium_org/tools/gyp/test/actions/src/subdir2/
make-file.py 9 contents = "Hello from make-file.py\n"
  /external/chromium_org/tools/gyp/test/actions-bare/src/
bare.py 10 f.write('Hello from bare.py\n')
  /external/chromium_org/tools/gyp/test/actions-subdir/src/
make-file.py 9 contents = 'Hello from make-file.py\n'
  /external/chromium_org/tools/gyp/test/actions-subdir/src/subdir/
make-subdir-file.py 9 contents = 'Hello from make-subdir-file.py\n'
  /external/chromium_org/tools/gyp/test/additional-targets/src/dir1/
emit.py 10 f.write('Hello from emit.py\n')
  /external/chromium_org/tools/gyp/test/android/
hello.c 10 printf("Hello, world!\n");
  /external/chromium_org/tools/gyp/test/build-option/
hello.c 11 printf("Hello, world!\n");
  /external/chromium_org/tools/gyp/test/compiler-override/
compiler-host.gyp 9 'target_name': 'hello',
compiler.gyp 8 'target_name': 'hello',
  /external/chromium_org/tools/gyp/test/exclusion/
hello.c 12 printf("Hello, world!\n");
  /external/chromium_org/tools/gyp/test/generator-output/actions/subdir2/
make-file.py 9 contents = "Hello from make-file.py\n"
  /external/chromium_org/tools/gyp/test/generator-output/rules/subdir1/
program.c 12 printf("Hello from program.c\n");
  /external/chromium_org/tools/gyp/test/hard_dependency/src/
emit.py 10 f.write('/* Hello World */\n')
  /external/chromium_org/tools/gyp/test/hello/
hello.c 9 printf("Hello, world!\n");
hello2.c 9 printf("Hello, two!\n");
hello2.gyp 8 'target_name': 'hello',
  /external/chromium_org/tools/gyp/test/library_dirs/subdir/
hello.cc 9 std::cout << "Hello " << my_foo(99) << std::endl;
  /external/chromium_org/tools/gyp/test/mac/archs/
my_main_file.cc 7 printf("hello, world %d\n", x);
  /external/chromium_org/tools/gyp/test/mac/libraries/subdir/
hello.cc 8 std::cout << "Hello, world!" << std::endl;

Completed in 1179 milliseconds

<<11121314151617181920>>