Home | History | Annotate | Download | only in c

Lines Matching refs:REQUIRE

54         REQUIRE(str != NULL);
86 REQUIRE(mFd != -1);
88 REQUIRE(utility::fullWrite(mFd, content.c_str(), content.length()));
159 REQUIRE(pfw != NULL);
281 REQUIRE(pfwBindParameter(pfw, intParameterPath) == NULL);
290 REQUIRE(not pfwGetCriterion(NULL, criteria[0].name, &value));
306 REQUIRE(value == 0);
311 REQUIRE(not pfwSetCriterion(NULL, criteria[0].name, 1));
330 REQUIRE(value == 3);
335 REQUIRE(not pfwApplyConfigurations(NULL));
342 REQUIRE(pfwBindParameter(NULL, intParameterPath) == NULL);
352 REQUIRE(not pfwSetIntParameter(NULL, value));
355 REQUIRE(not pfwGetIntParameter(NULL, &value));
374 REQUIRE(value == 11);
398 REQUIRE(value == std::string("ok"));