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

1 2 3 4 5

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
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/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/google-benchmark/tools/gbench/
util.py 60 ftype = IT_Invalid
67 ftype = IT_Executable
69 ftype = IT_JSON
72 return ftype, err_msg
81 ftype, msg = classify_input_file(filename)
82 if ftype == IT_Invalid:
85 return ftype
153 ftype = check_input_file(filename)
154 if ftype == IT_JSON:
156 elif ftype == IT_Executable
    [all...]
  /external/libcxx/utils/google-benchmark/tools/gbench/
util.py 60 ftype = IT_Invalid
67 ftype = IT_Executable
69 ftype = IT_JSON
72 return ftype, err_msg
81 ftype, msg = classify_input_file(filename)
82 if ftype == IT_Invalid:
85 return ftype
153 ftype = check_input_file(filename)
154 if ftype == IT_JSON:
156 elif ftype == IT_Executable
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/tools/gbench/
util.py 60 ftype = IT_Invalid
67 ftype = IT_Executable
69 ftype = IT_JSON
72 return ftype, err_msg
81 ftype, msg = classify_input_file(filename)
82 if ftype == IT_Invalid:
85 return ftype
153 ftype = check_input_file(filename)
154 if ftype == IT_JSON:
156 elif ftype == IT_Executable
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
torgb.py 85 ftype = imghdr.what(fname)
93 if ftype == 'rgb':
95 if ftype is None or not table.has_key(ftype):
96 raise error, '%s: unsupported image file type %r' % (filename, ftype)
99 sts = table[ftype].copy(fname, temp)
  /external/python/cpython2/Lib/plat-irix6/
torgb.py 85 ftype = imghdr.what(fname)
93 if ftype == 'rgb':
95 if ftype is None or not table.has_key(ftype):
96 raise error, '%s: unsupported image file type %r' % (filename, ftype)
99 sts = table[ftype].copy(fname, temp)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bsddb185.py 34 ftype = whichdb.whichdb(dbfile)
35 self.assertNotEqual(ftype, "bsddb185")
  /external/python/cpython2/Lib/test/
test_bsddb185.py 34 ftype = whichdb.whichdb(dbfile)
35 self.assertNotEqual(ftype, "bsddb185")
  /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.27/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;
  /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 138 Class<?> ftype = field.getType(); local
139 type = (showType || ftype.isPrimitive()) ? ftype : Object.class;
140 signature = getClassSignature(ftype).intern();

Completed in 615 milliseconds

1 2 3 4 5