/external/dnsmasq/contrib/lease-access/ |
README | 0 Hello,
|
/external/dnsmasq/contrib/try-all-ns/ |
README | 7 Hello,
|
/external/stlport/test/eh/ |
test.cpp | 40 std::cout<<"hello world\n";
|
/external/webkit/LayoutTests/http/tests/appcache/ |
deferred-events-delete-while-raising.html | 20 parent.postMessage("hello", "*");
|
/external/webkit/LayoutTests/storage/domstorage/ |
quota-expected.txt | 27 Adding 'Hello!' into a new bucket.
|
/external/webkit/LayoutTests/storage/domstorage/script-tests/ |
complex-keys.js | 93 k = String.fromCharCode(255425) + String.fromCharCode(255) + String.fromCharCode(2554252321) + String.fromCharCode(0) + 'hello'; 94 evalAndLog("storage[k] = 'hello'"); 95 shouldBeEqualToString("storage.getItem(k)", "hello"); 96 shouldBeEqualToString("storage[k]", "hello");
|
quota.js | 40 debug("Adding 'Hello!' into a new bucket."); 42 storage['foo'] = "Hello!";
|
/external/webkit/WebCore/manual-tests/ |
autoscroll.html | 6 item.appendChild(frameDoc.createTextNode("Hello, world!"));
|
remove-form-node-with-radio-buttons-crash.html | 13 doc.innerHTML = "hello, world";
|
/external/zlib/contrib/iostream2/ |
zstream_test.cpp | 7 char h[256] = "Hello";
|
/frameworks/base/tests/StatusBar/res/values/ |
strings.xml | 18 <string name="mainLabel">Hello <u>th<ignore>e</ignore>re</u>, <i>you</i> <b>Activity</b>!</string>
|
/packages/apps/Bluetooth/res/values-de/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hallo Welt, Testaktivität"</string>
|
/packages/apps/Bluetooth/res/values-es-rUS/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hola mundo, actividad de prueba"</string>
|
/packages/apps/Bluetooth/res/values-fr/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Bonjour à tous, TestActivity"</string>
|
/packages/apps/Bluetooth/res/values-ko/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"?????. TestActivity"</string>
|
/packages/apps/Bluetooth/res/values-nb/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hallo verden, TestActivity"</string>
|
/packages/apps/Bluetooth/res/values-nl/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hallo wereld, testactiviteit"</string>
|
/packages/apps/Bluetooth/res/values-pl/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Witaj ?wiecie, dzia?anie testowe"</string>
|
/packages/apps/Bluetooth/res/values-pt-rPT/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Olá mundo! Isto é um teste"</string>
|
/packages/apps/Bluetooth/res/values-zh-rCN/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"??????????"</string>
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
HelloRequest.java | 28 * Represents Hello Request message 30 * Hello request</a>
|
ServerHelloDone.java | 26 * Represents server hello done message 28 * Server hello done</a>
|
/external/stlport/test/unit/ |
iostream_test.cpp | 110 // wcout << L"Hello world" << endl; 112 // wcout << L"Hello world" << endl;
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.5-3.js | 74 var foo = new MyObject('hello'); 76 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello');foo.charCodeAt(0)", 0x0068, foo.charCodeAt(0) ); 77 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello');foo.charCodeAt(1)", 0x0065, foo.charCodeAt(1) ); 78 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello');foo.charCodeAt(2)", 0x006c, foo.charCodeAt(2) ); 79 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello');foo.charCodeAt(3)", 0x006c, foo.charCodeAt(3) ); 80 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello');foo.charCodeAt(4)", 0x006f, foo.charCodeAt(4) ); 81 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello');foo.charCodeAt(-1)", Number.NaN, foo.charCodeAt(-1) ); 82 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello');foo.charCodeAt(5)", Number.NaN, foo.charCodeAt(5) );
|
/external/webkit/WebKitTools/pywebsocket/test/ |
test_msgutil.py | 54 msgutil.send_message(request, 'Hello') 66 self.assertEqual('Hello', msgutil.receive_message(request)) 84 self.assertEqual('Hello', msgutil.receive_message(request)) 112 self.assertEqual('Hello!', receiver.receive()) 123 self.assertEqual('Hello!', onmessage_queue.get()) 146 sender.send_nowait('Hello')
|