/external/icu/icu4c/source/test/intltest/ |
itutil.cpp | 369 UnicodeString hello=UNICODE_STRING_SIMPLE("Hello {0}!"); local 371 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode)); 461 UnicodeString hello=UNICODE_STRING_SIMPLE("Hello {0}!"); local 464 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode));
|
/external/chromium_org/tools/grit/grit/format/ |
android_xml.py | 21 <message name="IDS_HELLO" desc="Simple greeting">Hello</message> 29 <string name="hello">"Hola"</string> 43 <message name="IDS_HELLO" formatter_data="android_java">Hello</message>
|
/external/chromium_org/v8/test/webkit/fast/js/ |
string-split-conformance.js | 95 shouldBe("'hello'.split({toString:function(){return 'e';}})", '["h", "llo"]'); 96 shouldBe("var a = 'hello'.split({toString:function(){separatorToStringCalled='OKAY';return 'e';}},0); a.push(separatorToStringCalled); a", '["OKAY"]');
|
Promise-exception.js | 32 resolve('hello');
|
/art/runtime/ |
intern_table_test.cc | 103 Handle<mirror::String> hello( 104 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello"))); 107 Handle<mirror::String> s0(hs.NewHandle(t.InternWeak(hello.Get())));
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
document_parser_test.py | 20 <h2 id='orange' title='hello'>Oranges</h2> 61 <h2 id='orange' title='hello'>Oranges</h2> 171 self.assertEqual('hello', entry0.name)
|
test_file_system.py | 100 paths such that {'a': {'b': 'hello'}} will resolve Read('a/b') as 'hello',
|
/external/chromium_org/remoting/webapp/background/ |
it2me_helper_channel.js | 17 * port.postMessage('hello') 19 * If the webapp is installed, Hangouts will receive a hello response with the 24 * |--------hello message-------->| | 119 HELLO: 'hello', 161 case MessageTypes.HELLO:
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/ |
cofftest.asm | 65 _asmstr db 'hello, world', 0 ; [2]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas32/ |
gas-macho32.asm | 65 _asmstr: .asciz "hello, world" # [2]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/ |
win32test.asm | 65 _asmstr db 'hello, world', 0 ; [2]
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-874178.js | 31 foo.bar = 'hello';
|
/external/chromium_org/v8/test/preparser/ |
non-use-strict-hex-escape.js | 33 var x = "hello\040world";
|
non-use-strict-octal-escape.js | 33 var x = "hello\040world";
|
non-use-strict-uhex-escape.js | 33 var x = "hello\040world";
|
strict-octal-regexp.js | 32 var re = /hello\040world/;
|
strict-octal-string.js | 32 var x = "hello\040world";
|
symbols-only.js | 31 var y = "hello world";
|
/external/chromium_org/v8/test/webkit/ |
dfg-arguments-alias-one-block-osr-exit.js | 39 a = "hello";
|
dfg-arguments-alias-one-block-overwrite-arguments.js | 40 a = "hello";
|
dfg-arguments-alias-one-block-overwrite.js | 40 a = "hello";
|
dfg-convert-this-polymorphic-object-then-exit-on-string.js | 43 me = "hello";
|
dfg-to-string-bad-toString.js | 37 shouldBe("\"\" + foo(\"hello\")", "\"42\"");
|
dfg-to-string-bad-valueOf.js | 37 shouldBe("\"\" + foo(\"hello\")", "\"42\"");
|
dfg-to-string-side-effect.js | 35 shouldBe("\"\" + foo({toString:function() { debug(\"hello\"); return 42; }})", "\"42\"");
|