Home
last modified time | relevance | path

Searched full:irc (Results 1 – 25 of 162) sorted by relevance

1234567

/external/mesa3d/.gitlab-ci/
Dreport-flakes.py40 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 …]
Dgtest-runner.sh60 # Report the flakes to the IRC channel for monitoring (if configured):
63 --host irc.oftc.net \
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp18.cpp18 const int &irc = i; in f3() local
20 [=,&irc,&ir] { in f3()
29 static_assert(is_same<decltype(irc), const int&>::value, in f3()
31 static_assert(is_same<decltype((irc)), const int&>::value, in f3()
/external/cronet/net/base/
Dport_util.cc101 6665, // Alternate IRC [Apple addition]
102 6666, // Alternate IRC [Apple addition]
103 6667, // Standard IRC [Apple addition]
104 6668, // Alternate IRC [Apple addition]
105 6669, // Alternate IRC [Apple addition]
106 6697, // IRC + TLS
/external/mesa3d/
DREADME.rst30 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
/external/mesa3d/docs/
Dlists.rst46 IRC chapter
49 join `#dri-devel channel <irc://irc.oftc.net/dri-devel>`__ on
50 `irc.oftc.net <https://webchat.oftc.net/>`__
/external/ltp/doc/
DContact-Info.asciidoc25 IRC section in Contact information
28 - IRC channel: irc.freenode.net #ltp
/external/clang/www/
Dmenu.html.incl41 <a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
/external/virglrenderer/
DREADME.rst27 Many Virglrenderer devs hang on IRC; if you're not sure which channel is
29 <irc://irc.oftc.net/virgil3d>`_, someone will redirect you if
/external/autotest/client/profilers/powertop/src/
DREADME33 the PowerTOP tool, join the mailing list or the IRC channel and
37 IRC: irc.oftc.net #powertop channel
/external/python/cpython2/
D.travis.yml102 irc:
105 # IRC channel whenever they fail a build. This can be removed when travis
107 # The actual value here is: irc.freenode.net#python-dev
/external/mesa3d/docs/drivers/
Dvirgl.rst86 IRC: `#virgil3d on OFTC <irc://irc.oftc.net/virgil3d>`__.
Dzink.rst335 IRC chapter
339 own IRC channel. If you're interested in contributing, or have any technical
341 <irc://irc.oftc.net/zink>`__ and say hi!
/external/python/uritemplates/
D.travis.yml29 irc:
31 - "irc.freenode.org#github3.py"
/external/xz-embedded/linux/
DMAINTAINERS6 C: irc://irc.libera.chat/tukaani
/external/kmod/
D.travis.yml29 irc:
31 - "irc.freenode.org#kmod"
/external/mesa3d/docs/relnotes/
D20.1.3.rst47 - 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.
/external/python/pyyaml/
DREADME.md41 IRC #pyyaml irc.libera.chat
/external/llvm/docs/
Dindex.rst428 lists and IRC.
471 IRC section in Community
475 can be found in #llvm on `irc.oftc.net <irc://irc.oftc.net/llvm>`_.
DReportingGuide.rst51 a mailing list archive or a public IRC logger) please include a link.
88 list or IRC).
91 IRC, etc.)
/external/mksh/src/
DFAQ2HTML.sh92 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>
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp377 InductiveRangeCheck IRC; in extractRangeChecksFromCond() local
378 IRC.Length = Length; in extractRangeChecksFromCond()
379 IRC.Offset = IndexAddRec->getStart(); in extractRangeChecksFromCond()
380 IRC.Scale = IndexAddRec->getStepRecurrence(SE); in extractRangeChecksFromCond()
381 IRC.CheckUse = &ConditionUse; in extractRangeChecksFromCond()
382 IRC.Kind = RCKind; in extractRangeChecksFromCond()
383 Checks.push_back(IRC); in extractRangeChecksFromCond()
1397 for (InductiveRangeCheck &IRC : RangeChecks) in runOnLoop()
1398 IRC.print(OS); in runOnLoop()
1427 for (InductiveRangeCheck &IRC : RangeChecks) { in runOnLoop()
[all …]
/external/libdav1d/
DREADME.md65 We are on IRC, on the **#dav1d** channel on [*Libera.chat*](http://libera.chat/). If you do not hav…
/external/bcc/
DCONTRIBUTING-SCRIPTS.md12 …g hours testing isn't for you, please submit your idea as an issue instead, or chat with us on irc.
26 …her developers about your idea. Many of us can be found in IRC, in the #iovisor channel on irc.oft…
/external/rust/crates/gpio-cdev/
DCODE_OF_CONDUCT.md8 * On IRC, please avoid using overtly sexual nicknames or other nicknames that might detract from a …
33 … listed above apply to all official embedded WG venues; including official IRC channels (#rust-emb…

1234567