Home
last modified time | relevance | path

Searched defs:coreName (Results 1 – 4 of 4) sorted by relevance

/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dss_to_dcdtree.cpp216 bool CreateDcdTreeFromSnapShot::createPEDecoder(const std::string &coreName, Parser::Parsed *devSrc) in createPEDecoder()
244 bool CreateDcdTreeFromSnapShot::createETMv4Decoder(const std::string &coreName, Parser::Parsed *dev… in createETMv4Decoder()
295 bool CreateDcdTreeFromSnapShot::createETMv3Decoder(const std::string &coreName, Parser::Parsed *dev… in createETMv3Decoder()
332 bool CreateDcdTreeFromSnapShot::createPTMDecoder(const std::string &coreName, Parser::Parsed *devSr… in createPTMDecoder()
486 bool CreateDcdTreeFromSnapShot::getCoreProfile(const std::string &coreName, ocsd_arch_version_t &ar… in getCoreProfile()
/external/OpenCSD/decoder/include/common/
Dtrc_core_arch_map.h73 inline ocsd_arch_profile_t CoreArchProfileMap::getArchProfile(const std::string &coreName) in getArchProfile()
/external/cldr/tools/java/org/unicode/cldr/tool/
DSearchXml.java220 String coreName = fileName.substring(0, fileName.length() - 4); // remove .xml in processDirectory() local
316 String coreName, in checkFiles()
/external/cldr/tools/java/org/unicode/cldr/icu/
DExtractICUData.java111 String coreName = fileName.substring(0, fileName.length() - 4); in generateTransliterators() local
164 String coreName = new File(fileName).getName(); in convertFile() local