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

1 2 34 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/Objects/
toString-001.js 58 o = { name:"object", length:0, value:"hello" }
61 "o = { name:\"object\", length:0, value:\"hello\" }; o.toString()",
64 'value:"hello"']));
66 o = { name:"object", length:0, value:"hello",
70 "o = { name:\"object\", length:0, value:\"hello\", "+
72 "hello",
  /cts/tests/tests/util/src/android/util/cts/
StringBuilderPrinterTest.java 42 StringBuilder strBuilder = new StringBuilder("Hello");
44 assertEquals("Hello", strBuilder.toString());
49 assertTrue(str.startsWith("Hello"));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
HelloWorld.java 29 * Hello World</a></h3>
34 App/Activity/Hello World
40 * <td >The Hello World Screen implementation</td>
  /dalvik/libcore/support/src/test/java/tests/resources/
Inserted_Entry_Manifest.jar 
Inserted_Entry_Manifest_with_DigestCode.jar 
Integrate.jar 
Modified_Class.jar 
Modified_Manifest_EntryAttributes.jar 
Modified_Manifest_MainAttributes.jar 
Modified_SF_EntryAttributes.jar 
  /external/webkit/LayoutTests/http/tests/appcache/resources/
uncacheable-resource.php 12 print("Hello, world!\n");
  /external/webkit/WebCore/manual-tests/
target_new-1.html 9 <li>Clicking <a href="#" onclick="window.opener.externallyCalled()">here</a> should alert "hello from opener"</li>
  /external/webkit/WebKitTools/pywebsocket/test/
test_memorizingfile.py 54 'Hello\nWorld\nWelcome'))
55 self.check(memorizing_file, 3, ['Hello\n', 'World\n', 'Welcome'])
59 'Hello\nWorld\nWelcome'), 2)
60 self.check(memorizing_file, 3, ['Hello\n', 'World\n'])
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleHello.java 23 * Handle the "hello" chunk (HELO) and feature discovery.
46 Log.d("ddm-hello", "Now ready: " + client);
54 Log.d("ddm-hello", "Now disconnected: " + client);
58 * Sends HELLO-type commands to the VM after a good handshake.
76 Log.d("ddm-hello", "handling " + ChunkHandler.name(type));
103 Log.d("ddm-hello", "HELO: v=" + version + ", pid=" + pid
114 Log.e("ddm-hello", "Received pid (" + pid + ") does not match client pid ("
140 Log.d("ddm-hello", "Sending " + name(CHUNK_HELO)
158 Log.d("ddm-hello", "Feature: " + feature);
  /cts/tools/dx-tests/src/dxc/junit/opcodes/astore_0/jm/
T_astore_0_5.j 31 ldc "hello"
35 ldc "hello"
  /cts/tools/dx-tests/src/dxc/junit/opcodes/astore_1/jm/
T_astore_1_5.j 31 ldc "hello"
35 ldc "hello"
  /cts/tools/dx-tests/src/dxc/junit/opcodes/astore_2/jm/
T_astore_2_5.j 31 ldc "hello"
35 ldc "hello"
  /cts/tools/dx-tests/src/dxc/junit/opcodes/astore_3/jm/
T_astore_3_5.j 31 ldc "hello"
35 ldc "hello"
  /external/bluetooth/glib/tests/markups/
expected-2 5 This is a list of ways to say hello in various languages. Its purpose is to illustrate a number of scripts.
13 English Hello
fail-3.gmarkup 4 This is a list of ways to say hello in various languages. Its purpose is to illustrate a number of scripts.
12 English Hello
valid-2.gmarkup 4 This is a list of ways to say hello in various languages. Its purpose is to illustrate a number of scripts.
12 English Hello
  /external/dropbear/libtomcrypt/demos/
multi.c 16 hash_memory(find_hash("sha256"), (unsigned char*)"hello", 5, buf[0], &len);
18 hash_memory_multi(find_hash("sha256"), buf[1], &len2, (unsigned char*)"hello", 5, NULL);
38 hmac_memory(find_hash("sha256"), key, 16, (unsigned char*)"hello", 5, buf[0], &len);
40 hmac_memory_multi(find_hash("sha256"), key, 16, buf[1], &len2, (unsigned char*)"hello", 5UL, NULL);
60 omac_memory(find_cipher("aes"), key, 16, (unsigned char*)"hello", 5, buf[0], &len);
62 omac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"hello", 5UL, NULL);
82 pmac_memory(find_cipher("aes"), key, 16, (unsigned char*)"hello", 5, buf[0], &len);
84 pmac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"hello", 5, NULL);
  /external/gtest/test/
gtest-message_test.cc 60 const Message msg1("Hello");
62 EXPECT_STREQ("Hello", ToCString(msg2));
67 Message msg("Hello");
68 EXPECT_STREQ("Hello", ToCString(msg));
102 const ::std::string str("Hello");
103 EXPECT_STREQ("Hello", ToCString(Message() << str));
146 Message msg("Hello");
149 EXPECT_STREQ("Hello", testing::internal::StrStreamToString(&ss).c_str());
  /external/v8/test/mjsunit/
context-variable-assignments.js 31 a = b = "hello world";
37 assertEquals("hello world", foo());
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.4-3.js 70 var foo = new MyObject('hello');
73 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello'); ", "h", foo.charAt(0) );
74 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello'); ", "e", foo.charAt(1) );
75 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello'); ", "l", foo.charAt(2) );
76 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello'); ", "l", foo.charAt(3) );
77 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello'); ", "o", foo.charAt(4) );
78 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello'); ", "", foo.charAt(-1) );
79 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello'); ", "", foo.charAt(5) );

Completed in 57 milliseconds

1 2 34 5 6 7 8 91011>>