Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 24 of 24) sorted by relevance

/test/testfwk/arkxtest/jsunit/src/module/mock/
DArgumentMatchers.js44 let regex = arguments[0];
56 let arg = arguments[0];
57 let regex = arguments[1];
58 let stubSetKey = arguments[2];
92 let key = arguments[0];
DExtendInterface.js22 this.params = arguments;
DMockKit.js188 let args = arguments;
/test/xts/tools/lite/build/
Dsuite.py39 def __init__(self, arguments): argument
40 self.arguments = arguments
70 self.args = parser.parse_args(self.arguments)
170 def __init__(self, arguments): argument
174 self.args = parser.parse_args(arguments)
222 def __init__(self, arguments): argument
224 self.arguments = arguments
230 args = parser.parse_args(self.arguments)
251 def _find_action(action, arguments): argument
261 class_obj = class_def(arguments)
[all …]
Dsuite_lite.gni82 "--arguments",
179 "--arguments",
230 "--arguments",
266 "--arguments",
295 "--arguments",
347 "--arguments",
399 "--arguments",
Dutils.py87 arguments = {}
88 for argument in args.arguments.split("#"):
94 arguments.setdefault(key_value[0].strip(), key_value[1].strip())
95 method(**arguments)
Dcommon.gni55 "--arguments",
108 "--arguments",
/test/xts/tools/build/
Dsuite.py66 def __init__(self, arguments): argument
72 self.args = parser.parse_args(arguments)
129 def __init__(self, arguments): argument
131 self.arguments = arguments
139 args = parser.parse_args(self.arguments)
168 def __init__(self, arguments): argument
169 self.arguments = arguments
189 self.args = parser.parse_args(self.arguments)
386 def _find_action(action, arguments): argument
396 class_obj = class_def(arguments)
[all …]
Dutils.py63 arguments = {}
64 for argument in args.arguments.split("#"):
68 arguments.setdefault(key_value[0].strip(), key_value[1].strip())
69 method(**arguments)
Dsuite.gni389 "--arguments",
400 "--arguments",
498 "--arguments",
533 "--arguments",
/test/testfwk/developer_test/src/core/build/
Dbuild_lite_testcases.sh124 …tools/lite/build/utils.py --method_name get_modulename_by_buildtarget --arguments module_list_file…
126 …on test/xts/tools/lite/build/utils.py --method_name get_subsystem_name --arguments path=${element})
128 …python test/xts/tools/lite/build/utils.py --method_name record_testmodule_info --arguments build_t…
/test/xts/tools/lite/
Dbuild.sh164 …tools/lite/build/utils.py --method_name get_modulename_by_buildtarget --arguments module_list_file…
165 …on test/xts/tools/lite/build/utils.py --method_name get_subsystem_name --arguments path=${element})
167 …python test/xts/tools/lite/build/utils.py --method_name record_testmodule_info --arguments build_t…
/test/ostest/wukong/common/src/
Dwukong_util.cpp206 ErrCode WuKongUtil::CheckArgumentList(std::vector<std::string> &arguments) in CheckArgumentList() argument
210 for (uint32_t i = 0; i < arguments.size(); i++) { in CheckArgumentList()
211 uint32_t index = FindElement(bundleList_, arguments[i]); in CheckArgumentList()
213 … ERROR_LOG_STR("bundle name '%s' is not be included in all bundles", arguments[i].c_str()); in CheckArgumentList()
/test/xts/acts/build_lite/
DBUILD.gn25 "--arguments",
118 "--arguments",
/test/ostest/wukong/common/include/
Dwukong_util.h134 ErrCode CheckArgumentList(std::vector<std::string> &arguments);
/test/xts/acts/ability/ability_runtime/aacommand/AACommandpackage/entry/src/main/ets/test/
DAbility.test.ets24 * -s <any-key> <any-value>, -w, etc. of the test command arguments are
/test/testfwk/xdevice/
DREADME_zh.md177 positional arguments:
DREADME.md179 positional arguments:
/test/xts/acts/ability/ability_runtime/actsshellcommandfunctionalitytest/ExecuteShellCommand/entry/src/main/ets/test/
DAbility.test.ets24 * @tc.name: Execute a shell command without arguments (AsyncCallback).
184 * @tc.name: Execute a shell command without arguments (Promise).
/test/testfwk/arkxtest/jsunit/src/
Dservice.js716 const result = _this.matchers[matcherName](actualValue, arguments);
/test/testfwk/developer_test/
DREADME.md277 optional arguments:
/test/xts/acts/commonlibrary/ets_utils/url_lib_standard/src/main/js/test/
Durl.test.js187 …r.toString()).assertEqual(`BusinessError: Parameter error.The type of ${arguments[0]} must be stri…
189 … expect(err.message).assertEqual(`Parameter error.The type of ${arguments[0]} must be string`);
/test/xts/acts/ability/ability_runtime/aacommand/AACommandtest/entry/src/main/ets/test/
DAbility.test.ets46 * -s <any-key> <any-value>, -w, etc. of the test command arguments are
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/src/main/js/test/
Dutil.test.js4855 var result = proc.isArgumentsObject(arguments);