Home
last modified time | relevance | path

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

12345678910>>...16

/aosp_15_r20/external/mesa3d/.gitlab-ci/
H A 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 …]
/aosp_15_r20/external/flashrom/doc/
H A Dcontact.rst63 IRC section in Real time channels
66 You can join `#flashrom <irc://irc.libera.chat/#flashrom>`_
67 channel on the `Libera.chat <https://www.libera.chat/>`_ `IRC <https://en.wikipedia.org/wiki/Intern…
68 If you don't have an IRC client, you can use the Libera.chat `webchat <https://web.libera.chat/#fla…
73 Do note that IRC's nature has a significant effect on conversations. People from all over the world…
79 Frequently, somebody knows the answer, but hasn't checked IRC yet. In any case, please *do not leav…
80 Since IRC does not store messages, replying to somebody who left the channel is *impossible*.
82 To have persistence on IRC, you can set up an `IRC bouncer <https://en.wikipedia.org/wiki/Internet_…
86 Most of the time, people use IRC on wider-than-tall screens. Because of this, consider that pressin…
104 For questions above, please use IRC or the mailing list.
H A Dintro.rst41 …d, let us help you recover. We can be contacted via `IRC <https://www.flashrom.org/contact.html#ir…
42 …(#flashrom on `libera.chat <irc://irc.libera.chat/#flashrom>`_, `webchat <https://web.libera.chat/…
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/
Dirc.py2 pygments.formatters.irc
5 Formatter for IRC output
99 Format tokens with IRC color sequences
118 name = 'IRC'
119 aliases = ['irc', 'IRC']
D_mapping.py10 …'IRCFormatter': ('pygments.formatters.irc', 'IRC', ('irc', 'IRC'), (), 'Format tokens with IRC col…
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/
Dirc.py2 pygments.formatters.irc
5 Formatter for IRC output
99 Format tokens with IRC color sequences
118 name = 'IRC'
119 aliases = ['irc', 'IRC']
D_mapping.py10 …'IRCFormatter': ('pygments.formatters.irc', 'IRC', ('irc', 'IRC'), (), 'Format tokens with IRC col…
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/
Dirc.py2 pygments.formatters.irc
5 Formatter for IRC output
99 Format tokens with IRC color sequences
118 name = 'IRC'
119 aliases = ['irc', 'IRC']
D_mapping.py10 …'IRCFormatter': ('pygments.formatters.irc', 'IRC', ('irc', 'IRC'), (), 'Format tokens with IRC col…
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/
Dirc.py2 pygments.formatters.irc
5 Formatter for IRC output
99 Format tokens with IRC color sequences
118 name = 'IRC'
119 aliases = ['irc', 'IRC']
D_mapping.py10 …'IRCFormatter': ('pygments.formatters.irc', 'IRC', ('irc', 'IRC'), (), 'Format tokens with IRC col…
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip-23.1.2.dist-info/
DMETADATA59 * `User IRC`_
65 * `Development IRC`_
87 .. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa
88 .. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip-23.1.2.dist-info/
DMETADATA59 * `User IRC`_
65 * `Development IRC`_
87 .. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa
88 .. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip-23.1.2.dist-info/
DMETADATA59 * `User IRC`_
65 * `Development IRC`_
87 .. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa
88 .. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip-23.1.2.dist-info/
DMETADATA59 * `User IRC`_
65 * `Development IRC`_
87 .. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa
88 .. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev
/aosp_15_r20/external/cronet/net/base/
H A 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
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A 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 …]
/aosp_15_r20/external/coreboot/Documentation/releases/
H A Dchecklist.md53 * IRC topic access is required to update the topic.
78 - [ ] Update the topic in the IRC channel with the date of the upcoming
92 - [ ] Announce to IRC that the release will be tomorrow and ask for
109 - [ ] Announce that the release tag is done on IRC.
110 - [ ] Update the topic in the IRC channel that the release is done.
158 the #coreboot IRC channel, and request that it get some testing, just
/aosp_15_r20/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A 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()
/aosp_15_r20/external/mesa3d/
H A DREADME.rst28 Many Mesa devs hang on IRC; if you're not sure which channel is
30 <irc://irc.oftc.net/dri-devel>`_, someone will redirect you if
35 question, check out `Who's Who on IRC
/aosp_15_r20/external/mesa3d/docs/
H A Dlists.rst46 IRC chapter
49 join `#dri-devel channel <irc://irc.oftc.net/dri-devel>`__ on
50 `irc.oftc.net <https://webchat.oftc.net/>`__
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/
DCONTRIBUTING.rst5 out to us in a GitHub issue, or ping ``bluss`` in `#rust on irc.mozilla.org`_
8 .. _`\#rust on irc.mozilla.org`: irc://irc.mozilla.org#rust
/aosp_15_r20/external/clang/www/
H A Dmenu.html.incl41 <a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp383 InductiveRangeCheck IRC; in extractRangeChecksFromCond() local
384 IRC.End = End; in extractRangeChecksFromCond()
385 IRC.Begin = IndexAddRec->getStart(); in extractRangeChecksFromCond()
386 IRC.Step = IndexAddRec->getStepRecurrence(SE); in extractRangeChecksFromCond()
387 IRC.CheckUse = &ConditionUse; in extractRangeChecksFromCond()
388 IRC.IsSigned = IsSigned; in extractRangeChecksFromCond()
389 Checks.push_back(IRC); in extractRangeChecksFromCond()
1813 for (InductiveRangeCheck &IRC : RangeChecks) in run()
1814 IRC.print(OS); in run()
1846 for (InductiveRangeCheck &IRC : RangeChecks) { in run()
[all …]
/aosp_15_r20/external/llvm/docs/
H A 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>`_.

12345678910>>...16