/external/dhcpcd/dhcpcd-hooks/ |
D | 95-configured | 3 # know that setting up the interface is complete. 6 setprop dhcp.${interface}.reason "${reason}" 10 setprop dhcp.${interface}.ipaddress "${new_ip_address}" 11 setprop dhcp.${interface}.gateway "${new_routers%% *}" 12 setprop dhcp.${interface}.mask "${new_subnet_mask}" 13 setprop dhcp.${interface}.leasetime "${new_dhcp_lease_time}" 14 setprop dhcp.${interface}.server "${new_dhcp_server_identifier}" 16 setprop dhcp.${interface}.result "ok" 20 setprop dhcp.${interface}.result "failed" 24 setprop dhcp.${interface}.result "released"
|
D | 20-resolv.conf | 13 local cf="/etc/resolv.conf.${interface}" 78 printf "${conf}" | resolvconf -a "${interface}" 82 if [ -e "${resolv_conf_dir}/${interface}" ]; then 83 rm -f "${resolv_conf_dir}/${interface}" 88 printf "${conf}" > "${resolv_conf_dir}/${interface}" 95 resolvconf -d "${interface}" -f 97 if [ -e "${resolv_conf_dir}/${interface}" ]; then 98 rm -f "${resolv_conf_dir}/${interface}"
|
/external/webkit/WebCore/bindings/objc/ |
D | PublicDOMInterfaces.h | 33 @interface DOMAttr : DOMNode WEBKIT_VERSION_1_3 41 @interface DOMCDATASection : DOMText WEBKIT_VERSION_1_3 44 @interface DOMCharacterData : DOMNode WEBKIT_VERSION_1_3 58 @interface DOMComment : DOMCharacterData WEBKIT_VERSION_1_3 61 @interface DOMImplementation : DOMObject WEBKIT_VERSION_1_3 73 @interface DOMAbstractView : DOMObject WEBKIT_VERSION_1_3 77 @interface DOMDocument : DOMNode WEBKIT_VERSION_1_3 137 @interface DOMDocumentFragment : DOMNode WEBKIT_VERSION_1_3 140 @interface DOMDocumentType : DOMNode WEBKIT_VERSION_1_3 149 @interface DOMElement : DOMNode WEBKIT_VERSION_1_3 [all …]
|
D | DOMPrivate.h | 64 @interface DOMNode (DOMNodeExtensionsPendingPublic) 70 @interface DOMRGBColor (WebPrivate) 76 @interface DOMRange (WebPrivate) 80 @interface DOMRange (DOMRangeExtensions) 85 @interface DOMElement (WebPrivate) 94 @interface DOMCSSStyleDeclaration (WebPrivate) 99 @interface DOMHTMLDocument (WebPrivate) 108 @interface DOMHTMLInputElement (FormsAutoFillTransition) 118 @interface DOMHTMLInputElement (FormPromptAdditions) 122 @interface DOMHTMLTextAreaElement (FormPromptAdditions) [all …]
|
/external/webkit/WebCore/bindings/scripts/ |
D | CodeGenerator.pm | 144 my $interface = $object->StripModule($_); 151 $object->ScanDirectory("$interface.idl", $_, $_, 0) if ($foundFilename eq ""); 155 … print " | |> Parsing parent IDL \"$foundFilename\" for interface \"$interface\"\n" if $verbose; 178 die("Could NOT find specified parent interface \"$interface\"!\n"); 198 my $interface = $object->StripModule($_); 199 if ($interface eq "EventTargetNode") { 200 $interface = "Node"; 208 $object->ScanDirectory("${interface}.idl", $_, $_, 0) if $foundFilename eq ""; 211 die("Could NOT find specified parent interface \"$interface\"!\n") if $foundFilename eq ""; 213 … print " | |> Parsing parent IDL \"$foundFilename\" for interface \"$interface\"\n" if $verbose; [all …]
|
/external/webkit/WebKit/win/Interfaces/ |
D | DOMCore.idl | 32 interface IWebScriptObject; 33 interface IDOMNodeList; 34 interface IDOMNamedNodeMap; 35 interface IDOMDocumentType; 36 interface IDOMElement; 37 interface IDOMDocumentFragment; 38 interface IDOMText; 39 interface IDOMComment; 40 interface IDOMCDATASection; 41 interface IDOMProcessingInstruction; [all …]
|
D | DOMCSS.idl | 33 interface IDOMObject; 34 interface IDOMCSSValue; 35 interface IDOMCSSStyleDeclaration; 36 interface IDOMCSSStyleSheet; 37 interface IDOMCSSRule; 38 interface IDOMElement; 41 @interface DOMDocument (DOMViewCSS) 49 interface IDOMViewCSS : IUnknown 58 @interface DOMCSSRuleList : DOMObject 66 interface IDOMCSSRuleList : IDOMObject [all …]
|
D | WebKit.idl | 244 [default] interface IWebView; 245 interface IWebIBActions; 246 interface IWebViewCSS; 247 interface IWebViewEditing; 248 interface IWebViewUndoableEditing; 249 interface IWebViewEditingActions; 250 interface IWebNotificationObserver; 251 interface IWebViewPrivate; 256 [default] interface IWebIconDatabase; 261 [default] interface IWebMutableURLRequest; [all …]
|
D | DOMHTML.idl | 32 interface IDOMHTMLElement; 33 interface IDOMHTMLFormElement; 34 interface IDOMHTMLTableCaptionElement; 35 interface IDOMHTMLTableSectionElement; 36 interface IDOMDocument; 37 interface IDOMElement; 38 interface IDOMNode; 39 interface IDOMNodeList; 42 @interface DOMHTMLCollection : DOMObject 50 interface IDOMHTMLCollection : IDOMObject [all …]
|
D | IWebUIDelegatePrivate.idl | 38 interface IWebEmbeddedView; 39 interface IWebFrame; 40 interface IWebSecurityOrigin; 41 interface IWebView; 49 interface IWebUIDelegatePrivate : IUnknown 68 interface IWebUIDelegatePrivate2 : IWebUIDelegatePrivate 79 interface IWebUIDelegatePrivate3 : IWebUIDelegatePrivate2 90 interface IWebUIDelegatePrivate4 : IWebUIDelegatePrivate3
|
D | DOMPrivate.idl | 32 interface IDOMElement; 42 interface IDOMElementPrivate : IUnknown 58 @interface DOMHTMLInputElement(FormsAutoFillTransition) 66 interface IFormsAutoFillTransition : IUnknown 97 @interface DOMHTMLInputElement (FormPromptAdditions) 99 @interface DOMHTMLTextAreaElement (FormPromptAdditions) 107 interface IFormPromptAdditions : IUnknown 121 @interface DOMHTMLSelectElement(FormsAutoFillTransition) 129 interface IFormsAutoFillTransitionSelect : IUnknown
|
D | DOMEvents.idl | 33 interface IDOMEvent; 34 interface IDOMEventException; 35 interface IDOMEventTarget; 36 interface IDOMKeyboardEvent; 37 interface IDOMMouseEvent; 38 interface IDOMMutationEvent; 39 interface IDOMNode; 40 interface IDOMOverflowEvent; 41 interface IDOMUIEvent; 42 interface IDOMWheelEvent; [all …]
|
D | IWebDownload.idl | 37 interface IWebDownloadDelegate; 38 interface IWebError; 39 interface IWebMutableURLRequest; 40 interface IWebURLAuthenticationChallenge; 41 interface IWebURLRequest; 42 interface IWebURLResponse; 61 interface IWebDownload : IUnknown 124 @interface NSObject (WebDownloadDelegate) 133 interface IWebDownloadDelegate : IUnknown
|
D | IWebEditingDelegate.idl | 37 interface IDOMCSSStyleDeclaration; 38 interface IDOMNode; 39 interface IDOMRange; 40 interface IWebView; 41 interface IWebNotification; 42 interface IWebUndoManager; 56 interface IEnumSpellingGuesses : IUnknown 70 interface IWebGrammarDetail : IUnknown 84 interface IEnumWebGrammarDetails : IUnknown 93 @interface NSObject (WebViewEditingDelegate) [all …]
|
/external/dhcpcd/ |
D | net.h | 96 struct interface struct 125 struct interface *read_interface(const char *, int); argument 157 int open_udp_socket(struct interface *); 164 int open_socket(struct interface *, int); 165 ssize_t send_packet(const struct interface *, struct in_addr, 167 ssize_t send_raw_packet(const struct interface *, int, 169 ssize_t get_raw_packet(struct interface *, int, void *, ssize_t); 171 int send_arp(const struct interface *, int, in_addr_t, in_addr_t); 173 int open_link_socket(struct interface *); 174 int link_changed(struct interface *);
|
D | dhcpcd-run-hooks.in | 7 signature="${signature_base} ${from} ${interface}" 9 signature_end="${signature_base_end} ${from} ${interface}" 105 rm -f "$1"-pre."${interface}" 106 mv -f "$1" "$1"-pre."${interface}" 113 [ -f "$1"-pre."${interface}" ] || return 1 115 mv -f "$1"-pre."${interface}" "$1"
|
D | client.c | 130 struct interface *interface; member 254 get_duid(unsigned char *duid, const struct interface *iface) in get_duid() 389 struct interface *iface = state->interface; in get_old_lease() 461 struct interface *iface = state->interface; in client_setup() 598 if (state->interface->raw_fd != -1) { in do_socket() 599 close(state->interface->raw_fd); in do_socket() 600 state->interface->raw_fd = -1; in do_socket() 603 if (state->interface->udp_fd != -1) { in do_socket() 604 close(state->interface->udp_fd); in do_socket() 605 state->interface->udp_fd = -1; in do_socket() [all …]
|
/external/webkit/WebKit/mac/DOM/ |
D | WebDOMOperations.h | 36 @interface DOMNode (WebDOMNodeOperations) 46 @interface DOMDocument (WebDOMDocumentOperations) 65 @interface DOMRange (WebDOMRangeOperations) 81 @interface DOMHTMLFrameElement (WebDOMHTMLFrameElementOperations) 91 @interface DOMHTMLIFrameElement (WebDOMHTMLIFrameElementOperations) 101 @interface DOMHTMLObjectElement (WebDOMHTMLObjectElementOperations)
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/ |
D | SDL_sysjoystick.c | 79 IOHIDDeviceInterface ** interface; /* interface to device, NULL = no interface */ member 123 if (NULL != pDevice && NULL != pElement && NULL != pDevice->interface) in HIDGetElementValue() 125 …result = (*(pDevice->interface))->getElementValue(pDevice->interface, pElement->cookie, &hidEvent); in HIDGetElementValue() 175 if (NULL == pDevice->interface) in HIDCreateOpenDeviceInterface() 183 CFUUIDGetUUIDBytes (kIOHIDDeviceInterfaceID), (void *) &(pDevice->interface)); in HIDCreateOpenDeviceInterface() 191 if (NULL != pDevice->interface) in HIDCreateOpenDeviceInterface() 193 result = (*(pDevice->interface))->open (pDevice->interface, 0); in HIDCreateOpenDeviceInterface() 197 …(*(pDevice->interface))->setRemovalCallback (pDevice->interface, HIDRemovalCallback, pDevice, pDev… in HIDCreateOpenDeviceInterface() 213 if ((NULL != pDevice) && (NULL != pDevice->interface)) in HIDCloseReleaseInterface() 216 result = (*(pDevice->interface))->close (pDevice->interface); in HIDCloseReleaseInterface() [all …]
|
/external/bluez/utils/gdbus/ |
D | object.c | 241 const char *interface; in generic_message() local 248 interface = dbus_message_get_interface(message); in generic_message() 250 iface = find_interface(data->interfaces, interface); in generic_message() 377 const char *interface, const char *name, in check_signal() argument 392 iface = find_interface(data->interfaces, interface); in check_signal() 396 path, interface); in check_signal() 408 error("No signal named %s on interface %s", name, interface); in check_signal() 417 const char *interface, in emit_signal_valist() argument 426 if (!check_signal(conn, path, interface, name, &args)) in emit_signal_valist() 429 signal = dbus_message_new_signal(path, interface, name); in emit_signal_valist() [all …]
|
/external/webkit/WebKit/mac/WebView/ |
D | WebViewPrivate.h | 79 @interface WebController : NSTreeController { 86 @interface WebView (WebViewEditingActionsPendingPublic) 92 @interface WebView (WebPendingPublic) 186 @interface WebView (WebPrivate) 411 @interface WebView (WebViewPrintingPrivate) 433 @interface WebView (WebViewGrammarChecking) 445 @interface WebView (WebViewEditingInMail) 450 @interface NSObject (WebFrameLoadDelegatePrivate) 465 @interface NSObject (WebResourceLoadDelegatePrivate)
|
/external/bluez/utils/audio/ |
D | unix.c | 76 char *interface; member 124 g_free(client->interface); in client_free() 179 static service_type_t select_service(struct audio_device *dev, const char *interface) in select_service() argument 181 if (!interface) { in select_service() 190 } else if (!strcmp(interface, AUDIO_SINK_INTERFACE) && dev->sink) in select_service() 192 else if (!strcmp(interface, AUDIO_HEADSET_INTERFACE) && dev->headset) in select_service() 587 client->type = select_service(dev, client->interface); in start_discovery() 629 client->type = select_service(dev, client->interface); in start_config() 677 client->type = select_service(dev, client->interface); in start_resume() 727 client->type = select_service(dev, client->interface); in start_suspend() [all …]
|
D | audio-api.txt | 9 org.bluez.audio.Manager interface 12 This interface is for managing remote audio devices. It provides methods for 97 org.bluez.audio.Device interface 100 This interface is implemented by all remote device objects. 123 org.bluez.audio.Headset interface 126 This interface provides access to headsets that implement the HSP and/or HFP 233 org.bluez.audio.Gateway interface 238 This interface is available for remote devices which can function in the Audio 244 org.bluez.audio.Sink interface 247 This interface is available for remote devices which contain a A2DP Sink. [all …]
|
/external/iptables/extensions/ |
D | libip6t_physdev.man | 13 chains). If the interface name ends in a "+", then any 14 interface which begins with this name will match. If the packet didn't arrive 24 chains). If the interface name ends in a "+", then any 25 interface which begins with this name will match. Note that in the 35 Matches if the packet has entered through a bridge interface. 38 Matches if the packet will leave through a bridge interface.
|
D | libipt_physdev.man | 13 chains). If the interface name ends in a "+", then any 14 interface which begins with this name will match. If the packet didn't arrive 24 chains). If the interface name ends in a "+", then any 25 interface which begins with this name will match. Note that in the 35 Matches if the packet has entered through a bridge interface. 38 Matches if the packet will leave through a bridge interface.
|