/external/proguard/src/proguard/classfile/editor/ |
D | InterfacesEditor.java | 58 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 …]
|
D | ClassEditor.java | 55 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 …]
|
D | InterfaceSorter.java | 42 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/ |
D | 20-resolv.conf | 14 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})
|
D | 50-ntp.conf | 20 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/ |
D | dhcpcd-run-hooks.in | 31 local x= interfaces= 34 interfaces="${interfaces}${interfaces:+ }${x##*/}" 36 echo "${interfaces}"
|
/external/bluetooth/bluez/gdbus/ |
D | object.c | 42 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/ |
D | libtool-version | 19 # 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 | .gitignore | 8 *.interfaces
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
D | IClassDefVisitor.java | 22 Object visit (IInterfaceCollection interfaces, Object ctx); in visit() argument
|
D | AbstractClassDefVisitor.java | 48 public Object visit (final IInterfaceCollection interfaces, final Object ctx) in visit() argument
|
D | ClassDef.java | 310 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/ |
D | ClassDefParser.java | 119 interfaces (); in class_table() 205 void interfaces () throws IOException in interfaces() method in ClassDefParser.classParser
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_6/ |
D | shell.js | 393 getService(Components.interfaces.nsIPrefService); 450 getService(Components.interfaces.nsIPrefService);
|
/external/dropbear/ |
D | TODO | 14 - Binding to different interfaces
|
/external/zlib/contrib/pascal/ |
D | readme.txt | 36 - Except for the callbacks, the zlib function interfaces are 42 - The gz* function interfaces are not translated, to avoid
|
/external/bluetooth/glib/ |
D | README.commits | 46 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/ |
D | smc9000.c | 40 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/ |
D | LogFactoryImpl.java | 1327 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/ |
D | CHANGES | 116 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/ |
D | README | 5 - provides fully-featured command line and graphical interfaces
|
/external/icu4c/samples/udata/ |
D | readme.txt | 5 Using the low level ICU data handling interfaces (udata) to create
|
/external/wpa_supplicant/ |
D | README | 362 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/ |
D | MANIFEST | 10 amiga/include/interfaces/expat.h
|
D | configure.in | 42 dnl without changing or removing earlier interfaces), then increment LIBAGE.
|