OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pswpout
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/process/
process_metrics_unittest.cc
207
"
pswpout
406\n"
250
"
pswpout
901\n"
264
EXPECT_TRUE(meminfo.
pswpout
== 406);
268
EXPECT_TRUE(meminfo.
pswpout
== 901);
process_metrics_linux.cc
475
pswpout
= 0;
502
res->SetInteger("
pswpout
",
pswpout
);
620
} if (tokens[0] == "
pswpout
") {
621
StringToInt(tokens[1], &meminfo->
pswpout
);
process_metrics.h
269
int
pswpout
;
member in struct:base::SystemMemoryInfoKB
Completed in 467 milliseconds