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

<<11121314151617181920>>

  /external/valgrind/main/none/tests/linux/
mremap3.stdout.exp 4 Hello World
  /ndk/tests/device/exceptions-crash/jni/
foo.cpp 8 ::printf("Hello ");
  /ndk/tests/device/test-gnustl-2/jni/
hello.cpp 7 std::cout << "Hello ";
  /external/chromium_org/chrome_frame/test/data/
simple_object_focus_cf.html 4 // Upon receiving focus, pass the focus to the hello world button.
12 hello world</button>
  /external/chromium_org/tools/gyp/test/exclusion/
exclusion.gyp 8 'target_name': 'hello',
11 'hello.c',
  /external/chromium_org/tools/gyp/test/variables/variable-in-path/
variable-in-path.gyp 11 '<(CONFIGURATION_NAME)/hello.cc',
18 './<(CONFIGURATION_NAME)/hello.cc',
  /external/chromium_org/tools/gyp/test/win/linker-flags/
additional-options.gyp 14 'sources': ['hello.cc'],
26 'sources': ['hello.cc'],
debug-info.gyp 15 'sources': ['hello.cc'],
25 'sources': ['hello.cc'],
large-address-aware.gyp 15 'sources': ['hello.cc'],
25 'sources': ['hello.cc'],
tsaware.gyp 15 'sources': ['hello.cc'],
25 'sources': ['hello.cc'],
  /external/clang/test/PCH/
builtins.c 10 void hello() { function
11 printf("Hello, World!");
  /external/chromium_org/tools/gyp/test/msvs/list_excluded/
gyptest-all.py 26 test.must_not_contain('hello.vcxproj', 'hello_mac')
28 test.must_not_contain('hello.vcproj', 'hello_mac')
34 test.must_contain('hello.vcxproj', 'hello_mac')
36 test.must_contain('hello.vcproj', 'hello_mac')
46 test.must_contain('hello.vcxproj', 'hello_mac')
48 test.must_contain('hello.vcproj', 'hello_mac')
  /external/qemu/distrib/sdl-1.2.15/test/
testloadso.c 15 int hello = 0; local
24 fprintf(stderr, " %s --hello <lib with puts()>\n", app);
34 if (strcmp(argv[1], "--hello") == 0) {
35 hello = 1;
56 if (hello) {
59 fn(" HELLO, WORLD!\n");
  /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")
25 self.assertEqual(string_at(result, 5), "Hello")
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")
74 self.assertEqual(wstring_at(a, 5), "Hello")
75 self.assertEqual(wstring_at(a, 16), "Hello, World\0\0\0\0"
    [all...]
  /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")
25 self.assertEqual(string_at(result, 5), "Hello")
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")
74 self.assertEqual(wstring_at(a, 5), "Hello")
75 self.assertEqual(wstring_at(a, 16), "Hello, World\0\0\0\0"
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextActivity.java 87 canvas.drawText("Hello OpenGL renderer!", 300, 20, mEventPaint);
91 canvas.drawText("Hello OpenGL renderer!", 100, 20, mMediumPaint);
95 canvas.drawText("Hello OpenGL renderer!", 100, 40, mMediumPaint);
100 canvas.drawText("Hello OpenGL renderer!", 100, 60, mMediumPaint);
104 canvas.drawText("Hello OpenGL renderer!", 100, 100, mMediumPaint);
107 canvas.drawText("Hello OpenGL renderer!", 100, 150, mMediumPaint);
109 canvas.drawText("Hello OpenGL renderer!", 100, 200, mLargePaint);
112 canvas.drawText("Hello OpenGL renderer!", 100, 400, mLargePaint);
115 canvas.drawText("Hello OpenGL renderer!", 100, 500, mLargePaint);
119 canvas.drawText("Hello OpenGL renderer!", 100, 600, mLargePaint)
    [all...]
  /libcore/luni/src/test/java/libcore/javax/xml/parsers/
DocumentBuilderTest.java 41 assertEquals("hello & world", attrOf(firstElementOf(domOf("<?xml version=\"1.0\"?><root attr=\"hello &amp; world\" />"))));
43 domOf("<?xml version=\"1.0\"?><root attr=\"hello <![CDATA[ some-cdata ]]> world\" />");
48 assertEquals("hello <![CDATA[ some-cdata ]]> world", attrOf(firstElementOf(domOf("<?xml version=\"1.0\"?><root attr=\"hello &lt;![CDATA[ some-cdata ]]&gt; world\" />"))));
49 assertEquals("hello <![CDATA[ some-cdata ]]> world", attrOf(firstElementOf(domOf("<?xml version=\"1.0\"?><root attr=\"hello &lt;![CDATA[ some-cdata ]]> world\" />"))));
54 assertEquals("hello & world", firstChildTextOf(domOf("<?xml version=\"1.0\"?><root>hello &amp; world</root>")));
55 assertEquals("hello some-cdata world", firstChildTextOf(domOf("<?xml version=\"1.0\"?><root>hello <![CDATA[ some-cda (…)
    [all...]
  /system/core/libutils/tests/
String8_test.cpp 35 String8 tmp("Hello, world!");
37 EXPECT_STREQ(tmp.string(), "Hello, world!");
41 String8 src1("Hello, ");
46 EXPECT_STREQ(dst1.string(), "Hello, world!");
47 EXPECT_STREQ(src1.string(), "Hello, ");
53 EXPECT_STREQ(dst2.string(), "Hello, world!");
54 EXPECT_STREQ(src1.string(), "Hello, ");
  /frameworks/base/core/tests/coretests/src/android/text/
HtmlTest.java 40 Spanned spanned = Html.fromHtml("<b>hello</b>");
50 Spanned spanned = Html.fromHtml("Hello <font color=\"#ff00ff00\"></font>");
58 Spanned spanned = Html.fromHtml("Hello <b>b<i>bi</b>i</i>");
139 s = new SpannableString("Hello world");
140 assertEquals(Html.toHtml(s), "<p>Hello world</p>\n");
142 s = new SpannableString("Hello world\nor something");
143 assertEquals(Html.toHtml(s), "<p>Hello world<br>\nor something</p>\n");
145 s = new SpannableString("Hello world\n\nor something");
146 assertEquals(Html.toHtml(s), "<p>Hello world</p>\n<p>or something</p>\n");
148 s = new SpannableString("Hello world\n\n\nor something")
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
whereA.test 23 INSERT INTO t1 values(2,'hello','world');
27 } {1 2 3 2 hello world 3 4.53 {}}
33 } {3 4.53 {} 2 hello world 1 2 3}
42 } {3 4.53 {} 2 hello world 1 2 3}
50 } {1 2 3 2 hello world 3 4.53 {}}
56 } {1 2 3 2 hello world 3 4.53 {}}
70 } {3 4.53 {} 2 hello world 1 2 3}
77 } {1 2 3 2 hello world 3 4.53 {}}
83 } {3 4.53 {} 2 hello world 1 2 3}
90 } {1 2 3 2 hello world 3 4.53 {}
    [all...]
quote.test 29 catchsql {INSERT INTO '@abc' VALUES(5,'hello')}
33 } {0 {5 hello}}
36 } {0 {5 hello}}
39 } {0 {5 hello}}
44 } {0 {hello 10}}
54 } {0 {hello 10}}
59 } {0 {hello 10}}
65 } {0 {hello 10}}
77 } {0 {hello 16}}
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
flavors 14 ugh = Hello
119 $(V1)echo hello
123 ', '', 'hello
129 run_make_test(undef, 'V1=@ V2=@', 'hello
137 $(V1)echo hello
141 ', 'V1=@', 'hello
148 run_make_test(undef, 'V2=@', 'echo hello
149 hello
155 run_make_test(undef, 'V1=@ V2=@', 'hello
165 @echo hello
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
sandbox.html 12 <script id="hello-world-template" type="text/x-handlebars-template">
14 <h1>Hello, {{thing}}!</h1>
19 var source = document.getElementById('hello-world-template').innerHTML;
20 templates['hello'] = Handlebars.compile(source);
25 var name = event.data.name || 'hello';
  /external/llvm/test/CodeGen/X86/
2009-03-25-TestBug.ll 7 @hello = internal constant [7 x i8] c"hello\0A\00"
15 br i1 %tmp178, label %hello, label %world
17 hello:
18 %h = tail call i32 (i8*, ...)* @printf( i8* getelementptr ([7 x i8]* @hello, i32 0, i32 0))
  /external/llvm/unittests/ADT/
StringRefTest.cpp 35 EXPECT_EQ("hello", StringRef("hello"));
36 EXPECT_EQ("hello", StringRef("hello world", 5));
37 EXPECT_EQ("hello", StringRef(std::string("hello")));
41 StringRef S("hello");
42 const char *p = "hello";
48 const char *p = "hello";
51 EXPECT_EQ((size_t) 5, StringRef("hello").size())
    [all...]

Completed in 1173 milliseconds

<<11121314151617181920>>