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

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JDKDSAPublicKey.java 7 import java.security.interfaces.DSAParams;
8 import java.security.interfaces.DSAPublicKey;
  /external/chromium_org/ppapi/generators/
idl_lint.py 48 interfaces = node.GetListOf('Interface')
49 if interfaces and not labels:
50 node.Warning('Expecting a label in a file containing interfaces.')
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLDSAPrivateKey.java 25 import java.security.interfaces.DSAParams;
26 import java.security.interfaces.DSAPrivateKey;
OpenSSLDSAPublicKey.java 25 import java.security.interfaces.DSAParams;
26 import java.security.interfaces.DSAPublicKey;
OpenSSLDSAKeyFactory.java 25 import java.security.interfaces.DSAParams;
26 import java.security.interfaces.DSAPrivateKey;
27 import java.security.interfaces.DSAPublicKey;
OpenSSLKey.java 23 import java.security.interfaces.DSAPrivateKey;
24 import java.security.interfaces.ECPrivateKey;
25 import java.security.interfaces.RSAPrivateKey;
OpenSSLRSAKeyFactory.java 25 import java.security.interfaces.RSAPrivateCrtKey;
26 import java.security.interfaces.RSAPrivateKey;
27 import java.security.interfaces.RSAPublicKey;
  /external/libsepol/
Android.mk 22 src/interfaces.c \
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 350 if (hapd->iface->interfaces == NULL ||
351 hapd->iface->interfaces->for_each_interface == NULL)
355 return hapd->iface->interfaces->for_each_interface(
356 hapd->iface->interfaces, wpa_auth_iface_iter, &data);
408 if (proto == ETH_P_RRB && hapd->iface->interfaces &&
409 hapd->iface->interfaces->for_each_interface) {
416 res = hapd->iface->interfaces->for_each_interface(
417 hapd->iface->interfaces, hostapd_wpa_auth_ft_iter,
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
TransformClassAdapter.java 64 String signature, String superName, String[] interfaces) {
72 // don't try to implement stub for interfaces
75 super.visit(version, access, name, signature, superName, interfaces);
84 // don't try to implement stub for interfaces
112 // and don't try to stub interfaces nor abstract non-native methods.
ClassHasNativeVisitor.java 50 String superName, String[] interfaces) {
  /hardware/qcom/msm8x26/
msm8x26.mk 15 # B-family devices should have the same kernel interfaces, so
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vsprov.h 14 #warning COM interfaces layout in this header has not been verified.
15 #warning COM interfaces with incorrect layout may not work at all.
52 #warning COM interfaces layout in this header has not been verified.
53 #warning COM interfaces with incorrect layout may not work at all.
100 #warning COM interfaces layout in this header has not been verified.
101 #warning COM interfaces with incorrect layout may not work at all.
165 #warning COM interfaces layout in this header has not been verified.
166 #warning COM interfaces with incorrect layout may not work at all.
rdpencomapi.h 76 #warning COM interfaces layout in this header has not been verified.
77 #warning COM interfaces with incorrect layout may not work at all.
122 #warning COM interfaces layout in this header has not been verified.
123 #warning COM interfaces with incorrect layout may not work at all.
  /system/extras/verity/
KeystoreSigner.java 59 java.security.interfaces.RSAPublicKey k =
60 (java.security.interfaces.RSAPublicKey) key;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BCPBEKey.java 3 import javax.crypto.interfaces.PBEKey;
118 * @see javax.crypto.interfaces.PBEKey#getPassword()
126 * @see javax.crypto.interfaces.PBEKey#getSalt()
134 * @see javax.crypto.interfaces.PBEKey#getIterationCount()
  /external/chromium_org/content/shell/renderer/test_runner/
mock_webrtc_peer_connection_handler.h 29 TestInterfaces* interfaces);
  /external/chromium_org/dbus/
object_manager.cc 311 std::vector<std::string> interfaces; local
316 interfaces.push_back(piter->first);
318 for (std::vector<std::string>::iterator iiter = interfaces.begin();
319 iiter != interfaces.end(); ++iiter)
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.h 141 } interfaces[USB_MAXINTERFACES]; member in struct:darwin_device_handle_priv
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.h 31 void TestFullStack(const TbInterfaces& interfaces,
  /external/libusb/libusb/os/
darwin_usb.h 137 } interfaces[USB_MAXINTERFACES]; member in struct:darwin_device_handle_priv
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 149 List<String> interfaces = Lists.newArrayList(classDef.getInterfaces()); local
150 Collections.sort(interfaces);
152 if (interfaces.size() != 0) {
154 writer.write("# interfaces\n");
155 for (String interfaceName: interfaces) {
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_userspace.c 98 Win_getifaddrs(struct ifaddrs** interfaces)
145 interfaces[count] = ifa;
179 interfaces[count] = ifa;
  /external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js 15 // Shorthand reference to nsIWebProgress[Listener] interfaces
16 var IWP = Components.interfaces.nsIWebProgress;
17 var IWPL = Components.interfaces.nsIWebProgressListener;
51 .createInstance(Components.interfaces.nsIScriptableInputStream);
54 .createInstance(Components.interfaces.nsIInputStreamPump);
192 .createInstance(Components.interfaces.nsIServerSocket);
  /external/javassist/src/main/javassist/util/proxy/
RuntimeSupport.java 115 Class[] interfaces = clazz.getInterfaces(); local
116 for (int i = 0; i < interfaces.length; i++) {
117 m = findSuperMethod2(interfaces[i], name, desc);

Completed in 937 milliseconds

1 2 3 4 5 6 7 8 91011>>