Searched refs:RSS (Results 1 – 18 of 18) sorted by relevance
/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/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/chromium-trace/catapult/systrace/systrace/test_data/ |
D | atrace_ps_dump | 1 USER PID PPID VSIZE RSS WCHAN PC NAME
|
D | atrace_ps_dump_2 | 4 USER PID PPID VSIZE RSS WCHAN PC NAME
|
D | atrace_ps_dump_3 | 4 USER TID PPID VSIZE RSS WCHAN PC S CMD
|
D | atrace_data_with_thread_list | 129 USER PID PPID VSIZE RSS WCHAN PC NAME
|
/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 | 217 #define RSS "Rss:" macro 257 if (!strstr(line, RSS)) { in is_vma_lock_on_fault() 264 value = line + strlen(RSS); in is_vma_lock_on_fault()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
D | _README.txt | 6 To create a zip of all the RSS-related code, use buildFeedToolsZip.sh (or .xml).
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/ |
D | messages.properties | 17 RSSFeedCommon.RSSFeedFile=RSS Feed file
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerFlags.def | 86 "reaching this limit of RSS memory usage.")
|
/external/libxml2/result/HTML/ |
D | utf8bug.html.sax | 153 RSS , 5)
|
/external/llvm/docs/ |
D | LibFuzzer.rst | 227 If an input requires more than this amount of RSS memory to execute,
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 2706 …"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!…
|
/external/libxml2/ |
D | ChangeLog | 16917 * valid.c: removed a state explosion exhibited by RSS
|