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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/local_discovery/
service_discovery_client_mdns.h 50 void OnInterfaceListReady(const net::InterfaceIndexFamilyList& interfaces);
service_discovery_client_mdns.cc 91 explicit SocketFactory(const net::InterfaceIndexFamilyList& interfaces)
92 : interfaces_(interfaces) {}
112 const net::InterfaceIndexFamilyList& interfaces,
114 SocketFactory socket_factory(interfaces);
373 const net::InterfaceIndexFamilyList& interfaces) {
379 interfaces,
  /external/chromium_org/net/base/
net_util_posix.cc 58 // Build a set containing the names of interfaces with a temp IPv6 address
67 // If there are no such interfaces then there's no further work.
159 ifaddrs *interfaces;
160 if (getifaddrs(&interfaces) < 0) {
167 // Enumerate the addresses assigned to network interfaces which are up.
168 for (ifaddrs *interface = interfaces;
171 // Skip loopback interfaces, and ones which are down.
176 // Skip interfaces with no address configured.
182 // configured on non-loopback interfaces.
207 // Filter out VMware interfaces, typically named vmnet1 and vmnet8
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.py 76 from v8_globals import includes, interfaces namespace
116 interface = definitions.interfaces[interface_name]
120 # Store other interfaces for introspection
121 interfaces.update(definitions.interfaces)
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
FieldProviderTransformer.java 51 public void begin_class(int version, int access, String className, Type superType, Type[] interfaces, String sourceFile) {
53 interfaces = TypeUtils.add(interfaces, FIELD_PROVIDER);
57 super.begin_class(version, access, className, superType, interfaces, sourceFile);
  /libcore/luni/src/test/java/tests/security/interfaces/
Util.java 16 package tests.security.interfaces;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdbase.h 15 #warning COM interfaces layout in this header has not been validated.
16 #warning COM interfaces with incorrect layout may not work at all.
34 #warning COM interfaces layout in this header has not been verified.
35 #warning COM interfaces with incorrect layout may not work at all.
70 #warning COM interfaces layout in this header has not been verified.
71 #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.
174 #warning COM interfaces layout in this header has not been verified.
175 #warning COM interfaces with incorrect layout may not work at all
    [all...]
vsmgmt.h 98 #warning COM interfaces layout in this header has not been verified.
99 #warning COM interfaces with incorrect layout may not work at all.
139 #warning COM interfaces layout in this header has not been verified.
140 #warning COM interfaces with incorrect layout may not work at all.
187 #warning COM interfaces layout in this header has not been verified.
188 #warning COM interfaces with incorrect layout may not work at all.
248 #warning COM interfaces layout in this header has not been verified.
249 #warning COM interfaces with incorrect layout may not work at all.
285 #warning COM interfaces layout in this header has not been verified.
286 #warning COM interfaces with incorrect layout may not work at all
    [all...]
bdaiface.h 153 #warning COM interfaces layout in this header has not been verified.
154 #warning COM interfaces with incorrect layout may not work at all.
189 #warning COM interfaces layout in this header has not been verified.
190 #warning COM interfaces with incorrect layout may not work at all.
221 #warning COM interfaces layout in this header has not been verified.
222 #warning COM interfaces with incorrect layout may not work at all.
280 #warning COM interfaces layout in this header has not been verified.
281 #warning COM interfaces with incorrect layout may not work at all.
320 #warning COM interfaces layout in this header has not been verified.
321 #warning COM interfaces with incorrect layout may not work at all
    [all...]
ndhelper.h 40 #warning COM interfaces layout in this header has not been verified.
41 #warning COM interfaces with incorrect layout may not work at all.
131 #warning COM interfaces layout in this header has not been verified.
132 #warning COM interfaces with incorrect layout may not work at all.
159 #warning COM interfaces layout in this header has not been verified.
160 #warning COM interfaces with incorrect layout may not work at all.
  /prebuilts/tools/common/api-generator/
api-generator-22.9.1.jar 
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_message_handler.cc 113 net::InterfaceIndexFamilyList interfaces(net::GetMDnsInterfacesToBind());
114 for (size_t i = 0; i < interfaces.size(); ++i) {
115 DCHECK(interfaces[i].second == net::ADDRESS_FAMILY_IPV4 ||
116 interfaces[i].second == net::ADDRESS_FAMILY_IPV6);
119 net::ConvertAddressFamily(interfaces[i].second), SOCK_DGRAM,
122 SocketInfo(descriptor, interfaces[i].second, interfaces[i].first));
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 215 // ALOGI("Found %d interfaces", info->num_interfaces);
511 info->interfaces = (interface_info **)malloc(sizeof(interface_info *) * n);
524 info->interfaces[i] = ifinfo;
535 wifi_error wifi_get_ifaces(wifi_handle handle, int *num, wifi_interface_handle **interfaces)
539 *interfaces = (wifi_interface_handle *)info->interfaces;
557 if (!strcmp(info->interfaces[i]->name, name))
559 return ((wifi_interface_handle )(info->interfaces)[i]);
  /development/host/windows/usb/api/
adb_api.cpp 146 // Enumerate all active interfaces for the given class
147 AdbEnumInterfaceArray interfaces; local
153 &interfaces)) {
157 if (interfaces.empty()) {
162 // Now iterate over active interfaces looking for the name match.
184 for (AdbEnumInterfaceArray::iterator it = interfaces.begin();
185 it != interfaces.end(); it++) {
190 // Found requested interface among active interfaces.
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 49 * file for execution on Android. Dex files define classes and interfaces,
90 * for stack traces, its modifiers, its superclass, and the interfaces it
220 TypeId<?> supertype, TypeId<?>... interfaces) {
234 declaration.interfaces = new TypeList(interfaces);
406 private TypeList interfaces; field in class:DexMaker.TypeDeclaration
429 interfaces.ropTypes, new CstString(sourceFile));
  /external/doclava/src/com/google/doclava/
PackageInfo.java 90 ClassInfo[][] types = new ClassInfo[][] { annotations(), interfaces(), ordinaryClasses(),
115 ClassInfo[][] types = new ClassInfo[][] { annotations(), interfaces(), ordinaryClasses(),
212 ClassInfo.makeLinkListHDF(data, base + ".interfaces", interfaces());
229 public ClassInfo[] interfaces() { method in class:PackageInfo
233 Converter.convertClasses(mPackage.interfaces())));
ClassInfo.java 110 public void init(TypeInfo typeInfo, ArrayList<ClassInfo> interfaces,
118 mRealInterfaces = new ArrayList<ClassInfo>(interfaces);
282 private static void gatherHiddenInterfaces(ClassInfo cl, HashSet<ClassInfo> interfaces) {
285 interfaces.add(iface);
287 gatherHiddenInterfaces(iface, interfaces);
292 public ArrayList<ClassInfo> interfaces() { method in class:ClassInfo
295 HashSet<ClassInfo> interfaces = new HashSet<ClassInfo>(); local
298 gatherHiddenInterfaces(superclass, interfaces);
301 gatherHiddenInterfaces(this, interfaces);
302 mInterfaces = new ArrayList<ClassInfo>(interfaces);
422 ArrayList<ClassInfo> interfaces = interfaces(); local
1284 Set<ClassInfo> interfaces = new TreeSet<ClassInfo>(); local
1285 addInterfaces(interfaces(), interfaces); local
1289 addInterfaces(cl.interfaces(), interfaces); local
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 33 int (*for_each_interface)(struct hapd_interfaces *interfaces,
259 struct hapd_interfaces *interfaces; member in struct:hostapd_iface
370 int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
382 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces,
385 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy,
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.cc 155 void TestFullStack(const TbInterfaces& interfaces,
165 webrtc::VideoEngine *video_engine_interface = interfaces.video_engine;
166 webrtc::ViEBase *base_interface = interfaces.base;
167 webrtc::ViECapture *capture_interface = interfaces.capture;
168 webrtc::ViERender *render_interface = interfaces.render;
169 webrtc::ViECodec *codec_interface = interfaces.codec;
170 webrtc::ViENetwork *network_interface = interfaces.network;
188 TbExternalTransport external_transport(*interfaces.network, video_channel,
198 RenderToFile(interfaces.render, video_channel, remote_file_renderer);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassWriter.java 325 * Number of interfaces implemented or extended by this class or interface.
330 * The interfaces implemented or extended by this class or interface. More
332 * that contain the internal names of these interfaces.
334 private int[] interfaces; field in class:ClassWriter
586 final String[] interfaces)
596 if (interfaces != null && interfaces.length > 0) {
597 interfaceCount = interfaces.length;
598 this.interfaces = new int[interfaceCount];
600 this.interfaces[i] = newClass(interfaces[i]);
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
TraceClassVisitor.java 184 final String[] interfaces)
227 if (interfaces != null && interfaces.length > 0) {
229 for (int i = 0; i < interfaces.length; ++i) {
230 appendDescriptor(INTERNAL_NAME, interfaces[i]);
239 cv.visit(version, access, name, signature, superName, interfaces);
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1823 void *interfaces = eloop_ctx; local
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AbstractClassAdapter.java 170 String superName, String[] interfaces) {
174 if (interfaces != null) {
175 for (int i = 0; i < interfaces.length; ++i) {
176 interfaces[i] = renameInternalType(interfaces[i]);
191 super.visit(version, access, name, signature, superName, interfaces);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
BCDSAPublicKey.java 7 import java.security.interfaces.DSAParams;
8 import java.security.interfaces.DSAPublicKey;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEDHPrivateKey.java 9 import javax.crypto.interfaces.DHPrivateKey;
27 import org.bouncycastle.jce.interfaces.PKCS12BagAttributeCarrier;

Completed in 2122 milliseconds

1 2 3 4 5 6 7 891011>>