/external/f2fs-tools/fsck/ |
D | fsck.c | 194 enum FILE_TYPE ftype, enum NODE_TYPE ntype, in sanity_check_nid() argument 256 if ((ntype == TYPE_INODE && ftype == F2FS_FT_DIR) || in sanity_check_nid() 257 (ntype == TYPE_XATTR && ftype == F2FS_FT_XATTR)) { in sanity_check_nid() 267 if (ftype != F2FS_FT_ORPHAN || in sanity_check_nid() 314 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype, in fsck_chk_node_blk() argument 323 if (sanity_check_nid(sbi, nid, node_blk, ftype, ntype, &ni)) in fsck_chk_node_blk() 327 fsck_chk_inode_blk(sbi, nid, ftype, node_blk, blk_cnt, &ni); in fsck_chk_node_blk() 333 fsck_chk_dnode_blk(sbi, inode, nid, ftype, node_blk, in fsck_chk_node_blk() 339 fsck_chk_idnode_blk(sbi, inode, ftype, node_blk, in fsck_chk_node_blk() 345 fsck_chk_didnode_blk(sbi, inode, ftype, node_blk, in fsck_chk_node_blk() [all …]
|
/external/selinux/policycoreutils/gui/ |
D | 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 …etstatusoutput("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 …mmands.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/ |
D | SkChunkAlloc.cpp | 118 SkChunkAlloc::Block* SkChunkAlloc::newBlock(size_t bytes, AllocFailType ftype) { in newBlock() argument 125 ftype == kThrow_AllocFailType ? SK_MALLOC_THROW : 0); in newBlock() 139 SkChunkAlloc::Block* SkChunkAlloc::addBlockIfNecessary(size_t bytes, AllocFailType ftype) { in addBlockIfNecessary() argument 143 Block* block = this->newBlock(bytes, ftype); in addBlockIfNecessary() 160 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) { in alloc() argument 165 Block* block = this->addBlockIfNecessary(bytes, ftype); in alloc()
|
/external/clang/test/CodeGen/ |
D | blocks.c | 30 typedef double ftype(double); typedef 33 ftype ^test2 = ^ftype {
|
/external/clang/test/CodeGenCXX/ |
D | linkage.cpp | 124 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/ |
D | flag-definitions.h | 26 #define FLAG_FULL(ftype, ctype, nam, def, cmt) extern ctype FLAG_##nam; argument 27 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument 33 #define FLAG_FULL(ftype, ctype, nam, def, cmt) ctype FLAG_##nam = def; argument 39 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 45 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 46 { Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false } \ 48 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ argument 50 Flag::TYPE_##ftype, #alias, &FLAG_##nam, &FLAGDEFAULT_##nam, \ 69 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument 73 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument [all …]
|
D | codegen.cc | 91 const char* ftype; in MakeCodePrologue() local 96 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/skia/include/core/ |
D | SkChunkAlloc.h | 72 Block* newBlock(size_t bytes, AllocFailType ftype); 73 Block* addBlockIfNecessary(size_t bytes, AllocFailType ftype);
|
/external/clang/test/SemaTemplate/ |
D | instantiate-function-2.cpp | 39 typedef void ftype(int); typedef 42 ftype f;
|
/external/vulkan-validation-layers/ |
D | reg.py | 492 def generateFeature(self, fname, ftype, dictionary): argument 502 self.gen.logMsg('diag', '*** Skipping', ftype, fname, '(not required)') 505 self.gen.logMsg('diag', '*** Skipping', ftype, fname, '(already declared)') 518 if (ftype == 'type'): 545 elif (ftype == 'command'): 552 elif (ftype == 'enum'): 556 self.gen.logMsg('diag', '*** Emitting', ftype, 'decl for', fname) 559 self.gen.logMsg('diag', '*** Skipping', ftype, fname,
|
/external/curl/tests/ |
D | directories.pm | 202 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/ |
D | Reflection.java | 364 CtClass ftype = f.getType(); in processFields() local 366 = CtNewMethod.wrapped(ftype, readPrefix + name, in processFields() 374 writeParam[1] = ftype; in processFields()
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | __init__.py | 280 ftype = trans_file_type_str[rec[1]] 282 ftype = "a" 284 local_files.append((rec[0], ftype)) 311 ftype = trans_file_type_str[rec[1]] 313 ftype = "a" 319 fcdict[t] = {"regex": [rec[0]], "ftype": ftype}
|
D | gui.py | 1541 ftype = self.executable_files_liststore.get_value(iter, 1) 1543 self.combo_set_active_text(self.files_type_combobox, ftype) 1606 ftype = self.more_types_files_liststore.get_value(iter, 0) 1607 self.combo_set_active_text(self.files_type_combobox, ftype) 1886 def init_modified_files_liststore(self, tree, app, ipage, operation, path, fclass, ftype): argument 1889 tree.set_value(iter, 1, ftype) 2715 def init_dictionary(self, dic, app, ipage, operation, p, q, ftype, mls, changed, old): argument 2719 … dic[app, ipage, operation][p, q] = {'type': ftype, 'mls': mls, 'changed': changed, 'old': old}
|
/external/opencv3/modules/imgproc/test/ |
D | test_filter.cpp | 1307 int ftype = CV_32FC1; in test_cornerEigenValsVecs() local 1308 double kernel_scale = type != ftype ? 1./255 : 1; in test_cornerEigenValsVecs() 1313 cvtest::filter2D( src, dx2, ftype, kernel*kernel_scale, anchor, 0, BORDER_REPLICATE ); in test_cornerEigenValsVecs() 1315 cvtest::filter2D( src, dy2, ftype, kernel*kernel_scale, anchor, 0, BORDER_REPLICATE ); in test_cornerEigenValsVecs() 1341 cvtest::filter2D( dx2, dx2, ftype, kernel, anchor, 0, BORDER_REPLICATE ); in test_cornerEigenValsVecs() 1342 cvtest::filter2D( dy2, dy2, ftype, kernel, anchor, 0, BORDER_REPLICATE ); in test_cornerEigenValsVecs() 1343 cvtest::filter2D( dxdy, dxdy, ftype, kernel, anchor, 0, BORDER_REPLICATE ); in test_cornerEigenValsVecs() 1518 int type = src.type(), ftype = CV_32FC1; in prepare_to_validation() local 1521 double kernel_scale = type != ftype ? 1./255 : 1.; in prepare_to_validation() 1526 cvtest::filter2D(src, dx, ftype, kernel*kernel_scale, anchor, 0, BORDER_REPLICATE); in prepare_to_validation() [all …]
|
D | test_imgwarp.cpp | 1232 int ftype = CV_MAKETYPE(CV_32F,src0.channels()); in prepare_to_validation() local 1239 dst.create(dst0.size(), ftype); in prepare_to_validation() 1356 int ftype = CV_MAKETYPE(CV_32F,src0.channels()); in prepare_to_validation() local 1364 dst.create(dst0.size(), ftype); in prepare_to_validation()
|
/external/selinux/policycoreutils/semanage/ |
D | seobject.py | 1823 def __add(self, target, type, ftype="", serange="", seuser="system_u"): argument 1835 (rc, k) = semanage_fcontext_key_create(self.sh, target, file_types[ftype]) 1871 semanage_fcontext_set_type(fcontext, file_types[ftype]) 1882 def add(self, target, type, ftype="", serange="", seuser="system_u"): argument 1884 self.__add(target, type, ftype, serange, seuser) 1887 def __modify(self, target, setype, ftype, serange, seuser): argument 1895 (rc, k) = semanage_fcontext_key_create(self.sh, target, file_types[ftype]) 1942 def modify(self, target, setype, ftype, serange, seuser): argument 1944 self.__modify(target, setype, ftype, serange, seuser) 1956 ftype = semanage_fcontext_get_type(fcontext) [all …]
|
D | semanage | 363 OBJECT.add(args.file_spec, args.type, args.ftype, args.range, args.seuser) 368 OBJECT.modify(args.file_spec, args.type, args.ftype, args.range, args.seuser) 373 OBJECT.delete(args.file_spec, args.ftype)
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
D | CodeEmitter.java | 468 void emit_field(int opcode, Type ctype, String name, Type ftype) { in emit_field() argument 472 ftype.getDescriptor()); in emit_field()
|
/external/valgrind/include/vki/ |
D | vki-arm-linux.h | 557 unsigned char ftype[8]; member
|
/external/selinux/libsemanage/src/ |
D | pywrap-test.py | 622 ftype = semanage.semanage_fcontext_get_type(fcon) 623 print "SEFContext type set: ", semanage.semanage_fcontext_get_type_str(ftype)
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 545 def ftype_visibility : Separate<["-"], "ftype-visibility">,
|
/external/guice/lib/build/ |
D | cglib-3.1.jar | META-INF/
META-INF/MANIFEST.MF
net/
net/sf/
net/ ... |
/external/guice/extensions/persist/lib/ |
D | cglib-nodep-3.0.jar | META-INF/MANIFEST.MF
LICENSE
NOTICE
net/sf/cglib/beans/BeanCopier$ ... |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |