HomeSort by relevance Sort by last modified time
    Searched full:world (Results 76 - 100 of 3976) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/hello/
gyptest-all.py 8 Verifies simplest-possible build of a "Hello, world!" program
20 test.run_built_executable('hello', stdout="Hello, world!\n")
gyptest-default.py 8 Verifies simplest-possible build of a "Hello, world!" program
20 test.run_built_executable('hello', stdout="Hello, world!\n")
gyptest-target.py 8 Verifies simplest-possible build of a "Hello, world!" program
20 test.run_built_executable('hello', stdout="Hello, world!\n")
hello.c 9 printf("Hello, world!\n");
  /external/clang/test/Sema/
nonnull.c 18 Class_init(0, "Hello World"); // expected-warning {{null passed to a callee which requires a non-null argument}}
19 Class_init(obj, "Hello World");
  /external/clang/test/SemaCXX/
ms-wchar.cpp 7 __wchar_t s[] = L"Hello world!";
9 unsigned short t[] = L"Hello world!"; // expected-error{{array initializer must be an initializer list}}
  /external/markdown/tests/misc/
arabic.html 6 <p>???? Hello World!</p>
7 <pre><code>print "Hello World!"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_memfunctions.py 20 p = "Hello, World"
22 self.assertEqual(a.value, "Hello, World")
24 self.assertEqual(string_at(result), "Hello, World")
26 self.assertEqual(string_at(result, 16), "Hello, World\0\0\0\0")
68 p = create_unicode_buffer("Hello, World")
71 self.assertEqual(a.value, "Hello, World")
73 self.assertEqual(wstring_at(a), "Hello, World")
75 self.assertEqual(wstring_at(a, 16), "Hello, World\0\0\0\0")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_memfunctions.py 20 p = "Hello, World"
22 self.assertEqual(a.value, "Hello, World")
24 self.assertEqual(string_at(result), "Hello, World")
26 self.assertEqual(string_at(result, 16), "Hello, World\0\0\0\0")
68 p = create_unicode_buffer("Hello, World")
71 self.assertEqual(a.value, "Hello, World")
73 self.assertEqual(wstring_at(a), "Hello, World")
75 self.assertEqual(wstring_at(a, 16), "Hello, World\0\0\0\0")
  /development/ndk/platforms/android-4/samples/san-angeles/res/layout/
main.xml 10 android:text="Hello World, DemoActivity"
  /development/tools/templates/
layout.template 10 android:text="Hello World, ACTIVITY_ENTRY_NAME"
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler_unittest.cc 103 // Type "hello world.", one character at a time.
124 ChangeText(&handler, &textbox_info, "hello world", 11, 11, &description);
126 ChangeText(&handler, &textbox_info, "hello world.", 12, 12, &description);
130 ChangeText(&handler, &textbox_info, "hello world.", 11, 11, &description);
132 ChangeText(&handler, &textbox_info, "hello world.", 6, 6, &description);
133 EXPECT_EQ("world", description);
134 ChangeText(&handler, &textbox_info, "hello world.", 0, 0, &description);
136 ChangeText(&handler, &textbox_info, "hello world.", 1, 1, &description);
138 ChangeText(&handler, &textbox_info, "hello world.", 5, 5, &description);
142 ChangeText(&handler, &textbox_info, "hell world.", 4, 4, &description)
    [all...]
  /external/chromium_org/android_webview/test/shell/res/values/
strings.xml 10 <string name="test_string">Hello, World!</string>
  /external/chromium_org/chrome/common/extensions/api/test_presubmit/
invalid_json_2.json 8 { "hello": "world }
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/github_file_system/test_owner/repo/unzipped_repo/src/
hello.notpy 8 print 'Hello, world!'
  /external/chromium_org/chrome/renderer/searchbox/
searchbox_extension_unittest.cc 24 EXPECT_EQ(GURL("http://www.google.com/hello?q=world"),
26 ASCIIToUTF16("hello?q=world")));
28 EXPECT_EQ(GURL("http://www.google.com:90/foo/hello?q=world"),
30 ASCIIToUTF16("foo/hello?q=world")));
  /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/gyp/test/build-option/
hello.c 11 printf("Hello, world!\n");
  /external/chromium_org/tools/gyp/test/exclusion/
hello.c 12 printf("Hello, world!\n");
  /external/chromium_org/tools/gyp/test/hard_dependency/src/
emit.py 10 f.write('/* Hello World */\n')
  /external/chromium_org/tools/gyp/test/library_dirs/subdir/
mylib.cc 8 return std::string("world");
  /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 945 milliseconds

1 2 34 5 6 7 8 91011>>