HomeSort by relevance Sort by last modified time
    Searched full:hello (Results 1026 - 1050 of 1658) sorted by null

<<41424344454647484950>>

  /libcore/luni/src/test/java/libcore/java/io/
OldBufferedWriterTest.java 106 bw.write("Hello");
111 sw.toString().equals("Hello" + separator + "World"));
OldFileTest.java 179 File dir = new File(cts + "/hello");
182 File subDir = new File(cts + "/hello/world");
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetEncoderTest.java 35 String input = "hello\u0666world";
37 assertEquals("hello=world", output);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
UriCodec.java 92 * partially or fully encoded. For example, input of "hello%20world" is
94 * "hello%2520world" otherwise.
  /external/chromium/chrome/common/extensions/docs/static/
i18n.html 50 alt='A manifest.json file and a file with JavaScript. The .json file has "name": "Hello World". The JavaScript file has title = "Hello World";'
69 alt='In the manifest.json file, "Hello World" has been changed to "__MSG_extName__", and a new "default_locale" item has the value "en". In the JavaScript file, "Hello World" has been changed to chrome.i18n.getMessage("extName"). A new file named _locales/en/messages.json defines "extName".'
136 "message": "hello%20world",
361 see the extension name "Hello World".
  /external/chromium/net/spdy/
spdy_test_util.cc 457 "hello",
482 "hello",
511 "hello",
581 "hello",
630 "hello",
718 "hello",
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 33 * For example: "Hello <?cs var:person.name ?>!"
35 * TData "Hello "
508 | {string} string // "hello"
578 * Hello <?cs var:user.name ?>!
591 * TData (data) "Hello "
674 expression = {string} [value]:T.string // "hello"
  /external/openssl/ssl/
s23_clnt.c 406 /* create SSL 2.0 compatible Client Hello */
467 /* create Client Hello in SSL 3.0/TLS 1.0 format */
490 /* Some servers hang if client hello > 256 bytes
577 /* Client Hello has been sent; tell msg_callback */
678 /* we have sslv3 or tls1 (server hello or alert) */
771 /* Since, if we are sending a ssl23 client hello, we are not
s23_srvr.c 250 * 6-8 length > Client Hello message
345 /* We must look at client_version inside the Client Hello message
348 * Client Hello message, this would be difficult, and we'd have
459 s->msg_callback(0, SSL2_VERSION, 0, s->packet+2, s->packet_length-2, s, s->msg_callback_arg); /* CLIENT-HELLO */
468 * Client Hello, can we? Error condition should be
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
printing_unittest.py 166 message='hello', exp_err=None, exp_bot=None):
183 do_helper(method_name, 'nothing', 'hello', [], [])
184 do_helper(method_name, switch, 'hello', exp_err, exp_bot)
185 do_helper(method_name, 'everything', 'hello', exp_err, exp_bot)
217 message='hello', exp_err=['hello'])
  /frameworks/base/docs/html/guide/topics/resources/
string-resource.jd 92 &lt;string name="hello">Hello!&lt;/string>
101 <strong>android:text="@string/hello"</strong> />
106 String string = {@link android.content.Context#getString(int) getString}(R.string.hello);
422 &lt;string name="welcome_messages">Hello, %1$s! You have %2$d new messages.&lt;/string>
465 &lt;string name="welcome_messages"&gt;Hello, %1$s! You have &amp;lt;b>%2$d new messages&amp;lt;/b>.&lt;/string>
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java     [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
NanoTest.java 412 msg.optionalString = "hello";
413 assertEquals("hello", msg.optionalString);
437 msg.optionalBytes = InternalNano.copyFromUtf8("hello");
439 assertEquals("hello", new String(msg.optionalBytes, "UTF-8"));
443 .optionalBytes = InternalNano.copyFromUtf8("hello");
641 msg.optionalStringPiece = "hello";
642 assertEquals("hello", msg.optionalStringPiece);
665 msg.optionalCord = "hello";
666 assertEquals("hello", msg.optionalCord);
    [all...]
  /external/chromium/chrome/common/extensions/docs/
messaging.html 384 chrome.extension.sendRequest({greeting: "hello"}, function(response) {
396 chrome.tabs.sendRequest(tab.id, {greeting: "hello"}, function(response) {
414 if (request.greeting == "hello")
570 chrome.tabs.sendRequest(tab.id, {greeting: "hello"}, function(response) {
577 chrome.tabs.sendRequest(tab.id, {greeting: "hello"}, function(response) {
587 chrome.tabs.sendRequest(tab.id, {greeting: "hello"}, function(response) {
594 chrome.tabs.sendRequest(tab.id, {greeting: "hello"}, function(response) {
docs.html 19 <title>Hello There! - Google Chrome Extensions - Google Code</title></head>
254 <h1 class="page_title">Hello There!</h1>
315 <div id="static"><div id="pageData-name" class="pageData">Hello There!</div>
341 <dt> <a href="getstarted.html">Getting Started (Hello, World!)</a> </dt>
342 <dd> Build a simple "Hello, World" extension in about 5 minutes </dd>
  /external/icu4c/test/intltest/
transapi.cpp 272 "Any-Hex", "hello", UnicodeString("\\u0068\\u0065\\u006C\\u006C\\u006F", "") ,
273 "Hex-Any", UnicodeString("\\u0068\\u0065\\u006C\\u006C\\u006F", ""), "hello" ,
323 "Any-Hex", "hello! How are you?", "0", "5", UnicodeString("\\u0068\\u0065\\u006C\\u006C\\u006F", ""), UnicodeString("\\u0068\\u0065\\u006C\\u006C\\u006F! How are you?", "") ,
324 "Any-Hex", "hello! How are you?", "7", "12", UnicodeString("\\u0048\\u006F\\u0077\\u0020\\u0061", ""), UnicodeString("hello! \\u0048\\u006F\\u0077\\u0020\\u0061re you?", ""),
325 "Hex-Any", CharsToUnicodeString("\\u0068\\u0065\\u006C\\u006C\\u006F\\u0021\\u0020"), "0", "5", "hello", "hello! " ,
    [all...]
  /ndk/docs/
ANDROID-MK.html 55 "hello JNI" example, i.e. the files under:
57 samples/hello-jni
65 the sample, i.e. 'jni/hello-jni.c'
79 LOCAL_MODULE := hello-jni
80 LOCAL_SRC_FILES := hello-jni.c
104 LOCAL_MODULE := hello-jni
118 LOCAL_SRC_FILES := hello-jni.c
  /external/chromium/base/
values_unittest.cc 332 StringValue* original_string = Value::CreateStringValue("hello");
396 ASSERT_EQ(std::string("hello"), copy_string_value);
397 ASSERT_EQ(ASCIIToUTF16("hello"), copy_string16_value);
524 StringValue* original_string = Value::CreateStringValue("hello");
635 inner2->Append(Value::CreateStringValue("hello"));
  /external/chromium/net/http/
http_util_unittest.cc 61 std::string headers = "foo: 1\t\r\nbar: hello world\r\nbaz: 3 \r\n";
71 EXPECT_EQ(std::string("hello world"), it.values());
803 "g=''; h='hello'";
820 CheckNextNameValuePair(&parser, true, true, "f", "'hello world'"));
824 CheckNextNameValuePair(&parser, true, true, "h", "hello"));
  /external/qemu/distrib/zlib-1.2.3/
configure 63 int hello() {return getchar();}
241 return (mytest("Hello%d\n", 1));
266 return (mytest("Hello%d\n", 1));
304 return (mytest("Hello%d\n", 1));
416 caddr_t hello() {
  /frameworks/base/docs/html/training/multiple-apks/
api.jd 352 package: name='com.example.hello' versionCode='1' versionName='1.0'
355 application-label:'Hello'
359 application: label='Hello' icon='res/drawable-mdpi/icon.png'
360 launchable-activity: name='com.example.hello.HelloActivity' label='Hello' icon=''
multiple.jd 448 package: name='com.example.hello' versionCode='1' versionName='1.0'
451 application-label:'Hello'
455 application: label='Hello' icon='res/drawable-mdpi/icon.png'
456 launchable-activity: name='com.example.hello.HelloActivity' label='Hello' icon=''
screensize.jd 326 package: name='com.example.hello' versionCode='1' versionName='1.0'
329 application-label:'Hello'
333 application: label='Hello' icon='res/drawable-mdpi/icon.png'
334 launchable-activity: name='com.example.hello.HelloActivity' label='Hello' icon=''
texture.jd 271 package: name='com.example.hello' versionCode='1' versionName='1.0'
274 application-label:'Hello'
278 application: label='Hello' icon='res/drawable-mdpi/icon.png'
279 launchable-activity: name='com.example.hello.HelloActivity' label='Hello' icon=''
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
IdentityHashMap2Test.java 37 private static final String ID = "hello";
230 hm.put("T", "HELLO");
231 assertEquals("Get returned incorecct value for existing key", "HELLO", hm.get("T")

Completed in 1231 milliseconds

<<41424344454647484950>>