Home
last modified time | relevance | path

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

/ndk/sources/android/support/tests/minitest/
Dminitest.h267 #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/
Dgtest-death-test.cc272 # 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/
DDwarfInstructions.hpp56 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/
Dgtest_pred_impl.h75 #define GTEST_ASSERT_(expression, on_failure) \ argument
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0011-Fix-tests-for-Android.patch155 + //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/
Dgtest-internal.h1097 #define GTEST_TEST_BOOLEAN_(expression, text, actual, expected, fail) \
1100 ::testing::AssertionResult(expression)) \
/ndk/sources/host-tools/make-3.81/
Dconfig.h.W3224 # pragma warning(disable:4127) /* conditional expression is constant */
Dconfigure6934 an arm of an if-expression whose if-part is not a constant
6935 expression */
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.0526 # 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/
Dmake.info-1949 expression
2994 * A conditional expression (`ifdef', `ifeq', etc. *note Syntax of
5670 parameterized functions. You can write a complex expression as the
Dmake.texi1104 @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/
Dtexinfo.tex1284 % outline by the pdf viewer. #2 is the pdf expression for the number
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3242 $(call gen-test, re/re.def/defns.regex.regular.expression/nothing_to_do)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3251 $(call gen-test, re/re.def/defns.regex.regular.expression/nothing_to_do)