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

1 2 3 4 5 6

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 {
  /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/skia/include/core/
SkChunkAlloc.h 72 Block* newBlock(size_t bytes, AllocFailType ftype);
73 Block* addBlockIfNecessary(size_t bytes, AllocFailType ftype);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bsddb185.py 34 ftype = whichdb.whichdb(dbfile)
35 self.assertNotEqual(ftype, "bsddb185")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bsddb185.py 34 ftype = whichdb.whichdb(dbfile)
35 self.assertNotEqual(ftype, "bsddb185")
  /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")
  /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/SemaTemplate/
instantiate-function-2.cpp 39 typedef void ftype(int); typedef in namespace:PR9654
42 ftype f;
  /external/v8/build/android/pylib/utils/
proguard.py 106 def __init__(self, name, ftype, depth):
109 self.ftype = ftype
185 if self._annotation_stack[-1].ftype == _ELEMENT_ARRAY:
201 field.ref = constructors[field.ftype]()
214 assert parent.ftype in [_ELEMENT_ARRAY, _ELEMENT_ANNOTATION]
216 if type(value) is str and not field.ftype == _ELEMENT_PRIMITIVE:
221 if parent.ftype == _ELEMENT_ARRAY and field.name >= len(parent.ref):
  /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...]
  /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...]
  /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/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>);
  /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();
  /external/selinux/policycoreutils/gui/
fcontextPage.py 178 ftype = store.get_value(iter, FTYPE_COL)
180 (rc, out) = commands.getstatusoutput("semanage fcontext -d -f '%s' '%s'" % (ftype, fspec))
191 ftype = ["", "--", "-d", "-c", "-b", "-s", "-l", "-p"]
198 (rc, out) = commands.getstatusoutput("semanage fcontext -a -t %s -r %s -f '%s' '%s'" % (type, mls, ftype[active], fspec))
206 self.store.set_value(iter, FTYPE_COL, ftype)
215 ftype = list_model.get_value(iter, 0)
217 (rc, out) = commands.getstatusoutput("semanage fcontext -m -t %s -r %s -f '%s' '%s'" % (type, mls, ftype, fspec))
225 self.store.set_value(iter, FTYPE_COL, ftype)
  /external/skia/src/core/
SkChunkAlloc.cpp 118 SkChunkAlloc::Block* SkChunkAlloc::newBlock(size_t bytes, AllocFailType ftype) {
125 ftype == kThrow_AllocFailType ? SK_MALLOC_THROW : 0);
139 SkChunkAlloc::Block* SkChunkAlloc::addBlockIfNecessary(size_t bytes, AllocFailType ftype) {
143 Block* block = this->newBlock(bytes, ftype);
160 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) {
165 Block* block = this->addBlockIfNecessary(bytes, ftype);
  /external/curl/tests/
directories.pm 202 my $ftype = $file{'type'} ? $file{'type'} : "-";
215 push(@contentlist, "$ftype$fperm $fhlink $fuser $fgroup $fsize $ftime $file{'name'}$eol");
  /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...]

Completed in 613 milliseconds

1 2 3 4 5 6