/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 {
|
/external/clang/test/SemaTemplate/ |
instantiate-function-2.cpp | 36 typedef void ftype(int); typedef in namespace:PR9654 39 ftype f;
|
/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/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
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 63 ftype RN 0 label 143 MOVNE ftype,#0 192 ;// Load Ftype( Escape Mode) value based on the two successive bits in the bitstream 196 MOVEQ ftype,#1 200 MOVEQ ftype,#3 201 MOVNE ftype,#2 211 CMP ftype,#3 ;// If ftype >=3 get perform Fixed Length Decoding (Escape Mode 3) 239 CMP ftype,#1 242 ;// ftype==1; Escape mode = [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 63 ftype RN 0 label 143 MOVNE ftype,#0 192 ;// Load Ftype( Escape Mode) value based on the two successive bits in the bitstream 196 MOVEQ ftype,#1 200 MOVEQ ftype,#3 201 MOVNE ftype,#2 211 CMP ftype,#3 ;// If ftype >=3 get perform Fixed Length Decoding (Escape Mode 3) 239 CMP ftype,#1 242 ;// 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
|
/bionic/libc/kernel/arch-arm/asm/ |
user.h | 39 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/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>);
|