/external/chromium/chrome/common/extensions/docs/static/ |
docs.html | 1 <div id="pageData-name" class="pageData">Hello There!</div> 27 <dt> <a href="getstarted.html">Getting Started (Hello, World!)</a> </dt> 28 <dd> Build a simple "Hello, World" extension in about 5 minutes </dd>
|
i18n-messages.html | 43 named "prompt_for_name", "hello", and "bye": 52 "hello": { 53 "message": "Hello, $USER$", 131 "hello": { 166 "message": "Hello, $USER$"
|
messaging.html | 43 chrome.extension.sendRequest({greeting: "hello"}, function(response) { 56 chrome.tabs.sendRequest(tab.id, {greeting: "hello"}, function(response) { 75 if (request.greeting == "hello") 236 chrome.tabs.sendRequest(tab.id, {greeting: "hello"}, function(response) { 243 chrome.tabs.sendRequest(tab.id, {greeting: "hello"}, function(response) { 253 chrome.tabs.sendRequest(tab.id, {greeting: "hello"}, function(response) { 260 chrome.tabs.sendRequest(tab.id, {greeting: "hello"}, function(response) {
|
/external/tcpdump/ |
print-ascii.c | 170 hex_print("\n\t", "Hello, World!\n", 14); 172 hex_and_ascii_print("\n\t", "Hello, World!\n", 14); 174 ascii_print("Hello, World!\n", 14);
|
print-decnet.c | 183 int src, dst, info, blksize, eco, ueco, hello, other, vers; local 201 hello = EXTRACT_LE_16BITS(cmp->cm_init.in_hello); 204 "src %sblksize %d vers %d eco %d ueco %d hello %d", 206 hello); 250 (void)printf("router-hello "); 263 hello = EXTRACT_LE_16BITS(cmp->cm_rhello.rh_hello); 266 "vers %d eco %d ueco %d src %s blksize %d pri %d hello %d", 268 blksize, priority, hello); 273 (void)printf("endnode-hello "); 289 hello = EXTRACT_LE_16BITS(cmp->cm_ehello.eh_hello) [all...] |
print-olsr.c | 80 { OLSR_HELLO_MSG, "Hello" }, 86 { OLSR_HELLO_LQ_MSG, "Hello-LQ" }, 210 const struct olsr_hello *hello; member in union:__anon15827 281 ptr.hello = (struct olsr_hello *)msg_data; 282 printf("\n\t hello-time %.3lfs, MPR willingness %u", 283 ME_TO_DOUBLE(ptr.hello->htime), ptr.hello->will);
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
relative.js | 49 ["http://host/a?foo=bar#hello", "#bye", "http://host/a?foo=bar#bye"], 61 ["http://foo/bar", " hello world", "http://foo/hello%20world"],
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.5-6.js | 77 "var obj = 'hello'; obj.__proto__.charCodeAt = String.prototype.charCodeAt; var s = ''; for ( var i = 0; i < 5; i++ ) s+= String.fromCharCode( obj.charCodeAt(i) ); s", 78 "hello", 79 eval("var obj = 'hello'; obj.__proto__.charCodeAt = String.prototype.charCodeAt; var s = ''; for ( var i = 0; i < 5; i++ ) s+= String.fromCharCode( obj.charCodeAt(i) ); s") );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-119909.js | 61 testThis(200, NO_BACKREFS, 'hello', 'goodbye'); 62 testThis(200, DO_BACKREFS, 'hello', 'goodbye'); 69 * Creates a regexp pattern like (((((((((hello)))))))))
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-57043.js | 27 * numeric literals, as in assignments like obj[-1] = 'Hello' 32 * obj[-1] = 'Hello' 33 * obj['-1'] = 'Hello'
|
/libcore/luni/src/test/java/libcore/java/text/ |
BreakIteratorTest.java | 107 it.setText("hello"); 131 it.setText("hello"); 155 it.setText("hello");
|
/external/regex-re2/re2/testing/ |
re2_test.cc | 339 CHECK(RE2::FullMatch("hello", "(foo)|hello", &a)); 489 RE2 re("(hello world)"); 509 CHECK(RE2::FullMatch("hello", "hello")); 510 CHECK(RE2::FullMatch("hello", "h.*o")); 512 CHECK(!RE2::FullMatch("hello!", "h.*o")); // Must be anchored at end 517 CHECK(RE2::PartialMatch("hello", "h.*o")); 519 CHECK(RE2::PartialMatch("hello!", "h.*o")); 528 EXPECT_TRUE(RE2::PartialMatchN("hello", "e.*o", args, 0)) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
PipedReaderTest.java | 46 "Hello World".getChars(0, 11, c, 0); 132 assertEquals("Read incorrect chars", "Hello World", new String(c)); 149 assertEquals("Read incorrect chars", "Hello World", new String(c)); 171 assertEquals("Read incorrect chars", "Hello World", new String(c)); 190 assertEquals("Read incorrect chars", "Hello World", new String(c));
|
/external/icu4c/test/cintltst/ |
cstrtest.c | 40 char src[30]="HELLO THERE", dest[30]; 76 if(uprv_strcmp(src, "hello there") != 0){ 77 log_err("FAIL: *** T_CString_toLowerCase() failed. Expected: \"hello there\", Got: \"%s\"\n", src); 80 if(uprv_strcmp(src, "HELLO THERE") != 0){ 81 log_err("FAIL: *** T_CString_toUpperCase() failed. Expected: \"HELLO THERE\", Got: \"%s\"\n", src);
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_mux.py | 293 data = 'Hello, world!' 350 encoded_handshake='Hello', 420 _create_logical_frame(channel_id=2, message='Hello')) 433 self.assertEqual(['Hello'], dispatcher.channel_events[2].messages) 438 self.assertEqual('Hello', messages[0]) 447 # - 6 FlowControls for channel id 1 (initialize), 'Hello', 'World', 553 message='Hello World!', 566 self.assertEqual('Hello World!', messages[0]['message']) 755 _create_logical_frame(channel_id=2, message='Hello')) 769 _create_logical_frame(channel_id=3, message='Hello')) [all...] |
/external/llvm/include/llvm/Support/ |
PathV2.h | 182 /// //net/hello => //net 183 /// c:/hello => c: (on Windows, on other platforms nothing) 184 /// /hello => <empty> 194 /// /goo/hello => / 195 /// c:/hello => / 215 /// C:\hello\world => hello\world
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldStringTest.java | 94 "Hello World".getBytes(-1, 1, null, 0); 101 "Hello World".getBytes(6, 2, null, 0); 108 "Hello World".getBytes(2, 10, new byte[10], 4); 116 "Hello World".getChars(-1, 1, null, 0); 123 "Hello World".getChars(6, 2, null, 0); 130 "Hello World".getChars(2, 10, new char[10], 4); 333 "Hello") && (hw1.subSequence(5, 10).equals("World")));
|
/external/chromium/net/spdy/ |
spdy_network_transaction_unittest.cc | 547 EXPECT_EQ("hello!", out.response_data); 599 EXPECT_EQ("hello!", out.response_data); 705 EXPECT_EQ("hello!hello!", out.response_data); 780 EXPECT_EQ("hello!hello!", out.response_data); 790 EXPECT_EQ("hello!hello!", out.response_data); [all...] |
/external/protobuf/java/src/test/java/com/google/protobuf/ |
MicroTest.java | 514 msg.setOptionalString("hello"); 516 assertEquals("hello", msg.getOptionalString()); 520 .setOptionalString("hello"); 540 msg.setOptionalBytes(ByteStringMicro.copyFromUtf8("hello")); 542 assertEquals("hello", msg.getOptionalBytes().toStringUtf8()); 546 .setOptionalBytes(ByteStringMicro.copyFromUtf8("hello")); 763 msg.setOptionalStringPiece("hello"); 765 assertEquals("hello", msg.getOptionalStringPiece()); 769 .setOptionalStringPiece("hello"); 789 msg.setOptionalCord("hello"); [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
String2Test.java | 34 String hello1 = "Hello"; 170 String s = new String("Hello World"); 171 assertEquals("Failed to construct correct string", "Hello World", s); 432 "Hello World".getBytes(6, 11, buf, 0); 436 "Hello World".getBytes(-1, 1, null, 0); 449 byte[] buf = "Hello World".getBytes(); 450 assertEquals("Returned incorrect bytes", "Hello World", new String(buf)); 491 "Hello World".getBytes(1, 2, null, 1); 560 assertTrue("Found string outside index", !(hw1.indexOf("Hello", 6) > 0)); 619 int result = hw1.lastIndexOf("Hello", 2) [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
ActivityTest.java | 327 int id1 = R.string.hello; 329 assertEquals("Hello", string); 331 int id = activity.getResources().getIdentifier("hello", "string", "com.xtremelabs.robolectric"); 334 String hello = activity.getResources().getString(id); local 335 assertEquals("Hello", hello);
|
/external/tcpdump/tests/ |
lmp.new | 18 LMPv1, msg-type: Hello, Flags: [Control Channel Down], length: 28 21 Hello Object (7), Class-Type: 1 (1) Flags: [non-negotiable], length: 12 37 Hello Interval: 5 38 Hello Dead Interval: 15 60 Hello Interval: 5 61 Hello Dead Interval: 15
|
lmp.out | 18 LMPv1, msg-type: Hello, Flags: [Control Channel Down], length: 28 21 Hello Object (7), Class-Type: 1 (1) Flags: [non-negotiable], length: 12 37 Hello Interval: 5 38 Hello Dead Interval: 15 60 Hello Interval: 5 61 Hello Dead Interval: 15
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
ZipOutputStreamTest.java | 70 zos.write("Hello World".getBytes("UTF-8")); 83 zos.write("Hello World".getBytes()); 106 zos.write("Hello World".getBytes());
|
/external/v8/test/mjsunit/ |
array-concat.js | 180 c = a.concat('Hello'); 182 assertEquals("Hello", c[0]); 183 assertEquals("Hello", c.toString());
|