Home
last modified time | relevance | path

Searched full:prepare (Results 1 – 25 of 2073) sorted by relevance

12345678910>>...83

/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/flutter/engine/flutter/flow/
Draster_cache_unittests.cc36 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
39 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
42 ASSERT_TRUE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
58 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
61 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
64 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
80 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
83 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
86 ASSERT_TRUE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
89 ASSERT_TRUE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST()
[all …]
/third_party/python/Lib/
Dgraphlib.py25 """Subclass of ValueError raised by TopologicalSorter.prepare if cycles
70 Raises ValueError if called after "prepare".
73 raise ValueError("Nodes cannot be added after a call to prepare()")
84 def prepare(self): member in TopologicalSorter
93 raise ValueError("cannot prepare() more than once")
114 Raises ValueError if called without calling "prepare" previously.
117 raise ValueError("prepare() must be called first")
140 Raises ValueError if called without calling "prepare" previously.
143 raise ValueError("prepare() must be called first")
157 graph by using "add" or if called without calling "prepare" previously or if
[all …]
/third_party/libuv/docs/src/
Dprepare.rst4 :c:type:`uv_prepare_t` --- Prepare handle
7 Prepare handles will run the given callback once per loop iteration, right
16 Prepare handle type.
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/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/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_post_depth_coverage.txt44 Prepare a proper shader with following layout setup:
49 Prepare a proper shader with following layout setup:
55 Prepare multisample framebuffer with integer color and depth attachments
58 Prepare framebuffer with integer color attachment 1x(number of samples)
61 Prepare shader program which passes gl_SampleMaskIn to the output as a
64 Prepare shader program which passes samples from multisample texture to
/third_party/node/deps/npm/test/tap/
Dprepare.js1 // verify that prepare runs on pack and publish
29 name: 'npm-test-prepare',
31 scripts: { prepare: 'echo ok' } property
69 '> npm-test-prepare@1.2.5 prepare [^\\r\\n]+\\r?\\n' +
73 'npm-test-prepare-1.2.5.tgz', 'ig'
/third_party/python/Lib/test/
Dtest_graphlib.py11 ts.prepare()
35 ts.prepare()
134 with self.assertRaisesRegex(ValueError, r"prepare\(\) must be called first"):
136 with self.assertRaisesRegex(ValueError, r"prepare\(\) must be called first"):
138 with self.assertRaisesRegex(ValueError, r"prepare\(\) must be called first"):
143 ts.prepare()
144 with self.assertRaisesRegex(ValueError, r"cannot prepare\(\) more than once"):
145 ts.prepare()
151 ts.prepare()
163 ts.prepare()
[all …]
Dtest_metaclass.py61 ... print("Prepare called:", args, kwds)
72 Prepare called: ('C', ()) {}
81 Prepare called: ('C', (<class 'object'>,)) {'other': 'haha'}
107 Prepare called: ('C', (<class 'object'>,)) {'other': 'haha'}
117 Prepare called: ('C', (<class 'test.test_metaclass.B'>, <class 'object'>)) {'other': 'haha'}
191 >>> def prepare(name, bases, **kwds):
192 ... print("prepare:", name, bases, sorted(kwds.items()))
195 >>> meta.__prepare__ = prepare
201 prepare: C () [('other', 'booh')]
/third_party/libbpf/.github/actions/vmtest/
Daction.yml41 - name: Prepare to build BPF selftests
44 echo "::group::Prepare buidling selftest"
47 make olddefconfig && make prepare
74 # 4. prepare rootfs
75 - name: prepare rootfs
76 uses: libbpf/ci/prepare-rootfs@master
/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 order. When using this method, :meth:`~TopologicalSorter.prepare` and
163 self.prepare()
203 Subclass of :exc:`ValueError` raised by :meth:`TopologicalSorter.prepare` if cycles exist
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DNFS4StringPrep.java65 private static byte[] prepare(byte[] src, StringPrep strprep) in prepare() method in NFS4StringPrep
69 StringBuffer out = strprep.prepare(iter,StringPrep.DEFAULT); in prepare()
76 return prepare(src, prep.nfscss); in cs_prepare()
78 return prepare(src, prep.nfscsi); in cs_prepare()
84 return prepare(src, prep.nfscis); in cis_prepare()
141 out.append(prep.nfsmxp.prepare(prefix,StringPrep.DEFAULT)); in mixed_prepare()
143 out.append(prep.nfsmxs.prepare(suffix, StringPrep.DEFAULT)); in mixed_prepare()
146 out.append(prep.nfsmxp.prepare(iter,StringPrep.DEFAULT)); in mixed_prepare()
/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/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cBufferStorageTests.hpp86 * - prepare immutable buffer with tested set of <flags>;
136 * - prepare 64 bytes immutable buffer filled with value 1; Bind the buffer to
138 * - prepare 64 bytes immutable buffer filled with value 2; Do not set
173 * - generate buffer and prepare its storage with BufferStorage; Use following
234 * - generate buffer and prepare its storage with BufferStorage; Use following
238 * - prepare texture in a way that is relevant for tested operation;
240 * - delete texture and prepare next one;
244 * - delete texture and prepare next one;
292 * - generate buffer and prepare its storage with BufferStorage; Use following
296 * - prepare 8x8 R8UI texture filled with unique values; Attach texture to FBO;
[all …]
Dgl3cGLSLnoperspectiveTests.hpp41 * - prepare a vertex shader which passes position and color from input to
43 * - prepare four fragment shaders that passes color from input to output;
49 * - prepare a vertex array buffer that contains following vertices:
56 * * prepare framebuffer with 2D 64x64 RGBA8 textures attached as color 0;
57 * * prepare a program consisting of vertex and tested fragment shader;
Dgl4cMultiBindTests.hpp157 * - prepare MAX buffers with some store, where MAX is the maximum supported
201 * - prepare MAX buffers with some store, where MAX is the maximum supported
245 * - prepare MAX_COMBINED_TEXTURE_IMAGE_UNITS textures with some store;
289 * - prepare MAX_COMBINED_TEXTURE_IMAGE_UNITS samplers;
328 * - prepare MAX_IMAGE_UNITS textures; Use TEXTURE_1D, TEXTURE_1D_ARRAY,
369 * - prepare MAX_VERTEX_ATTRIB_BINDINGS buffers;
534 * Prepare GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 8x8 2D R32UI textures filled so
536 * Prepare GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS samplers. Set parameter
539 * Prepare compute program as in test DispatchBindTextures, but sample
563 * Prepare program consisting of vertex, geometry and fragment shader. Vertex
[all …]
/third_party/node/deps/npm/man/man7/
Dscripts.727 \fBprepare\fP, \fBprepublish\fP, \fBprepublishOnly\fP, \fBprepack\fP, \fBpostpack\fP
31 \fBprepare\fR (since \fBnpm@4\.0\.0\fP)
42 …hrough git contains a \fBprepare\fP script, its \fBdependencies\fP and \fBdevDependencies\fP will …
49 Same as \fBprepare\fP
75 .SS Prepare and Prepublish
79prepare a package for use (some common use cases are described in the section below)\. It has als…
115 \fBprepare\fP
148 \fBprepare\fP (when on local)
/third_party/rust/crates/nix/test/
Dtest_sendfile.rs75 // Prepare headers and trailers for sendfile in test_sendfile_freebsd()
81 // Prepare socket pair in test_sendfile_freebsd()
98 // Prepare the expected result in test_sendfile_freebsd()
126 // Prepare headers and trailers for sendfile in test_sendfile_dragonfly()
132 // Prepare socket pair in test_sendfile_dragonfly()
147 // Prepare the expected result in test_sendfile_dragonfly()
175 // Prepare headers and trailers for sendfile in test_sendfile_darwin()
181 // Prepare socket pair in test_sendfile_darwin()
196 // Prepare the expected result in test_sendfile_darwin()
/third_party/node/deps/npm/docs/content/using-npm/
Dscripts.md32 * `prepare`, `prepublish`, `prepublishOnly`, `prepack`, `postpack`
34 **prepare** (since `npm@4.0.0`)
39 …alled through git contains a `prepare` script, its `dependencies` and `devDependencies` will be in…
42 * Same as `prepare`
54 #### Prepare and Prepublish
58prepare a package for use (some common use cases are described in the section below). It has also…
84 * `prepare`
103 * `prepare` (when on local)
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiosink.h66 * @prepare: Prepare the device to operate with the specified parameters.
67 * @unprepare: Undo operations done in prepare.
95 /* prepare resources and state to operate with the given specs */
96 gboolean (*prepare) (GstAudioSink *sink, GstAudioRingBufferSpec *spec); member
97 /* undo anything that was done in prepare() */
/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
/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSpillPlacement.h12 // about the CFG. The real work is done by prepare(), addConstraints(), and
51 // Nodes that are active in the current computation. Owned by the prepare()
100 /// prepare - Reset state and prepare for a new spill placement computation.
107 void prepare(BitVector &RegBundles);
129 /// Prepare internal data structures for iterate.
145 /// The selected bundles are returned in the bitvector passed to prepare().
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_atfork.c36 static void prepare(void) in prepare() function
39 EXPECT_EQ("pthread_atfork prepare", ret, 0); in prepare()
46 EXPECT_EQ("pthread_atfork prepare", ret, 0); in parent()
53 EXPECT_EQ("pthread_atfork prepare", ret, 0); in child()
95 ret = pthread_atfork(prepare, parent, child); in pthread_atfork_0100()
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
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() */

12345678910>>...83