HomeSort by relevance Sort by last modified time
    Searched defs:statm (Results 1 - 5 of 5) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_doctest2.py 88 def statm(): member in class:C
92 >>> print C.statm() # 16
94 >>> print C().statm() # 17
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_doctest2.py 88 def statm(): member in class:C
92 >>> print C.statm() # 16
94 >>> print C().statm() # 17
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest2.py 88 def statm(): member in class:C
92 >>> print C.statm() # 16
94 >>> print C().statm() # 17
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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");

Completed in 916 milliseconds