/external/v8/src/ |
D | flag-definitions.h | 26 #define FLAG_FULL(ftype, ctype, nam, def, cmt) extern ctype FLAG_##nam; argument 27 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument 33 #define FLAG_FULL(ftype, ctype, nam, def, cmt) ctype FLAG_##nam = def; argument 39 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 45 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 48 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ argument 69 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument 73 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument 77 #define FLAG_ALIAS(ftype, ctype, alias, nam) argument
|
D | codegen.cc | 91 const char* ftype; in MakeCodePrologue() local
|
/external/skia/src/core/ |
D | SkChunkAlloc.cpp | 118 SkChunkAlloc::Block* SkChunkAlloc::newBlock(size_t bytes, AllocFailType ftype) { in newBlock() 139 SkChunkAlloc::Block* SkChunkAlloc::addBlockIfNecessary(size_t bytes, AllocFailType ftype) { in addBlockIfNecessary() 160 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) { in alloc()
|
/external/f2fs-tools/fsck/ |
D | fsck.c | 194 enum FILE_TYPE ftype, enum NODE_TYPE ntype, in sanity_check_nid() 314 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype, in fsck_chk_node_blk() 361 enum FILE_TYPE ftype, struct f2fs_node *node_blk, in fsck_chk_inode_blk() 554 u32 nid, enum FILE_TYPE ftype, struct f2fs_node *node_blk, in fsck_chk_dnode_blk() 585 enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt) in fsck_chk_idnode_blk() 605 enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt) in fsck_chk_didnode_blk() 673 enum FILE_TYPE ftype; in __chk_dentries() local 859 enum FILE_TYPE ftype, u32 parent_nid, u16 idx_in_node, u8 ver) in fsck_chk_data_blk()
|
/external/clang/test/CodeGen/ |
D | blocks.c | 30 typedef double ftype(double); typedef
|
/external/clang/test/SemaTemplate/ |
D | instantiate-function-2.cpp | 39 typedef void ftype(int); typedef
|
/external/clang/test/CodeGenCXX/ |
D | linkage.cpp | 124 typedef S(*ftype)(); in g() typedef 141 typedef S(*ftype)(I * x); in g() typedef
|
/external/selinux/policycoreutils/semanage/ |
D | seobject.py | 1823 def __add(self, target, type, ftype="", serange="", seuser="system_u"): argument 1882 def add(self, target, type, ftype="", serange="", seuser="system_u"): argument 1887 def __modify(self, target, setype, ftype, serange, seuser): argument 1942 def modify(self, target, setype, ftype, serange, seuser): argument 1971 def __delete(self, target, ftype): argument 1999 def delete(self, target, ftype): argument
|
/external/javassist/src/main/javassist/tools/reflect/ |
D | Reflection.java | 364 CtClass ftype = f.getType(); in processFields() local
|
/external/vulkan-validation-layers/ |
D | reg.py | 492 def generateFeature(self, fname, ftype, dictionary): argument
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | gui.py | 1886 def init_modified_files_liststore(self, tree, app, ipage, operation, path, fclass, ftype): argument 2715 def init_dictionary(self, dic, app, ipage, operation, p, q, ftype, mls, changed, old): argument
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
D | CodeEmitter.java | 468 void emit_field(int opcode, Type ctype, String name, Type ftype) { in emit_field()
|
/external/opencv3/modules/imgproc/test/ |
D | test_filter.cpp | 1307 int ftype = CV_32FC1; in test_cornerEigenValsVecs() local 1518 int type = src.type(), ftype = CV_32FC1; in prepare_to_validation() local
|
D | test_imgwarp.cpp | 1232 int ftype = CV_MAKETYPE(CV_32F,src0.channels()); in prepare_to_validation() local 1356 int ftype = CV_MAKETYPE(CV_32F,src0.channels()); in prepare_to_validation() local
|
/external/valgrind/include/vki/ |
D | vki-arm-linux.h | 557 unsigned char ftype[8]; member
|