Home
last modified time | relevance | path

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

/base/compileruntime/js_api_module/xml/src/
Djs_xml.ts44 if(typeof arguments[0] !== 'object') {
47 if (arguments.length === 1) {
49 this.xmlSerializerClass = new XML.XmlSerializer(arguments[0], inputType);
50 …} else if (arguments.length === 2 && (typeof arguments[1] === 'string' && arguments[1].length !== …
51 var strTemp = arguments[1];
55 this.xmlSerializerClass = new XML.XmlSerializer(arguments[0], arguments[1]);
163 if(typeof arguments[0] !== 'object') {
166 if (arguments.length === 1) {
168 this.xmlPullParserClass = new XML.XmlPullParser(arguments[0], str);
169 …} else if (arguments.length === 2 && (typeof arguments[1] === 'string' && arguments[1].length !== …
[all …]
/base/accessibility/frameworks/asacfwk/test/unittest/
Daccessibility_element_operator_proxy_test.cpp122 std::map<std::string, std::string> arguments; variable
123 mockProxy_->ExecuteAction(1, 1, arguments, 1, callback_);
/base/accessibility/services/test/mock/
Daccessibility_element_operator_proxy_mock.cpp94 const std::map<std::string, std::string> arguments, const int requestId, in ExecuteAction() argument
99 g_testActionArguments = arguments; in ExecuteAction()
/base/compileruntime/js_api_module/url/src/
Djs_url.ts219 if (arguments.length === 1) {
220 inputUrl = arguments[0];
228 if (arguments.length === 2) {
229 inputUrl = arguments[0];
230 inputBase = arguments[1];
/base/update/packaging_tools/
DREADME_zh.md55 positional arguments:
58 optional arguments:
DREADME.md55 Positional arguments:
58 Optional arguments:
/base/accessibility/frameworks/asacfwk/src/
Daccessibility_element_operator_proxy.cpp217 const std::map<std::string, std::string> arguments, const int requestId, in ExecuteAction() argument
242 auto iter = arguments.begin(); in ExecuteAction()
245 while (iter != arguments.end()) { in ExecuteAction()
Daccessibility_element_operator_stub.cpp158 std::map<std::string, std::string> arguments; in HandleExecuteAction() local
160 arguments.insert(std::pair<std::string, std::string>(argumentKey[i], argumentValue[i])); in HandleExecuteAction()
167 ExecuteAction(elementId, action, arguments, requestId, callback); in HandleExecuteAction()
/base/hiviewdfx/hiview/
DBUILD.gn39 arguments = [
64 result_ = exec_script(gen_plugin_script, arguments, "string")
/base/accessibility/services/aams/test/mock/
Daccessibility_element_operator_proxy_mock.cpp75 const std::map<std::string, std::string> arguments, const int requestId, in ExecuteAction() argument
/base/user_iam/face_auth/ui/Settings_FaceAuth/
Dgradle.properties7 # Specifies the JVM arguments used for the daemon process.
Dgradlew.bat68 @rem Get command-line arguments, handling Windows variants
73 @rem Slurp the command line arguments.
/base/update/updater/services/applypatch/
Dblock_set.cpp151 uint64_t arguments[] = {static_cast<uint64_t>(offset), writeSize}; in WriteDataToBlock() local
152 ret = ioctl(fd, BLKDISCARD, &arguments); in WriteDataToBlock()
287 uint64_t arguments[2] = {static_cast<uint64_t>(offset), writeSize}; in WriteZeroToBlock() local
288 ret = ioctl(fd, BLKDISCARD, &arguments); in WriteZeroToBlock()
/base/security/access_token/frameworks/com.ohos.permissionmanager/
Dgradlew.bat68 @rem Get command-line arguments, handling Windows variants
73 @rem Slurp the command line arguments.
Dgradle.properties22 # Specifies the JVM arguments used for the daemon process.
/base/security/device_security_level/oem_property/ohos/
Ddslm_cred_tool.py444 arguments = config.get('arguments')
447 for item, arg in arguments.items():
/base/compileruntime/js_util_module/
DREADME_zh.md203 | isArgumentsObject(value: Object): boolean | 检查输入的value是否是一个arguments对象类型。 |
798 var result = proc.isArgumentsObject(arguments);
DREADME.md202 | isArgumentsObject(value: Object): boolean | Check whether the entered value is an arguments objec…
797 var result = proc.isArgumentsObject(arguments);
/base/update/updater/test/unittest/test_data/diffpatch/
DPatchGztest_new.gz
DPatchGztest_old.gz