Searched refs:bad (Results 1 – 11 of 11) sorted by relevance
35 EXPECT_TRUE(bad); in states()36 EXPECT_FALSE(bad.is_ok()); in states()37 EXPECT_TRUE(bad.is_error()); in states()69 tmpcopy = bad; in void_value_and_error()76 tmpmove = std::move(bad); in void_value_and_error()106 tmpcopy = bad; in copyable_value()114 tmpmove = std::move(bad); in copyable_value()147 tmpcopy = bad; in copyable_error()155 tmpmove = std::move(bad); in copyable_error()190 tmpmove = std::move(bad); in moveonly_value()[all …]
14 $(LOCAL_DIR)/aml-bad-block.cpp \15 $(LOCAL_DIR)/bad-block.cpp \53 $(LOCAL_DIR)/aml-bad-block.cpp \54 $(LOCAL_DIR)/bad-block.cpp \57 $(TEST_DIR)/aml-bad-block-test.cpp\
11 /// Fills in |bad_blocks| with a list of bad blocks, up until13 /// |bad_blocks_actual| will be filled in with the actual number of bad18 /// Sets |block| as bad. If block is already marked bad, it has no effect.
17 MODULE_SRCS += $(LOCAL_DIR)/bad-block.banjo
13 MODULE_SRCS += $(LOCAL_DIR)/bad-syscall.c \16 MODULE_NAME := bad-syscall-test
15 $(LOCAL_DIR)/bad-kernel-access.c17 MODULE_NAME := bad-kernel-access-test-crashes
36 /// The block count can shrink in the event that a bad block is grown. It is37 /// recommended to call this again after a bad block is grown.45 /// In the event that bad block is grown, the partition will shrink and
14 BBS = 3; // NAND device is a bad block skip partition.
31 bool bbt; // Contains a legacy bad block table.
121 /// Gets the list of bad erase blocks, as reported by the nand manufacturer.124 /// bad after they've been in use.
151 is bad for event loops.
Completed in 12 milliseconds