HomeSort by relevance Sort by last modified time
    Searched refs:ifs (Results 26 - 50 of 74) sorted by null

12 3

  /external/jetty/src/java/org/eclipse/jetty/jmx/
ObjectMBean.java 519 Class[] ifs = aClass.getInterfaces(); local
520 for (int i=0;ifs!=null && i<ifs.length;i++)
521 influences=findInfluences(influences,ifs[i]);
  /external/jetty/src/java/org/eclipse/jetty/util/ajax/
JSON.java 657 Class[] ifs = cls.getInterfaces(); local
659 while (convertor == null && ifs != null && i < ifs.length)
660 convertor = _convertors.get(ifs[i++].getName());
    [all...]
  /external/ppp/pppd/
sys-linux.c 1785 struct ifreq ifs[MAX_IFS]; local
1910 struct ifreq ifs[MAX_IFS]; local
    [all...]
  /external/dhcpcd-6.8.2/
ipv4.c 1030 int cmd, struct if_head *ifs, const char *ifname,
1038 if (ifs == NULL)
1039 ifs = ctx->ifaces;
1040 if (ifs == NULL) {
1048 if ((ifp = if_find(ifs, ifname)) == NULL)
dhcp6.c 3196 struct if_head *ifs; local
    [all...]
ipv6.c 917 int cmd, struct if_head *ifs, const char *ifname,
933 if (ifs == NULL)
934 ifs = ctx->ifaces;
935 if (ifs == NULL) {
939 TAILQ_FOREACH(ifp, ifs, next) {
    [all...]
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 365 public void setInterfaces(Class[] ifs) {
366 interfaces = ifs;
1023 Class[] ifs = clazz.getInterfaces(); local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 1726 struct wpa_supplicant *ifs; local
3166 struct wpa_supplicant *ifs; local
    [all...]
wpa_supplicant.c 5998 struct wpa_supplicant *ifs; local
    [all...]
p2p_supplicant.c 3702 struct wpa_supplicant *ifs; local
7838 struct wpa_supplicant *ifs; local
9138 struct wpa_supplicant *ifs; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 666 ClassType[] ifs local
668 return new ClassSignature(tp, superClass, ifs);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-raw-err.s 147 // CR[IFS]
148 mov cr.ifs = r11
149 mov r12 = cr.ifs
  /art/compiler/optimizing/
induction_var_analysis.cc 574 HIf* ifs = control->AsIf(); local
575 HBasicBlock* if_true = ifs->IfTrueSuccessor();
576 HBasicBlock* if_false = ifs->IfFalseSuccessor();
577 HInstruction* if_expr = ifs->InputAt(0);
    [all...]
  /external/selinux/policycoreutils/sepolicy/sepolicy/
__init__.py 451 ifs = interfaces.InterfaceSet()
452 ifs.from_file(fd)
453 methods = ifs.interfaces.keys()
  /external/avahi/avahi-ui/
avahi-ui.c 416 gchar *ifs; local
425 ifs = g_strdup_printf("%s %s", ifname, protocol == AVAHI_PROTO_INET ? "IPv4" : "IPv6");
445 SERVICE_COLUMN_PRETTY_IFACE, ifs,
449 g_free(ifs);
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 339 asdl_seq *ifs; member in struct:_comprehension
521 ifs, PyArena *arena);
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 339 asdl_seq *ifs; member in struct:_comprehension
521 ifs, PyArena *arena);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 339 asdl_seq *ifs; member in struct:_comprehension
521 ifs, PyArena *arena);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 339 asdl_seq *ifs; member in struct:_comprehension
521 ifs, PyArena *arena);
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pycodegen.py 577 for if_ in for_.ifs:
601 for if_ in for_.ifs:
625 for if_ in for_.ifs:
692 for if_ in for_.ifs:
    [all...]
symbols.py 259 for if_ in node.ifs:
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pycodegen.py 577 for if_ in for_.ifs:
601 for if_ in for_.ifs:
625 for if_ in for_.ifs:
692 for if_ in for_.ifs:
    [all...]
symbols.py 259 for if_ in node.ifs:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 577 for if_ in for_.ifs:
601 for if_ in for_.ifs:
625 for if_ in for_.ifs:
692 for if_ in for_.ifs:
    [all...]
symbols.py 259 for if_ in node.ifs:

Completed in 2578 milliseconds

12 3