Searched refs:blocknum (Results 1 – 8 of 8) sorted by relevance
/external/ltp/testcases/commands/mkfs/ |
D | mkfs01.sh | 61 local blocknum=`df -P -B 1k mntpoint | tail -n1 | awk '{print $2}'` 64 if [ $blocknum -gt "$2" ]; then 72 if [ $blocknum -lt "$(($2/$rate*9/10))" ]; then 76 if [ $blocknum -lt "$(($2*9/10))" ]; then
|
/external/autotest/client/tests/ddtest/ |
D | ddtest.py | 26 def run_once(self, dir=None, blocksize=1024, blocknum=262144, threads=20): argument 33 args += ' -n %d' % blocknum
|
/external/llvm-project/openmp/runtime/src/ |
D | ompt-specific.cpp | 430 int __ompt_get_task_memory_internal(void **addr, size_t *size, int blocknum) { in __ompt_get_task_memory_internal() argument 431 if (blocknum != 0) in __ompt_get_task_memory_internal()
|
/external/python/setuptools/setuptools/ |
D | package_index.py | 733 blocknum = 0 740 self.reporthook(url, filename, blocknum, bs, size) 747 blocknum += 1 748 self.reporthook(url, filename, blocknum, bs, size) 757 def reporthook(self, url, filename, blocknum, blksize, size): argument
|
/external/python/cpython2/Lib/ |
D | urllib.py | 267 blocknum = 0 271 reporthook(blocknum, bs, size) 278 blocknum += 1 280 reporthook(blocknum, bs, size) 1666 def reporthook(blocknum, blocksize, totalsize): argument 1669 blocknum, blocksize, totalsize)
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 260 blocknum = 0 265 reporthook(blocknum, bs, size) 273 blocknum += 1 275 reporthook(blocknum, bs, size) 1837 blocknum = 0 1841 reporthook(blocknum, bs, size) 1848 blocknum += 1 1850 reporthook(blocknum, bs, size)
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-grand-prime-value-edition.log | 1116 … swapper/0: 1] [c3] SETH: after parse device tree, name=rmnet0, dst=2, channel=7, blocknum=128 1119 … swapper/0: 1] [c3] SETH: after parse device tree, name=rmnet1, dst=2, channel=8, blocknum=64 1124 … swapper/0: 1] [c3] SETH: after parse device tree, name=rmnet2, dst=2, channel=9, blocknum=64
|
D | galaxy-j1-2016.log | 993 … swapper/0: 1] [c1] SETH: after parse device tree, name=rmnet0, dst=2, channel=7, blocknum=64 994 … swapper/0: 1] [c1] SETH: after parse device tree, name=rmnet1, dst=2, channel=8, blocknum=64 995 … swapper/0: 1] [c1] SETH: after parse device tree, name=rmnet2, dst=2, channel=9, blocknum=64
|