/third_party/musl/libc-test/src/regression/ |
D | pthread_cond-smasher.c | 59 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/ |
D | testharness.js | 560 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/ |
D | spectrum-example.c | 41 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/ |
D | avf_showspectrum.c | 82 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/ |
D | metaprogrammg1.md | 7 We have built our first two phases of construction for `file_handle`,
|
D | two-phase-init.md | 7 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/ |
D | podhelper.rb.tmpl | 28 …# 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/ |
D | search_test.dart | 35 // There are two phases currently, so that results in three frames.
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | TODO | 29 - Schedule instructions to minimize the number of phases. One way is to replace
|
/third_party/quickjs/ |
D | TODO | 11 and use the same wrappers in all phases
|
/third_party/ejdb/src/bindings/ejdb2_flutter/example/ios/ |
D | Podfile | 47 …# CocoaPods will not embed the framework on pod install (before any build phases can generate) if …
|
/third_party/mindspore/ |
D | README.md | 28 - [Maintenance phases](#maintenance-phases) 269 ## Maintenance phases
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | README | 29 The parsing is done in five phases:
|
/third_party/grpc/doc/core/ |
D | moving-to-c++.md | 52 - What should be the phases of getting code converted to idiomatic C++
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | TODO.md | 54 * would be nice to strictly separate phases that don't changes the
|
/third_party/boost/libs/math/doc/distributions/ |
D | hyperexponential.qbk | 94 …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/ |
D | check.go | 118 for _, phase := range phases { 141 var phases = [...]struct { var
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | README-DPP | 16 The three phases of DPP connection are authentication, configuration and
|
D | todo.txt | 74 phases should be able to use the same functions for this;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | todo.txt | 74 phases should be able to use the same functions for this;
|
D | README-DPP | 17 three phases of DPP connection are authentication, configuration and
|
/third_party/curl/packages/vms/ |
D | pcsi_gnv_curl_file_list.txt | 16 ! [xxx.yyy]file.ext is a file for the rename and add phases.
|
/third_party/node/deps/npm/test/ |
D | fake-registry.md | 113 and turn them into rejections. (Errors during those phases are very rare.)
|
/third_party/skia/third_party/externals/tint/docs/ |
D | arch.md | 104 Types are constructed during the Reader and resolution phases, and are
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | binding.dart | 288 /// Each frame consists of the following phases:
|