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

1 2 3 4

  /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 + ": ";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
toaiff.py 90 ftype = sndhdr.whathdr(fname)
91 if ftype:
92 ftype = ftype[0] # All we're interested in
100 if ftype == 'aiff':
102 if ftype is None or not ftype in table:
103 raise error, '%s: unsupported audio file type %r' % (filename, ftype)
107 sts = table[ftype].copy(fname, temp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
toaiff.py 90 ftype = sndhdr.whathdr(fname)
91 if ftype:
92 ftype = ftype[0] # All we're interested in
100 if ftype == 'aiff':
102 if ftype is None or not ftype in table:
103 raise error, '%s: unsupported audio file type %r' % (filename, ftype)
107 sts = table[ftype].copy(fname, temp)
  /external/clang/test/CodeGen/
blocks.c 30 typedef double ftype(double);
33 ftype ^test2 = ^ftype {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py 34 ftype = whichdb.whichdb(dbfile)
35 self.assertNotEqual(ftype, "bsddb185")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py 34 ftype = whichdb.whichdb(dbfile)
35 self.assertNotEqual(ftype, "bsddb185")
  /external/f2fs-tools/fsck/
fsck.c 177 enum FILE_TYPE ftype, enum NODE_TYPE ntype,
239 if ((ntype == TYPE_INODE && ftype == F2FS_FT_DIR) ||
240 (ntype == TYPE_XATTR && ftype == F2FS_FT_XATTR)) {
250 if (ftype != F2FS_FT_ORPHAN ||
297 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype,
306 if (sanity_check_nid(sbi, nid, node_blk, ftype, ntype, &ni))
310 fsck_chk_inode_blk(sbi, nid, ftype, node_blk, blk_cnt, &ni);
316 fsck_chk_dnode_blk(sbi, inode, nid, ftype, node_blk,
320 fsck_chk_idnode_blk(sbi, inode, ftype, node_blk,
324 fsck_chk_didnode_blk(sbi, inode, ftype, node_blk
628 enum FILE_TYPE ftype; local
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkChunkAlloc.h 65 Block* newBlock(size_t bytes, AllocFailType ftype);
  /external/chromium_org/third_party/skia/src/core/
SkChunkAlloc.cpp 72 SkChunkAlloc::Block* SkChunkAlloc::newBlock(size_t bytes, AllocFailType ftype) {
79 ftype == kThrow_AllocFailType ? SK_MALLOC_THROW : 0);
94 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) {
102 block = this->newBlock(bytes, ftype);
  /external/skia/include/core/
SkChunkAlloc.h 65 Block* newBlock(size_t bytes, AllocFailType ftype);
  /external/skia/src/core/
SkChunkAlloc.cpp 72 SkChunkAlloc::Block* SkChunkAlloc::newBlock(size_t bytes, AllocFailType ftype) {
79 ftype == kThrow_AllocFailType ? SK_MALLOC_THROW : 0);
94 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) {
102 block = this->newBlock(bytes, ftype);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /external/clang/test/SemaTemplate/
instantiate-function-2.cpp 36 typedef void ftype(int); typedef in namespace:PR9654
39 ftype f;
  /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...]
  /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);
  /external/openfst/src/include/fst/
register.h 118 Fst<A> *Convert(const Fst<A> &fst, const string &ftype) {
121 converter = registr->GetConverter(ftype);
124 LOG(ERROR) << "Fst::Convert: Unknown FST type \"" << ftype
  /development/ndk/platforms/android-3/arch-arm/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /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>);

Completed in 2510 milliseconds

1 2 3 4