HomeSort by relevance Sort by last modified time
    Searched refs:interface (Results 51 - 75 of 1561) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/grpc-grpc/examples/cpp/helloworld/cocoapods/HelloWorldCpp/
ViewController.h 21 @interface ViewController : UIViewController
  /external/grpc-grpc/src/objective-c/examples/Sample/Sample/
ViewController.h 21 @interface ViewController : UIViewController
  /external/walt/ios/WALT/
NSArray+Extensions.h 19 @interface NSArray (WALTExtensions)
  /external/webrtc/talk/app/webrtc/objc/
RTCI420Frame+Internal.h 32 @interface RTCI420Frame (Internal)
RTCStatsReport+Internal.h 32 @interface RTCStatsReport (Internal)
RTCAVFoundationVideoSource+Internal.h 32 @interface RTCAVFoundationVideoSource ()
  /external/webrtc/talk/app/webrtc/objc/public/
RTCAudioSource.h 32 @interface RTCAudioSource : RTCMediaSource
RTCAudioTrack.h 31 @interface RTCAudioTrack : RTCMediaStreamTrack
RTCVideoSource.h 31 @interface RTCVideoSource : RTCMediaSource
  /external/webrtc/webrtc/base/
ifaddrs_converter.cc 20 const struct ifaddrs* interface,
23 switch (interface->ifa_addr->sa_family) {
26 reinterpret_cast<sockaddr_in*>(interface->ifa_addr)->sin_addr);
28 reinterpret_cast<sockaddr_in*>(interface->ifa_netmask)->sin_addr);
33 if (!ConvertNativeAttributesToIPAttributes(interface, &ip_attributes)) {
37 reinterpret_cast<sockaddr_in6*>(interface->ifa_addr)->sin6_addr,
40 reinterpret_cast<sockaddr_in6*>(interface->ifa_netmask)->sin6_addr);
48 const struct ifaddrs* interface,
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDCEODTURNClient.h 14 @interface ARDCEODTURNClient : NSObject <ARDTURNClient>
RTCMediaConstraints+JSON.h 13 @interface RTCMediaConstraints (JSON)
ARDMessageResponse+Internal.h 13 @interface ARDMessageResponse ()
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDAppDelegate.h 16 @interface ARDAppDelegate : NSObject <UIApplicationDelegate>
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
APPRTCAppDelegate.h 13 @interface APPRTCAppDelegate : NSObject<NSApplicationDelegate>
  /external/clang/test/ARCMT/whitelisted/
header1.h 2 @interface I1 : NSObject
  /external/clang/test/Index/
annotate-toplevel-in-objccontainer.m.h 1 @interface FooPCH
getcursor-preamble.h 1 @interface I {
  /external/clang/test/PCH/Inputs/
chain-remap-types1.h 7 @interface X {
  /external/clang/test/PCH/
objc_property.h 2 @interface TestProperties
  /external/clang/test/SemaObjCXX/Inputs/
nullability-pragmas-generics-1.h 4 @interface B
7 @interface C : B
11 @interface NSGeneric<T : B *> // expected-note{{type parameter 'T' declared here}}
20 @interface NSGeneric<T : C *>(Blah) // expected-error{{type bound 'C *' for type parameter 'T' conflicts with previous bound 'B *'}}
  /external/grpc-grpc/src/objective-c/RxLibrary/
GRXForwardingWriter.h 34 @interface GRXForwardingWriter : GRXWriter
  /external/clang/test/Modules/Inputs/
category_right_sub.h 1 @interface Foo(RightSub) <P2>
5 @interface Foo() {
16 @interface Foo(LeftP4) <P4>
  /external/protobuf/objectivec/
GPBDictionary_PackagePrivate.h 63 //%@interface GPB##KEY_NAME##VALUE_NAME##Dictionary () <GPBDictionaryInternalsProtocol> {
86 @interface GPBUInt32UInt32Dictionary () <GPBDictionaryInternalsProtocol> {
92 @interface GPBUInt32Int32Dictionary () <GPBDictionaryInternalsProtocol> {
98 @interface GPBUInt32UInt64Dictionary () <GPBDictionaryInternalsProtocol> {
104 @interface GPBUInt32Int64Dictionary () <GPBDictionaryInternalsProtocol> {
110 @interface GPBUInt32BoolDictionary () <GPBDictionaryInternalsProtocol> {
116 @interface GPBUInt32FloatDictionary () <GPBDictionaryInternalsProtocol> {
122 @interface GPBUInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> {
128 @interface GPBUInt32EnumDictionary () <GPBDictionaryInternalsProtocol> {
137 @interface GPBUInt32ObjectDictionary () <GPBDictionaryInternalsProtocol>
    [all...]
  /external/curl/docs/cmdline-opts/
dns-interface.d 1 Long: dns-interface
2 Arg: <interface>
3 Help: Interface to use for DNS requests
9 Tell curl to send outgoing DNS requests through <interface>. This option is a
10 counterpart to --interface (which does not affect DNS). The supplied string
11 must be an interface name (not an address).

Completed in 4242 milliseconds

1 23 4 5 6 7 8 91011>>