Home
last modified time | relevance | path

Searched refs:impl_desc (Results 1 – 18 of 18) sorted by relevance

/dports/games/tycho/species/
H A Doperand_distribution.cpp61 os << type_key() << "=" << impl_desc(type()) << std::endl; in write_ini()
68 os << type_key() << "=" << impl_desc(type()) << std::endl; in write_override_ini()
H A Doperand.hpp62 static const char *impl_desc(const IMPL type);
H A Dinst_gen.hpp68 static const char *impl_desc(const IMPL type);
H A Doperand.cpp34 const char *COperand::impl_desc(const COperand::IMPL type) { in impl_desc() function in COperand
H A Dinst_gen.cpp42 const char *CInstGenerator::impl_desc(const CInstGenerator::IMPL type) { in impl_desc() function in CInstGenerator
H A Dinst_gen_markov_2.cpp390 os << "inst_gen=" << impl_desc(type()) << endl; in write_ini()
398 os << "inst_gen=" << impl_desc(type()) << endl; in write_override_ini()
H A Dinst_gen_markov.cpp48 os << "inst_gen=" << impl_desc(type()) << endl; in write_ini()
57 os << "inst_gen=" << impl_desc(type()) << endl; in write_override_ini()
H A Doperand_table.cpp248 os << type_key() << "=" << impl_desc(type()) << endl in write_ini()
/dports/games/species/species/
H A Doperand_distribution.cpp61 os << type_key() << "=" << impl_desc(type()) << std::endl; in write_ini()
68 os << type_key() << "=" << impl_desc(type()) << std::endl; in write_override_ini()
H A Doperand.hpp62 static const char *impl_desc(const IMPL type);
H A Dinst_gen.hpp68 static const char *impl_desc(const IMPL type);
H A Doperand.cpp34 const char *COperand::impl_desc(const COperand::IMPL type) { in impl_desc() function in COperand
H A Dinst_gen.cpp42 const char *CInstGenerator::impl_desc(const CInstGenerator::IMPL type) { in impl_desc() function in CInstGenerator
H A Dinst_gen_markov.cpp48 os << "inst_gen=" << impl_desc(type()) << endl; in write_ini()
57 os << "inst_gen=" << impl_desc(type()) << endl; in write_override_ini()
H A Dinst_gen_markov_2.cpp390 os << "inst_gen=" << impl_desc(type()) << endl; in write_ini()
398 os << "inst_gen=" << impl_desc(type()) << endl; in write_override_ini()
H A Doperand_table.cpp248 os << type_key() << "=" << impl_desc(type()) << endl in write_ini()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_process_net_command_json.py1059 impl_desc = platform.python_implementation()
1061 impl_desc = PY_IMPL_NAME
1068 description=impl_desc,
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_process_net_command_json.py1214 impl_desc = platform.python_implementation()
1216 impl_desc = PY_IMPL_NAME
1223 description=impl_desc,