HomeSort by relevance Sort by last modified time
    Searched defs:EXPECT_TRUE (Results 1 - 20 of 20) sorted by null

  /external/protobuf/src/google/protobuf/
test_util_lite.cc 39 #define EXPECT_TRUE GOOGLE_CHECK
198 EXPECT_TRUE(message.has_optional_int32 ());
199 EXPECT_TRUE(message.has_optional_int64 ());
200 EXPECT_TRUE(message.has_optional_uint32 ());
201 EXPECT_TRUE(message.has_optional_uint64 ());
202 EXPECT_TRUE(message.has_optional_sint32 ());
203 EXPECT_TRUE(message.has_optional_sint64 ());
204 EXPECT_TRUE(message.has_optional_fixed32 ());
205 EXPECT_TRUE(message.has_optional_fixed64 ());
206 EXPECT_TRUE(message.has_optional_sfixed32())
    [all...]
  /external/regex-re2/util/
test.h 27 #define EXPECT_TRUE CHECK
  /ndk/sources/android/support/tests/minitest/
minitest.h 265 // EXPECT_TRUE() must evaluate to something that supports the << operator
267 #define EXPECT_TRUE(expression) \
271 "EXPECT_TRUE:%s:%d: expression '%s' returned 'false', expected " \
  /cts/tests/tests/os/jni/seccomp-tests/tests/
test_harness.h 174 /* EXPECT_TRUE(measured): 0 != measured */
175 #define EXPECT_TRUE TEST_API(EXPECT_TRUE)
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
test_harness.h 172 /* EXPECT_TRUE(measured): 0 != measured */
173 #define EXPECT_TRUE TEST_API(EXPECT_TRUE)
  /external/minijail/
test_harness.h 160 /* EXPECT_TRUE(measured): 0 != measured */
161 #define EXPECT_TRUE TEST_API(EXPECT_TRUE)
  /external/safe-iop/src/
safe_iop.c 171 #define EXPECT_TRUE(cmd) ({ \
172 printf("%s: EXPECT_TRUE(" #cmd ") => ", __func__); \
186 a=10; b=11; EXPECT_TRUE(safe_add(NULL, a, b));
187 a=-10; b=-11; EXPECT_TRUE(safe_add(NULL, a, b));
188 a=SCHAR_MIN; b=SCHAR_MAX; EXPECT_TRUE(safe_add(NULL, a, b));
189 a=SCHAR_MIN+1; b=-1; EXPECT_TRUE(safe_add(NULL, a, b));
190 a=SCHAR_MAX/2; b=SCHAR_MAX/2; EXPECT_TRUE(safe_add(NULL, a, b));
199 a=10; b=11; EXPECT_TRUE(safe_add(NULL, a, b));
200 a=SHRT_MIN; b=SHRT_MAX; EXPECT_TRUE(safe_add(NULL, a, b));
201 a=SHRT_MAX/2; b=SHRT_MAX/2; EXPECT_TRUE(safe_add(NULL, a, b))
    [all...]
  /external/tlsdate/src/
test_harness.h 162 /* EXPECT_TRUE(measured): 0 != measured */
163 #define EXPECT_TRUE TEST_API(EXPECT_TRUE)
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h 196 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
209 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
269 // Used in EXPECT_TRUE/FALSE(assertion_result).
271 // Used in the EXPECT_TRUE/FALSE(bool_expression).
    [all...]
  /external/gtest/include/gtest/
gtest.h 186 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
199 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
259 // Used in EXPECT_TRUE/FALSE(assertion_result).
261 // Used in the EXPECT_TRUE/FALSE(bool_expression).
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 195 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
208 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
268 // Used in EXPECT_TRUE/FALSE(assertion_result).
270 // Used in the EXPECT_TRUE/FALSE(bool_expression).
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 195 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
208 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
268 // Used in EXPECT_TRUE/FALSE(assertion_result).
270 // Used in the EXPECT_TRUE/FALSE(bool_expression).
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 184 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
197 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
257 // Used in EXPECT_TRUE/FALSE(assertion_result).
259 // Used in the EXPECT_TRUE/FALSE(bool_expression).
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h 186 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
199 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
259 // Used in EXPECT_TRUE/FALSE(assertion_result).
261 // Used in the EXPECT_TRUE/FALSE(bool_expression).
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 186 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
199 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
259 // Used in EXPECT_TRUE/FALSE(assertion_result).
261 // Used in the EXPECT_TRUE/FALSE(bool_expression).
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 746 milliseconds