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

1 2

  /external/clang/test/SemaTemplate/
instantiate-function-2.cpp 39 typedef void ftype(int); typedef in namespace:PR9654
42 ftype f;
  /external/v8/src/
codegen.cc 89 const char* ftype; local
94 ftype = "builtin";
98 ftype = "user-defined";
103 PrintF("[generating %s code for %s function: %s]\n", kind, ftype,
  /libcore/ojluni/src/main/java/java/io/
ObjectStreamField.java 139 Class<?> ftype = field.getType(); local
140 type = (showType || ftype.isPrimitive()) ? ftype : Object.class;
141 signature = getClassSignature(ftype).intern();
ObjectStreamClass.java 829 Class<?> ftype = f.getType(); local
830 if (ftype != null && type.isAssignableFrom(ftype)) {
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
itbl-parse.y 139 field -> [','] ftype frange flags
143 ftype -> [ type | 'immed' | 'addr' ]
291 %type <num> number NUM ftype regtype pnum PNUM
333 ftype: label
336 DBGL2 (("ftype\n"));
352 ftype range flags
  /external/clang/test/CodeGenCXX/
linkage.cpp 124 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>);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 77 ftype RN 0 label
157 MOVNE ftype,#0
206 ;// Load Ftype( Escape Mode) value based on the two successive bits in the bitstream
210 MOVEQ ftype,#1
214 MOVEQ ftype,#3
215 MOVNE ftype,#2
225 CMP ftype,#3 ;// If ftype >=3 get perform Fixed Length Decoding (Escape Mode 3)
253 CMP ftype,#1
256 ;// ftype==1; Escape mode =
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 77 ftype RN 0 label
157 MOVNE ftype,#0
206 ;// Load Ftype( Escape Mode) value based on the two successive bits in the bitstream
210 MOVEQ ftype,#1
214 MOVEQ ftype,#3
215 MOVNE ftype,#2
225 CMP ftype,#3 ;// If ftype >=3 get perform Fixed Length Decoding (Escape Mode 3)
253 CMP ftype,#1
256 ;// ftype==1; Escape mode =
    [all...]
  /frameworks/native/opengl/tools/glgen/src/
CFunc.java 23 CType ftype; field in class:CFunc
49 public void setType(CType ftype) {
50 this.ftype = ftype;
54 return ftype;
108 String s = "Function " + fname + " returns " + ftype + ": ";
123 CType ftype = new CType(); local
126 ftype.setIsConst(true);
129 ftype.setBaseType(ftypeName);
133 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 + ": ";
  /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;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 84 int ftype = result[FILTER_TYPE]; local
106 (ftype & FILTER_IMAGE_ONLY) != 0,
107 (ftype & FILTER_IMAGE_ONLY) == 0 && ftypef == 0,
110 (ftype & FILTER_VIDEO_ONLY) != 0,
111 (ftype & FILTER_VIDEO_ONLY) == 0 && ftypef == 0,
114 ftype == 0, ftype != 0 && ftypef == 0, fcurrent == 0);
  /toolchain/binutils/binutils-2.25/binutils/
rdcoff.c 454 debug_type ftype;
457 ftype = parse_coff_type (abfd, symbols, types, this_coff_symno,
459 f = debug_make_field (dhandle, bfd_asymbol_name (sym), ftype,
453 debug_type ftype; local
stabs.c 903 debug_type ftype; local
905 ftype = debug_make_function_type (dhandle, dtype,
907 dtype = debug_make_pointer_type (dhandle, ftype);
    [all...]
ieee.c 1553 debug_type ftype; local
1694 debug_type ftype; local
2732 debug_type ftype; local
    [all...]
  /external/f2fs-tools/fsck/
fsck.c 194 enum FILE_TYPE ftype, enum NODE_TYPE ntype,
256 if ((ntype == TYPE_INODE && ftype == F2FS_FT_DIR) ||
257 (ntype == TYPE_XATTR && ftype == F2FS_FT_XATTR)) {
267 if (ftype != F2FS_FT_ORPHAN ||
314 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype,
323 if (sanity_check_nid(sbi, nid, node_blk, ftype, ntype, &ni))
327 fsck_chk_inode_blk(sbi, nid, ftype, node_blk, blk_cnt, &ni);
333 fsck_chk_dnode_blk(sbi, inode, nid, ftype, node_blk,
339 fsck_chk_idnode_blk(sbi, inode, ftype, node_blk,
345 fsck_chk_didnode_blk(sbi, inode, ftype, node_blk
673 enum FILE_TYPE ftype; local
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
FtpURLConnection.java 472 String ftype = guessContentTypeFromName(fullpath); local
473 if (ftype == null && is.markSupported()) {
474 ftype = guessContentTypeFromStream(is);
476 if (ftype != null) {
477 msgh.add("content-type", ftype);
  /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.15-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.8/sysroot/usr/include/rpcsvc/
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.15-4.8/sysroot/usr/include/rpcsvc/
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/opencv3/modules/imgproc/test/
test_imgwarp.cpp 1232 int ftype = CV_MAKETYPE(CV_32F,src0.channels()); local
1356 int ftype = CV_MAKETYPE(CV_32F,src0.channels()); local
    [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/valgrind/include/vki/
vki-arm-linux.h 557 unsigned char ftype[8]; member in struct:vki_user_fp

Completed in 1502 milliseconds

1 2