HomeSort by relevance Sort by last modified time
    Searched full:interfaceset (Results 1 - 12 of 12) sorted by null

  /external/selinux/sepolgen/tests/
test_interfaces.py 202 i = interfaces.InterfaceSet()
227 i = interfaces.InterfaceSet()
262 i = interfaces.InterfaceSet()
268 i2 = interfaces.InterfaceSet()
test_matching.py 134 i = interfaces.InterfaceSet()
  /external/selinux/policycoreutils/audit2allow/
sepolgen-ifgen 142 if_set = interfaces.InterfaceSet(output=log)
audit2allow 195 ifs = interfaces.InterfaceSet()
audit2why 195 ifs = interfaces.InterfaceSet()
  /libcore/ojluni/src/main/java/java/net/
MulticastSocket.java 90 private boolean interfaceSet;
315 if (!interfaceSet && defaultInterface != null) {
469 interfaceSet = true;
552 interfaceSet = true;
  /cts/tests/signature/src/android/signature/cts/
JDiffClassDescription.java 875 Set<String> interFaceSet = new HashSet<String>();
878 interFaceSet.add(c.getCanonicalName());
882 if (!interFaceSet.contains(inter)) {
    [all...]
  /libcore/ojluni/src/main/java/java/lang/reflect/
Proxy.java 403 Set<Class<?>> interfaceSet = new HashSet<>();
433 if (interfaceSet.contains(interfaceClass)) {
437 interfaceSet.add(interfaceClass);
    [all...]
  /external/guava/guava/src/com/google/common/reflect/
TypeToken.java 555 return new InterfaceSet(this);
590 private final class InterfaceSet extends TypeSet {
595 InterfaceSet(TypeSet allTypes) {
    [all...]
  /external/selinux/sepolgen/src/sepolgen/
interfaces.py 332 class InterfaceSet:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
interfaces.py 332 class InterfaceSet:
  /external/selinux/policycoreutils/sepolicy/sepolicy/
__init__.py 451 ifs = interfaces.InterfaceSet()

Completed in 173 milliseconds