/third_party/ffmpeg/libavfilter/ |
D | vsrc_life.c | 100 AVFILTER_DEFINE_CLASS(life); 147 LifeContext *life = ctx->priv; in show_life_grid() local 150 char *line = av_malloc(life->w + 1); in show_life_grid() 153 for (i = 0; i < life->h; i++) { in show_life_grid() 154 for (j = 0; j < life->w; j++) in show_life_grid() 155 line[j] = life->buf[life->buf_idx][i*life->w + j] == ALIVE_CELL ? '@' : ' '; in show_life_grid() 165 LifeContext *life = ctx->priv; in init_pattern_from_file() local 169 if ((ret = av_file_map(life->filename, &life->file_buf, &life->file_bufsize, in init_pattern_from_file() 172 av_freep(&life->filename); in init_pattern_from_file() 176 for (i = 0; i < life->file_bufsize; i++) { in init_pattern_from_file() [all …]
|
/third_party/flutter/skia/tests/ |
D | CanvasTest.cpp | 492 bool life[2]; in DEF_TEST() local 494 LifeLineCanvas c0(w, h, &life[0]); in DEF_TEST() 495 REPORTER_ASSERT(r, life[0]); in DEF_TEST() 497 REPORTER_ASSERT(r, !life[0]); in DEF_TEST() 500 std::unique_ptr<SkCanvas> c0 = std::unique_ptr<SkCanvas>(new LifeLineCanvas(w, h, &life[0])); in DEF_TEST() 501 std::unique_ptr<SkCanvas> c1 = std::unique_ptr<SkCanvas>(new LifeLineCanvas(w, h, &life[1])); in DEF_TEST() 502 REPORTER_ASSERT(r, life[0]); in DEF_TEST() 503 REPORTER_ASSERT(r, life[1]); in DEF_TEST() 509 REPORTER_ASSERT(r, life[0]); in DEF_TEST() 510 REPORTER_ASSERT(r, life[1]); in DEF_TEST() [all …]
|
/third_party/skia/tests/ |
D | CanvasTest.cpp | 513 bool life[2]; in DEF_TEST() local 515 LifeLineCanvas c0(w, h, &life[0]); in DEF_TEST() 516 REPORTER_ASSERT(r, life[0]); in DEF_TEST() 518 REPORTER_ASSERT(r, !life[0]); in DEF_TEST() 521 std::unique_ptr<SkCanvas> c0 = std::unique_ptr<SkCanvas>(new LifeLineCanvas(w, h, &life[0])); in DEF_TEST() 522 std::unique_ptr<SkCanvas> c1 = std::unique_ptr<SkCanvas>(new LifeLineCanvas(w, h, &life[1])); in DEF_TEST() 523 REPORTER_ASSERT(r, life[0]); in DEF_TEST() 524 REPORTER_ASSERT(r, life[1]); in DEF_TEST() 530 REPORTER_ASSERT(r, life[0]); in DEF_TEST() 531 REPORTER_ASSERT(r, life[1]); in DEF_TEST() [all …]
|
/third_party/libwebsockets/lib/tls/ |
D | tls-network.c | 76 time_t now = (time_t)lws_now_secs(), life = 0; in lws_tls_check_cert_lifetime() local 92 life = (ir.time - now) / (24 * 3600); in lws_tls_check_cert_lifetime() 94 (int)life); in lws_tls_check_cert_lifetime() 101 (size_t)(ssize_t)life); in lws_tls_check_cert_lifetime()
|
/third_party/gstreamer/gstplugins_good/gst/effectv/ |
D | gstaging.c | 127 if (scratch->life) { in scratching() 131 scratch->life = 0; in scratching() 141 scratch->life--; in scratching() 142 if (scratch->life) { in scratching() 156 scratch->life = 2 + (fastrand () >> 27); in scratching()
|
D | gstaging.h | 50 gint life; member
|
/third_party/python/Tools/demo/ |
D | README | 7 life.py Curses programming: Simple game-of-life.
|
/third_party/json/doc/mkdocs/docs/features/ |
D | macros.md | 66 See [Simplify your life with macros](arbitrary_types.md#simplify-your-life-with-macros) for an exam… 75 See [Simplify your life with macros](arbitrary_types.md#simplify-your-life-with-macros) for an exam…
|
/third_party/abseil-cpp/absl/synchronization/internal/ |
D | mutex_nonprod.inc | 128 // [basic.life] says an object has non-trivial initialization if it is of 133 // [basic.life] says the lifetime of an object with a non-trivial 136 // [basic.life] says the lifetime of an object with non-trivial destructor 139 // [basic.life] p5 specifies undefined behavior when accessing non-static 198 // Regarding destruction of instances in static storage, [basic.life] does
|
/third_party/glib/gio/tests/desktop-files/usr/applications/ |
D | frobnicator.desktop | 3 Comment=Frobnicate your life!
|
/third_party/flutter/glfw/examples/ |
D | particles.c | 190 float life; // Life of particle (1.0 = newborn, < 0.0 = dead) member 282 p->life = 1.f; in init_particle() 300 p->life -= dt * (1.f / LIFE_SPAN); in update_particle() 303 if (p->life <= 0.f) in update_particle() 482 alpha = 4.f * pptr->life; in draw_particles()
|
/third_party/lwip/src/core/ipv6/ |
D | nd6.c | 1085 u32_t life = netif_ip6_addr_valid_life(netif, i); in nd6_tmr() local 1086 if (life <= ND6_TMR_INTERVAL / 1000) { in nd6_tmr() 1092 if (!ip6_addr_life_isinfinite(life)) { in nd6_tmr() 1093 life -= ND6_TMR_INTERVAL / 1000; in nd6_tmr() 1094 LWIP_ASSERT("bad valid lifetime", life != IP6_ADDR_LIFE_STATIC); in nd6_tmr() 1095 netif_ip6_addr_set_valid_life(netif, i, life); in nd6_tmr() 1098 life = netif_ip6_addr_pref_life(netif, i); in nd6_tmr() 1099 if (life <= ND6_TMR_INTERVAL / 1000) { in nd6_tmr() 1105 } else if (!ip6_addr_life_isinfinite(life)) { in nd6_tmr() 1106 life -= ND6_TMR_INTERVAL / 1000; in nd6_tmr() [all …]
|
/third_party/libwebsockets/scripts/ |
D | mozilla-trust-gen.sh | 84 echo "$life_days $safe" >> _trust/life 191 …rm -f _trust/count _trust/_idx _trust/_idx_skid _trust/ofs _trust/_skid _trust/skidtab _trust/life…
|
/third_party/libphonenumber/resources/carrier/en/ |
D | 375.txt | 17 37525|life:)
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.38.txt | 16 consistency, and to make life easier for translators. Fixed a few 19 make life easier for translators. 119 make life easier for translators.
|
D | v1.02.txt | 18 disk will be checked, so it's rarely a problem in real life.
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/ |
D | the-picture-of-dorian-gray.txt | 68 not seeing his own face in a glass. The moral life of man forms part 80 the symbol do so at their peril. It is the spectator, and not life, 207 modern life mysterious or marvellous to us. The commonest thing is 211 deal of romance into one's life. I suppose you think me awfully 216 it makes a life of deception absolutely necessary for both parties. I 225 "I hate the way you talk about your married life, Harry," said Basil 301 itself. I did not want any external influence in my life. You know 305 tell me that I was on the verge of a terrible crisis in my life. I had 441 work, is the best work of my life. But in some curious way--I wonder 445 life in a way that was hidden from me before. 'A dream of form in days [all …]
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | the-picture-of-dorian-gray.txt | 68 not seeing his own face in a glass. The moral life of man forms part 80 the symbol do so at their peril. It is the spectator, and not life, 207 modern life mysterious or marvellous to us. The commonest thing is 211 deal of romance into one's life. I suppose you think me awfully 216 it makes a life of deception absolutely necessary for both parties. I 225 "I hate the way you talk about your married life, Harry," said Basil 301 itself. I did not want any external influence in my life. You know 305 tell me that I was on the verge of a terrible crisis in my life. I had 441 work, is the best work of my life. But in some curious way--I wonder 445 life in a way that was hidden from me before. 'A dream of form in days [all …]
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_client_storage.txt | 48 for the life of the texture. The life of the texture is defined, in this 154 maintain a texture's image data for the life of the texture. The life of
|
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_client_storage.txt | 48 for the life of the texture. The life of the texture is defined, in this 154 maintain a texture's image data for the life of the texture. The life of
|
/third_party/e2fsprogs/debian/ |
D | uuid-dev.README.Debian | 13 tar file which is appropriately named to make life easier for
|
/third_party/libphonenumber/resources/carrier/ru/ |
D | 375.txt | 17 37525|life:)
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
D | callback_common.pxd.pxi | 34 # wrapper: A self-reference to the CallbackWrapper to help life cycle
|
/third_party/python/Lib/test/ |
D | cfgparser.3 | 55 but that's life
|
/third_party/boost/libs/phoenix/doc/ |
D | acknowledgment.qbk | 28 # Thorsten Ottosen; Eric's range_ex code began life as "container_algo" in the
|