/external/linux-kselftest/tools/testing/selftests/kvm/lib/ |
D | sparsebit.c | 1687 bool error_detected = false; in sparsebit_validate_internal() local 1717 error_detected = true; in sparsebit_validate_internal() 1737 error_detected = true; in sparsebit_validate_internal() 1748 error_detected = true; in sparsebit_validate_internal() 1762 error_detected = true; in sparsebit_validate_internal() 1775 error_detected = true; in sparsebit_validate_internal() 1788 error_detected = true; in sparsebit_validate_internal() 1798 error_detected = true; in sparsebit_validate_internal() 1814 error_detected = true; in sparsebit_validate_internal() 1834 error_detected = true; in sparsebit_validate_internal() [all …]
|
/external/pigweed/pw_kvs/ |
D | key_value_store_binary_format_test.cc | 316 EXPECT_EQ(true, kvs_.error_detected()); in TEST_F() 534 EXPECT_EQ(false, kvs_.error_detected()); in TEST_F() 579 EXPECT_EQ(true, kvs_.error_detected()); in TEST_F() 692 EXPECT_EQ(true, kvs_.error_detected()); in TEST_F() 726 EXPECT_EQ(false, kvs_.error_detected()); in TEST_F() 749 EXPECT_EQ(true, kvs_.error_detected()); in TEST_F() 764 EXPECT_EQ(true, kvs_.error_detected()); in TEST_F() 807 EXPECT_EQ(true, kvs_.error_detected()); in TEST_F() 860 EXPECT_EQ(false, local_kvs.error_detected()); in TEST_F() 917 EXPECT_EQ(false, local_kvs.error_detected()); in TEST_F() [all …]
|
D | entry_cache.cc | 69 bool error_detected = false; in Find() local 98 error_detected = true; in Find() 102 size_t error_val = error_detected ? 1 : 0; in Find()
|
D | key_value_store.cc | 336 return error_detected(); in CheckForErrors() 345 return error_detected(); in CheckForErrors() 350 return error_detected(); in CheckForErrors()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 521 error_detected(); in ~raw_fd_ostream() 577 error_detected(); in write_impl() 594 error_detected(); in close() 609 error_detected(); in seek()
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 547 error_detected(); in ~raw_fd_ostream() 604 error_detected(); in write_impl() 621 error_detected(); in close() 630 error_detected(); in seek()
|
/external/llvm-project/llvm/lib/Support/ |
D | raw_ostream.cpp | 667 error_detected(EC); in ~raw_fd_ostream() 782 error_detected(std::error_code(errno, std::generic_category())); in write_impl() 799 error_detected(EC); in close() 814 error_detected(std::error_code(errno, std::generic_category())); in seek() 929 error_detected(std::error_code(errno, std::generic_category())); in read()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | raw_ostream.cpp | 616 error_detected(EC); in ~raw_fd_ostream() 731 error_detected(std::error_code(errno, std::generic_category())); in write_impl() 748 error_detected(EC); in close() 763 error_detected(std::error_code(errno, std::generic_category())); in seek()
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 369 void error_detected() { Error = true; } in error_detected() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | raw_ostream.h | 382 void error_detected() { Error = true; } in error_detected() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | raw_ostream.h | 426 void error_detected(std::error_code EC) { this->EC = EC; } in error_detected() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | raw_ostream.h | 457 void error_detected(std::error_code EC) { this->EC = EC; } in error_detected() function
|
/external/pigweed/pw_kvs/public/pw_kvs/ |
D | key_value_store.h | 325 bool error_detected() const { return error_detected_; } in error_detected() function
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v0.abi | 22785 …<var-decl name="error_detected" type-id="abc80f30" visibility="default" filepath="include/linux/pc… 45848 …<var-decl name="error_detected" type-id="abc80f30" visibility="default" filepath="include/linux/pc…
|
D | test-PR27569-v1.abi | 22793 …<var-decl name="error_detected" type-id="abc80f30" visibility="default" filepath="include/linux/pc… 45877 …<var-decl name="error_detected" type-id="abc80f30" visibility="default" filepath="include/linux/pc…
|