HomeSort by relevance Sort by last modified time
    Searched full:hello (Results 326 - 350 of 767) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/webkit/src/android/webkit/cts/
TestHtmlConstants.java 27 public static final String HELLO_WORLD_TITLE = "test hello world";
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aload_0/
Test_aload_0.java 30 assertEquals("hello", T_aload_0_1.run());
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aload_1/
Test_aload_1.java 30 assertEquals("hello", T_aload_1_1.run());
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aload_2/
Test_aload_2.java 30 assertEquals("hello", T_aload_2_1.run());
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aload_3/
Test_aload_3.java 30 assertEquals("hello", T_aload_3_1.run());
  /dalvik/docs/
hello-world.html 20 &gt; <font color="green">'System.out.println("Hello, world"); }}' &gt; Foo.java</font><br>
25 Hello, world
186 System.out.println("Hello, world");
192 Hello, world
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
PipedReaderTest.java 50 "Hello World".getChars(0, 11, c, 0);
184 assertEquals("Test 1: Wrong characters read. ", "Hello World", new String(c));
213 assertEquals("Test 1: Wrong characters read. ", "Hello World", new String(c));
281 assertEquals("Test 1: Wrong characters read. ", "Hello World", new String(c));
  /dalvik/libcore/regex/src/main/java/java/util/regex/
package.html 85 "Hello, World!"
88 "Hello, World!"
93 "Hello, World."
96 "Hello, World!", "Hello, World?"
101 "Hello, .*d!"
104 "Hello, World!", "Hello, Android!", "Hello, Dad!"
  /dalvik/libcore/regex/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
SplitTest.java 48 assertArraysEqual(new String[0], "hello".split("."));
56 assertArraysEqual(new String[] { "", "", "o" }, "hello".split(".."));
59 assertArraysEqual(new String[] { "hello" }, "hello".split("not-present-in-test"));
  /development/apps/launchperf/
AndroidManifest.xml 61 android:label="Hello World Launch Performance">
  /external/clearsilver/java-jni/servlet/
CSPage.java 116 cs.parseStr("Hello Clearsilver<p><TABLE BORDER=1><TR><TD>Foo.Bar</TD><TD><?cs var:Foo.Bar ?></TD></TR></TABLE>");
  /external/dbus/dbus/
dbus-marshal-validate-util.c 127 "Hello World",
196 "Hello",
204 "9Hello",
211 "Hello.",
  /external/libpcap/
ppp.h 38 #define PPP_HELLO 0x0201 /* 802.1d Hello Packets */
  /external/skia/xcode/Simple/
SimpleApp.cpp 48 canvas->drawText("Hello world", 11, w/2, h/2, paint);
  /external/srec/config/en.us/grammars/
bothtags5.grxml 76 hello
homonym_test3.grxml 83 hello
homonym_test4.grxml 85 hello
  /external/v8/test/mjsunit/
debug-step-stub-callfunction.js 52 print('Hello, world!');
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.2.3-2.js 48 var o = new MyObject("hello")
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.9.1.js 107 array[item++] = new TestCase( SECTION, "'hello' == 'hello'", true, "hello" == "hello" );
11.9.2.js 106 array[item++] = new TestCase( SECTION, "'hello' != 'hello'", false, "hello" != "hello" );
11.9.3.js 106 array[item++] = new TestCase( SECTION, "'hello' == 'hello'", true, "hello" == "hello" );
  /external/webkit/LayoutTests/http/tests/appcache/
non-html.xhtml 68 if (req.responseText != 'Hello, World!') {
  /external/webkit/WebCore/manual-tests/inspector/
console-log-formatting.html 56 "document, document.body, 'hello', 'goodbye', window.location",
  /external/webkit/WebKit/gtk/tests/
testatk.c 37 static const char* contentsInParagraphAndBodySimple = "<html><body><p>This is a test.</p>Hello world.</body></html>";
39 static const char* contentsInParagraphAndBodyModerate = "<html><body><p>This is a test.</p>Hello world.<br /><font color='#00cc00'>This sentence is green.</font><br />This one is not.</body></html>";
402 g_assert_cmpstr(text, ==, "Hello world.");
446 g_assert_cmpstr(text, ==, "Hello world.\nThis sentence is green.\nThis one is not.");

Completed in 195 milliseconds

<<11121314151617181920>>