Searched
full:hello (Results
651 -
675 of
2904) sorted by null
<<21222324252627282930>>
/external/apache-harmony/support/src/test/resources/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/chromium/chrome/browser/metrics/ |
metrics_service_unittest.cc | 55 local_list.push_back("Hello world!"); 61 // [1, Base64Encode("Hello world!"), MD5("Hello world!")]. 72 (*it)->GetAsString(&str); // Base64 encoded "Hello world!" string. 74 base::Base64Encode("Hello world!", &encoded); 78 (*it)->GetAsString(&str); // MD5 for encoded "Hello world!" string. 130 local_list.push_back("Hello world!"); 168 local_list.push_back("Hello world!"); 188 local_list.push_back("Hello world!");
|
/external/chromium/net/tools/dump_cache/ |
url_utilities_unittest.cc | 25 UrlUtilities::GetUrlHost("www.foo.com:80/news?q=hello")); 41 EXPECT_EQ("www.foo.com:80/news?q=hello", 42 UrlUtilities::GetUrlHostPath("www.foo.com:80/news?q=hello")); 58 EXPECT_EQ("/news?q=hello", 59 UrlUtilities::GetUrlPath("www.foo.com:80/news?q=hello")); 70 EXPECT_EQ("www.foo.com:80/news?q=hello", 71 UrlUtilities::Unescape("www.foo.com:80/news?q=hello")); 99 EXPECT_EQ("Hello, world!", UrlUtilities::Unescape("Hello%2C world%21"));
|
/external/chromium/webkit/glue/ |
bookmarklet_unittest.cc | 60 test_shell_->LoadURL(GURL("javascript:'hello world'")); 63 EXPECT_EQ("hello world", UTF16ToASCII(text)); 69 "document.write('hello world');" 73 EXPECT_EQ("hello world", UTF16ToASCII(text));
|
/external/chromium_org/base/ |
base64_unittest.cc | 12 const std::string kText = "hello world";
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck_provider_mac_unittest.cc | 56 provider_.RequestTextChecking(WebKit::WebString("hello "), 65 EXPECT_EQ(read_parameters.text, UTF8ToUTF16("hello ")); 74 provider_.RequestTextChecking(WebKit::WebString("hello "), 89 EXPECT_EQ(read_parameters1.text, UTF8ToUTF16("hello "));
|
/external/chromium_org/chrome_frame/ |
frame_w_controls.html | 13 "Hello from ChromeFrame");
|
/external/chromium_org/net/tools/dump_cache/ |
url_utilities_unittest.cc | 25 UrlUtilities::GetUrlHost("www.foo.com:80/news?q=hello")); 41 EXPECT_EQ("www.foo.com:80/news?q=hello", 42 UrlUtilities::GetUrlHostPath("www.foo.com:80/news?q=hello")); 58 EXPECT_EQ("/news?q=hello", 59 UrlUtilities::GetUrlPath("www.foo.com:80/news?q=hello")); 70 EXPECT_EQ("www.foo.com:80/news?q=hello", 71 UrlUtilities::Unescape("www.foo.com:80/news?q=hello")); 99 EXPECT_EQ("Hello, world!", UrlUtilities::Unescape("Hello%2C world%21"));
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
target_new-1.html | 9 <li>Clicking <a href="#" onclick="window.opener.externallyCalled()">here</a> should alert "hello from opener"</li>
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/ |
gas-llabel.asm | 9 .string "Hello World!\x0"
|
/external/chromium_org/tools/gyp/test/actions-bare/ |
gyptest-bare.py | 19 file_content = 'Hello from bare.py\n'
|
/external/chromium_org/tools/gyp/test/exclusion/ |
gyptest-exclusion.py | 20 test.built_file_must_exist('hello' + test._exe, test.EXECUTABLE, bare=True)
|
/external/chromium_org/tools/gyp/test/generator-output/ |
gyptest-actions.py | 44 Hello from program.c 45 Hello from make-prog1.py 46 Hello from make-prog2.py 56 "Hello from make-file.py\n")
|
/external/chromium_org/tools/gyp/test/rules/ |
gyptest-input-root.py | 22 Hello somefile
|
/external/chromium_org/tools/gyp/test/sanitize-rule-names/ |
sanitize-rule-names.gyp | 23 'hello.cc',
|
/external/chromium_org/tools/gyp/test/subdirectory/ |
gyptest-subdir2-deep.py | 23 stdout="Hello from prog3.c\n")
|
/external/chromium_org/tools/gyp/test/win/compiler-flags/ |
character-set.gyp | 14 'sources': ['hello.cc'],
|
/external/chromium_org/tools/gyp/test/win/linker-flags/ |
nodefaultlib.gyp | 27 'sources': ['hello.cc'],
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_unittest.py | 41 'description': 'hello', 53 "description": "hello", 65 "description": "hello", 77 "description": "hello", 89 "description": "hello", 101 "description": "hello", 113 "description": "hello", 125 "description": "hello", 135 "description": "hello",
|
Completed in 394 milliseconds
<<21222324252627282930>>