/external/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 250 ReadySuspendResumeResult RSS = buildCoawaitCalls(*this, Loc, E); in BuildCoawaitExpr() local 251 if (RSS.IsInvalid) in BuildCoawaitExpr() 254 Expr *Res = new (Context) CoawaitExpr(Loc, E, RSS.Results[0], RSS.Results[1], in BuildCoawaitExpr() 255 RSS.Results[2]); in BuildCoawaitExpr() 317 ReadySuspendResumeResult RSS = buildCoawaitCalls(*this, Loc, E); in BuildCoyieldExpr() local 318 if (RSS.IsInvalid) in BuildCoyieldExpr() 321 Expr *Res = new (Context) CoyieldExpr(Loc, E, RSS.Results[0], RSS.Results[1], in BuildCoyieldExpr() 322 RSS.Results[2]); in BuildCoyieldExpr()
|
/external/markdown/docs/extensions/ |
D | RSS.txt | 1 RSS 7 An extension to Python-Markdown that outputs a markdown document as RSS. This 23 An RSS document includes some data about the document (URI, author, title) that
|
D | index.txt | 24 * [[RSS]]
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | timer.h | 155 virtual long RSS() const { in RSS() function 330 if (rss_ >= 0 && Timer::RSS() >= 0) in Stop() 331 rss_ += Timer::RSS(); in Stop() 356 long RSS() const override { return rss_; } in RSS() function
|
D | timer.cpp | 92 *report_stream_ << std::fixed << std::setw(12) << RSS() << std::setw(16) in Report()
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | timer.h | 155 virtual long RSS() const { in RSS() function 330 if (rss_ >= 0 && Timer::RSS() >= 0) in Stop() 331 rss_ += Timer::RSS(); in Stop() 356 long RSS() const override { return rss_; } in RSS() function
|
D | timer.cpp | 92 *report_stream_ << std::fixed << std::setw(12) << RSS() << std::setw(16) in Report()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | timer_test.cpp | 35 long RSS() const override { return 360L; } in RSS() function in spvtools::utils::__anon648f59cd0111::MockTimer 96 long RSS() const override { return count_stop_ * 360L; } in RSS() function in spvtools::utils::__anon648f59cd0111::MockCumulativeTimer
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | timer_test.cpp | 35 long RSS() const override { return 360L; } in RSS() function in spvtools::utils::__anon3e02aac70111::MockTimer 96 long RSS() const override { return count_stop_ * 360L; } in RSS() function in spvtools::utils::__anon3e02aac70111::MockCumulativeTimer
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | StackSlotColoring.cpp | 274 int RSS = RevMap[SS][j]; in ColorSlotsWithFreeRegs() local 275 const TargetRegisterClass *RC = LS->getIntervalRegClass(RSS); in ColorSlotsWithFreeRegs() 287 if (!AllMemRefsCanBeUnfolded(RSS)) { in ColorSlotsWithFreeRegs() 291 DEBUG(dbgs() << "Assigning fi#" << RSS << " to " in ColorSlotsWithFreeRegs() 294 SlotMapping[RSS] = Reg; in ColorSlotsWithFreeRegs() 295 SlotIsReg.set(RSS); in ColorSlotsWithFreeRegs()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flags.inc | 108 "Hard RSS limit in Mb." 110 " which periodically reads RSS and aborts the process if the" 113 "Soft RSS limit in Mb." 115 " which periodically reads RSS. If the limit is reached" 118 " until the RSS goes below the soft limit."
|
/external/autotest/server/site_tests/brillo_ProcLibMemoryInventory/ |
D | control | 13 Take inventory of process and shared lib unique RSS on a Brillo device.
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | mlock2-tests.c | 159 #define RSS "Rss:" macro 199 if (!strstr(line, RSS)) { in is_vma_lock_on_fault() 206 value = line + strlen(RSS); in is_vma_lock_on_fault()
|
/external/perfetto/docs/ |
D | heapprofd.md | 178 **Heap RSS** is the amount of memory requested from the operating system by the 184 | | heapprofd | malloc\_info | RSS | 192 If you observe high RSS or malloc\_info metrics but heapprofd does not match,
|
/external/scapy/doc/scapy/ |
D | troubleshooting.rst | 65 …` (`archive <http://news.gmane.org/gmane.comp.security.scapy.general>`_, `RSS, NNTP <http://gmane…
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerFlags.def | 86 "reaching this limit of RSS memory usage.")
|
/external/catch2/docs/ |
D | opensource-users.md | 101 Newsbeuter is an open-source RSS/Atom feed reader for text terminals.
|
/external/python/cpython2/Tools/pybench/ |
D | README | 48 inconsistent. Examples include: web-browsers, email clients, RSS
|
/external/libxml2/result/HTML/ |
D | utf8bug.html.sax | 153 RSS , 5)
|
/external/python/cpython3/Doc/faq/ |
D | general.rst | 222 newsgroups and on the Python home page at https://www.python.org/; an RSS feed of
|
/external/python/cpython2/Doc/faq/ |
D | general.rst | 222 newsgroups and on the Python home page at https://www.python.org/; an RSS feed of
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LibFuzzer.rst | 243 If an input requires more than this amount of RSS memory to execute,
|
/external/llvm/docs/ |
D | LibFuzzer.rst | 227 If an input requires more than this amount of RSS memory to execute,
|
/external/python/cpython2/Doc/howto/ |
D | webservers.rst | 651 has many handy features bundled, such as creation of RSS feeds or generic views,
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.2.rst | 939 following snippet retrieves a list of RSS channels from the O'Reilly Network,
|