Searched refs:ftype (Results 1 - 21 of 21) sorted by relevance

/external/clang/test/CodeGen/
H A Dblocks.c30 typedef double ftype(double);
33 ftype ^test2 = ^ftype {
/external/clang/test/SemaTemplate/
H A Dinstantiate-function-2.cpp36 typedef void ftype(int); typedef in namespace:PR9654
39 ftype f;
/external/f2fs-tools/fsck/
H A Dfsck.c177 enum FILE_TYPE ftype, enum NODE_TYPE ntype,
239 if ((ntype == TYPE_INODE && ftype == F2FS_FT_DIR) ||
240 (ntype == TYPE_XATTR && ftype == F2FS_FT_XATTR)) {
250 if (ftype != F2FS_FT_ORPHAN ||
297 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype,
306 if (sanity_check_nid(sbi, nid, node_blk, ftype, ntype, &ni))
310 fsck_chk_inode_blk(sbi, nid, ftype, node_blk, blk_cnt, &ni);
316 fsck_chk_dnode_blk(sbi, inode, nid, ftype, node_blk,
320 fsck_chk_idnode_blk(sbi, inode, ftype, node_blk,
324 fsck_chk_didnode_blk(sbi, inode, ftype, node_bl
175 sanity_check_nid(struct f2fs_sb_info *sbi, u32 nid, struct f2fs_node *node_blk, enum FILE_TYPE ftype, enum NODE_TYPE ntype, struct node_info *ni) argument
296 fsck_chk_node_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype, u32 *blk_cnt) argument
339 fsck_chk_inode_blk(struct f2fs_sb_info *sbi, u32 nid, enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, struct node_info *ni) argument
518 fsck_chk_dnode_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, u32 nid, enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, struct node_info *ni) argument
539 fsck_chk_idnode_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt) argument
559 fsck_chk_didnode_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt) argument
628 enum FILE_TYPE ftype; local
792 fsck_chk_data_blk(struct f2fs_sb_info *sbi, u32 blk_addr, u32 *child_cnt, u32 *child_files, int last_blk, enum FILE_TYPE ftype, u32 parent_nid, u16 idx_in_node, u8 ver) argument
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkChunkAlloc.cpp72 SkChunkAlloc::Block* SkChunkAlloc::newBlock(size_t bytes, AllocFailType ftype) { argument
79 ftype == kThrow_AllocFailType ? SK_MALLOC_THROW : 0);
94 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) { argument
102 block = this->newBlock(bytes, ftype);
/external/clang/test/CodeGenCXX/
H A Dlinkage.cpp124 typedef S(*ftype)(); typedef
125 return reinterpret_cast<void *>(f<ftype>);
141 typedef S(*ftype)(I * x); typedef
142 return reinterpret_cast<void *>(f<ftype>);
/external/skia/src/core/
H A DSkChunkAlloc.cpp72 SkChunkAlloc::Block* SkChunkAlloc::newBlock(size_t bytes, AllocFailType ftype) { argument
79 ftype == kThrow_AllocFailType ? SK_MALLOC_THROW : 0);
94 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) { argument
102 block = this->newBlock(bytes, ftype);
/external/openfst/src/include/fst/
H A Dregister.h118 Fst<A> *Convert(const Fst<A> &fst, const string &ftype) { argument
121 converter = registr->GetConverter(ftype);
124 LOG(ERROR) << "Fst::Convert: Unknown FST type \"" << ftype
/external/chromium_org/third_party/skia/include/core/
H A DSkChunkAlloc.h65 Block* newBlock(size_t bytes, AllocFailType ftype);
/external/skia/include/core/
H A DSkChunkAlloc.h65 Block* newBlock(size_t bytes, AllocFailType ftype);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dregister.h158 Fst<A> *Convert(const Fst<A> &fst, const string &ftype) { argument
161 converter = registr->GetConverter(ftype);
164 LOG(ERROR) << "Fst::Convert: Unknown FST type \"" << ftype
/external/chromium_org/v8/src/
H A Dflag-definitions.h23 #define FLAG_FULL(ftype, ctype, nam, def, cmt) extern ctype FLAG_##nam;
24 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \
30 #define FLAG_FULL(ftype, ctype, nam, def, cmt) ctype FLAG_##nam = def;
36 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
42 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
43 { Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false } \
45 #define FLAG_ALIAS(ftype, ctype, alias, nam) \
47 Flag::TYPE_##ftype, #alias, &FLAG_##nam, &FLAGDEFAULT_##nam, \
63 #define FLAG_FULL(ftype, ctype, nam, def, cmt)
67 #define FLAG_READONLY(ftype, ctyp
[all...]
H A Dcodegen.cc100 const char* ftype; local
105 ftype = "builtin";
109 ftype = "user-defined";
113 PrintF("[generating %s code for %s function: ", kind, ftype);
/external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
H A Dapp.js438 * @param {string} ftype Filter type. Use FILTER_* constants.
448 function Column(key, ctype, ctitle, ftype, foptions, baseUrl) {
452 this.ftype = ftype;
489 Column.filter = function(key, ctitle, ftype, foptions) {
490 return new Column(key, c.COL_T_FILTER, ctitle || key, ftype, foptions);
773 if (filterCols[i].ftype === c.FILTER_FREE_FORM) {
779 else if (filterCols[i].ftype === c.FILTER_CHECK_BOX) {
802 if (filterCols[i].ftype === c.FILTER_FREE_FORM) {
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dleveldb_main.cc185 FileType ftype; local
186 if (!GuessType(fname, &ftype)) {
190 switch (ftype) {
/external/javassist/src/main/javassist/tools/reflect/
H A DReflection.java364 CtClass ftype = f.getType();
366 = CtNewMethod.wrapped(ftype, readPrefix + name,
374 writeParam[1] = ftype;
/external/valgrind/main/include/vki/
H A Dvki-arm-linux.h551 unsigned char ftype[8]; member in struct:vki_user_fp
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCodeEmitter.java468 void emit_field(int opcode, Type ctype, String name, Type ftype) { argument
472 ftype.getDescriptor());
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 703 milliseconds