Home
last modified time | relevance | path

Searched refs:name_ (Results 1 – 12 of 12) sorted by relevance

/minix/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dbase_command.cpp48 cmdline::command_proto::command_proto(const std::string& name_, in command_proto() argument
53 _name(name_), in command_proto()
59 PRE(name_.find(' ') == std::string::npos); in command_proto()
168 const std::string& name_, in base_command_no_data() argument
173 command_proto(name_, arg_list_, min_args_, max_args_, short_description_) in base_command_no_data()
H A Dbase_command.ipp55 /// \param name_ The name of the command. Must be unique within the context of
64 base_command< Data >::base_command(const std::string& name_,
69 command_proto(name_, arg_list_, min_args_, max_args_, short_description_)
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMips16HardFloatInfo.cpp39 const char *name_; in findFuncSignature() local
42 name_ = PredefinedFuncs[i].Name; in findFuncSignature()
43 if (strcmp(name, name_) == 0) in findFuncSignature()
/minix/external/bsd/kyua-cli/dist/engine/
H A Dtest_case.cpp190 const std::string& name_, in impl()
195 name(name_), in impl()
231 const std::string& name_, in test_case() argument
233 _pimpl(new impl(interface_name_, test_program_, name_, md_, none)) in test_case()
263 const std::string& name_, in test_case() argument
266 _pimpl(new impl(interface_name_, test_program_, name_, in test_case()
270 PRE_MSG(name_.length() > 4 && name_.substr(0, 2) == "__" && in test_case()
271 name_.substr(name_.length() - 2) == "__", in test_case()
/minix/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dexceptions.cpp103 sqlite::invalid_column_error::invalid_column_error(const std::string& name_) : in invalid_column_error() argument
104 error(F("Unknown column '%s'") % name_), in invalid_column_error()
105 _column_name(name_) in invalid_column_error()
/minix/external/bsd/kyua-cli/dist/utils/
H A Dpasswd.cpp79 passwd_ns::user::user(const std::string& name_, const unsigned int uid_, in user() argument
81 name(name_), in user()
/minix/external/bsd/kyua-cli/dist/cli/
H A Dcmd_help_test.cpp66 cmd_mock_simple(const char* name_) : cli::cli_command( in cmd_mock_simple() argument
67 name_, "", 0, 0, "Simple command") in cmd_mock_simple()
98 cmd_mock_complex(const char* name_) : cli::cli_command( in cmd_mock_complex() argument
99 name_, "[arg1 .. argN]", 0, 2, "Complex command") in cmd_mock_complex()
/minix/external/bsd/libc++/dist/libcxx/src/
H A Dlocale.cpp143 string name_; member in locale::__imp
153 const string& name() const {return name_;} in name()
173 name_("C") in __imp()
209 name_(name) in __imp()
219 install(new collate_byname<char>(name_)); in __imp()
221 install(new ctype_byname<char>(name_)); in __imp()
222 install(new ctype_byname<wchar_t>(name_)); in __imp()
260 name_(other.name_) in __imp()
274 name_("*") in __imp()
345 name_("*") in __imp()
[all …]
/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h635 const char* name() const { return name_.c_str(); } in name()
715 const std::string name_; // Test name variable
762 const char* name() const { return name_.c_str(); } in name()
872 internal::String name_; variable
/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2197 name_(a_name), in TestInfo()
2365 : name_(a_name), in TestCase()
4041 : name_(name) {} in TestCaseNameIs()
4045 return test_case != NULL && strcmp(test_case->name(), name_.c_str()) == 0; in operator ()()
4049 String name_; member in testing::internal::TestCaseNameIs
/minix/external/bsd/file/dist/magic/magdir/
H A Ddatabase234 # 1st tag name_
/minix/external/gpl2/gmake/patches/
H A D0000-gmake-nbsd.patch2417 -the name of a file, and the _file name_ of a library generally looks