/test/testfwk/arkxtest/jsunit/src/module/mock/ |
D | ArgumentMatchers.js | 44 let regex = arguments[0]; 56 let arg = arguments[0]; 57 let regex = arguments[1]; 58 let stubSetKey = arguments[2]; 92 let key = arguments[0];
|
D | ExtendInterface.js | 22 this.params = arguments;
|
D | MockKit.js | 188 let args = arguments;
|
/test/xts/tools/lite/build/ |
D | suite.py | 39 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 …]
|
D | suite_lite.gni | 82 "--arguments", 179 "--arguments", 230 "--arguments", 266 "--arguments", 295 "--arguments", 347 "--arguments", 399 "--arguments",
|
D | utils.py | 87 arguments = {} 88 for argument in args.arguments.split("#"): 94 arguments.setdefault(key_value[0].strip(), key_value[1].strip()) 95 method(**arguments)
|
D | common.gni | 55 "--arguments", 108 "--arguments",
|
/test/xts/tools/build/ |
D | suite.py | 66 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 …]
|
D | utils.py | 63 arguments = {} 64 for argument in args.arguments.split("#"): 68 arguments.setdefault(key_value[0].strip(), key_value[1].strip()) 69 method(**arguments)
|
D | suite.gni | 389 "--arguments", 400 "--arguments", 498 "--arguments", 533 "--arguments",
|
/test/testfwk/developer_test/src/core/build/ |
D | build_lite_testcases.sh | 124 …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/ |
D | build.sh | 164 …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/ |
D | wukong_util.cpp | 206 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/ |
D | BUILD.gn | 25 "--arguments", 118 "--arguments",
|
/test/ostest/wukong/common/include/ |
D | wukong_util.h | 134 ErrCode CheckArgumentList(std::vector<std::string> &arguments);
|
/test/xts/acts/ability/ability_runtime/aacommand/AACommandpackage/entry/src/main/ets/test/ |
D | Ability.test.ets | 24 * -s <any-key> <any-value>, -w, etc. of the test command arguments are
|
/test/testfwk/xdevice/ |
D | README_zh.md | 177 positional arguments:
|
D | README.md | 179 positional arguments:
|
/test/xts/acts/ability/ability_runtime/actsshellcommandfunctionalitytest/ExecuteShellCommand/entry/src/main/ets/test/ |
D | Ability.test.ets | 24 * @tc.name: Execute a shell command without arguments (AsyncCallback). 184 * @tc.name: Execute a shell command without arguments (Promise).
|
/test/testfwk/arkxtest/jsunit/src/ |
D | service.js | 716 const result = _this.matchers[matcherName](actualValue, arguments);
|
/test/testfwk/developer_test/ |
D | README.md | 277 optional arguments:
|
/test/xts/acts/commonlibrary/ets_utils/url_lib_standard/src/main/js/test/ |
D | url.test.js | 187 …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/ |
D | Ability.test.ets | 46 * -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/ |
D | util.test.js | 4855 var result = proc.isArgumentsObject(arguments);
|