Searched defs:ftype (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/core/
H A DSkChunkAlloc.cpp80 SkChunkAlloc::Block* SkChunkAlloc::newBlock(size_t bytes, AllocFailType ftype) { argument
91 ftype == kThrow_AllocFailType ? SK_MALLOC_THROW : 0);
103 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) { argument
109 block = this->newBlock(bytes, ftype);
/external/kernel-headers/original/asm-arm/
H A Duser.h45 unsigned char ftype[8]; member in struct:user_fp
/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/v8/src/
H A Dcodegen.cc153 const char* ftype; local
159 ftype = "builtin";
164 ftype = "user-defined";
168 PrintF("*** Generate code for %s function: ", ftype);
/external/bluetooth/glib/gio/tests/
H A Dlive-g-file.c294 GFileType ftype; local
305 ftype = g_file_info_get_file_type (info);
306 g_assert_cmpint (ftype, !=, G_FILE_TYPE_UNKNOWN);
307 g_assert_cmpint (ftype, ==, item.file_type);
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h535 u32 ftype; member in struct:nfs4_create_arg
/external/bluetooth/glib/gobject/
H A Dgtype.c379 GType ftype,
399 static_fundamental_type_nodes[ftype >> G_TYPE_FUNDAMENTAL_SHIFT] = node;
400 type = ftype;
476 GType ftype = NODE_FUNDAMENTAL_TYPE (node); local
478 if (ftype != NODE_TYPE (node))
479 node = lookup_type_node_I (ftype);
485 type_node_fundamental_new_W (GType ftype, argument
492 g_assert ((ftype & TYPE_ID_MASK) == 0);
493 g_assert (ftype <= G_TYPE_FUNDAMENTAL_MAX);
495 if (ftype >> G_TYPE_FUNDAMENTAL_SHIF
378 type_node_any_new_W(TypeNode *pnode, GType ftype, const gchar *name, GTypePlugin *plugin, GTypeFundamentalFlags type_flags) argument
782 check_type_info_I(TypeNode *pnode, GType ftype, const gchar *type_name, const GTypeInfo *info) argument
[all...]

Completed in 1480 milliseconds