OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statm
(Results
1 - 9
of
9
) sorted by null
/external/python/cpython3/Lib/test/
memory_watchdog.py
3
# stdin should refer to the process' /proc/<PID>/
statm
: we don't pass the
23
statm
= sys.stdin.read()
variable
24
data = int(
statm
.split()[5])
test_doctest2.py
87
def
statm
():
member in class:C
91
>>> print(C.
statm
()) # 16
93
>>> print(C().
statm
()) # 17
/external/skia/tools/
ProcStats.cpp
51
if (FILE*
statm
= fopen("/proc/self/
statm
", "r")) {
52
//
statm
contains: program-size rss shared text lib data dirty, all in page counts.
53
int rc = fscanf(
statm
, "%*d %lld", &rssPages);
54
fclose(
statm
);
/external/skqp/tools/
ProcStats.cpp
51
if (FILE*
statm
= fopen("/proc/self/
statm
", "r")) {
52
//
statm
contains: program-size rss shared text lib data dirty, all in page counts.
53
int rc = fscanf(
statm
, "%*d %lld", &rssPages);
54
fclose(
statm
);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_doctest2.py
88
def
statm
():
member in class:C
92
>>> print C.
statm
() # 16
94
>>> print C().
statm
() # 17
/external/python/cpython2/Lib/test/
test_doctest2.py
88
def
statm
():
member in class:C
92
>>> print C.
statm
() # 16
94
>>> print C().
statm
() # 17
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
RootProcessScanner.java
105
File
statm
= getProcessStatM(processDir);
local
108
scanner = new Scanner(
statm
);
119
+ "
statm
expected to have 7 integers (man 5 proc)");
131
return new File(processDir, "
statm
");
/external/u-boot/drivers/misc/
fsl_iim.c
80
u32
statm
;
member in struct:fsl_iim
/external/u-boot/arch/arm/include/asm/arch-mx5/
imx-regs.h
493
u32
statm
;
member in struct:iim_regs
Completed in 500 milliseconds