Lines Matching refs:RET_CONSTANT
32 RET_CONSTANT = 0
36 memory_info = [RET_CONSTANT] * 3
54 return RET_CONSTANT, RET_CONSTANT, RET_CONSTANT
72 usr_cpu = float(usr_cpu_str) if usr_cpu_str.replace('.', '', 1).isdigit() else RET_CONSTANT
73 sys_cpu = float(sys_cpu_str) if sys_cpu_str.replace('.', '', 1).isdigit() else RET_CONSTANT
74 idle_cpu = float(idle_cpu_str) if idle_cpu_str.replace('.', '', 1).isdigit() else RET_CONSTANT
81 return RET_CONSTANT, RET_CONSTANT, RET_CONSTANT
83 return RET_CONSTANT, RET_CONSTANT, RET_CONSTANT
85 return RET_CONSTANT, RET_CONSTANT, RET_CONSTANT
89 return int(match.group()) * MEM_CONSTANT if match else RET_CONSTANT
104 return RET_CONSTANT, RET_CONSTANT, RET_CONSTANT
107 return RET_CONSTANT, RET_CONSTANT, RET_CONSTANT