Home
last modified time | relevance | path

Searched refs:ftype (Results 1 – 25 of 46) sorted by relevance

12

/external/google-benchmark/tools/gbench/
Dutil.py60 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:
/external/libcxx/utils/google-benchmark/tools/gbench/
Dutil.py60 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:
/external/python/cpython2/Lib/
Dtoaiff.py90 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/f2fs-tools/fsck/
Dfsck.c333 static int __check_inode_mode(u32 nid, enum FILE_TYPE ftype, u32 mode) in __check_inode_mode() argument
335 if (ftype >= F2FS_FT_MAX) in __check_inode_mode()
337 if (S_ISLNK(mode) && ftype != F2FS_FT_SYMLINK) in __check_inode_mode()
339 if (S_ISREG(mode) && ftype != F2FS_FT_REG_FILE) in __check_inode_mode()
341 if (S_ISDIR(mode) && ftype != F2FS_FT_DIR) in __check_inode_mode()
343 if (S_ISCHR(mode) && ftype != F2FS_FT_CHRDEV) in __check_inode_mode()
345 if (S_ISBLK(mode) && ftype != F2FS_FT_BLKDEV) in __check_inode_mode()
347 if (S_ISFIFO(mode) && ftype != F2FS_FT_FIFO) in __check_inode_mode()
349 if (S_ISSOCK(mode) && ftype != F2FS_FT_SOCK) in __check_inode_mode()
353 ASSERT_MSG("mismatch i_mode [0x%x] [0x%x vs. 0x%x]", nid, ftype, mode); in __check_inode_mode()
[all …]
/external/python/cpython2/Lib/plat-irix6/
Dtorgb.py85 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-irix5/
Dtorgb.py85 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/selinux/gui/
DfcontextPage.py174 ftype = store.get_value(iter, FTYPE_COL)
176 …tatusoutput("semanage fcontext -d -f '%s' '%s'" % (seobject.file_type_str_to_option[ftype], fspec))
192 ftype = list_model.get_value(it, 0)
194 …context -a -t %s -r %s -f '%s' '%s'" % (type, mls, seobject.file_type_str_to_option[ftype], fspec))
202 self.store.set_value(iter, FTYPE_COL, ftype)
211 ftype = list_model.get_value(iter, 0)
213 …context -m -t %s -r %s -f '%s' '%s'" % (type, mls, seobject.file_type_str_to_option[ftype], fspec))
221 self.store.set_value(iter, FTYPE_COL, ftype)
/external/clang/test/CodeGen/
Dblocks.c30 typedef double ftype(double); typedef
33 ftype ^test2 = ^ftype {
/external/clang/test/CodeGenCXX/
Dlinkage.cpp124 typedef S(*ftype)(); in g() typedef
125 return reinterpret_cast<void *>(f<ftype>); in g()
141 typedef S(*ftype)(I * x); in g() typedef
142 return reinterpret_cast<void *>(f<ftype>); in g()
/external/v8/src/
Dflag-definitions.h26 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
28 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument
35 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
38 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
46 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
52 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
53 { Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false } \
55 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ argument
57 Flag::TYPE_##ftype, #alias, &FLAG_##nam, &FLAGDEFAULT_##nam, \
76 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument
[all …]
Dcodegen.cc93 const char* ftype; in MakeCodePrologue() local
97 ftype = "builtin"; in MakeCodePrologue()
100 ftype = "user-defined"; in MakeCodePrologue()
105 PrintF("[generating %s code for %s function: %s]\n", kind, ftype, in MakeCodePrologue()
/external/vulkan-validation-layers/scripts/
Dreg.py556 def generateFeature(self, fname, ftype, dictionary): argument
566 self.gen.logMsg('diag', '*** Skipping', ftype, fname, '(not required)')
569 self.gen.logMsg('diag', '*** Skipping', ftype, fname, '(already declared)')
582 if (ftype == 'type'):
609 elif (ftype == 'command'):
616 elif (ftype == 'enum'):
620 self.gen.logMsg('diag', '*** Emitting', ftype, 'decl for', fname)
623 self.gen.logMsg('diag', '*** Skipping', ftype, fname,
/external/python/cpython2/Lib/test/
Dtest_bsddb185.py34 ftype = whichdb.whichdb(dbfile)
35 self.assertNotEqual(ftype, "bsddb185")
/external/clang/test/SemaTemplate/
Dinstantiate-function-2.cpp39 typedef void ftype(int); typedef
42 ftype f;
/external/curl/tests/
Ddirectories.pm202 my $ftype = $file{'type'} ? $file{'type'} : "-";
215 push(@contentlist, "$ftype$fperm $fhlink $fuser $fgroup $fsize $ftime $file{'name'}$eol");
/external/javassist/src/main/javassist/tools/reflect/
DReflection.java364 CtClass ftype = f.getType(); in processFields() local
366 = CtNewMethod.wrapped(ftype, readPrefix + name, in processFields()
374 writeParam[1] = ftype; in processFields()
/external/selinux/python/semanage/
Dseobject.py2360 def __add(self, target, type, ftype="", serange="", seuser="system_u"): argument
2372 (rc, k) = semanage_fcontext_key_create(self.sh, target, file_types[ftype])
2408 semanage_fcontext_set_type(fcontext, file_types[ftype])
2422 …s:%s" % (audit.audit_encode_nv_string("tglob", target, 0), ftype_to_audit[ftype], seuser, "object_…
2424 def add(self, target, type, ftype="", serange="", seuser="system_u"): argument
2426 self.__add(target, type, ftype, serange, seuser)
2429 def __modify(self, target, setype, ftype, serange, seuser): argument
2437 (rc, k) = semanage_fcontext_key_create(self.sh, target, file_types[ftype])
2489 …s:%s" % (audit.audit_encode_nv_string("tglob", target, 0), ftype_to_audit[ftype], seuser, "object_…
2491 def modify(self, target, setype, ftype, serange, seuser): argument
[all …]
/external/selinux/python/sepolicy/sepolicy/
D__init__.py575 ftype = trans_file_type_str[rec[1]]
577 ftype = "a"
579 local_files.append((rec[0], ftype))
607 ftype = trans_file_type_str[rec[1]]
609 ftype = "a"
615 fcdict[t] = {"regex": [rec[0]], "ftype": ftype}
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/cfg80211_rx_mlme_mgmt/
Dformat13 print fmt: "netdev:%s(%d), ftype:0x%.2x", REC->name, REC->ifindex, __le16_to_cpup((__le16 *)__get_d…
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/cfg80211_rx_unprot_mlme_mgmt/
Dformat13 print fmt: "netdev:%s(%d), ftype:0x%.2x", REC->name, REC->ifindex, __le16_to_cpup((__le16 *)__get_d…
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/cfg80211_tx_mlme_mgmt/
Dformat13 print fmt: "netdev:%s(%d), ftype:0x%.2x", REC->name, REC->ifindex, __le16_to_cpup((__le16 *)__get_d…
/external/swiftshader/third_party/subzero/pydir/
Dsz_driver.py19 ).format(ftype=subs[func]['sig'][0],
/external/python/cpython3/Modules/_ctypes/
Dstgdict.c201 PyObject *fname, *ftype, *bits; in MakeFields() local
205 if (!PyArg_ParseTuple(pair, "OO|O", &fname, &ftype, &bits)) { in MakeFields()
/external/python/cpython2/Modules/_ctypes/
Dstgdict.c205 PyObject *fname, *ftype, *bits; in MakeFields() local
209 if (!PyArg_ParseTuple(pair, "OO|O", &fname, &ftype, &bits)) { in MakeFields()
/external/python/cpython3/Python/
Dfileutils.c1460 DWORD ftype; in _Py_dup() local
1477 ftype = GetFileType(handle); in _Py_dup()
1490 if (ftype != FILE_TYPE_CHAR) { in _Py_dup()

12