/third_party/boost/libs/beast/test/beast/core/ |
D | multi_buffer.cpp | 74 b.prepare(512); in testShrinkToFit() 82 b.prepare(512); in testShrinkToFit() 92 b.prepare(512); in testShrinkToFit() 94 b.prepare(512); in testShrinkToFit() 105 b.prepare(512); in testShrinkToFit() 107 b.prepare(512); in testShrinkToFit() 115 b.prepare(512); in testShrinkToFit() 117 b.prepare(512); in testShrinkToFit() 118 b.prepare(1024); in testShrinkToFit() 128 b.prepare(512); in testShrinkToFit() [all …]
|
D | static_buffer.cpp | 93 b.prepare(1); in testMembers() 106 b.prepare(4); in testMembers() 111 b.prepare(8); in testMembers() 137 auto const mb = b.prepare(5); in testMembers() 145 auto const mb = b.prepare(3); in testMembers()
|
D | flat_buffer.cpp | 304 b.prepare(1000); in testSpecialMembers() 317 b.prepare(4); in testSpecialMembers() 322 b.prepare(8); in testSpecialMembers() 361 b.prepare(10); in testSpecialMembers() 363 b.prepare(5); in testSpecialMembers() 367 b.prepare(1000); in testSpecialMembers() 382 b.prepare(20); in testSpecialMembers() 397 b.prepare(50); in testSpecialMembers() 401 b.prepare(75); in testSpecialMembers() 417 b.prepare(50); in testSpecialMembers()
|
D | flat_static_buffer.cpp | 89 b.prepare(1); in testMembers() 102 b.prepare(4); in testMembers() 107 b.prepare(8); in testMembers()
|
D | buffered_read_stream.cpp | 108 brs_->buffer().prepare(5), net::buffer("Hello", 5))); in do_read() 138 srs.buffer().prepare(5), net::buffer("Hello", 5))); in testRead() 157 srs.buffer().prepare(5), net::buffer("Hello", 5))); in testRead() 175 srs.buffer().prepare(5), net::buffer("Hello", 5))); in testRead() 195 srs.buffer().prepare(5), net::buffer("Hello", 5))); in testRead()
|
/third_party/boost/libs/histogram/test/ |
D | unlimited_storage_test.cpp | 45 unlimited_storage_type prepare(std::size_t n, T x = T{}) { in prepare() function 64 const auto b = prepare<T>(1); in copy() 73 a = prepare<T>(2); in copy() 81 auto a = prepare(1); in equal_1() 82 auto b = prepare(1, T(0)); in equal_1() 91 auto a = prepare<T>(1); in equal_2() 102 auto s = prepare(2, tmax); in increase_and_grow() 108 auto x = prepare(2); in increase_and_grow() 146 auto a = prepare<T>(1); in convert_foreign_storage() 154 auto c = prepare<T>(1); in convert_foreign_storage() [all …]
|
D | unlimited_storage_serialization_test.cpp | 23 unlimited_storage_type prepare(std::size_t n, const T x) { in prepare() function 31 unlimited_storage_type prepare(std::size_t n) { in prepare() function 37 const auto a = prepare(1, T(1)); in run_test()
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | ensure_visible_test.dart | 230 Future<void> prepare(double offset) async { 237 await prepare(480.0); 242 await prepare(1083.0); 247 await prepare(735.0); 252 await prepare(123.0); 257 await prepare(523.0); 266 Future<void> prepare(double offset) async { 273 await prepare(23.0); 278 await prepare(843.0); 283 await prepare(415.0); [all …]
|
/third_party/musl/src/thread/ |
D | pthread_atfork.c | 6 void (*prepare)(void); member 21 if (p->prepare) p->prepare(); in __fork_handler() 34 int pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)) in pthread_atfork() 42 new->prepare = prepare; in pthread_atfork()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
D | NFS4StringPrep.java | 68 private static byte[] prepare(byte[] src, StringPrep strprep) in prepare() method in NFS4StringPrep 72 StringBuffer out = strprep.prepare(iter,StringPrep.DEFAULT); in prepare() 79 return prepare(src, prep.nfscss); in cs_prepare() 81 return prepare(src, prep.nfscsi); in cs_prepare() 87 return prepare(src, prep.nfscis); in cis_prepare() 144 out.append(prep.nfsmxp.prepare(prefix,StringPrep.DEFAULT)); in mixed_prepare() 146 out.append(prep.nfsmxs.prepare(suffix, StringPrep.DEFAULT)); in mixed_prepare() 149 out.append(prep.nfsmxp.prepare(iter,StringPrep.DEFAULT)); in mixed_prepare()
|
/third_party/libuv/test/ |
D | test-async.c | 30 static uv_prepare_t prepare; variable 89 uv_close((uv_handle_t*)&prepare, close_cb); in async_cb() 97 ASSERT(handle == &prepare); in prepare_cb() 115 r = uv_prepare_init(uv_default_loop(), &prepare); in TEST_IMPL() 117 r = uv_prepare_start(&prepare, prepare_cb); in TEST_IMPL()
|
/third_party/openssl/test/recipes/ |
D | 40-test_rehash.t | 29 prepare(); 35 prepare(sub { chmod 400, $_ foreach (@_); }); 46 prepare(); 59 sub prepare {
|
/third_party/python/Lib/test/ |
D | test_graphlib.py | 11 ts.prepare() 29 ts.prepare() 137 ts.prepare() 139 ts.prepare() 145 ts.prepare() 157 ts.prepare() 178 ts.prepare() 198 ts.prepare()
|
/third_party/boost/libs/heap/tools/ |
D | heap_benchmarks.hpp | 105 void prepare(int index) in prepare() function 132 void prepare(int index) in prepare() function 157 void prepare(int index) in prepare() function 184 void prepare(int index) in prepare() function 211 void prepare(int index) in prepare() function 238 void prepare(int index) in prepare() function 269 b.prepare(i); in DEFINE_BENCHMARKS_SELECTOR()
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | audiosrc | 26 audio_src_class->prepare = GST_DEBUG_FUNCPTR (gst_replace_prepare); 44 /* prepare resources and state to operate with the given specs */ 50 GST_DEBUG_OBJECT (replace, "prepare"); 55 /* undo anything that was done in prepare() */
|
D | audiosink | 26 audio_sink_class->prepare = GST_DEBUG_FUNCPTR (gst_replace_prepare); 44 /* prepare resources and state to operate with the given specs */ 50 GST_DEBUG_OBJECT (replace, "prepare"); 55 /* undo anything that was done in prepare() */
|
/third_party/libuv/docs/src/ |
D | prepare.rst | 34 .. c:function:: int uv_prepare_init(uv_loop_t* loop, uv_prepare_t* prepare) 40 .. c:function:: int uv_prepare_start(uv_prepare_t* prepare, uv_prepare_cb cb) 47 .. c:function:: int uv_prepare_stop(uv_prepare_t* prepare)
|
/third_party/boost/boost/beast/core/detail/ |
D | static_ostream.hpp | 69 prepare(); in overflow() 80 prepare(); in sync() 86 prepare() in prepare() function in boost::beast::detail::static_ostream_buffer
|
D | buffer.hpp | 42 result.emplace(buffer.prepare(size)); in dynamic_buffer_prepare_noexcept() 64 result.emplace(buffer.prepare(size)); in dynamic_buffer_prepare()
|
/third_party/boost/boost/beast/core/impl/ |
D | flat_static_buffer.hpp | 23 this->prepare(other.size()), other.data())); in flat_static_buffer() 36 this->prepare(other.size()), other.data())); in operator =()
|
D | static_buffer.hpp | 25 this->prepare(other.size()), other.data())); in static_buffer() 38 this->prepare(other.size()), other.data())); in operator =()
|
/third_party/python/Doc/library/ |
D | graphlib.rst | 43 * Call :meth:`~TopologicalSorter.prepare` on the graph. 67 topological_sorter.prepare() 98 Raises :exc:`ValueError` if called after :meth:`~TopologicalSorter.prepare`. 100 .. method:: prepare() 130 :meth:`~TopologicalSorter.prepare` previously. 141 calling :meth:`~TopologicalSorter.prepare` or if node has not yet been 153 :meth:`~TopologicalSorter.prepare` previously. 158 does not require to call :meth:`TopologicalSorter.prepare` or 162 self.prepare() 202 Subclass of :exc:`ValueError` raised by :meth:`TopologicalSorter.prepare` if cycles exist
|
/third_party/musl/libc-test/src/functional/ |
D | pthread_cancel-points.c | 98 void (*prepare)(void *); member 129 for (; cur_sc->prepare; cur_sc++) { in main() 134 cur_sc->prepare(cur_sc->arg); in main()
|
/third_party/boost/boost/asio/detail/ |
D | consuming_buffers.hpp | 96 prepared_buffers_type prepare(std::size_t max_size) in prepare() function in boost::asio::detail::consuming_buffers 180 Buffer prepare(std::size_t max_size) in prepare() function in boost::asio::detail::consuming_single_buffer 293 boost::array<Buffer, 2> prepare(std::size_t max_size) in prepare() function in boost::asio::detail::consuming_buffers 345 std::array<Buffer, 2> prepare(std::size_t max_size) in prepare() function in boost::asio::detail::consuming_buffers 394 null_buffers prepare(std::size_t) in prepare() function in boost::asio::detail::consuming_buffers
|
/third_party/node/doc/api/ |
D | corepack.md | 53 be easily overriden by running the [`corepack prepare`][] command along with the 57 corepack prepare yarn@x.y.z --activate 65 [`corepack prepare`][] command while you still have network access (typically at 69 The `prepare` command has [various flags][], consult the detailed 114 [`corepack prepare`]: https://github.com/nodejs/corepack#corepack-prepare--nameversion
|