Home
last modified time | relevance | path

Searched defs:arguments (Results 1 – 3 of 3) sorted by relevance

/test/xts/tools/lite/build/
Dsuite.py39 def __init__(self, arguments): argument
170 def __init__(self, arguments): argument
222 def __init__(self, arguments): argument
251 def _find_action(action, arguments): argument
269 def main(arguments): argument
/test/xts/tools/build/
Dsuite.py66 def __init__(self, arguments): argument
129 def __init__(self, arguments): argument
168 def __init__(self, arguments): argument
386 def _find_action(action, arguments): argument
404 def main(arguments): argument
/test/ostest/wukong/common/src/
Dwukong_util.cpp206 ErrCode WuKongUtil::CheckArgumentList(std::vector<std::string> &arguments) in CheckArgumentList()