HomeSort by relevance Sort by last modified time
    Searched refs:hello (Results 76 - 100 of 167) sorted by null

1 2 34 5 6 7

  /art/runtime/
intern_table_test.cc 93 SirtRef<mirror::String> hello(soa.Self(),
94 mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello"));
97 SirtRef<mirror::String> s0(soa.Self(), t.InternWeak(hello.get()));
  /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\"");
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
PreferenceTest.java 101 CharSequence expected = "Hello";
104 preference.setTitle(R.string.hello);
119 CharSequence expected = "Hello";
122 preference.setSummary(R.string.hello);
  /external/v8/test/mjsunit/regress/
regress-874178.js 31 foo.bar = 'hello';
  /external/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";

Completed in 337 milliseconds

1 2 34 5 6 7