Searched refs:ifv (Results 1 – 5 of 5) sorted by relevance
/external/selinux/sepolgen/src/sepolgen/ |
D | interfaces.py | 359 ifv = InterfaceVector() 360 ifv.name = fields[1] 370 ifv.params[param.name] = param 371 return ifv 373 ifv = None 377 if ifv: 378 self.add_ifv(ifv) 379 ifv = parse_ifv(line) 380 elif ifv: 383 ifv.add_av(av) [all …]
|
/external/selinux/sepolgen/tests/ |
D | test_interfaces.py | 272 for ifv in i2.interfaces.values(): 273 if ifv.name == "files_search_usr": 275 if ifv.name == "files_list_usr": 277 if ifv.name == "files_exec_usr_files":
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | fpintconv.ll | 14 define void @ifv() { 16 ; CHECK-LABEL: .ent ifv
|
/external/dhcpcd/ |
D | dhcpcd.c | 103 static char **ifv; variable 1313 if (strcmp(ifv[i], ifname) == 0) in handle_interface() 1551 reconf_reboot(1, ifc, ifv, 0); in handle_signal() 2124 ifv = argv + optind; in main() 2131 ifaces = discover_interfaces(ifc, ifv); in main() 2134 if (strcmp(iface->name, ifv[i]) == 0) in main() 2138 ifv[i]); in main()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1226 func (b Builder) CreateCondBr(ifv Value, thenb, elseb BasicBlock) (rv Value) { 1227 rv.C = C.LLVMBuildCondBr(b.C, ifv.C, thenb.C, elseb.C) 1663 func (b Builder) CreateSelect(ifv, thenv, elsev Value, name string) (v Value) { 1666 v.C = C.LLVMBuildSelect(b.C, ifv.C, thenv.C, elsev.C, cname)
|