Searched refs:description (Results 1 – 12 of 12) sorted by relevance
| /oneTBB/examples/common/utility/ |
| H A D | utility.hpp | 75 const std::string description; member in utility::internal::type_base 79 description(a_description) {} in type_base() 89 : type_base(src.name, src.description), in type_impl() 180 std::string description() const { in description() function in utility::internal::argument 181 return p_type->description; in description() 219 std::string const& description, in arg() argument 221 internal::argument a(name, description, dest, validate); in arg() 234 std::string const& description, in positional_arg() argument 236 internal::argument a(name, description, dest, validate); in positional_arg() 334 " " + a.name() + " - " + a.description() + " (" + a.value() + ")" + "\n"; in usage_string()
|
| /oneTBB/test/common/ |
| H A D | exception_handling.h | 103 test_exception ( const char* description ) : my_description(description) {} in test_exception() argument 110 solitary_test_exception ( const char* description ) : test_exception(description) {} in solitary_test_exception() argument
|
| H A D | doctest.h | 1977 DOCTEST_DEFINE_DECORATOR(description, const char*, "");
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | profiling.h | 219 static void emit(const std::string &description) { in emit() argument 220 emit_trace(description); in emit()
|
| /oneTBB/python/ |
| H A D | setup.py | 85 description ="Python API for oneTBB",
|
| /oneTBB/.github/ |
| H A D | pull_request_template.md | 2 _Add a comprehensive description of proposed changes_
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Design_Patterns.rst | 11 The description of each pattern has the following format:
|
| H A D | Divide_and_Conquer.rst | 125 number of subproblems. The problem involves a tree-like description
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Predefined_Node_Types.rst | 11 with a basic description. See the Developer Reference for a more 12 detailed description of each node.
|
| /oneTBB/python/tbb/ |
| H A D | __init__.py | 255 parser = argparse.ArgumentParser(prog="python3 -m tbb", description="""
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 43 # Using the PROJECT_BRIEF tag one can provide an optional one line description 45 # quick idea about the purpose of the project. Keep the description short. 104 # description of a member or function before the detailed description 112 # This tag implements a quasi-intelligent brief description abbreviator that is 114 # as the leading text of the brief description, will be stripped from the text 116 # text. Otherwise, the brief description is used as-is. If left blank, the 135 # description. 187 # description.) 193 # line (until the first dot) of a Qt-style comment as the brief description. If 195 # requiring an explicit \brief command for a brief description.) [all …]
|
| /oneTBB/ |
| H A D | LICENSE.txt | 185 file or class name and description of purpose be included on the
|