Home
last modified time | relevance | path

Searched refs:prepare (Results 1 – 25 of 633) sorted by relevance

12345678910>>...26

/third_party/boost/libs/beast/test/beast/core/
Dmulti_buffer.cpp74 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 …]
Dstatic_buffer.cpp93 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()
Dflat_buffer.cpp304 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()
Dflat_static_buffer.cpp89 b.prepare(1); in testMembers()
102 b.prepare(4); in testMembers()
107 b.prepare(8); in testMembers()
Dbuffered_read_stream.cpp108 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/
Dunlimited_storage_test.cpp45 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 …]
Dunlimited_storage_serialization_test.cpp23 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/
Densure_visible_test.dart230 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/
Dpthread_atfork.c6 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/
DNFS4StringPrep.java68 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/
Dtest-async.c30 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/
D40-test_rehash.t29 prepare();
35 prepare(sub { chmod 400, $_ foreach (@_); });
46 prepare();
59 sub prepare {
/third_party/python/Lib/test/
Dtest_graphlib.py11 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/
Dheap_benchmarks.hpp105 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/
Daudiosrc26 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() */
Daudiosink26 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/
Dprepare.rst34 .. 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/
Dstatic_ostream.hpp69 prepare(); in overflow()
80 prepare(); in sync()
86 prepare() in prepare() function in boost::beast::detail::static_ostream_buffer
Dbuffer.hpp42 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/
Dflat_static_buffer.hpp23 this->prepare(other.size()), other.data())); in flat_static_buffer()
36 this->prepare(other.size()), other.data())); in operator =()
Dstatic_buffer.hpp25 this->prepare(other.size()), other.data())); in static_buffer()
38 this->prepare(other.size()), other.data())); in operator =()
/third_party/python/Doc/library/
Dgraphlib.rst43 * 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/
Dpthread_cancel-points.c98 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/
Dconsuming_buffers.hpp96 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/
Dcorepack.md53 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

12345678910>>...26