Home
last modified time | relevance | path

Searched refs:NEW_LINE_PATH (Results 1 – 14 of 14) sorted by relevance

/developtools/global_resource_tool/src/
Djson_compiler.cpp55 cerr << "Error: root node must object." << NEW_LINE_PATH << fileInfo.filePath << endl; in CompileSingleFile()
60 … cerr << "Error: root node must only one member." << NEW_LINE_PATH << fileInfo.filePath << endl; in CompileSingleFile()
67 … cerr << "Error: invalid tag name '" << tag << "'." << NEW_LINE_PATH << fileInfo.filePath << endl; in CompileSingleFile()
99 cerr << NEW_LINE_PATH << fileInfo.filePath << endl; in ParseJsonArrayLevel()
105 cerr << NEW_LINE_PATH << fileInfo.filePath << endl; in ParseJsonArrayLevel()
111 …cerr << "Error: the seq=" << index << " item must be object." << NEW_LINE_PATH << fileInfo.filePat… in ParseJsonArrayLevel()
125 cerr << "Error: name empty." << NEW_LINE_PATH << fileInfo.filePath << endl; in ParseJsonObjectLevel()
130 cerr << "Error: name must string." << NEW_LINE_PATH << fileInfo.filePath << endl; in ParseJsonObjectLevel()
175 cerr << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in HandleBoolean()
180 cerr << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in HandleBoolean()
[all …]
Dconfig_parser.cpp73 cerr << "Error: root node not obeject." << NEW_LINE_PATH << filePath_ << endl; in Init()
150 cerr << "Error: 'module' not object." << NEW_LINE_PATH << filePath_ << endl; in ParseModule()
154 cerr << "Error: 'module' empty." << NEW_LINE_PATH << filePath_ << endl; in ParseModule()
173 cerr << "Error: 'name' don't found in 'module'." << NEW_LINE_PATH << filePath_ << endl; in ParseModule()
201 cerr << "Error: 'distro' not object." << NEW_LINE_PATH << filePath_ << endl; in ParseDistro()
205 cerr << "Error: 'distro' empty." << NEW_LINE_PATH << filePath_ << endl; in ParseDistro()
214 … cerr << "Error: 'moduleName' don't found in 'distro'." << NEW_LINE_PATH << filePath_ << endl; in ParseDistro()
230 cerr << "Error: abilites not array." << NEW_LINE_PATH << filePath_ << endl; in ParseAbilities()
265 cerr << "Error: iconId don't found in 'ability'." << NEW_LINE_PATH << filePath_ << endl; in ParseAbilitiy()
272 cerr << "Error: labelId don't found in 'ability'." << NEW_LINE_PATH << filePath_ << endl; in ParseAbilitiy()
[all …]
Dresource_module.cpp96 cerr << NEW_LINE_PATH << ret->GetFilePath() << endl; in MergeResourceItem()
97 cerr << "but declared again." <<NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in MergeResourceItem()
101 cout << NEW_LINE_PATH << ret->GetFilePath() << endl; in MergeResourceItem()
102 cout << "but declared again." << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in MergeResourceItem()
Di_resource_compiler.cpp128 …cerr << "Error: invalid idName '" << idName << "'."<< NEW_LINE_PATH << resourceItem.GetFilePath()… in MergeResourceItem()
141 …cerr << "Error: resource '" << idName << "' first declared." << NEW_LINE_PATH << ret->GetFilePath(… in MergeResourceItem()
142 cerr << "but declare again." << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in MergeResourceItem()
Dreference_parser.cpp86 cerr << "Error: " << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in ParseRefInResourceItem()
102 cerr << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in ParseRefInResourceItem()
168 cerr << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in ParseRefResourceItemData()
175 cerr << "Error: " << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in ParseRefResourceItemData()
188 …cerr << "' contents size is " << contents.size() << NEW_LINE_PATH << resourceItem.GetFilePath() <… in ParseRefResourceItemData()
Dresource_append.cpp203 cerr << NEW_LINE_PATH << entry->GetFilePath().GetPath() << endl; in ScanLimitKey()
220 … cerr << "Error: invalid resType." << NEW_LINE_PATH << child->GetFilePath().GetPath() << endl; in ScanLimitKey()
301 cerr << "Error: invalid resType." << NEW_LINE_PATH << filePath << endl; in ScanSingleFile()
308 cerr << "Error: invalid limit key." << NEW_LINE_PATH << filePath << endl; in ScanSingleFile()
393 cerr << "Error: invalid file size = " << length << NEW_LINE_PATH << filePath << endl; in LoadResourceItem()
433 cerr << "Error: invaild raw file." << NEW_LINE_PATH << filePath << endl; in WriteRawFile()
614 cerr << NEW_LINE_PATH << (*ret)->GetFilePath() << endl; in CheckModuleResourceItem()
615 cerr << "but declared again." << NEW_LINE_PATH << resourceItem->GetFilePath() << endl; in CheckModuleResourceItem()
630 cerr << "Error: "<< GetLastError() << NEW_LINE_PATH << filePath << endl; in LoadResourceItemWin()
Dresource_check.cpp77 cerr << "Warning: the png width and height not equal" << NEW_LINE_PATH << filePath << endl; in CheckNodeInResourceItem()
87 " exceeds the limit (" + to_string(normalSize) + " pixels)" + NEW_LINE_PATH + filePath; in CheckNodeInResourceItem()
Dappend_compiler.cpp36 …cerr << "Error: resource item set data fail, data: " << data << NEW_LINE_PATH << fileInfo.filePath… in CompileSingleFile()
Dgeneric_compiler.cpp60 …cerr << "Error: resource item set data fail, data: " << data << NEW_LINE_PATH << fileInfo.filePath… in PostFile()
Dresource_directory.cpp60 …cerr << "Error: invalid limit key '" << limitKey << "'." << NEW_LINE_PATH << resourceTypeDir << en… in ScanResourceLimitKeyDir()
Dresource_pack.cpp121 cerr << "Error: output path exists." << NEW_LINE_PATH << resourcesPath << endl; in InitOutput()
380 cerr << "Error: config json invalid." << NEW_LINE_PATH << jsonFile << endl; in HandleFeature()
400 cerr << "Error: config json invalid." << NEW_LINE_PATH << jsonFile << endl; in HandleFeature()
Dresource_util.cpp86 cerr << "Error: parseFromStream failed." << NEW_LINE_PATH << path; in OpenJsonFile()
Dresource_table.cpp105 cerr << "Error: open failed." << NEW_LINE_PATH << path <<endl; in LoadResTable()
/developtools/global_resource_tool/include/
Dresource_data.h37 const static std::string NEW_LINE_PATH = "\nat "; variable