Home
last modified time | relevance | path

Searched defs:ftype (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/
Dflag-definitions.h26 #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
Dcodegen.cc91 const char* ftype; in MakeCodePrologue() local
/external/skia/src/core/
DSkChunkAlloc.cpp118 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/
Dfsck.c194 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/
Dblocks.c30 typedef double ftype(double); typedef
/external/clang/test/SemaTemplate/
Dinstantiate-function-2.cpp39 typedef void ftype(int); typedef
/external/clang/test/CodeGenCXX/
Dlinkage.cpp124 typedef S(*ftype)(); in g() typedef
141 typedef S(*ftype)(I * x); in g() typedef
/external/selinux/policycoreutils/semanage/
Dseobject.py1823 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/
DReflection.java364 CtClass ftype = f.getType(); in processFields() local
/external/vulkan-validation-layers/
Dreg.py492 def generateFeature(self, fname, ftype, dictionary): argument
/external/selinux/policycoreutils/sepolicy/sepolicy/
Dgui.py1886 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/
DCodeEmitter.java468 void emit_field(int opcode, Type ctype, String name, Type ftype) { in emit_field()
/external/opencv3/modules/imgproc/test/
Dtest_filter.cpp1307 int ftype = CV_32FC1; in test_cornerEigenValsVecs() local
1518 int type = src.type(), ftype = CV_32FC1; in prepare_to_validation() local
Dtest_imgwarp.cpp1232 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/
Dvki-arm-linux.h557 unsigned char ftype[8]; member