Searched refs:_Condition (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/servers/launch/
H A DConditionsTest.cpp46 Condition* condition = _Condition("");
54 Condition* condition = _Condition("safemode");
73 Condition* condition = _Condition("file_exists /boot");
77 condition = _Condition("file_exists /boot/don't fool me!");
85 Condition* condition = _Condition("or {\n"
91 condition = _Condition("or {\n"
97 condition = _Condition("or {\n"
104 condition = _Condition("or {\n"
111 condition = _Condition("or {\n"
123 Condition* condition = _Condition("an
205 ConditionsTest::_Condition(const char* string) function in class:ConditionsTest
[all...]
H A DConditionsTest.h31 Condition* _Condition(const char* string);

Completed in 33 milliseconds