/external/autotest/client/site_tests/video_WebRtcResolutionSwitching/ |
resolution-switching.js | 49 const promises = this.peerConnections.map((conn) => conn.start()); 50 Promise.all(promises)
|
/external/autotest/client/site_tests/webrtc_PausePlayPeerConnections/ |
pause-play.js | 40 let promises = this.peerConnections.map((conn) => conn.start()); 41 Promise.all(promises)
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
DOMOrder.java | 38 * promises are made beyond that.
|
/external/tensorflow/tensorflow/docs_src/extend/ |
index.md | 19 promises. However, TensorFlow also provides functionality in C++, Java, and Go,
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
MockResponse.java | 45 private List<PushPromise> promises = new ArrayList<>(); field in class:MockResponse 58 result.promises = new ArrayList<>(promises); 237 this.promises.add(promise); 243 return promises;
|
/external/autotest/client/site_tests/audio_WebRtcAudioLoopback/ |
audio_loopback_test.js | 115 let promises = testRunner.peerConnections.map((conn) => conn.start()); 116 Promise.all(promises)
|
/external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/ |
main-feed-switching.js | 52 const promises = this.peerConnections.map((conn) => conn.start()); 53 Promise.all(promises)
|
/frameworks/base/core/tests/coretests/src/android/metrics/ |
LogMakerTest.java | 281 // no promises, just don't throw 289 // no promises, just don't throw 297 // no promises, just don't throw 304 // no promises, just don't throw
|
/device/google/contexthub/firmware/os/cpu/x86/ |
atomicBitset.c | 74 pos = __builtin_ctz(~old); /* This will allocate in diff order than ARM. Since we never made any promises on order of bits returned, this is ok */
|
/external/autotest/client/common_lib/cros/webrtc_scripts/ |
loopback-peerconnection.js | 48 const promises = this.resolutions.map((resolution) => { 54 return Promise.all(promises).then(() => {
|
/external/tensorflow/tensorflow/core/lib/core/ |
bit_cast_test.cc | 26 // ISO spec C++ section 3.9 promises this will work.
|
/external/guice/core/src/com/google/inject/internal/ |
ProxyFactory.java | 249 @SuppressWarnings("unchecked") // the constructor promises to construct 'T's 262 @SuppressWarnings("unchecked") // the constructor promises to produce 'T's
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
ndiff.py | 7 # Provided as-is; use at your own risk; no warranty; no promises; enjoy!
|
/external/flatbuffers/docs/source/ |
Benchmarks.md | 38 - Cap'n'Proto promises to reduce Protocol Buffers much like FlatBuffers does,
|
/external/mesa3d/src/glx/ |
packrender.h | 127 ** always fit in the buffer, and because the buffer promises to
|
/external/python/cpython2/Tools/scripts/ |
ndiff.py | 7 # Provided as-is; use at your own risk; no warranty; no promises; enjoy!
|
/external/python/cpython3/Tools/scripts/ |
ndiff.py | 7 # Provided as-is; use at your own risk; no warranty; no promises; enjoy!
|
/external/tensorflow/tensorflow/core/framework/ |
api_def.proto | 28 // our compatibility promises.
|
/external/v8/src/builtins/ |
builtins-async-function.cc | 72 // whole chain of intermediate Promises alive by returning the return value
|
/frameworks/base/native/webview/plat_support/ |
draw_gl.h | 35 // is no need for WebView to restore this state. Skia also no longer promises
|
/external/clang/include/clang/AST/ |
CharUnits.h | 135 /// Among other things, this promises that
|
/external/mesa3d/src/gallium/drivers/ilo/core/ |
intel_winsys.h | 236 * will block if the bo is busy. This variant promises a reasonable speed for
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
linear_operator_full_matrix.py | 102 in these promises being violated.
|
linear_operator_lower_triangular.py | 105 in these promises being violated.
|
/frameworks/support/compat/src/main/java/androidx/core/view/ |
NestedScrollingChild2.java | 47 * <p>A view starting a nested scroll promises to abide by the following contract:</p>
|