Searched
full:hello (Results
1001 -
1025 of
1658) sorted by null
<<41424344454647484950>>
/libcore/support/src/test/java/tests/support/ |
Support_TestWebData.java | 36 return "<html>\n<body>\n<h1>Hello World!</h1>\n</body>\n</html>\n".getBytes("UTF-8");
|
/sdk/emulator/qtools/tests/gtrace/ |
test.c | 18 PRINT_STR("hello\n");
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_browsertest.cc | 387 edit_view->SetUserText(ASCIIToUTF16("Hello world")); 396 EXPECT_EQ(ASCIIToUTF16("Hello worlds"), edit_view->GetText()); 409 EXPECT_EQ(ASCIIToUTF16("Hello "), edit_view->GetText()); 445 // Set the edit text to "Hello world". 446 edit_view->SetUserText(ASCIIToUTF16("Hello world")); 452 EXPECT_EQ(ASCIIToUTF16("Hello world"), edit_view->GetText()); 457 EXPECT_EQ(ASCIIToUTF16("Hello world"), edit_view->GetText()); [all...] |
/cts/tests/tests/text/src/android/text/method/cts/ |
MultiTapKeyListenerTest.java | 116 assertEquals("hello", mTextView.getText().toString()); 138 assertEquals("HELLO", mTextView.getText().toString());
|
/development/tools/axl/ |
axl.py | 140 self.write("HELLO") 153 self.write("HELLO")
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
BufferedWriterTest.java | 135 bw.write("Hello"); 140 .equals("Hello" + separator + "World"));
|
PushbackInputStreamTest.java | 65 pis = new PushbackInputStream(new ByteArrayInputStream("Hello" 81 pis = new PushbackInputStream(new ByteArrayInputStream("Hello"
|
/external/chromium/base/ |
callback_old.h | 41 // callback->Run(5, string("hello")); 46 // callback->RunWithParams(MakeTuple(5, string("hello")));
|
pickle_unittest.cc | 16 const std::string teststr("Hello world"); // note non-aligned string length 17 const std::wstring testwstr(L"Hello, world");
|
/external/chromium/chrome/browser/extensions/ |
user_script_master_unittest.cc | 200 "adsasdfasf// @name hello\n" 208 ASSERT_EQ("hello", script.name());
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
tab_control.js | 15 * <div label='Tab 1'>Hello</div> 24 * | Hello World |
|
/external/chromium/net/ftp/ |
ftp_network_transaction_unittest.cc | [all...] |
/external/dropbear/libtommath/ |
Makefile.in | 135 echo "hello" > tommath.ind 155 echo "hello" > bn.ind
|
/external/llvm/test/MC/COFF/ |
symbol-fragment-offset.s | 29 .asciz "Hello " 121 // CHECK: 48 65 6C 6C 6F 20 00 57 - 6F 72 6C 64 21 00 00 00 |Hello .World!...|
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ViaParser.java | 240 * SIP/2.0/UDP company.com:5604 ( Hello )"+ ", SIP / 2.0 / UDP 245 * ss1.wcom.com:5060;branch=2d4790.1"+ " , SIP/2.0/UDP here.com:5060( Hello
|
/external/protobuf/src/google/protobuf/io/ |
tokenizer_unittest.cc | 207 { "hello", Tokenizer::TYPE_IDENTIFIER }, 233 { "'hello'", Tokenizer::TYPE_STRING }, 577 Tokenizer::ParseString("'hello'", &output); 578 EXPECT_EQ("hello", output); 604 Tokenizer::ParseStringAppend("'hello'", &output); 605 EXPECT_EQ("stuff+hello", output); 606 Tokenizer::ParseString("'hello'", &output); 607 EXPECT_EQ("hello", output);
|
/external/protobuf/src/google/protobuf/ |
unittest_custom_options.proto | 187 option (string_opt) = "Hello, \"World\""; 188 option (bytes_opt) = "Hello\0World";
|
/external/regex-re2/util/ |
pcre.h | 25 // "hello (\\w+) world" -- \w matches a "word" character 27 // "hello\\s+world" -- \s matches any whitespace character 29 // "(?i)hello" -- (?i) turns on case-insensitive matching 39 // CHECK(PCRE::FullMatch("hello", "h.*o")); 42 // CHECK(!PCRE::FullMatch("hello", "e")); 92 // CHECK(PCRE::PartialMatch("hello", "ell")); 475 // When matching PCRE("(foo)|hello") against "hello", it will return 1.
|
/external/tcpdump/ |
ospf.h | 25 #define OSPF_TYPE_HELLO 1 /* Hello */ 264 /* Hello packet */
|
print-egp.c | 117 "hello", 259 printf(" hello:%d poll:%d",
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Object/ |
regress-137000.js | 200 setFProperty('Hello'); 202 expect = 'Hello';
|
/external/zlib/src/win32/ |
Makefile.gcc | 78 echo hello world | ./minigzip | ./minigzip -d 82 echo hello world | ./minigzip_d | ./minigzip_d -d
|
Makefile.msc | 142 echo hello world | minigzip | minigzip -d 146 echo hello world | minigzip_d | minigzip_d -d
|
/frameworks/base/docs/html/training/notepad/ |
notepad-index.jd | 50 href="{@docRoot}intro/hello-android.html">Hello Android</a>
|
/libcore/luni/src/main/java/libcore/net/ |
UriCodec.java | 90 * partially or fully encoded. For example, input of "hello%20world" is 92 * "hello%2520world" otherwise.
|
Completed in 621 milliseconds
<<41424344454647484950>>