HomeSort by relevance Sort by last modified time
    Searched refs:ftype (Results 1 - 25 of 25) sorted by null

  /frameworks/base/opengl/tools/glgen/src/
CFunc.java 23 CType ftype; field in class:CFunc
48 public void setType(CType ftype) {
49 this.ftype = ftype;
53 return ftype;
100 String s = "Function " + fname + " returns " + ftype + ": ";
115 CType ftype = new CType(); local
118 ftype.setIsConst(true);
121 ftype.setBaseType(ftypeName);
125 ftype.setIsPointer(true)
    [all...]
JFunc.java 25 JType ftype; field in class:JFunc
52 public void setType(JType ftype) {
53 this.ftype = ftype;
57 return ftype;
159 String s = "Function " + fname + " returns " + ftype + ": ";
  /bionic/libc/kernel/arch-arm/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /development/ndk/platforms/android-3/arch-arm/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /external/kernel-headers/original/asm-arm/
user.h 45 unsigned char ftype[8]; member in struct:user_fp
  /external/skia/include/core/
SkChunkAlloc.h 66 Block* newBlock(size_t bytes, AllocFailType ftype);
  /external/skia/src/core/
SkChunkAlloc.cpp 80 SkChunkAlloc::Block* SkChunkAlloc::newBlock(size_t bytes, AllocFailType ftype) {
91 ftype == kThrow_AllocFailType ? SK_MALLOC_THROW : 0);
103 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) {
109 block = this->newBlock(bytes, ftype);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /external/v8/src/
flag-definitions.h 40 #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) \
50 #define FLAG_READONLY(ftype, ctype, nam, def, cmt)
56 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
58 #define FLAG_READONLY(ftype, ctype, nam, def, cmt)
64 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
65 { Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false },
66 #define FLAG_READONLY(ftype, ctype, nam, def, cmt)
codegen.cc 153 const char* ftype; local
159 ftype = "builtin";
164 ftype = "user-defined";
168 PrintF("*** Generate code for %s function: ", ftype);
  /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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.x 83 enum ftype {
115 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/qemu/target-arm/
helper.c     [all...]
  /external/bluetooth/glib/gobject/
gtype.c 379 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,
492 g_assert ((ftype & TYPE_ID_MASK) == 0);
493 g_assert (ftype <= G_TYPE_FUNDAMENTAL_MAX);
495 if (ftype >> G_TYPE_FUNDAMENTAL_SHIFT == static_fundamental_next
    [all...]
  /external/bluetooth/glib/gio/tests/
live-g-file.c 294 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);
    [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
  /external/kernel-headers/original/linux/
nfs_xdr.h 535 u32 ftype; member in struct:nfs4_create_arg
  /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...]

Completed in 966 milliseconds