Home
last modified time | relevance | path

Searched refs:bad (Results 1 – 11 of 11) sorted by relevance

/system/utest/fit/
A Dresult_tests.cpp35 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 …]
/system/dev/nand/nandpart/
A Drules.mk14 $(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\
/system/banjo/ddk-protocol-badblock/
A Dbad-block.banjo11 /// Fills in |bad_blocks| with a list of bad blocks, up until
13 /// |bad_blocks_actual| will be filled in with the actual number of bad
18 /// Sets |block| as bad. If block is already marked bad, it has no effect.
A Drules.mk17 MODULE_SRCS += $(LOCAL_DIR)/bad-block.banjo
/system/utest/core/bad-syscall/
A Drules.mk13 MODULE_SRCS += $(LOCAL_DIR)/bad-syscall.c \
16 MODULE_NAME := bad-syscall-test
/system/utest/bad-kernel-access/
A Drules.mk15 $(LOCAL_DIR)/bad-kernel-access.c
17 MODULE_NAME := bad-kernel-access-test-crashes
/system/fidl/fuchsia-hardware-skipblock/
A Dskip-block.fidl36 /// The block count can shrink in the event that a bad block is grown. It is
37 /// 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
/system/fidl/fuchsia-hardware-nand/
A Dnand.fidl14 BBS = 3; // NAND device is a bad block skip partition.
A Dram-nand.fidl31 bool bbt; // Contains a legacy bad block table.
/system/banjo/ddk-protocol-nand/
A Dnand.banjo121 /// Gets the list of bad erase blocks, as reported by the nand manufacturer.
124 /// bad after they've been in use.
/system/ulib/fit/
A DREADME.md151 is bad for event loops.

Completed in 12 milliseconds