Home
last modified time | relevance | path

Searched refs:RSS (Results 1 – 25 of 31) sorted by relevance

12

/external/clang/lib/Sema/
DSemaCoroutine.cpp250 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/
DRSS.txt1 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
Dindex.txt24 * [[RSS]]
/external/deqp-deps/SPIRV-Tools/source/util/
Dtimer.h155 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
Dtimer.cpp92 *report_stream_ << std::fixed << std::setw(12) << RSS() << std::setw(16) in Report()
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dtimer.h155 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
Dtimer.cpp92 *report_stream_ << std::fixed << std::setw(12) << RSS() << std::setw(16) in Report()
/external/deqp-deps/SPIRV-Tools/test/
Dtimer_test.cpp35 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/
Dtimer_test.cpp35 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/
DStackSlotColoring.cpp274 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/
Dsanitizer_flags.inc108 "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/
Dcontrol13 Take inventory of process and shared lib unique RSS on a Brillo device.
/external/linux-kselftest/tools/testing/selftests/vm/
Dmlock2-tests.c159 #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/
Dheapprofd.md178 **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/
Dtroubleshooting.rst65 …` (`archive <http://news.gmane.org/gmane.comp.security.scapy.general>`_, `RSS, NNTP <http://gmane…
/external/llvm/lib/Fuzzer/
DFuzzerFlags.def86 "reaching this limit of RSS memory usage.")
/external/catch2/docs/
Dopensource-users.md101 Newsbeuter is an open-source RSS/Atom feed reader for text terminals.
/external/python/cpython2/Tools/pybench/
DREADME48 inconsistent. Examples include: web-browsers, email clients, RSS
/external/libxml2/result/HTML/
Dutf8bug.html.sax153 RSS , 5)
/external/python/cpython3/Doc/faq/
Dgeneral.rst222 newsgroups and on the Python home page at https://www.python.org/; an RSS feed of
/external/python/cpython2/Doc/faq/
Dgeneral.rst222 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/
DLibFuzzer.rst243 If an input requires more than this amount of RSS memory to execute,
/external/llvm/docs/
DLibFuzzer.rst227 If an input requires more than this amount of RSS memory to execute,
/external/python/cpython2/Doc/howto/
Dwebservers.rst651 has many handy features bundled, such as creation of RSS feeds or generic views,
/external/python/cpython2/Doc/whatsnew/
D2.2.rst939 following snippet retrieves a list of RSS channels from the O'Reilly Network,

12