Searched refs:expression (Results 1 – 14 of 14) sorted by relevance
/ndk/sources/android/support/tests/minitest/ |
D | minitest.h | 267 #define EXPECT_TRUE(expression) \ 269 if (!(expression)) { \ 275 #expression); \ 280 #define EXPECT_FALSE(expression) \ 282 if (!!(expression)) { \ 288 #expression); \ 298 opname, op, expected, expression, is_assert) \ 301 MINITEST_DEFINE_LOCAL_EXPR_(minitest_actual, expression); \ 307 #expression); \ 322 #define MINITEST_EXPECT_BINOP_(opname, op, expected, expression) \ [all …]
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 272 # define GTEST_DEATH_TEST_CHECK_(expression) \ argument 274 if (!::testing::internal::IsTrue(expression)) { \ 278 + #expression); \ 289 # define GTEST_DEATH_TEST_CHECK_SYSCALL_(expression) \ argument 293 gtest_retval = (expression); \ 299 + #expression + " != -1"); \
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | DwarfInstructions.hpp | 56 static pint_t evaluateExpression(pint_t expression, A &addressSpace, 217 DwarfInstructions<A, R>::evaluateExpression(pint_t expression, A &addressSpace, in evaluateExpression() argument 221 pint_t p = expression; in evaluateExpression() 222 pint_t expressionEnd = expression + 20; // temp, until len read in evaluateExpression()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest_pred_impl.h | 75 #define GTEST_ASSERT_(expression, on_failure) \ argument 77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0011-Fix-tests-for-Android.patch | 155 + //check return type of feof only if it's not an macro which may be a compound expression 159 + //check return type of ferror only if it's not an macro which may be a compound expression 203 + //check return type of feof only if it's not an macro which may be a compound expression 207 + //check return type of ferror only if it's not an macro which may be a compound expression
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 1097 #define GTEST_TEST_BOOLEAN_(expression, text, actual, expected, fail) \ 1100 ::testing::AssertionResult(expression)) \
|
/ndk/sources/host-tools/make-3.81/ |
D | config.h.W32 | 24 # pragma warning(disable:4127) /* conditional expression is constant */
|
D | configure | 6934 an arm of an if-expression whose if-part is not a constant 6935 expression */
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 526 # Sed expression to map a string onto a valid CPP name. 529 # Sed expression to map a string onto a valid variable name. 6934 an arm of an if-expression whose if-part is not a constant 6935 expression */ 9832 # Sed expression to map a string onto a valid CPP name. 9835 # Sed expression to map a string onto a valid variable name.
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 949 expression 2994 * A conditional expression (`ifdef', `ifeq', etc. *note Syntax of 5670 parameterized functions. You can write a complex expression as the
|
D | make.texi | 1104 @code{bish bash}, then the following expression 3556 A conditional expression (@code{ifdef}, @code{ifeq}, 6944 parameterized functions. You can write a complex expression as the
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 1284 % outline by the pdf viewer. #2 is the pdf expression for the number
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 3242 $(call gen-test, re/re.def/defns.regex.regular.expression/nothing_to_do)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 3251 $(call gen-test, re/re.def/defns.regex.regular.expression/nothing_to_do)
|