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

<<41424344454647484950>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StringTest.java 154 String s = new String("Hello World");
155 assertEquals("Failed to construct correct string", "Hello World", s);
188 assertEquals("Hello", new String(new int[] { 'H', 'e', 'l', 'l', 'o',
  /external/chromium/chrome/common/extensions/docs/static/
content_scripts.html 278 <pre>hello.html
283 var greeting = "hello, ";
292 <p>Now, suppose this content script was injected into hello.html:
  /external/chromium/third_party/libjingle/source/talk/base/
socketadapters.cc 139 // certificate, so the hello should have a session id.
225 // We only accept client hello messages.
241 // Send a server hello back to the client.
  /external/compiler-rt/lib/asan/tests/
asan_str_test.cc 109 strcpy(from, "hello");
130 // From is a zero-terminated string "hello\0" of length 6
132 strcpy(from, "hello");
  /external/openssl/ssl/
s3_both.c 136 /* should not be done for 'Hello Request's, but in that case
472 /* The server may always send 'Hello Request' messages --
500 * hello (maybe we should always allow the client to
t1_lib.c 379 /* Add TLS extension servername to the Client Hello message */
437 { /* Add TLS extension SRP username to the Client Hello message */
943 presented in the new client hello is only acknowledged if it matches
    [all...]
  /external/tcpdump/
print-ldp.c 116 { LDP_MSG_HELLO, "Hello" },
165 { LDP_TLV_COMMON_HELLO, "Common Hello Parameters" },
275 printf("\n\t Hold Time: %us, Flags: [%s Hello%s]",
print-ospf.c 75 { OSPF_TYPE_HELLO, "Hello" },
772 printf("\n\t Hello Timer: %us, Dead Timer %us, Mask: %s, Priority: %u",
796 break; /* HELLO */
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
themes.jd 53 android:text="@string/hello" />
59 android:text="@string/hello" />
269 android:text="@string/hello" />
declaring-layout.jd 80 <a href="{@docRoot}resources/tutorials/views/index.html">Hello Views</a> tutorial guide.</p>
97 android:text="Hello, I am a TextView" />
101 android:text="Hello, I am a Button" />
  /libcore/luni/src/test/java/libcore/xml/
PullParserTest.java 547 String snippet = "<dagny dad=\"bob\">hello</dagny>";
555 String snippet = "<dagny dad=\"bob\">hello</dagny>";
574 assertEquals("hello", parser.getText());
    [all...]
  /external/chromium/net/spdy/
spdy_framer_test.cc 748 const char kDescription[] = "'hello' data frame, no FIN";
756 1, "hello", 5, DATA_FLAG_NONE));
773 const char kDescription[] = "'hello' data frame, with FIN";
781 1, "hello", 5, DATA_FLAG_FIN));
805 0x7fffffff, "hello", 5, DATA_FLAG_FIN));
    [all...]
  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 488 Action<const char*()> a1 = Return("Hello");
489 EXPECT_STREQ("Hello", a1.Perform(make_tuple()));
    [all...]
gmock-generated-actions_test.cc 295 const char s[] = "Hello";
400 const char s[] = "Hello";
762 ACTION(OverloadedAction) { return arg0 ? arg1 : "hello"; }
776 EXPECT_STREQ("hello", a1.Perform(make_tuple(false, CharPtr("world"))));
924 Action<const std::string()> a1 = Concat("Hello", "1", 2);
    [all...]
  /external/webkit/Source/WebCore/editing/
ApplyStyleCommand.cpp 679 // e.g. When applying font-size: large on <font color="blue">hello</font>, we need to include the font element in our run
680 // to generate <font color="blue" size="4">hello</font> instead of <font color="blue"><font size="4">hello</font></font>
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 382 static_assert(strcmp_ce("hello world", "hello world") == 0, "");
383 static_assert(strcmp_ce("hello world", "hello clang") > 0, "");
603 constexpr S(int n, const S *p) : a(5), b(n), p(p), d(n), q("hello") {}
634 constexpr AggregateInit agg1 = { "hello"[0] };
636 static_assert(strcmp_ce(&agg1.c, "hello") == 0, "");
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
FormatterTest.java 726 f.format("hello", (Object[]) null);
727 assertEquals("hello", f.toString());
740 formatter.format("%0$s", "hello");
741 assertEquals("hello", formatter.toString());
753 formatter.format("%$s", "hello", "2");
779 formatter.format("%<s", "hello");
787 formatter.format("%123$s", "hello");
796 formatter.format("%2147483648$s", "hello");
804 formatter.format("%2147483647$s", "hello");
812 formatter.format("%s%s", "hello");
    [all...]
  /external/chromium/chrome/common/extensions/docs/
i18n.html 390 <img src="images/i18n-before.gif" alt="A manifest.json file and a file with JavaScript. The .json file has &quot;name&quot;: &quot;Hello World&quot;. The JavaScript file has title = &quot;Hello World&quot;;" width="323" height="148">
407 <img src="images/i18n-after-1.gif" alt="In the manifest.json file, &quot;Hello World&quot; has been changed to &quot;__MSG_extName__&quot;, and a new &quot;default_locale&quot; item has the value &quot;en&quot;. In the JavaScript file, &quot;Hello World&quot; has been changed to chrome.i18n.getMessage(&quot;extName&quot;). A new file named _locales/en/messages.json defines &quot;extName&quot;." width="782" height="228">
472 "message": "hello%20world",
691 see the extension name "Hello World".
    [all...]
  /external/openssh/
mux.c 272 error("%s: HELLO received twice", __func__);
971 /* Send hello */
979 debug3("%s: channel %d: hello sent", __func__, c->self);
    [all...]
  /external/chromium/webkit/glue/
dom_serializer_unittest.cc 791 "<html><head></head><body>hello world</body></html>";
    [all...]
  /external/protobuf/src/google/protobuf/
message.h 57 // foo.set_text("Hello World!");
71 // assert(foo.text() == "Hello World!");
100 // assert(reflection->GetString(foo, text_field) == "Hello World!");
    [all...]
  /cts/tests/src/android/app/cts/
DialogStubActivity.java 114 mDialog.setTitle("Hello, Dialog");
  /cts/tests/tests/os/src/android/os/cts/
ParcelTest.java 426 "Hello, Android!",
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ArrayAdapterTest.java 422 list.add("hello");
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 244 // Hello, Gingerbread!

Completed in 745 milliseconds

<<41424344454647484950>>