HomeSort by relevance Sort by last modified time
    Searched refs:interfaces (Results 301 - 325 of 778) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2psiparser.h 45 #warning COM interfaces layout in this header has not been verified.
46 #warning COM interfaces with incorrect layout may not work at all.
116 #warning COM interfaces layout in this header has not been verified.
117 #warning COM interfaces with incorrect layout may not work at all.
180 #warning COM interfaces layout in this header has not been verified.
181 #warning COM interfaces with incorrect layout may not work at all.
214 #warning COM interfaces layout in this header has not been verified.
215 #warning COM interfaces with incorrect layout may not work at all.
tuner.h 125 #warning COM interfaces layout in this header has not been verified.
126 #warning COM interfaces with incorrect layout may not work at all.
171 #warning COM interfaces layout in this header has not been verified.
172 #warning COM interfaces with incorrect layout may not work at all.
201 #warning COM interfaces layout in this header has not been verified.
202 #warning COM interfaces with incorrect layout may not work at all.
267 #warning COM interfaces layout in this header has not been verified.
268 #warning COM interfaces with incorrect layout may not work at all.
335 #warning COM interfaces layout in this header has not been verified.
336 #warning COM interfaces with incorrect layout may not work at all
    [all...]
fsrmscreen.h 282 #warning COM interfaces layout in this header has not been verified.
283 #warning COM interfaces with incorrect layout may not work at all.
342 #warning COM interfaces layout in this header has not been verified.
343 #warning COM interfaces with incorrect layout may not work at all.
409 #warning COM interfaces layout in this header has not been verified.
410 #warning COM interfaces with incorrect layout may not work at all.
455 #warning COM interfaces layout in this header has not been verified.
456 #warning COM interfaces with incorrect layout may not work at all.
519 #warning COM interfaces layout in this header has not been verified.
520 #warning COM interfaces with incorrect layout may not work at all
    [all...]
fsrm.h 298 #warning COM interfaces layout in this header has not been verified.
299 #warning COM interfaces with incorrect layout may not work at all.
344 #warning COM interfaces layout in this header has not been verified.
345 #warning COM interfaces with incorrect layout may not work at all.
420 #warning COM interfaces layout in this header has not been verified.
421 #warning COM interfaces with incorrect layout may not work at all.
496 #warning COM interfaces layout in this header has not been verified.
497 #warning COM interfaces with incorrect layout may not work at all.
578 #warning COM interfaces layout in this header has not been verified.
579 #warning COM interfaces with incorrect layout may not work at all
    [all...]
fsrmquota.h 281 #warning COM interfaces layout in this header has not been verified.
282 #warning COM interfaces with incorrect layout may not work at all.
349 #warning COM interfaces layout in this header has not been verified.
350 #warning COM interfaces with incorrect layout may not work at all.
431 #warning COM interfaces layout in this header has not been verified.
432 #warning COM interfaces with incorrect layout may not work at all.
521 #warning COM interfaces layout in this header has not been verified.
522 #warning COM interfaces with incorrect layout may not work at all.
    [all...]
vswriter.h 101 #warning COM interfaces layout in this header has not been verified.
102 #warning COM interfaces with incorrect layout may not work at all.
142 #warning COM interfaces layout in this header has not been verified.
143 #warning COM interfaces with incorrect layout may not work at all.
210 #warning COM interfaces layout in this header has not been verified.
211 #warning COM interfaces with incorrect layout may not work at all.
247 #warning COM interfaces layout in this header has not been verified.
248 #warning COM interfaces with incorrect layout may not work at all.
272 #warning COM interfaces layout in this header has not been verified.
273 #warning COM interfaces with incorrect layout may not work at all
    [all...]
  /system/core/libmincrypt/tools/
DumpPublicKey.java 29 import java.security.interfaces.ECPublicKey;
30 import java.security.interfaces.RSAPublicKey;
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 87 if (iface->interfaces == NULL ||
88 iface->interfaces->for_each_interface == NULL)
90 return iface->interfaces->for_each_interface(iface->interfaces,
283 if (iface->interfaces == NULL ||
284 iface->interfaces->reload_config(iface) < 0) {
890 if (iface->interfaces == NULL ||
891 iface->interfaces->for_each_interface == NULL)
894 iface->interfaces->for_each_interface(iface->interfaces, get_uuid_cb
    [all...]
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 178 ClassType[] interfaces; field in class:SignatureAttribute.ClassSignature
182 interfaces = i;
200 * Returns the super interfaces.
202 * @return a zero-length array if the super interfaces are not specified.
204 public ClassType[] getInterfaces() { return interfaces; }
214 if (interfaces.length > 0) {
216 Type.toString(sbuf, interfaces);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 173 // ALOGI("Found %d interfaces", info->num_interfaces);
669 info->interfaces = (interface_info **)malloc(sizeof(interface_info *) * n);
682 info->interfaces[i] = ifinfo;
693 wifi_error wifi_get_ifaces(wifi_handle handle, int *num, wifi_interface_handle **interfaces)
697 *interfaces = (wifi_interface_handle *)info->interfaces;
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_definitions.py 106 self.interfaces = {}
121 self.interfaces[interface.name] = interface
124 # For simplicity, treat exceptions as interfaces
125 self.interfaces[exception.name] = exception
152 for interface in self.interfaces.itervalues():
157 for interface_name, new_interface in other.interfaces.iteritems():
160 self.interfaces[interface_name] = new_interface
165 self.interfaces[interface_name].merge(new_interface)
252 # Interfaces and Exceptions
313 # Properly exceptions and interfaces are distinct, and thus should inherit
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 542 dl_list_for_each(iface, &s->sm->interfaces,
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 127 cInterface = &priv->interfaces[iface];
652 /* make sure all interfaces are released */
712 to reclaim it. First, dispose of existing interfaces, if any. */
721 /* Reclaim any interfaces. */
760 struct __darwin_interface *cInterface = &priv->interfaces[iface];
809 struct __darwin_interface *cInterface = &priv->interfaces[iface];
821 will be no interfaces for the device. */
940 struct __darwin_interface *cInterface = &priv->interfaces[iface];
973 struct __darwin_interface *cInterface = &priv->interfaces[iface];
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
BCECPublicKey.java 7 import java.security.interfaces.ECPublicKey;
33 import org.bouncycastle.jce.interfaces.ECPointEncoder;
39 implements ECPublicKey, org.bouncycastle.jce.interfaces.ECPublicKey, ECPointEncoder
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEECPublicKey.java 7 import java.security.interfaces.ECPublicKey;
41 import org.bouncycastle.jce.interfaces.ECPointEncoder;
49 implements ECPublicKey, org.bouncycastle.jce.interfaces.ECPublicKey, ECPointEncoder
JCEDHPublicKey.java 8 import javax.crypto.interfaces.DHPublicKey;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ClassTest.java 343 Class[] interfaces; local
345 interfaces = Object.class.getInterfaces();
346 assertEquals("Incorrect interface list for Object", 0, interfaces.length);
  /bionic/libc/kernel/uapi/video/
adf.h 91 __u32 __user *interfaces; member in struct:adf_post_config
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
BCRSAPublicKey.java 8 import java.security.interfaces.RSAPublicKey;
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
generator.py 72 for interface in self.module.interfaces:
  /external/chromium_org/third_party/libjingle/source/talk/base/
network.h 77 // Indicates a failure when getting list of network interfaces.
80 // Start/Stop monitoring of network interfaces
159 void ConvertIfAddrs(ifaddrs* interfaces,
204 // interfaces. Key is derived from interface name and it's prefix.
  /external/chromium_org/third_party/webrtc/base/
network.h 60 // Indicates a failure when getting list of network interfaces.
63 // Start/Stop monitoring of network interfaces
142 void ConvertIfAddrs(ifaddrs* interfaces,
187 // interfaces. Key is derived from interface name and it's prefix.
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLDHPrivateKey.java 26 import javax.crypto.interfaces.DHPrivateKey;
OpenSSLDHPublicKey.java 25 import javax.crypto.interfaces.DHPublicKey;
OpenSSLECPrivateKey.java 26 import java.security.interfaces.ECPrivateKey;

Completed in 1466 milliseconds

<<11121314151617181920>>