HomeSort by relevance Sort by last modified time
    Searched refs:ftype (Results 51 - 75 of 85) sorted by null

1 23 4

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
register.h 158 Fst<A> *Convert(const Fst<A> &fst, const string &ftype) {
161 converter = registr->GetConverter(ftype);
164 LOG(ERROR) << "Fst::Convert: Unknown FST type \"" << ftype
  /external/chromium_org/v8/src/
flag-definitions.h 17 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
19 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \
25 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
32 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
38 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
39 { Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false },
40 #define FLAG_ALIAS(ftype, ctype, alias, nam) \
41 { Flag::TYPE_##ftype, #alias, &FLAG_##nam, &FLAGDEFAULT_##nam, \
58 #define FLAG_FULL(ftype, ctype, nam, def, cmt)
62 #define FLAG_READONLY(ftype, ctype, nam, def, cmt
    [all...]
codegen.cc 101 const char* ftype; local
106 ftype = "builtin";
110 ftype = "user-defined";
114 PrintF("[generating %s code for %s function: ", kind, ftype);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesf.h 109 NCursesFieldType* ftype; // Associated field type member in class:NCursesFormField
121 ftype(STATIC_CAST(NCursesFieldType*)(0))
133 ftype(STATIC_CAST(NCursesFieldType*)(0))
150 : field(rhs.field), ftype(rhs.ftype)
163 f->ftype = ftype;
177 f->ftype = ftype;
314 ftype = &f
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesf.h 109 NCursesFieldType* ftype; // Associated field type member in class:NCursesFormField
121 ftype(STATIC_CAST(NCursesFieldType*)(0))
133 ftype(STATIC_CAST(NCursesFieldType*)(0))
150 : field(rhs.field), ftype(rhs.ftype)
163 f->ftype = ftype;
177 f->ftype = ftype;
314 ftype = &f
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 81 enum ftype {
113 ftype type; /* file type */
nfs_prot.h 54 enum ftype { enum
65 typedef enum ftype ftype; typedef in typeref:enum:ftype
79 ftype type;
384 extern bool_t xdr_ftype (XDR *, ftype*);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.x 81 enum ftype {
113 ftype type; /* file type */
nfs_prot.h 54 enum ftype { enum
65 typedef enum ftype ftype; typedef in typeref:enum:ftype
79 ftype type;
384 extern bool_t xdr_ftype (XDR *, ftype*);
  /external/chromium_org/third_party/leveldatabase/src/db/
leveldb_main.cc 185 FileType ftype; local
186 if (!GuessType(fname, &ftype)) {
190 switch (ftype) {
  /external/javassist/src/main/javassist/tools/reflect/
Reflection.java 364 CtClass ftype = f.getType(); local
366 = CtNewMethod.wrapped(ftype, readPrefix + name,
374 writeParam[1] = ftype;
  /bionic/libc/include/sys/
user.h 197 unsigned char ftype[8];
  /development/ndk/platforms/android-L/include/sys/
user.h 201 unsigned char ftype[8];
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
user.h 201 unsigned char ftype[8];
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
user.h 201 unsigned char ftype[8];
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
user.h 201 unsigned char ftype[8];
  /frameworks/native/opengl/tools/glgen2/registry/
reg.py     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h 618 OMX_S16 ftype; member in struct:G711DEC_COMPONENT_PRIVATE
OMX_G711Decoder.h 544 OMX_S16 ftype; member in struct:G711DEC_COMPONENT_PRIVATE
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
allegrocl.swg 578 (defswig2 swig-defvar (name mangled-name &key type (ftype :unsigned-natural))
581 (ff:def-foreign-variable (,symbol ,mangled-name) :type ,ftype))))
  /external/valgrind/main/include/vki/
vki-arm-linux.h 551 unsigned char ftype[8]; member in struct:vki_user_fp
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
CodeEmitter.java 468 void emit_field(int opcode, Type ctype, String name, Type ftype) {
472 ftype.getDescriptor());
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c     [all...]
OMX_G711Dec_Utils.c 245 arr[8] = (OMX_S16)pComponentPrivate->ftype;
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 

Completed in 1034 milliseconds

1 23 4