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

1 2 3 45 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/
target_new.html 8 alert("hello from opener");
19 Links in the new window that opens will alert "[object Window]", "some value", and "hello from opener".
  /external/webkit/WebCore/manual-tests/wml/
variable-substitution.wml 9 <setvar name="hi" value="hello"/>
16 <p>set hi = "hello", name = " Yi chao"<br/>
  /packages/apps/Browser/tests/assets/
bindings_test.html 18 return JNIBindingsTest.testObjectArray(['Hello', 'World', '!'], [], [{"foo":"bar"}]);
30 "string":"Hello World",
51 var expectedStringReturn = "Hello World!";
119 // Note that the java class returned has s set to Hello World. JSC and V8 do not support
126 } else if (returned.anotherMethod() != "Hello World") {
127 appendLog("returnObject() failed: expected 'anotherMethod' to return 'Hello World' got "+ returned.anotherMethod());
157 // Note that the java class returned has s set to Hello World. JSC and V8 do not support
159 appendLog("getIfaceProperties() failed: expected mString = 'Hello World', got " + JNIBindingsTest.mString);
  /external/webkit/LayoutTests/http/tests/appcache/
fallback.html 73 if (!canLoad(nonexistentURL) || load(nonexistentURL) != "Hello, World!") {
78 if (!canLoad(redirectURL) || load(redirectURL) != "Hello, World!") {
96 if (req.responseText != "Hello, World!") {
116 if (req.responseText != "Hello, World!") {
139 if (!/Hello, World/.test(window.frames[0].document.documentElement.innerHTML)) {
  /frameworks/base/docs/html/intl/ja/guide/tutorials/
hello-world.jd 1 page.title=Hello, World
19 <p>???????????????????????????????????Hello, World???????????????Android ????????????????????????? Eclipse ??????????????????????????????????????????????????????????????????????????????????</p>
60 <li><em>??????????Application name?:</em> Hello, Android</li>
130 tv.setText(&quot;Hello, Android&quot;);
145 <p>????Android ??Hello, World????????????????????????????????????????</p>
167 <p>???????????????Hello, Android?????????????????????????? Eclipse ???????????????????????? <code>res/values/strings.xml</code> ???????????<code>AndroidManifest.xml</code> ???????????????????????????? TextView ?????????????????????</p>
169 <p>????Hello World???????????????????????????????????????Android ????????????????????????????????</p>
174 <p>????????Hello, World???????????????????????? UI ????????????????????????????????????? UI ?????? ??????????????????????UI ?????????????????????????????????????????????????????????????????????????????? ???????????????????????????????????????????????????????????????????????????????????????????????????????????</p>
182 android:text=&quot;@string/hello&quot;/&gt;</pre>
227 TextView ??????????????????????????????????????????????????????????????<em>hello</em>?? <em>res/values/strings.xml</em> ??????????????????????????????????????????????????? ??????? (…)
    [all...]
  /frameworks/base/docs/html/intl/ja/resources/tutorials/
hello-world.jd 1 page.title=Hello, World
19 <p>???????????????????????????????????Hello, World???????????????Android ????????????????????????? Eclipse ??????????????????????????????????????????????????????????????????????????????????</p>
60 <li><em>??????????Application name?:</em> Hello, Android</li>
130 tv.setText(&quot;Hello, Android&quot;);
145 <p>????Android ??Hello, World????????????????????????????????????????</p>
167 <p>???????????????Hello, Android?????????????????????????? Eclipse ???????????????????????? <code>res/values/strings.xml</code> ???????????<code>AndroidManifest.xml</code> ???????????????????????????? TextView ?????????????????????</p>
169 <p>????Hello World???????????????????????????????????????Android ????????????????????????????????</p>
174 <p>????????Hello, World???????????????????????? UI ????????????????????????????????????? UI ?????? ??????????????????????UI ?????????????????????????????????????????????????????????????????????????????? ???????????????????????????????????????????????????????????????????????????????????????????????????????????</p>
182 android:text=&quot;@string/hello&quot;/&gt;</pre>
227 TextView ??????????????????????????????????????????????????????????????<em>hello</em>?? <em>res/values/strings.xml</em> ??????????????????????????????????????????????????? ??????? (…)
    [all...]
  /external/openssl/ssl/
ssl_stat.c 80 case SSL2_ST_SEND_CLIENT_HELLO_A: str="SSLv2 write client hello A"; break;
81 case SSL2_ST_SEND_CLIENT_HELLO_B: str="SSLv2 write client hello B"; break;
82 case SSL2_ST_GET_SERVER_HELLO_A: str="SSLv2 read server hello A"; break;
83 case SSL2_ST_GET_SERVER_HELLO_B: str="SSLv2 read server hello B"; break;
96 case SSL2_ST_GET_CLIENT_HELLO_A: str="SSLv2 read client hello A"; break;
97 case SSL2_ST_GET_CLIENT_HELLO_B: str="SSLv2 read client hello B"; break;
98 case SSL2_ST_GET_CLIENT_HELLO_C: str="SSLv2 read client hello C"; break;
99 case SSL2_ST_SEND_SERVER_HELLO_A: str="SSLv2 write server hello A"; break;
100 case SSL2_ST_SEND_SERVER_HELLO_B: str="SSLv2 write server hello B"; break;
120 case SSL3_ST_CW_CLNT_HELLO_A: str="SSLv3 write client hello A"; break
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
DatagramPacketTest.java 56 dp = new DatagramPacket("Hello".getBytes(), 5);
57 assertEquals("Created incorrect packet", "Hello", new String(dp.getData(), 0,
85 dp = new DatagramPacket("Hello".getBytes(), 2, 3);
86 assertEquals("Created incorrect packet", "Hello", new String(dp.getData(), 0,
107 dp = new DatagramPacket("Hello".getBytes(), 2, 3, InetAddress
133 dp = new DatagramPacket("Hello".getBytes(), 5, InetAddress
157 dp = new DatagramPacket("Hello".getBytes(), 5, InetAddress
178 dp = new DatagramPacket("Hello".getBytes(), 5);
179 assertEquals("Incorrect length returned", "Hello", new String(dp.getData(), 0, dp
195 dp = new DatagramPacket("Hello".getBytes(), 5)
    [all...]
  /external/dbus/dbus/
dbus-string-util.c 196 (* func) ("Hello this is a string\n", -1);
197 (* func) ("Hello this is a string\n1", -1);
198 (* func) ("Hello this is a string\n12", -1);
199 (* func) ("Hello this is a string\n123", -1);
200 (* func) ("Hello this is a string\n1234", -1);
201 (* func) ("Hello this is a string\n12345", -1);
323 if (!_dbus_string_append (&str, "Hello World"))
329 _dbus_string_init_const (&other, "Hello");
389 if (!_dbus_string_append (&str, "Hello World"))
404 if (!_dbus_string_append (&str, "Hello World")
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
SingleLineTransformationMethodTest.java 86 CharSequence result = method.getTransformation("hello\nworld\r", null);
87 assertEquals("hello world\uFEFF", result.toString());
90 editText.setText("hello\nworld\r");
  /development/simulator/app/
MessageStream.cpp 335 * Swap "hello" messages.
344 /* send hello */
348 LOG(LOG_WARN, "", "hello write failed in stream init\n");
352 LOG(LOG_DEBUG, "", "waiting for peer to ack my hello\n");
356 LOG(LOG_WARN, "", "hello ack read failed in stream init\n");
363 LOG(LOG_WARN, "", "hello ack was bad\n");
370 LOG(LOG_DEBUG, "", "waiting for hello from peer\n");
372 /* wait for the hello */
374 LOG(LOG_WARN, "", "hello read failed in stream init\n");
381 LOG(LOG_WARN, "", "hello was bad\n")
    [all...]
  /external/srec/config/en.us/grammars/
homonym_test2.grxml 3 Test grammar, here we test "hello" vs "hellow", used in places
39 hello
84 hello
  /cts/tests/assets/webkit/
test_favicon.html 22 <h3>hello favicon!</h3><br>
  /cts/tests/src/android/app/cts/
ActivityManagerStubFooActivity.java 29 tv.setText("Hello, Android");
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aload/jm/
T_aload_1.j 31 ldc "hello"
T_aload_1.java 22 String a = new String("hello");
T_aload_1_w.j 31 ldc "hello"
T_aload_1_w.java 22 String a = new String("hello");
T_aload_2.java 22 String a = new String("hello");
T_aload_2_w.j 31 ldc "hello"
T_aload_2_w.java 22 String a = new String("hello");
T_aload_6_w.j 31 ldc "hello"
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aload_0/jm/
T_aload_0_1.j 31 ldc "hello"
T_aload_0_1.java 22 String a = new String("hello");
T_aload_0_6.java 22 String a = new String("hello");

Completed in 49 milliseconds

1 2 3 45 6 7 8 91011>>