Searched defs:cond (Results 1 – 16 of 16) sorted by relevance
49 cond = MakeConditionModel() variable
41 #define ASSERTC(cond, msg, val) \ argument
696 auto mandatory_or_excluded = [](bool cond) { return cond ? kMandatory : kExcluded; }; in CheckSupportedCommands()697 auto mandatory_or_optional = [](bool cond) { return cond ? kMandatory : kOptional; }; in CheckSupportedCommands()698 auto optional_or_excluded = [](bool cond) { return cond ? kMandatory : kExcluded; }; in CheckSupportedCommands()
417 uint8_t cond; in BTM_EnableTestMode() local
246 static std::condition_variable &cond = *new std::condition_variable; in TEST() local
135 uint32_t cond = model.addModelOperand(&conditionModel); in TEST_F() local
825 void addIfOperation(const uint32_t cond, const PartitioningModel& trueModel, in addIfOperation()
155 for (const auto& cond : mSlicedConditionState) { in handleStopAll() local
47 public static void assertTrue(boolean cond) { in assertTrue()
66 static std::condition_variable cond; variable
352 public static void Assert(boolean cond) { in Assert()
54 #define ASSERT(cond, ...) \ argument
251 public static void Assert(boolean cond) { in Assert()
1209 PreCondition cond = getMatchingPreCondition(); in evaluateAvailability() local
279 public static void Assert(boolean cond) { in Assert()