Searched refs:ftype (Results 1 - 23 of 23) 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/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/kernel-headers/original/asm-arm/
H A Duser.h45 unsigned char ftype[8]; member in struct:user_fp
/external/skia/include/core/
H A DSkChunkAlloc.h65 Block* newBlock(size_t bytes, AllocFailType ftype);
/external/v8/src/
H A Dcodegen.cc65 const char* ftype; local
70 ftype = "builtin";
74 ftype = "user-defined";
78 PrintF("*** Generate code for %s function: ", ftype);
H A Dflag-definitions.h40 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
42 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \
49 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
51 #define FLAG_READONLY(ftype, ctype, nam, def, cmt)
58 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
60 #define FLAG_READONLY(ftype, ctype, nam, def, cmt)
66 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
67 { Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false },
68 #define FLAG_READONLY(ftype, ctype, nam, def, cmt)
73 #define FLAG_FULL(ftype, ctyp
[all...]
/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.h40 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
42 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \
48 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
55 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
61 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
62 { Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false },
63 #define FLAG_ALIAS(ftype, ctype, alias, nam) \
64 { Flag::TYPE_##ftype, #alias, &FLAG_##nam, &FLAGDEFAULT_##nam, \
78 #define FLAG_FULL(ftype, ctype, nam, def, cmt)
82 #define FLAG_READONLY(ftype, ctyp
[all...]
H A Dcodegen.cc65 const char* ftype; local
70 ftype = "builtin";
74 ftype = "user-defined";
78 PrintF("[generating %s code for %s function: ", kind, ftype);
/external/openssh/
H A Dmux.c516 format_forward(u_int ftype, Forward *fwd) argument
520 switch (ftype) {
542 fatal("%s: unknown forward type %u", __func__, ftype);
632 u_int ftype; local
636 if (buffer_get_int_ret(&ftype, m) != 0 ||
656 (fwd_desc = format_forward(ftype, &fwd)));
658 if (ftype != MUX_FWD_LOCAL && ftype != MUX_FWD_REMOTE &&
659 ftype != MUX_FWD_DYNAMIC) {
660 logit("%s: invalid forwarding type %u", __func__, ftype);
782 u_int ftype; local
1540 mux_client_request_forward(int fd, u_int ftype, Forward *fwd) argument
[all...]
/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.h546 unsigned char ftype[8]; member in struct:vki_user_fp
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h535 u32 ftype; member in struct:nfs4_create_arg
/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 456 milliseconds