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

  /external/protobuf/src/google/protobuf/
test_util_lite.cc 41 #define EXPECT_FALSE(COND) GOOGLE_CHECK(!(COND))
387 EXPECT_FALSE(message.has_oneof_uint32 ());
388 EXPECT_FALSE(message.has_oneof_nested_message());
389 EXPECT_FALSE(message.has_oneof_string ());
399 EXPECT_FALSE(message.has_optional_int32 ());
400 EXPECT_FALSE(message.has_optional_int64 ());
401 EXPECT_FALSE(message.has_optional_uint32 ());
402 EXPECT_FALSE(message.has_optional_uint64 ());
403 EXPECT_FALSE(message.has_optional_sint32 ());
404 EXPECT_FALSE(message.has_optional_sint64 ())
    [all...]
  /external/regex-re2/util/
test.h 32 #define EXPECT_FALSE(x) CHECK(!(x))
  /ndk/sources/android/support/tests/minitest/
minitest.h 280 #define EXPECT_FALSE(expression) \
284 "EXPECT_FALSE:%s:%d: expression '%s' returned 'true', expected " \
  /system/core/logd/tests/
logd_test.cpp 684 EXPECT_FALSE(msg < now);
713 EXPECT_FALSE(content_wrap);
  /cts/tests/tests/os/jni/seccomp-tests/tests/
test_harness.h 176 /* EXPECT_FALSE(measured): 0 == measured */
177 #define EXPECT_FALSE TEST_API(EXPECT_FALSE)
seccomp_bpf_tests.c 109 EXPECT_FALSE(true) {
    [all...]
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c 103 EXPECT_FALSE(true) {
    [all...]
test_harness.h 174 /* EXPECT_FALSE(measured): 0 == measured */
175 #define EXPECT_FALSE TEST_API(EXPECT_FALSE)
  /external/minijail/
test_harness.h 162 /* EXPECT_FALSE(measured): 0 == measured */
163 #define EXPECT_FALSE TEST_API(EXPECT_FALSE)
  /external/safe-iop/src/
safe_iop.c 165 #define EXPECT_FALSE(cmd) ({ \
166 printf("%s: EXPECT_FALSE(" #cmd ") => ", __func__); \
184 a=SCHAR_MIN; b=-1; EXPECT_FALSE(safe_add(NULL, a, b));
185 a=SCHAR_MAX; b=1; EXPECT_FALSE(safe_add(NULL, a, b));
197 a=SHRT_MIN; b=-1; EXPECT_FALSE(safe_add(NULL, a, b));
198 a=SHRT_MAX; b=1; EXPECT_FALSE(safe_add(NULL, a, b));
208 a=INT_MIN; b=-1; EXPECT_FALSE(safe_add(NULL, a, b));
209 a=INT_MAX; b=1; EXPECT_FALSE(safe_add(NULL, a, b));
219 a=SAFE_INT64_MIN; b=-1; EXPECT_FALSE(safe_add(NULL, a, b));
220 a=SAFE_INT64_MAX; b=1; EXPECT_FALSE(safe_add(NULL, a, b))
    [all...]
  /external/tlsdate/src/
test_harness.h 164 /* EXPECT_FALSE(measured): 0 == measured */
165 #define EXPECT_FALSE TEST_API(EXPECT_FALSE)
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h 196 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
225 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
236 // Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print
    [all...]
  /external/gtest/include/gtest/
gtest.h 186 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
215 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
226 // Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 195 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
224 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
235 // Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 195 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
224 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
235 // Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 184 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
213 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
224 // Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h 186 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
215 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
226 // Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 186 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
215 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
226 // Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print
    [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 634 milliseconds