Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 25 of 134) sorted by relevance

123456

/external/proguard/src/proguard/classfile/editor/
DInterfacesEditor.java58 int[] interfaces = targetClass.u2interfaces; in addInterface() local
61 if (interfaces.length <= interfacesCount) in addInterface()
65 System.arraycopy(interfaces, 0, newinterfaces, 0, interfacesCount); in addInterface()
66 interfaces = newinterfaces; in addInterface()
68 targetClass.u2interfaces = interfaces; in addInterface()
72 interfaces[interfacesCount] = interfaceConstantIndex; in addInterface()
87 int[] interfaces = targetClass.u2interfaces; in deleteInterface() local
92 interfaces[index] = interfaces[index + 1]; in deleteInterface()
96 interfaces[interfacesCount] = 0; in deleteInterface()
110 int[] interfaces = targetClass.u2interfaces; in findInterfaceIndex() local
[all …]
DClassEditor.java55 int[] interfaces = targetClass.u2interfaces; in addInterface() local
58 if (interfaces.length <= interfacesCount) in addInterface()
61 System.arraycopy(interfaces, 0, in addInterface()
64 interfaces = targetClass.u2interfaces; in addInterface()
73 interfaces[targetClass.u2interfacesCount++] = interfaceConstantIndex; in addInterface()
82 int[] interfaces = targetClass.u2interfaces; in removeInterface() local
87 System.arraycopy(interfaces, interfaceIndex+1, in removeInterface()
88 interfaces, interfaceIndex, in removeInterface()
92 interfaces[--targetClass.u2interfacesCount] = 0; in removeInterface()
103 int[] interfaces = targetClass.u2interfaces; in findInterfaceIndex() local
[all …]
DInterfaceSorter.java42 int[] interfaces = programClass.u2interfaces; in visitProgramClass() local
46 Arrays.sort(interfaces, 0, interfacesCount); in visitProgramClass()
53 int interfaceIndex = interfaces[index]; in visitProgramClass()
58 interfaces[newInterfacesCount++] = interfaceIndex; in visitProgramClass()
/external/dhcpcd/dhcpcd-hooks/
D20-resolv.conf14 local interfaces= header= search= srvs= servers= x=
17 interfaces=$(list_interfaces "${resolv_conf_dir}")
20 if [ -n "${interfaces}" ]; then
22 for x in ${interfaces}; do
28 key_get_value "search " ${interfaces})
33 key_get_value "nameserver " ${interfaces})
D50-ntp.conf20 local interfaces= header= srvs= servers= x=
23 interfaces=$(list_interfaces "${ntp_conf_dir}")
25 if [ -n "${interfaces}" ]; then
27 for x in ${interfaces}; do
33 key_get_value "server " ${interfaces})
/external/dhcpcd/
Ddhcpcd-run-hooks.in31 local x= interfaces=
34 interfaces="${interfaces}${interfaces:+ }${x##*/}"
36 echo "${interfaces}"
/external/bluetooth/bluez/gdbus/
Dobject.c42 GSList *interfaces; member
160 for (list = data->interfaces; list; list = list->next) { in generate_introspection_xml()
222 static struct interface_data *find_interface(GSList *interfaces, in find_interface() argument
230 for (list = interfaces; list; list = list->next) { in find_interface()
254 iface = find_interface(data->interfaces, interface); in generic_message()
400 iface = find_interface(data->interfaces, interface); in check_signal()
477 if (find_interface(data->interfaces, name)) in g_dbus_register_interface()
489 data->interfaces = g_slist_append(data->interfaces, iface); in g_dbus_register_interface()
513 iface = find_interface(data->interfaces, name); in g_dbus_unregister_interface()
517 data->interfaces = g_slist_remove(data->interfaces, iface); in g_dbus_unregister_interface()
/external/libffi/
Dlibtool-version19 # 4. If any interfaces have been added, removed, or changed since the
22 # 5. If any interfaces have been added since the last public release,
25 # 6. If any interfaces have been removed since the last public
/external/bluetooth/glib/docs/reference/
D.gitignore8 *.interfaces
/external/emma/core/java12/com/vladium/jcd/cls/
DIClassDefVisitor.java22 Object visit (IInterfaceCollection interfaces, Object ctx); in visit() argument
DAbstractClassDefVisitor.java48 public Object visit (final IInterfaceCollection interfaces, final Object ctx) in visit() argument
DClassDef.java310 final IInterfaceCollection interfaces = getInterfaces (); in computeSUID() local
311 final String [] ifcs = new String [interfaces.size ()]; in computeSUID()
317 … [i] = Types.vmNameToJavaName (((CONSTANT_Class_info) m_constants.get (interfaces.get (i))).getNam… in computeSUID()
/external/emma/core/java12/com/vladium/jcd/parser/
DClassDefParser.java119 interfaces (); in class_table()
205 void interfaces () throws IOException in interfaces() method in ClassDefParser.classParser
/external/webkit/JavaScriptCore/tests/mozilla/js1_6/
Dshell.js393 getService(Components.interfaces.nsIPrefService);
450 getService(Components.interfaces.nsIPrefService);
/external/dropbear/
DTODO14 - Binding to different interfaces
/external/zlib/contrib/pascal/
Dreadme.txt36 - Except for the callbacks, the zlib function interfaces are
42 - The gz* function interfaces are not translated, to avoid
/external/bluetooth/glib/
DREADME.commits46 external or private interfaces changed, what bugs were fixed (with bug
52 second newline, but that is not nice for the interfaces).
/external/grub/netboot/
Dsmc9000.c40 static const char *interfaces[ 2 ] = { "TP", "AUI" }; variable
474 if_string = interfaces[media - 1]; in smc9000_probe()
/external/apache-http/src/org/apache/commons/logging/impl/
DLogFactoryImpl.java1327 Class interfaces[] = badClass.getInterfaces(); in handleFlawedHierarchy() local
1328 for (int i = 0; i < interfaces.length; i++) { in handleFlawedHierarchy()
1329 if (logInterfaceName.equals(interfaces[i].getName())) { in handleFlawedHierarchy()
/external/libpcap/
DCHANGES116 fixes for ppp interfaces for freebsd 4.1
150 Added pcap_findalldevs() call to get list of interfaces in a MI way.
160 device for capturing on all interfaces. Cleans up promiscuous
166 an interface, to allow interfaces to be opened by interface name.
218 the list of interfaces is read as necessary in order to hold the
238 - Added support for Fore ATM interfaces (qaa and fa) under IRIX. Thanks
275 interfaces on multi-homed hosts. Thanks to Kevin Lai
/external/grub/
DREADME5 - provides fully-featured command line and graphical interfaces
/external/icu4c/samples/udata/
Dreadme.txt5 Using the low level ICU data handling interfaces (udata) to create
/external/wpa_supplicant/
DREADME362 driver interfaces (e.g., hostap, madwifi, ..) and which authentication
394 interfaces are included. Hermes driver interface needs to be downloaded
410 Following example includes all features and driver interfaces that are
539 wpa_supplicant can control multiple interfaces (radios) either by
543 start wpa_supplicant for two interfaces:
805 interface [ifname] = show interfaces/select interface
940 network interfaces. When used in this way, a global (i.e., per
942 network interfaces. Each network interface can then be configured
945 network interfaces and then add a network interface and configure a
/external/expat/
DMANIFEST10 amiga/include/interfaces/expat.h
Dconfigure.in42 dnl without changing or removing earlier interfaces), then increment LIBAGE.

123456