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

1 2

  /external/google-breakpad/src/processor/
contained_range_map_unittest.cc 47 #define ASSERT_FALSE(condition) ASSERT_TRUE(!(condition))
62 ASSERT_FALSE(crm.StoreRange(10, 10, 2)); // exactly equal to 1
63 ASSERT_FALSE(crm.StoreRange(11, 10, 3)); // begins inside 1 and extends up
64 ASSERT_FALSE(crm.StoreRange( 9, 10, 4)); // begins below 1 and ends inside
76 ASSERT_FALSE(crm.StoreRange(32, 10, 16)); // begins in #10, ends in #14
77 ASSERT_FALSE(crm.StoreRange(50, 0, 17)); // zero length
87 ASSERT_FALSE(crm.StoreRange(59, 9, 27));
88 ASSERT_FALSE(crm.StoreRange(59, 10, 28));
89 ASSERT_FALSE(crm.StoreRange(59, 11, 29));
93 ASSERT_FALSE(crm.StoreRange(72, 6, 33))
    [all...]
address_map_unittest.cc 47 #define ASSERT_FALSE(condition) ASSERT_TRUE(!(condition))
84 ASSERT_FALSE(test_map.Retrieve(0, &entry, &address));
85 ASSERT_FALSE(test_map.Retrieve(INT_MIN, &entry, &address));
86 ASSERT_FALSE(test_map.Retrieve(INT_MAX, &entry, &address));
98 ASSERT_FALSE(test_map.Retrieve(0, &entry, &address));
99 ASSERT_FALSE(test_map.Retrieve(INT_MIN, &entry, &address));
100 ASSERT_FALSE(test_map.Retrieve(INT_MAX, &entry, &address));
105 ASSERT_FALSE(test_map.Retrieve(9, &entry, &address));
121 ASSERT_FALSE(test_map.Store(10,
module_comparer.cc 51 #define ASSERT_FALSE(condition) ASSERT_TRUE(!(condition))
  /cts/tests/tests/graphics/jni/
NativeTestHelpers.h 31 #define ASSERT_FALSE(a) ASSERT(!(a), "assert failed on (!" #a ") at " __FILE__ ":%d", __LINE__)
  /cts/tests/sensor/jni/
nativeTestHelper.h 34 #define ASSERT_FALSE(a) ASSERT(!(a), "assert failed on (!" #a ") at " __FILE__ ":%d", __LINE__)
  /external/linux-kselftest/tools/testing/selftests/
kselftest_harness.h 411 * ASSERT_FALSE(seen)
415 * ASSERT_FALSE(measured): measured == 0
417 #define ASSERT_FALSE(seen) \
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
test_harness.h 152 /* ASSERT_FALSE(measured): measured == 0 */
153 #define ASSERT_FALSE TEST_API(ASSERT_FALSE)
  /external/cn-cbor/test/
ctest.h 129 void assert_false(int real, const char* caller, int line);
130 #define ASSERT_FALSE(real) assert_false(real, __FILE__, __LINE__)
289 void assert_false(int real, const char* caller, int line) { function
  /external/seccomp-tests/linux/
test_harness.h 155 /* ASSERT_FALSE(measured): measured == 0 */
156 #define ASSERT_FALSE TEST_API(ASSERT_FALSE)
  /cts/tests/vr/jni/
VrExtensionsJni.cpp 81 #define ASSERT_FALSE(a) \
111 ASSERT_FALSE(error);
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h 225 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
277 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
    [all...]
  /external/googletest/googletest/include/gtest/
gtest.h 215 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
290 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 215 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
290 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 224 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
276 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 215 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
267 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 213 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
265 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest.h 224 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
276 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
    [all...]
  /external/v8/testing/gtest/include/gtest/
gtest.h 215 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
290 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h 215 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
267 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/
gtest.h 215 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
267 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/
gtest.h 215 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
267 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
    [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...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 

Completed in 1150 milliseconds

1 2