/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/ |
stabs-elf.asm | 66 asmstr db 'hello, world', 0 ; [2]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
elftest.asm | 66 asmstr db 'hello, world', 0 ; [2]
|
elfso.asm | 79 asmstr db 'hello, world', 0 ; [2]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/ |
machotest.asm | 70 _asmstr db 'hello, world', 0 ; [2]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/ |
machotest64.asm | 101 _asmstr db 'hello, world', 0 ; [2]
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1210.js | 51 a = "hello";
|
regress-crbug-320922.js | 30 var string = "hello world"; 31 var expected = "Hello " + "world";
|
/external/chromium_org/v8/test/promises-aplus/lib/ |
global.js | 42 o.x = 'hello';
|
/external/chromium_org/v8/test/webkit/ |
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js | 56 result = foo("hello", 2);
|
/external/chromium_org/remoting/webapp/ |
it2me_host_facade.js | 90 * 'hello' messages. If Native Messaging is not supported or if the it2me 110 this.port_.postMessage({type: 'hello'}); 229 // A "hello" request is sent immediately after the native messaging host
|
host_installer.js | 77 port.postMessage({type: 'hello'});
|
/external/chromium_org/v8/test/mjsunit/ |
double-equals.js | 88 testEqual('hello', 'hello'); 89 testEqual('hello', 'hel' + 'lo');
|
strict-mode.js | 152 CheckStrictMode("'Hello octal\\032'"); 517 assertEquals(typeof non_strict.call("Hello"), "object"); 524 assertEquals(typeof non_strict.apply("Hello"), "object"); 531 assertEquals(typeof strict.call("Hello"), "string"); 538 assertEquals(typeof strict.apply("Hello"), "string"); 635 assertEquals(("hello").strict(), "string"); 636 assertEquals(("hello").nonstrict(), "object"); 637 assertEquals(("hello")[strict_name](), "string"); 638 assertEquals(("hello")[nonstrict_name](), "object"); 639 assertEquals(("hello")[strict_number](), "string") [all...] |
allocation-site-info.js | 368 obj[2][0] = "hello"; 376 var literal = [[1], [[2], "hello"], 3, [4]]; 447 obj[2][0] = "hello"; 455 var literal = [[1], [[2], "hello"], 3, [4]];
|
/development/ndk/platforms/android-9/samples/native-audio/jni/ |
native-audio-jni.c | 42 static const char hello[] = variable 522 nextBuffer = (short *) hello; 523 nextSize = sizeof(hello);
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
omnibox_custom_bindings.js | 32 // support things like 'hello, <match>world</match>!'. So we wrap the
|
/external/chromium_org/remoting/webapp/unittests/ |
it2me_helpee_channel_unittest.js | 54 test('hello() should return supportedFeatures', function() { 56 { method: remoting.It2MeHelpeeChannel.HangoutMessageTypes.HELLO });
|
xmpp_connection_unittest.js | 87 var data = base.encodeUtf8('<iq id="1">hello</iq>');
|
base_unittest.js | 80 base.escapeHTML('<script>alert("hello")</script>'), 81 '<script>alert("hello")</script>');
|
it2me_helper_channel_unittest.js | 64 test('onHangoutMessage_("hello") should return supportedFeatures', function() { 66 { method: remoting.It2MeHelperChannel.HangoutMessageTypes.HELLO });
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/ |
elfso64.asm | 72 asmstr db 'hello, world', 0 ; [2]
|
/external/llvm/utils/lit/lit/ |
ShUtil.py | 270 self.assertEqual(self.lex(""" "hello\\"world" """), 271 ['hello"world']) 272 self.assertEqual(self.lex(""" "hello\\'world" """), 273 ["hello\\'world"]) 274 self.assertEqual(self.lex(""" "hello\\\\world" """), 275 ["hello\\world"]) 277 ["hello world"]) 290 self.assertEqual(self.parse('echo hello'), 291 Pipeline([Command(['echo', 'hello'], [])], False)) 300 self.assertEqual(self.parse('echo hello > c') [all...] |
/development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/ |
NativeAudio.java | 84 ((Button) findViewById(R.id.hello)).setOnClickListener(new OnClickListener() {
|
/external/chromium_org/base/strings/ |
string_piece_unittest.cc | 630 ASSERT_TRUE(TestFixture::as_string("hello").c_str() == 631 TestFixture::as_string("hello")); 632 ASSERT_TRUE(TestFixture::as_string("hello").c_str() < 637 TypeParam hello(TestFixture::as_string("hello")); 639 ASSERT_TRUE(BasicStringPiece<TypeParam>(hello) == hello); 640 ASSERT_TRUE(hello.c_str() == BasicStringPiece<TypeParam>(hello)); 670 TypeParam str(TestFixture::as_string("hello world")) [all...] |
/external/chromium_org/content/browser/resources/media/ |
ssrc_info_manager.js | 93 * a=ssrc:1234 label:hello
|