OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:promises
(Results
1 - 25
of
100
) sorted by null
1
2
3
4
/external/chromium_org/v8/
.gitignore
57
/test/
promises
-aplus/
promises
-tests
58
/test/
promises
-aplus/
promises
-tests.tar.gz
59
/test/
promises
-aplus/sinon
/external/chromium_org/v8/test/mjsunit/es6/
debug-promises-reentry.js
5
// Flags: --harmony-
promises
--expose-debug-as debug
7
// Test reentry of special try catch for
Promises
.
mirror-promises.js
5
// Flags: --expose-debug-as debug --harmony-
promises
6
// Test the mirror object for
promises
.
55
// Test a number of different
promises
.
72
// Test internal properties of different
promises
.
debug-promises-caught-all.js
5
// Flags: --harmony-
promises
--expose-debug-as debug
debug-promises-caught-late.js
5
// Flags: --harmony-
promises
--expose-debug-as debug
debug-promises-caught-uncaught.js
5
// Flags: --harmony-
promises
--expose-debug-as debug
debug-promises-throw-in-constructor.js
5
// Flags: --harmony-
promises
--expose-debug-as debug
debug-promises-throw-in-reject.js
5
// Flags: --harmony-
promises
--expose-debug-as debug
debug-promises-uncaught-all.js
5
// Flags: --harmony-
promises
--expose-debug-as debug
debug-promises-uncaught-uncaught.js
5
// Flags: --harmony-
promises
--expose-debug-as debug
debug-promises-undefined-reject.js
5
// Flags: --harmony-
promises
--expose-debug-as debug
/external/chromium_org/v8/test/promises-aplus/
README
26
[1]: https://github.com/
promises
-aplus/
promises
-tests
testcfg.py
47
TEST_ARCHIVE_TOP = '
promises
-tests-' + TEST_TAG
48
TEST_NAME = '
promises
-tests'
50
TEST_URL = 'https://github.com/
promises
-aplus/
promises
-tests/archive/' + \
/external/chromium_org/content/renderer/media/crypto/
proxy_media_keys.h
77
// The following types keep track of
Promises
. The index is the
102
// Helper function to keep track of
promises
. Adding takes ownership of the
119
// Keep track of outstanding
promises
. This map owns the promise object.
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
net_unittests.js
59
// All net.* methods should return
promises
. This watches all
60
//
promises
generated by test-overridden methods.
/external/chromium_org/v8/test/promises-aplus/lib/
require.js
35
var base = 'test/
promises
-aplus/'
37
path = base + '
promises
-tests/lib/tests/' + name + '.js';
/external/apache-xml/src/main/java/org/apache/xml/utils/
DOMOrder.java
38
*
promises
are made beyond that.
/external/chromium_org/chrome/browser/resources/google_now/
common_test_util.js
78
* As a result, we can't use built-in JS
promises
since they run asynchronously.
79
* Instead of mocking all possible calls to
promises
, a skeleton
82
* This functionality and logic originates from ECMAScript 6's spec of
promises
.
130
//
Promises
use the function name "catch" to call back error handlers.
/external/chromium_org/media/base/
cdm_promise.cc
71
// Explicit template instantiation for the
Promises
needed.
cdm_promise.h
17
// Interface for
promises
being resolved/rejected in response to various
/external/chromium_org/remoting/webapp/js_proto/
dom_proto.js
200
* @param {Array.<Promise>}
promises
203
Promise.prototype.race = function (
promises
) {}
206
* @param {Array.<Promise>}
promises
209
Promise.prototype.all = function (
promises
) {};
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockResponse.java
49
private List<PushPromise>
promises
= new ArrayList<PushPromise>();
field in class:MockResponse
60
result.
promises
= new ArrayList<PushPromise>(
promises
);
258
this.
promises
.add(promise);
264
return
promises
;
/external/chromium_org/base/allocator/
allocator_extension.h
44
// No threading
promises
are made. The caller is responsible for making sure
/external/chromium_org/content/renderer/media/
webcontentdecryptionmodulesession_impl.h
69
// Since
promises
will live until they are fired, use a weak reference when
/external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h
124
// The following types keep track of
Promises
. The index is the promise_id,
240
// Keep track of outstanding
promises
. Maps have ownership of the
promises
.
Completed in 723 milliseconds
1
2
3
4