/external/v8/src/ |
D | flag-definitions.h | 40 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 42 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument 49 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 51 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument 58 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 60 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument 66 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 67 { Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false }, 68 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument 73 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument [all …]
|
D | codegen.cc | 65 const char* ftype; in MakeCodePrologue() local 70 ftype = "builtin"; in MakeCodePrologue() 74 ftype = "user-defined"; in MakeCodePrologue() 78 PrintF("*** Generate code for %s function: ", ftype); in MakeCodePrologue()
|
/external/clang/test/CodeGen/ |
D | blocks.c | 30 typedef double ftype(double); typedef 33 ftype ^test2 = ^ftype {
|
/external/skia/src/core/ |
D | SkChunkAlloc.cpp | 72 SkChunkAlloc::Block* SkChunkAlloc::newBlock(size_t bytes, AllocFailType ftype) { in newBlock() argument 79 ftype == kThrow_AllocFailType ? SK_MALLOC_THROW : 0); in newBlock() 94 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) { in alloc() argument 102 block = this->newBlock(bytes, ftype); in alloc()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkChunkAlloc.cpp | 72 SkChunkAlloc::Block* SkChunkAlloc::newBlock(size_t bytes, AllocFailType ftype) { in newBlock() argument 79 ftype == kThrow_AllocFailType ? SK_MALLOC_THROW : 0); in newBlock() 94 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) { in alloc() argument 102 block = this->newBlock(bytes, ftype); in alloc()
|
/external/clang/test/CodeGenCXX/ |
D | linkage.cpp | 124 typedef S(*ftype)(); in g() typedef 125 return reinterpret_cast<void *>(f<ftype>); in g() 141 typedef S(*ftype)(I * x); in g() typedef 142 return reinterpret_cast<void *>(f<ftype>); in g()
|
/external/chromium_org/v8/src/ |
D | flag-definitions.h | 40 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 42 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument 48 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 55 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 61 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 62 { Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false }, 63 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ argument 64 { Flag::TYPE_##ftype, #alias, &FLAG_##nam, &FLAGDEFAULT_##nam, \ 78 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument 82 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument [all …]
|
D | codegen.cc | 65 const char* ftype; in MakeCodePrologue() local 70 ftype = "builtin"; in MakeCodePrologue() 74 ftype = "user-defined"; in MakeCodePrologue() 78 PrintF("[generating %s code for %s function: ", kind, ftype); in MakeCodePrologue()
|
/external/clang/test/SemaTemplate/ |
D | instantiate-function-2.cpp | 36 typedef void ftype(int); typedef 39 ftype f;
|
/external/openfst/src/include/fst/ |
D | register.h | 118 Fst<A> *Convert(const Fst<A> &fst, const string &ftype) { in Convert() argument 121 converter = registr->GetConverter(ftype); in Convert() 124 LOG(ERROR) << "Fst::Convert: Unknown FST type \"" << ftype in Convert()
|
/external/openssh/ |
D | mux.c | 516 format_forward(u_int ftype, Forward *fwd) in format_forward() argument 520 switch (ftype) { in format_forward() 542 fatal("%s: unknown forward type %u", __func__, ftype); in format_forward() 632 u_int ftype; in process_mux_open_fwd() local 636 if (buffer_get_int_ret(&ftype, m) != 0 || in process_mux_open_fwd() 656 (fwd_desc = format_forward(ftype, &fwd))); in process_mux_open_fwd() 658 if (ftype != MUX_FWD_LOCAL && ftype != MUX_FWD_REMOTE && in process_mux_open_fwd() 659 ftype != MUX_FWD_DYNAMIC) { in process_mux_open_fwd() 660 logit("%s: invalid forwarding type %u", __func__, ftype); in process_mux_open_fwd() 676 if (fwd.connect_port >= 65536 || (ftype != MUX_FWD_DYNAMIC && in process_mux_open_fwd() [all …]
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | register.h | 158 Fst<A> *Convert(const Fst<A> &fst, const string &ftype) { in Convert() argument 161 converter = registr->GetConverter(ftype); in Convert() 164 LOG(ERROR) << "Fst::Convert: Unknown FST type \"" << ftype in Convert()
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
D | leveldb_main.cc | 185 FileType ftype; in DumpFile() local 186 if (!GuessType(fname, &ftype)) { in DumpFile() 190 switch (ftype) { in DumpFile()
|
/external/javassist/src/main/javassist/tools/reflect/ |
D | Reflection.java | 364 CtClass ftype = f.getType(); in processFields() local 366 = CtNewMethod.wrapped(ftype, readPrefix + name, in processFields() 374 writeParam[1] = ftype; in processFields()
|
/external/kernel-headers/original/asm-arm/ |
D | user.h | 45 unsigned char ftype[8]; member
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkChunkAlloc.h | 65 Block* newBlock(size_t bytes, AllocFailType ftype);
|
/external/skia/include/core/ |
D | SkChunkAlloc.h | 65 Block* newBlock(size_t bytes, AllocFailType ftype);
|
/external/valgrind/main/include/vki/ |
D | vki-arm-linux.h | 546 unsigned char ftype[8]; member
|
/external/kernel-headers/original/linux/ |
D | nfs_xdr.h | 535 u32 ftype; member
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 439 def ftype_visibility : Separate<["-"], "ftype-visibility">,
|