OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supress
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/tests/cgroup/
cgroup_common.py
63
def rm_cgroup(self, pwd,
supress
=False):
68
@param
supress
:
supress
output.
74
if not
supress
:
145
def get_prop(self, prop, pwd=None,
supress
=False):
150
@param
supress
:
supress
the output
153
tmp = self.get_property(prop, pwd,
supress
)
162
def get_property(self, prop, pwd=None,
supress
=False):
167
@param
supress
: supress the outpu
[
all
...]
cgroup.py
79
def cleanup(
supress
=False):
89
if
supress
:
116
supress
=True)
318
def cleanup(
supress
=False):
336
if
supress
:
Completed in 223 milliseconds