/third_party/openh264/codec/common/src/ |
D | crt_util_safe_x.cpp | 65 int32_t iRc; in WelsSnprintf() local 69 iRc = vsnprintf_s (pBuffer, iSizeOfBuffer, _TRUNCATE, kpFormat, pArgPtr); in WelsSnprintf() 70 if (iRc < 0) in WelsSnprintf() 71 iRc = iSizeOfBuffer; in WelsSnprintf() 75 return iRc; in WelsSnprintf() 85 int32_t iRc = vsnprintf_s (pBuffer, iSizeOfBuffer, _TRUNCATE, kpFormat, pArgPtr); in WelsVsnprintf() local 86 if (iRc < 0) in WelsVsnprintf() 87 iRc = iSizeOfBuffer; in WelsVsnprintf() 88 return iRc; in WelsVsnprintf() 110 int32_t iRc; in WelsStrftime() local [all …]
|
/third_party/mesa3d/.gitlab-ci/ |
D | report-flakes.py | 40 print(f"IRC: sending {line}") 54 print(f"IRC: received {line}") 75 help='IRC server hostname', required=True) 77 help='IRC server port', required=True) 95 help='log IRC interactions') 109 irc = Connection(args.host, args.port, args.verbose) 123 irc.send_line(f"NICK {nick}") 124 irc.send_line(f"USER {nick} unused unused: Gitlab CI Notifier") 125 irc.wait(10) 126 irc.send_line(f"JOIN {args.channel}") [all …]
|
D | gtest-runner.sh | 55 # Report the flakes to the IRC channel for monitoring (if configured): 58 --host irc.oftc.net \
|
/third_party/mesa3d/ |
D | README.rst | 30 Many Mesa devs hang on IRC; if you're not sure which channel is 32 <irc://irc.oftc.net/dri-devel>`_, someone will redirect you if 37 question, check out `Who's Who on IRC
|
/third_party/mesa3d/docs/ |
D | lists.rst | 46 IRC chapter 49 join `#dri-devel channel <irc://irc.oftc.net/dri-devel>`__ on 50 `irc.oftc.net <https://webchat.oftc.net/>`__
|
/third_party/rust/crates/nom/doc/ |
D | home.md | 7 * [Gitter chat room](https://gitter.im/Geal/nom). You can also go to the #nom IRC 8 channel on irc.mozilla.org, or ping 'geal' on Mozilla, Freenode, Geeknode or oftc IRC
|
/third_party/libabigail/doc/website/ |
D | mainpage.txt | 29 \section communication IRC and Mailing lists 32 via <a href="http://en.wikipedia.org/wiki/Wikipedia:IRC">IRC</a> at 33 <em>irc://irc.oftc.net\#libabigail</em>.
|
/third_party/mesa3d/docs/drivers/ |
D | virgl.rst | 86 irc: `#virgil3d on OFTC <irc://irc.oftc.net/virgil3d>`__.
|
D | zink.rst | 306 IRC chapter 310 own IRC channel. If you're interested in contributing, or have any technical 312 <irc://irc.oftc.net/zink>`__ and say hi!
|
/third_party/ffmpeg/ |
D | RELEASE_NOTES | 14 feel free to join us on the #ffmpeg IRC channel (on irc.libera.chat) or ask
|
/third_party/python/ |
D | .travis.yml | 201 irc: 204 # IRC channel whenever they fail a build. This can be removed when travis 206 # The actual value here is: irc.freenode.net#python-dev 213 # For the same reasons as above for IRC, we encrypt the webhook address
|
/third_party/glib/ |
D | CONTRIBUTING.md | 25 - the `#gtk` IRC channel on irc.gnome.org 101 `#gtk` IRC channel or on [Discourse](https://discourse.gnome.org) before 179 features this will have been discussed (in an issue, on IRC, or on Discourse) 197 developer on the merge request, or on IRC, to ask for a second opinion.
|
/third_party/pulseaudio/ |
D | README | 21 IRC: 22 #pulseaudio on irc.freenode.org
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.3.rst | 47 - ci: Report flakes on IRC from baremetal tests 93 - ci: Enable IRC flake reporting on freedreno baremetal boards. 94 - ci: Improve the flakes reports on IRC. 95 - ci: Fix the nick used in IRC reporting.
|
/third_party/PyYAML/ |
D | README.md | 41 IRC #pyyaml irc.libera.chat
|
/third_party/jerryscript/ |
D | README.md | 9 [](https://kiwiirc.c… 30 IRC channel: #jerryscript on [freenode](https://freenode.net)
|
/third_party/mksh/ |
D | FAQ2HTML.sh | 92 a[href^="irc://"]:after, 112 <p>Note: Links marked like <a href="irc://chat.freenode.net/!/bin/mksh">this 113 one to the mksh IRC channel</a> connect to external resources.</p>
|
/third_party/flutter/skia/third_party/externals/harfbuzz/ |
D | .travis.yml | 49 irc: "irc.freenode.org#harfbuzz"
|
/third_party/libuv/docs/code/dns/ |
D | main.c | 72 fprintf(stderr, "irc.libera.chat is... "); in main() 73 int r = uv_getaddrinfo(loop, &resolver, on_resolved, "irc.libera.chat", "6667", &hints); in main()
|
/third_party/gstreamer/gstplugins_base/ |
D | RELEASE | 83 There is also a #gstreamer IRC channel on the OFTC IRC network.
|
/third_party/gstreamer/gstplugins_bad/ |
D | RELEASE | 83 There is also a #gstreamer IRC channel on the OFTC IRC network.
|
/third_party/gstreamer/gstplugins_good/ |
D | RELEASE | 83 There is also a #gstreamer IRC channel on the OFTC IRC network.
|
/third_party/gstreamer/gst_libav/ |
D | RELEASE | 83 There is also a #gstreamer IRC channel on the OFTC IRC network.
|
/third_party/gstreamer/gstreamer/ |
D | RELEASE | 83 There is also a #gstreamer IRC channel on the OFTC IRC network.
|
/third_party/mesa3d/.gitlab-ci/piglit/ |
D | piglit-runner.sh | 102 # Report the flakes to the IRC channel for monitoring (if configured): 105 --host irc.oftc.net \
|