Searched refs:name (Results 1 – 6 of 6) sorted by relevance
| /TaskScheduler/SchedulerTests/ |
| H A D | main.cpp | 53 const char* name = "Unknown"; in PosixSignalHandler() local 56 case SIGABRT: name = "SIGABRT"; break; in PosixSignalHandler() 57 case SIGSEGV: name = "SIGSEGV"; break; in PosixSignalHandler() 58 case SIGBUS: name = "SIGBUS"; break; in PosixSignalHandler() 59 case SIGILL: name = "SIGILL"; break; in PosixSignalHandler() 60 case SIGFPE: name = "SIGFPE"; break; in PosixSignalHandler() 61 case SIGTRAP: name = "SIGTRAP"; break; in PosixSignalHandler() 67 printf("Error: signal %s:\n", name); in PosixSignalHandler()
|
| /TaskScheduler/Scheduler/Include/Scopes/ |
| H A D | MTScopes.h | 47 const char* name; 56 : name(scopeName) in ScopeDesc() 74 return name; in GetName() 563 DECLARE_SCOPE_DESCRIPTOR_IMPL_PRE(file, line, name, storagePointer, resultID); \ 564 SCOPE_CONCAT(scope_descId_, line) = storagePointer -> Alloc(file, line, name); \ 565 DECLARE_SCOPE_DESCRIPTOR_IMPL_POST(file, line, name, storagePointer, resultID); \ 569 DECLARE_SCOPE_DESCRIPTOR_IMPL_PRE(file, line, name, storagePointer, resultID); \ 574 DECLARE_SCOPE_DESCRIPTOR_IMPL_PRE(file, line, name, storagePointer, resultID); \ 581 #define DECLARE_SCOPE_DESCRIPTOR(name, storagePointer, resultID) DECLARE_SCOPE_DESCRIPTOR_IMPL(__FI… argument 583 …ne DECLARE_SCOPE_DESCRIPTOR1(name, storagePointer, resultID, param1) DECLARE_SCOPE_DESCRIPTOR_IMPL… argument [all …]
|
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestTestRunner.cpp | 274 : name(name_) in RunTestIfNameIs() 281 return (0 == strcmp(test->m_details.testName, name)); in operator ()() 284 char const* name; member
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | Doxyfile | 117 # following values are used ($name is automatically replaced with the name of 118 # the entity):The $name class, The $name widget, The $name file, is, provides, 121 ABBREVIATE_BRIEF = "The $name class" \ 122 "The $name widget" \ 123 "The $name file" \ 150 # shortest path that makes the file name unique will be used 233 # name=value 684 # will be used as the name of the layout file. 867 # output. The symbol name can be a fully qualified name, a word, or if the 924 # patterns match the file name, INPUT_FILTER is applied. [all …]
|
| /TaskScheduler/ThirdParty/UnitTest++/ |
| H A D | README.md | 100 - Posix library name is libUnitTest++.a now
|
| H A D | INSTALL | 148 absolute file name. 263 `--build=TYPE' option. TYPE can either be a short name for the system 264 type, such as `sun4', or a canonical name which has the form:
|