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

  /external/protobuf/src/google/protobuf/
map_test_util_impl.h 40 #define EXPECT_FALSE(COND) GOOGLE_CHECK(!(COND))
test_util_lite.cc 42 #define EXPECT_FALSE(COND) GOOGLE_CHECK(!(COND))
388 EXPECT_FALSE(message.has_oneof_uint32 ());
389 EXPECT_FALSE(message.has_oneof_nested_message());
390 EXPECT_FALSE(message.has_oneof_string ());
400 EXPECT_FALSE(message.has_optional_int32 ());
401 EXPECT_FALSE(message.has_optional_int64 ());
402 EXPECT_FALSE(message.has_optional_uint32 ());
403 EXPECT_FALSE(message.has_optional_uint64 ());
404 EXPECT_FALSE(message.has_optional_sint32 ());
405 EXPECT_FALSE(message.has_optional_sint64 ())
    [all...]
lite_unittest.cc 94 #define EXPECT_FALSE(COND) GOOGLE_CHECK(!(COND))
544 EXPECT_FALSE(output_stream.HadError());
565 EXPECT_FALSE(to.mutable_unknown_fields()->empty());
671 EXPECT_FALSE(message.ParseFromString(data));
680 EXPECT_FALSE(map_message.IsInitialized());
  /external/gflags/src/
util.h 134 #define EXPECT_FALSE(cond) EXPECT_TRUE(!(cond))
  /external/linux-kselftest/tools/testing/selftests/
kselftest_harness.h 529 * EXPECT_FALSE(seen)
533 * EXPECT_FALSE(measured): 0 == measured
535 #define EXPECT_FALSE(seen) \
  /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/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/seccomp-tests/linux/
test_harness.h 177 /* EXPECT_FALSE(measured): 0 == measured */
178 #define EXPECT_FALSE TEST_API(EXPECT_FALSE)
seccomp_bpf.c 123 EXPECT_FALSE(true) {
    [all...]
  /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/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 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/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 187 EXPECT_FALSE(true) {
    [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 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/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/swiftshader/third_party/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/v8/testing/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/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...]
  /prebuilts/ndk/r16/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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]

Completed in 2883 milliseconds