Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/tools/advisor/test/input_files/
Drules_err1.ini26 [Rule "missing-expression"]
27 conditions=missing-expression argument
30 [Condition "missing-expression"]
/rocksdb-6.9/tools/advisor/advisor/
Ddb_timeseries_parser.py179 if eval(condition.expression):
198 if eval(condition.expression):
Drule_parser.py392 self.expression = value
409 if not (self.expression):
422 ts_cond_str += (" expression: " + self.expression)
/rocksdb-6.9/
DCODE_OF_CONDUCT.md8 size, disability, ethnicity, sex characteristics, gender identity and expression,
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc7756 # define GTEST_DEATH_TEST_CHECK_(expression) \ argument
7758 if (!::testing::internal::IsTrue(expression)) { \
7762 + #expression); \
7773 # define GTEST_DEATH_TEST_CHECK_SYSCALL_(expression) \ argument
7777 gtest_retval = (expression); \
7783 + #expression + " != -1"); \
Dgtest.h9166 #define GTEST_TEST_BOOLEAN_(expression, text, actual, expected, fail) \
9169 ::testing::AssertionResult(expression)) \
19860 #define GTEST_ASSERT_(expression, on_failure) \
19862 if (const ::testing::AssertionResult gtest_ar = (expression)) \