Searched refs:coreName (Results 1 – 6 of 6) sorted by relevance
/external/OpenCSD/decoder/source/ |
D | trc_core_arch_map.cpp | 84 ocsd_arch_profile_t CoreArchProfileMap::getArchProfile(const std::string &coreName) in getArchProfile() argument 92 it = core_profiles.find(coreName); in getArchProfile() 101 ap = getPatternMatchCoreName(coreName); in getArchProfile() 105 ocsd_arch_profile_t CoreArchProfileMap::getPatternMatchCoreName(const std::string &coreName) in getPatternMatchCoreName() argument 111 pos = coreName.find("ARMv"); in getPatternMatchCoreName() 114 int majver = coreName[4] - '0'; in getPatternMatchCoreName() 118 pos = coreName.find_first_of("."); in getPatternMatchCoreName() 120 minver = coreName[6] - '0'; in getPatternMatchCoreName() 140 if (coreName.find_first_of("-", 4) == (size_t)(5 + dotoffset)) { in getPatternMatchCoreName() 142 if (coreName[profile_idx] == 'A') in getPatternMatchCoreName() [all …]
|
/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/ |
D | ss_to_dcdtree.h | 64 bool createPEDecoder(const std::string &coreName, Parser::Parsed *devSrc); 66 …bool createETMv4Decoder(const std::string &coreName, Parser::Parsed *devSrc, const bool bDataChann… 67 bool createETMv3Decoder(const std::string &coreName, Parser::Parsed *devSrc); 68 bool createPTMDecoder(const std::string &coreName, Parser::Parsed *devSrc); 69 bool createETEDecoder(const std::string &coreName, Parser::Parsed *devSrc); 87 …bool getCoreProfile(const std::string &coreName, ocsd_arch_version_t &arch_ver, ocsd_core_profile_…
|
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/ |
D | ss_to_dcdtree.cpp | 218 bool CreateDcdTreeFromSnapShot::createPEDecoder(const std::string &coreName, Parser::Parsed *devSrc) in createPEDecoder() argument 231 bCreatedDecoder = createETMv4Decoder(coreName,devSrc); in createPEDecoder() 235 bCreatedDecoder = createETMv3Decoder(coreName,devSrc); in createPEDecoder() 239 bCreatedDecoder = createPTMDecoder(coreName,devSrc); in createPEDecoder() 243 bCreatedDecoder = createETEDecoder(coreName, devSrc); in createPEDecoder() 250 bool CreateDcdTreeFromSnapShot::createETMv4Decoder(const std::string &coreName, Parser::Parsed *dev… in createETMv4Decoder() argument 277 configOK = getCoreProfile(coreName,config.arch_ver,config.core_prof); in createETMv4Decoder() 300 bool CreateDcdTreeFromSnapShot::createETEDecoder(const std::string &coreName, Parser::Parsed *devSr… in createETEDecoder() argument 324 configOK = getCoreProfile(coreName, config.arch_ver, config.core_prof); in createETEDecoder() 348 bool CreateDcdTreeFromSnapShot::createETMv3Decoder(const std::string &coreName, Parser::Parsed *dev… in createETMv3Decoder() argument [all …]
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | ExtractICUData.java | 112 String coreName = fileName.substring(0, fileName.length() - 4); in generateTransliterators() local 113 if (skipFiles.contains(coreName)) continue; in generateTransliterators() 114 String id = fixTransID(coreName, attributesOut); in generateTransliterators() 119 System.out.println(coreName + "\t=>\t" + outName + " => " + attributes); in generateTransliterators() 165 String coreName = new File(fileName).getName(); in convertFile() local 166 if (coreName.endsWith(".txt")) { in convertFile() 167 coreName = coreName.substring(0, coreName.length() - 4); in convertFile() 171 String id = fixTransID(coreName, attributesOut); in convertFile() 176 System.out.println(coreName + "\t=>\t" + outName + " => " + attributes); in convertFile() 179 CLDRFile outFile = SimpleFactory.makeSupplemental(coreName); in convertFile()
|
/external/OpenCSD/decoder/include/common/ |
D | trc_core_arch_map.h | 66 ocsd_arch_profile_t getArchProfile(const std::string &coreName); 69 ocsd_arch_profile_t getPatternMatchCoreName(const std::string &coreName);
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | SearchXml.java | 221 String coreName = fileName.substring(0, fileName.length() - 4); // remove .xml in processDirectory() local 223 if (fileMatcher != null && fileExclude == fileMatcher.reset(coreName).find()) { in processDirectory() 243 checkFiles(recursive ? file.getParent() : null, fileName, coreName, source, other); in processDirectory() 318 String coreName, in checkFiles() argument 428 … + "\n\t" + pathHeader.getUrl(BaseUrl.PRODUCTION, coreName); in checkFiles()
|