Home
last modified time | relevance | path

Searched refs:mtd (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DDeprecatedAPIChecker.java150 for (Method mtd : cls.getDeclaredMethods()) { in checkClass()
152 if (!isPublicOrProtected(mtd.getModifiers()) || mtd.isSynthetic()) { in checkClass()
156 String mtdName = mtd.getName(); in checkClass()
157 List<String> paramNames = getParamNames(mtd); in checkClass()
167 …compareDeprecated(isAPIDeprecated(api), mtd.isAnnotationPresent(Deprecated.class), clsName, mtdName in checkClass()
210 for (Method mtd : cls.getDeclaredMethods()) { in checkEnum()
212 if (!isPublicOrProtected(mtd.getModifiers()) || isBuiltinEnumMethod(mtd)) { in checkEnum()
216 String mtdName = mtd.getName(); in checkEnum()
217 List<String> paramNames = getParamNames(mtd); in checkEnum()
227 …compareDeprecated(isAPIDeprecated(api), mtd.isAnnotationPresent(Deprecated.class), enumName, mtdNa… in checkEnum()
[all …]
/external/kernel-headers/original/uapi/mtd/
Dmtd-abi.h279 static inline int mtd_type_is_nand_user(const struct mtd_info_user *mtd) in mtd_type_is_nand_user() argument
281 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand_user()
/external/strace/
Dmpers.am2 …uct_stat64.c fetch_struct_statfs.c hdio.c ipc_msgctl.c ipc_shmctl.c loop.c mtd.c print_mq_attr.c p…
DMakefile191 mtd.c print_mq_attr.c print_msgbuf.c print_sg_req_info.c \
208 libmpers_m32_a-loop.$(OBJEXT) libmpers_m32_a-mtd.$(OBJEXT) \
233 mtd.c print_mq_attr.c print_msgbuf.c print_sg_req_info.c \
251 libmpers_mx32_a-loop.$(OBJEXT) libmpers_mx32_a-mtd.$(OBJEXT) \
301 mmsghdr.c mount.c mpers_type.h mq.c msghdr.c msghdr.h mtd.c \
360 strace-mtd.$(OBJEXT) strace-net.$(OBJEXT) \
1031 mmsghdr.c mount.c mpers_type.h mq.c msghdr.c msghdr.h mtd.c \
1283 linux/mtd-abi.h \
1575 …uct_stat64.c fetch_struct_statfs.c hdio.c ipc_msgctl.c ipc_shmctl.c loop.c mtd.c print_mq_attr.c p…
1778 include ./$(DEPDIR)/libmpers_m32_a-mtd.Po
[all …]
DMakefile.in191 mtd.c print_mq_attr.c print_msgbuf.c print_sg_req_info.c \
208 libmpers_m32_a-loop.$(OBJEXT) libmpers_m32_a-mtd.$(OBJEXT) \
233 mtd.c print_mq_attr.c print_msgbuf.c print_sg_req_info.c \
251 libmpers_mx32_a-loop.$(OBJEXT) libmpers_mx32_a-mtd.$(OBJEXT) \
301 mmsghdr.c mount.c mpers_type.h mq.c msghdr.c msghdr.h mtd.c \
360 strace-mtd.$(OBJEXT) strace-net.$(OBJEXT) \
1031 mmsghdr.c mount.c mpers_type.h mq.c msghdr.c msghdr.h mtd.c \
1283 linux/mtd-abi.h \
1575 …uct_stat64.c fetch_struct_statfs.c hdio.c ipc_msgctl.c ipc_shmctl.c loop.c mtd.c print_mq_attr.c p…
1778 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpers_m32_a-mtd.Po@am__quote@
[all …]
DAndroid.mk120 mtd.c \
DMakefile.am169 mtd.c \
508 linux/mtd-abi.h \
DNEWS211 * Enhanced decoding of block, loop, mtd, ptp, rtc, SG_IO, socket, tty,
455 * Implemented decoding of loop and mtd ioctls.
DChangeLog1698 * mtd.c (decode_mtd_oob_buf): Likewise.
1779 * mtd.c (mtd_ioctl): Likewise.
2171 mtd: change type of ioctl 3rd argument from long to kernel_ureg_t.
2172 * mtd.c (decode_erase_info_user, decode_erase_info_user64,
2606 mtd: cast pointers to kernel_ureg_t instead of unsigned long.
2607 * mtd.c (decode_mtd_oob_buf): Cast mtd_oob_buf.ptr pointer
9032 * mtd.c (decode_mtd_oob_buf): Likewise.
9335 Mpersify mtd.c.
9337 * mtd.c: Mpersify struct mtd_oob_buf and ioctl numbers.
9340 mtd.c: refactor.
[all …]