| /napi_generator/src/gen/analyze/ |
| D | params.js | 47 NapiLog.logError("Invalid parameter [%s] of function [%s],".format(v, funcName) 60 NapiLog.logError("方法[%s]的参数列表[%s]解析失败。".format(funcName, v)); 61 … NapiLog.logError("Failed to analyse parameter [%s] of function [%s].".format(v, funcName));
|
| D | function.js | 71 NapiLog.logError("analyzeFunction getFuncParaType is not support this type %s" 186 NapiLog.logError("analyzeFunction is not support this type %s".format(v));
|
| D | namespace.js | 70 NapiLog.logError("解析Namespace失败"); 71 NapiLog.logError("[", data.substring(0, data.length > 128 ? 128 : data.length), "]"); 287 … NapiLog.logError("The interface [%s] can not extends with itself.".format(interfaceName))
|
| /napi_generator/src/gen/ |
| D | cmd_gen.js | 87 NapiLog.logError('readdir file error ' + err); 110 NapiLog.logError(result[1]); 115 NapiLog.logError('file name ' + fn + ' format invalid in function of checkGenerate!');
|
| D | analyze.js | 93 NapiLog.logError("\nvvv 解析文件失败 vvv"); 94 NapiLog.logError("[", data.substring(0, data.length > 64 ? 64 : data.length), "]");
|
| D | main.js | 35 NapiLog.logError('file name ' + fn + ' format invalid in function of doGenerate!');
|
| D | generate.js | 183 NapiLog.logError("Failed to format code, exception: " + err.stderr)
|
| /napi_generator/hdc/service/service-gen/src/gen/ |
| D | main.js | 63 NapiLog.logError('readdir file error' + err); 72 NapiLog.logError('read file error' + err); 136 NapiLog.logError('Only .h file is supported.');
|
| D | analyze.js | 111 NapiLog.logError("Can not find any class."); 138 NapiLog.logError("There must be one class that contains @ServiceClass annotations.");
|
| D | generate.js | 82 NapiLog.logError("Warning: Can not find definition of " + className); 90 NapiLog.logError("Warning: Can not find implementation of " + className); 107 NapiLog.logError("Warning: The braces of %s do not match.".format(className)); 167 NapiLog.logError( 335 NapiLog.logError("Unsupport writing with type: " + vecType); 360 NapiLog.logError("Unsupport writing with type: " + vType); 386 NapiLog.logError("Unsupport reading with type: " + vecType); 410 NapiLog.logError("Unsupport reading with type: " + destObj.type);
|
| /napi_generator/src/gen/generate/ |
| D | enum.js | 28 NapiLog.logError(`The enum type[%s] is not support`.format(data.enumValueType));
|
| D | type.js | 40 NapiLog.logError(` 105 NapiLog.logError(`
|
| D | class.js | 58 NapiLog.logError(`
|
| D | return_generate.js | 133 …NapiLog.logError(`\n---- This type do not generate cToJs %s,%s,%s ----\n`.format(value, type, dest… 320 NapiLog.logError(`This type do not generate cToJs %s,%s,%s`.format(value, type, dest)); 506 NapiLog.logError("Do not support returning the type [%s].".format(type)); 599 NapiLog.logError(`function returnGenerateEnum:this type is not support %s`.format(type));
|
| D | param_generate.js | 74 NapiLog.logError(`do not support to generate jsToC %s,%s,%s`.format(dest, napiVn, type)); 342 …NapiLog.logError("The current version do not support to this param to generate :", name, "type :",… 369 NapiLog.logError(`paramGenerate is not support`); 700 NapiLog.logError(`paramGenerate is not support`); 925 NapiLog.logError( 943 …NapiLog.logError("function eventParamGenerate:The current version do not support to this param to …
|
| /napi_generator/hdc/api/api_scan_vs_plugin/src/gen/tools/ |
| D | VsPluginLog.js | 60 VsPluginLog.logError = function (...args) { function in VsPluginLog
|
| /napi_generator/napi_vs_plugin/src/gen/tools/ |
| D | VsPluginLog.js | 60 VsPluginLog.logError = function (...args) { function in VsPluginLog
|
| /napi_generator/hdc/gn/gn_vs_plugin/src/gen/tools/ |
| D | VsPluginLog.js | 60 VsPluginLog.logError = function (...args) { function in VsPluginLog
|
| /napi_generator/hdc/ts/ts_vs_plugin/src/gen/tools/ |
| D | VsPluginLog.js | 60 VsPluginLog.logError = function (...args) { function in VsPluginLog
|
| /napi_generator/hdc/service/service_vs_plugin/src/gen/tools/ |
| D | VsPluginLog.js | 60 VsPluginLog.logError = function (...args) { function in VsPluginLog
|
| /napi_generator/src/gen/tools/ |
| D | NapiLog.js | 119 NapiLog.logError = function (...args) { function in NapiLog
|
| /napi_generator/hdc/service/service-gen/src/tools/ |
| D | NapiLog.js | 106 NapiLog.logError = function (...args) { function in NapiLog
|
| /napi_generator/src/tsGen/ |
| D | tsMain.js | 191 …NapiLog.logError('The namespace [%s] of function %s is not found.'.format(funcInfo.namespace, func… 251 …NapiLog.logError('The namespace [%s] of class %s is not found.'.format(classInfo.namespace, classI…
|
| /napi_generator/hdc/ts/ts_vs_plugin/src/ |
| D | extension.js | 62 return VsPluginLog.logError("VsPlugin:" + error + stdout);
|
| /napi_generator/hdc/api/api_scan_vs_plugin/src/ |
| D | extension.js | 65 return VsPluginLog.logError("VsPlugin:" + error + stdout);
|