HomeSort by relevance Sort by last modified time
    Searched refs:interface (Results 876 - 900 of 1336) sorted by null

<<31323334353637383940>>

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
CACFLayerTreeHost.h 44 interface IDirect3DDevice9;
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.h 34 @interface WebHTMLConverter : NSObject {
  /external/webkit/Source/WebKit/mac/Misc/
WebNSPasteboardExtras.h 42 @interface NSPasteboard (WebExtras)
  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.h 56 @interface WebBasePluginPackage : NSObject
  /external/webkit/Source/WebKit/mac/WebView/
WebDocumentInternal.h 83 @interface WebHTMLView (WebDocumentInternalProtocols) <WebDocumentElement, WebMultipleTextMatches, WebDocumentOptionsSearching>
WebEditingDelegate.h 41 @interface NSObject (WebViewEditingDelegate)
WebFrame.h 47 @interface WebFrame : NSObject
WebFullScreenController.h 38 @interface WebFullScreenController : NSWindowController {
WebHTMLRepresentation.h 52 @interface WebHTMLRepresentation : NSObject <WebDocumentRepresentation, WebDocumentDOM>
WebPolicyDelegate.h 136 @interface NSObject (WebPolicyDelegate)
WebResourceLoadDelegate.h 52 @interface NSObject (WebResourceLoadDelegate)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
EmbeddedWidget.h 39 interface IWebEmbeddedView;
  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.h 26 @interface BrowserWindowController : NSWindowController {
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-signals.py 13 WPAS_DBUS_INTERFACES_INTERFACE = "fi.w1.wpa_supplicant1.Interface"
37 def interfaceAdded(interface, properties):
38 print "InterfaceAdded(%s): Ifname=%s" % (interface, properties['Ifname'])
40 def interfaceRemoved(interface):
41 print "InterfaceRemoved(%s)" % (interface)
49 net = dbus.Interface(net_obj, WPAS_DBUS_BSS_INTERFACE)
116 print "PropertiesChanged(interface): %s=%s" % (i, properties[i])
136 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
150 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
  /external/libusb/libusb/
core.c 74 * - Thread safe (although the asynchronous interface means that you
85 * or the asynchronous data transfer interface. The \ref io documentation
171 * - Interface/alternate setting activation (libusb_set_interface_alt_setting())
208 * the fingerprint reader interface through libusb, but the kernel's
209 * USB-HID driver will almost always have claimed the keyboard interface.
210 * Because the kernel has claimed an interface, it is not even possible to
235 * -# Claim the interface that you wish to use
239 * The above method works because once an interface is claimed, no application
270 * the usbfs kernel interface only accepts transfers of up to 16kb in size.
679 const struct libusb_interface *iface = &config->interface[iface_idx]
    [all...]
  /external/mtpd/
mtpd.c 46 static char *interface; variable
76 printf(" %s interface %s %s pppd-arguments\n",
82 interface = argv[1];
272 log_print(INFO, "Connecting to %s port %s via %s", server, port, interface);
283 if (!setsockopt(s, SOL_SOCKET, SO_BINDTODEVICE, interface,
284 strlen(interface)) && !connect(s, r->ai_addr, r->ai_addrlen)) {
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 2 * hostapd / UNIX domain socket -based control interface
809 wpa_printf(MSG_ERROR, "Enabling of interface failed");
819 wpa_printf(MSG_ERROR, "Reloading of interface failed");
829 wpa_printf(MSG_ERROR, "Disabling of interface failed");
1065 "interface directory.");
1089 * Android is using umask 0077 which would leave the control interface
1208 wpa_printf(MSG_DEBUG, "Control interface "
1230 wpa_printf(MSG_ERROR, "Adding interface %s failed", buf);
1241 wpa_printf(MSG_ERROR, "Removing interface %s failed", buf);
1294 static char * hostapd_global_ctrl_iface_path(struct hapd_interfaces *interface)
    [all...]
  /external/dhcpcd/
net.c 200 struct interface *
204 struct interface *iface = NULL;
248 free_interface(struct interface *iface)
266 carrier_status(struct interface *iface)
280 /* We can only test the real interface up */
303 up_interface(struct interface *iface)
314 /* We can only bring the real interface up */
331 struct interface *
337 struct interface *ifp, *ifs, *ifl;
371 /* It's possible for an interface to have >1 AF_LINK
    [all...]
configure.c 166 make_env(const struct interface *iface, const char *reason, char ***argv)
171 const struct interface *ifp;
180 /* When dumping the lease, we only want to report interface and
181 reason - the other interface variables are meaningless */
189 e = strlen("interface") + strlen(iface->name) + 2;
191 snprintf(env[0], e, "interface=%s", iface->name);
303 send_interface1(int fd, const struct interface *iface, const char *reason)
327 send_interface(int fd, const struct interface *iface)
340 run_script_reason(const struct interface *iface, const char *reason)
559 add_subnet_route(struct rt *rt, const struct interface *iface
    [all...]
  /external/dnsmasq/src/
network.c 61 We allow these to be treated as aliases of another interface which does have
62 an IP address with --dhcp-bridge=interface,alias,alias */
73 my_syslog(LOG_WARNING, _("unknown interface %s in bridge-interface"), name);
127 /* check whether the interface IP has been added already
391 * for a single given irec (interface name and address) create
394 * to create just a single new listener dynamically when our interface
397 * iface - input of the new interface details to listen on
443 /* An interface may have an IPv6 address which is still undergoing DAD.
482 * Close the sockets listening on the given interface
902 char *interface; local
    [all...]
  /bionic/libc/kernel/common/linux/
wanrouter.h 177 char interface; member in struct:wandev_conf
365 char interface; member in struct:wanif_conf
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/
T_invoke_interface_1.d 30 invoke-interface {v6, v7}, java/lang/Comparable/compareTo(Ljava/lang/Object;)I
T_invoke_interface_10.d 30 invoke-interface {v6, v7}, java/lang/Comparable/compareTo(Ljava/lang/Object;)I
T_invoke_interface_11.d 30 invoke-interface {v4}, dot/junit/opcodes/invoke_interface/ITest/doit()V
T_invoke_interface_12.d 30 invoke-interface {v4}, dot/junit/opcodes/invoke_interface/ITest/doitNative()V

Completed in 778 milliseconds

<<31323334353637383940>>