HomeSort by relevance Sort by last modified time
    Searched refs:hello (Results 51 - 75 of 149) sorted by null

1 23 4 5 6

  /external/chromium_org/v8/test/webkit/fast/js/
Promise-reject.js 42 reject('hello');
51 shouldBeEqualToString('promiseResult', 'hello');
Promise-resolve-with-then-exception.js 32 resolve({then: function() { throw 'hello'; }});
39 shouldBeEqualToString('result', 'hello');
Promise-resolve.js 32 resolve('hello');
37 shouldBeEqualToString('result', 'hello');
Promise-simple.js 40 shouldBeEqualToString('result', 'hello');
46 resolve('hello');
Promise-static-reject.js 30 Promise.reject('hello').then(function(result) {
35 shouldBeEqualToString('result', 'hello');
Promise-static-resolve.js 35 shouldBeEqualToString('result', 'hello');
42 resolve('hello');
Promise-then-without-callbacks.js 29 new Promise(function(resolve) { resolve('hello'); }).then(
33 shouldBeEqualToString('result', 'hello');
Promise-catch.js 42 shouldBeEqualToString('result', 'hello');
71 reject('hello');
Promise-chained-then.js 34 shouldBeEqualToString('result', 'hello');
71 resolve('hello');
Promise-init.js 59 resolve("hello");
64 shouldBeEqualToString('result', 'hello');
Promise-resolve-chain.js 45 shouldBeEqualToString('result', 'hello');
59 resolve1('hello');
Promise-resolve-state.js 42 resolve('hello');
48 shouldBeEqualToString('promiseResult', 'hello');
Promise-resolve-with-then-fulfill.js 35 onFulfilled('hello');
44 shouldBeEqualToString('result', 'hello');
Promise-resolve-with-then-reject.js 35 onRejected('hello');
47 shouldBeEqualToString('result', 'hello');
Promise-static-cast.js 40 shouldBeEqualToString('result', 'hello');
54 resolve('hello');
Promise-then.js 42 shouldBeEqualToString('result', 'hello');
68 resolve('hello');
  /external/clang/test/PCH/
exprs.c 34 return hello;
  /external/chromium_org/mojo/system/
multiprocess_message_pipe_unittest.cc 103 // Sends "hello" to child, and expects "hellohello" back.
111 std::string hello("hello");
114 UserPointer<const void>(hello.data()),
115 static_cast<uint32_t>(hello.size()),
139 EXPECT_EQ(hello + hello, read_buffer);
264 static const char kHello[] = "hello";
381 static const char kHello[] = "hello";
441 CHECK_EQ(read_buffer, std::string("hello"));
    [all...]
  /external/chromium_org/native_client_sdk/src/getting_started/part2/
example.js 16 common.naclModule.postMessage('hello');
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 33 char hello[6] = "Hello"; member in namespace:pointer_to_object_parameters
37 (void)A<hello>().get();
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-update-manifest.py 59 'sources': ['hello.cc'],
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2855.js 34 var expected = "hello";
40 assertEquals(expected, "" + foo("hello"));
  /external/chromium_org/v8/test/webkit/
dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype.js 41 var expected = "\"hello\"";
47 shouldBe("\"\" + foo(\"hello\")", expected);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fuse_fs_test.cc 190 const char hello_world[] = "Hello, World!\n";
258 File hello; local
259 hello.name = "hello";
260 hello.data.resize(hello_len);
261 memcpy(hello.data.data(), hello_world, hello_len);
262 g_files.push_back(hello);
269 ASSERT_EQ(0, fs_.Open(Path("/hello"), O_RDONLY, &node));
289 ASSERT_EQ(0, fs_.OpenWithMode(Path("/hello"),
318 ASSERT_EQ(0, fs_.Open(Path("/hello"), O_RDONLY, &node))
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itutil.cpp 351 UnicodeString hello=UNICODE_STRING_SIMPLE("Hello {0}!"); local
353 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode));
443 UnicodeString hello=UNICODE_STRING_SIMPLE("Hello {0}!"); local
446 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode));

Completed in 728 milliseconds

1 23 4 5 6