Home
last modified time | relevance | path

Searched refs:phases (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/musl/libc-test/src/regression/
Dpthread_cond-smasher.c59 phases = 10, enumerator
66 static mutex mut[phases];
67 static unsigned inside[phases];
87 for (unsigned i = 0; i < phases; ++i) { in client()
123 for (unsigned i = 0; i < phases; ++i) { in main()
133 while (phase < phases) { in main()
147 if (phase < phases-1) in main()
176 for (unsigned i = 0; i < phases; ++i) { in main()
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js560 if (test_obj.phase === test_obj.phases.STARTED) {
1502 this.phase = (tests.is_aborted || tests.phase === tests.phases.COMPLETE) ?
1503 this.phases.COMPLETE : this.phases.INITIAL;
1528 if (tests.phase === tests.phases.COMPLETE) {
1544 Test.prototype.phases = { method in Test
1560 phases:merge({}, this.phases) property
1573 if (this.phase > this.phases.STARTED) {
1576 this.phase = this.phases.STARTED;
1596 if (this.phase >= this.phases.HAS_RESULT) {
1603 this.phase = this.phases.HAS_RESULT;
[all …]
/third_party/gstreamer/gstplugins_good/tests/examples/spectrum/
Dspectrum-example.c41 const GValue *phases; in message_handler() local
53 phases = gst_structure_get_value (s, "phase"); in message_handler()
58 phase = gst_value_list_get_value (phases, i); in message_handler()
/third_party/ffmpeg/libavfilter/
Davf_showspectrum.c82 float **phases; member
339 if (s->phases) { in uninit()
341 av_freep(&s->phases[i]); in uninit()
343 av_freep(&s->phases); in uninit()
884 float *phases = s->phases[ch]; in get_value() local
894 a = phases[y]; in get_value()
1094 s->phases = av_calloc(s->nb_display_channels, sizeof(*s->phases)); in config_output()
1095 if (!s->phases) in config_output()
1098 s->phases[i] = av_calloc(s->orientation == VERTICAL ? s->h : s->w, sizeof(**s->phases)); in config_output()
1099 if (!s->phases[i]) in config_output()
[all …]
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/constructors/
Dmetaprogrammg1.md7 We have built our first two phases of construction for `file_handle`,
Dtwo-phase-init.md7 The first thing to do is to break your object's construction into two phases:
/third_party/flutter/flutter/packages/flutter_tools/templates/module/ios/library/Flutter.tmpl/
Dpodhelper.rb.tmpl28 …# CocoaPods will not embed the framework on pod install (before any build phases can generate) if …
88 …# CocoaPods will not embed the framework on pod install (before any build phases can run) if the d…
/third_party/flutter/flutter/examples/stocks/test/
Dsearch_test.dart35 // There are two phases currently, so that results in three frames.
/third_party/mesa3d/src/gallium/drivers/i915/
DTODO29 - Schedule instructions to minimize the number of phases. One way is to replace
/third_party/quickjs/
DTODO11 and use the same wrappers in all phases
/third_party/ejdb/src/bindings/ejdb2_flutter/example/ios/
DPodfile47 …# CocoaPods will not embed the framework on pod install (before any build phases can generate) if …
/third_party/mindspore/
DREADME.md28 - [Maintenance phases](#maintenance-phases)
269 ## Maintenance phases
/third_party/ltp/tools/sparse/sparse-src/
DREADME29 The parsing is done in five phases:
/third_party/grpc/doc/core/
Dmoving-to-c++.md52 - What should be the phases of getting code converted to idiomatic C++
/third_party/ltp/tools/sparse/sparse-src/Documentation/
DTODO.md54 * would be nice to strictly separate phases that don't changes the
/third_party/boost/libs/math/doc/distributions/
Dhyperexponential.qbk94 …es the PDF of the hyperexponential distribution with different number of phases but with the same …
131 * When the number of phases /k/ is equal to `1`, the hyperexponential distribution is simply an __e…
395 Gets the number of phases of this distribution (the size of both the rate and probability vectors).
397 [h5 Return Value] An non-negative integer number representing the number of phases of this distribu…
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dcheck.go118 for _, phase := range phases {
141 var phases = [...]struct { var
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DREADME-DPP16 The three phases of DPP connection are authentication, configuration and
Dtodo.txt74 phases should be able to use the same functions for this;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dtodo.txt74 phases should be able to use the same functions for this;
DREADME-DPP17 three phases of DPP connection are authentication, configuration and
/third_party/curl/packages/vms/
Dpcsi_gnv_curl_file_list.txt16 ! [xxx.yyy]file.ext is a file for the rename and add phases.
/third_party/node/deps/npm/test/
Dfake-registry.md113 and turn them into rejections. (Errors during those phases are very rare.)
/third_party/skia/third_party/externals/tint/docs/
Darch.md104 Types are constructed during the Reader and resolution phases, and are
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dbinding.dart288 /// Each frame consists of the following phases:

1234