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

1 2 3 45 6 7

  /external/v8/test/preparser/
symbols-only.js 31 var y = "hello world";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_string.py 136 fmt = NamespaceFormatter({'greeting':'hello'})
137 self.assertEqual(fmt.format("{greeting}, world!"), 'hello, world!')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_string.py 136 fmt = NamespaceFormatter({'greeting':'hello'})
137 self.assertEqual(fmt.format("{greeting}, world!"), 'hello, world!')
  /external/tcpdump/
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...]
  /external/qemu/distrib/zlib-1.2.3/
configure 63 int hello() {return getchar();}
241 return (mytest("Hello%d\n", 1));
266 return (mytest("Hello%d\n", 1));
304 return (mytest("Hello%d\n", 1));
416 caddr_t hello() {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
R.java 65 public static final int hello = nextId++; field in class:R.string
  /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";
  /external/chromium_org/v8/test/webkit/
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js 56 result = foo("hello", 2);
  /external/v8/test/mjsunit/regress/
regress-1210.js 51 a = "hello";
  /external/zlib/src/contrib/delphi/
zlibd32.mak 82 echo hello world | minigzip | minigzip -d
  /external/zlib/src/contrib/pascal/
zlibd32.mak 82 echo hello world | minigzip | minigzip -d
  /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...]
  /external/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...]
  /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/remoting/webapp/
client_plugin_async.js 124 if (message.method == 'hello') {
130 console.error('Received invalid hello message: ' + messageStr);
137 console.error('Received invalid hello message: ' + messageStr);
149 console.error('Received invalid hello message: ' + messageStr);
159 console.error('Received invalid hello message: ' + messageStr);
631 * If we haven't yet received a "hello" message from the plugin, change its
  /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/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/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elfso64.asm 72 asmstr db 'hello, world', 0 ; [2]

Completed in 1908 milliseconds

1 2 3 45 6 7