Home
last modified time | relevance | path

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

123

/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/angle/third_party/vulkan-deps/spirv-tools/src/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/test/
Dtimer_test.cpp35 long RSS() const override { return 360L; } in RSS() function in spvtools::utils::__anon4f35b8650111::MockTimer
96 long RSS() const override { return count_stop_ * 360L; } in RSS() function in spvtools::utils::__anon4f35b8650111::MockCumulativeTimer
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dtimer_test.cpp35 long RSS() const override { return 360L; } in RSS() function in spvtools::utils::__anon2df694980111::MockTimer
96 long RSS() const override { return count_stop_ * 360L; } in RSS() function in spvtools::utils::__anon2df694980111::MockCumulativeTimer
/external/deqp-deps/SPIRV-Tools/test/
Dtimer_test.cpp35 long RSS() const override { return 360L; } in RSS() function in spvtools::utils::__anona871caeb0111::MockTimer
96 long RSS() const override { return count_stop_ * 360L; } in RSS() function in spvtools::utils::__anona871caeb0111::MockCumulativeTimer
/external/perfetto/test/stress_test/
DREADME.md61 Svc RSS [MB] 4 2
62 Prod RSS [MB] --- 1
78 Svc RSS [MB] 32 17
79 Prod RSS [MB] --- 1
/external/llvm-project/clang/lib/Sema/
DSemaCoroutine.cpp908 ReadySuspendResumeResult RSS = buildCoawaitCalls( in BuildResolvedCoawaitExpr() local
910 if (RSS.IsInvalid) in BuildResolvedCoawaitExpr()
914 new (Context) CoawaitExpr(Loc, E, RSS.Results[0], RSS.Results[1], in BuildResolvedCoawaitExpr()
915 RSS.Results[2], RSS.OpaqueValue, IsImplicit); in BuildResolvedCoawaitExpr()
963 ReadySuspendResumeResult RSS = buildCoawaitCalls( in BuildCoyieldExpr() local
965 if (RSS.IsInvalid) in BuildCoyieldExpr()
969 new (Context) CoyieldExpr(Loc, E, RSS.Results[0], RSS.Results[1], in BuildCoyieldExpr()
970 RSS.Results[2], RSS.OpaqueValue); in BuildCoyieldExpr()
/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/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.inc128 "Hard RSS limit in Mb."
130 " which periodically reads RSS and aborts the process if the"
133 "Soft RSS limit in Mb."
135 " which periodically reads RSS. If the limit is reached"
138 " until the RSS goes below the soft limit."
/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/test/configs/
Dcamera.cfg44 # RSS and ION buffer events:
/external/perfetto/protos/perfetto/metrics/android/
Djava_heap_stats.proto38 // Sum of anonymous RSS + swap pages in bytes.
Dlmk_reason_metric.proto32 // RSS + swap.
/external/ethtool/
DNEWS62 * Feature: add support for extra RSS contexts and RSS steering filters
63 * Feature: Document RSS context control and RSS filters
93 * Feature: Support for configurable RSS hash function
162 * Feature: Support for configurable RSS hash key (-x/-X options)
/external/scudo/standalone/
Dflags.inc41 "Enforce an upper limit (in megabytes) to the process RSS. The "
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dflags.inc41 "Enforce an upper limit (in megabytes) to the process RSS. The "
/external/perfetto/protos/perfetto/config/profiling/
Djava_hprof_config.proto54 // Do not profile processes whose anon RSS + swap < given value.
/external/ethtool/shell-completion/bash/
Dethtool64 # Complete an RSS Context ID
70 command sed -n 's/^[[:space:]]*RSS Context ID:[[:space:]]*\([0-9]*\)$/\1/p' |
871 # Complete available RSS hash functions
873 $(_ethtool_get_names_in_section 'RSS hash function' \

123