/base/compileruntime/js_api_module/xml/src/ |
D | js_xml.ts | 44 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/ |
D | accessibility_element_operator_proxy_test.cpp | 122 std::map<std::string, std::string> arguments; variable 123 mockProxy_->ExecuteAction(1, 1, arguments, 1, callback_);
|
/base/accessibility/services/test/mock/ |
D | accessibility_element_operator_proxy_mock.cpp | 94 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/ |
D | js_url.ts | 219 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/ |
D | README_zh.md | 55 positional arguments: 58 optional arguments:
|
D | README.md | 55 Positional arguments: 58 Optional arguments:
|
/base/accessibility/frameworks/asacfwk/src/ |
D | accessibility_element_operator_proxy.cpp | 217 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()
|
D | accessibility_element_operator_stub.cpp | 158 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/ |
D | BUILD.gn | 39 arguments = [ 64 result_ = exec_script(gen_plugin_script, arguments, "string")
|
/base/accessibility/services/aams/test/mock/ |
D | accessibility_element_operator_proxy_mock.cpp | 75 const std::map<std::string, std::string> arguments, const int requestId, in ExecuteAction() argument
|
/base/user_iam/face_auth/ui/Settings_FaceAuth/ |
D | gradle.properties | 7 # Specifies the JVM arguments used for the daemon process.
|
D | gradlew.bat | 68 @rem Get command-line arguments, handling Windows variants 73 @rem Slurp the command line arguments.
|
/base/update/updater/services/applypatch/ |
D | block_set.cpp | 151 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/ |
D | gradlew.bat | 68 @rem Get command-line arguments, handling Windows variants 73 @rem Slurp the command line arguments.
|
D | gradle.properties | 22 # Specifies the JVM arguments used for the daemon process.
|
/base/security/device_security_level/oem_property/ohos/ |
D | dslm_cred_tool.py | 444 arguments = config.get('arguments') 447 for item, arg in arguments.items():
|
/base/compileruntime/js_util_module/ |
D | README_zh.md | 203 | isArgumentsObject(value: Object): boolean | 检查输入的value是否是一个arguments对象类型。 | 798 var result = proc.isArgumentsObject(arguments);
|
D | README.md | 202 | 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/ |
D | PatchGztest_new.gz |
|
D | PatchGztest_old.gz |
|