/external/webrtc/talk/app/webrtc/objc/public/ |
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>
|
/system/bt/hci/src/ |
buffer_allocator.cc | 29 static const allocator_t interface = {buffer_alloc, osi_free}; variable 31 const allocator_t* buffer_allocator_get_interface() { return &interface; }
|
/prebuilts/go/darwin-x86/src/sync/ |
map_reference_test.go | 14 // mapInterface is the interface Map implements. 15 type mapInterface interface { 16 Load(interface{}) (interface{}, bool) 17 Store(key, value interface{}) 18 LoadOrStore(key, value interface{}) (actual interface{}, loaded bool) 19 Delete(interface{}) 20 Range(func(key, value interface{}) (shouldContinue bool)) 26 dirty map[interface{}]interface{ [all...] |
/prebuilts/go/linux-x86/src/sync/ |
map_reference_test.go | 14 // mapInterface is the interface Map implements. 15 type mapInterface interface { 16 Load(interface{}) (interface{}, bool) 17 Store(key, value interface{}) 18 LoadOrStore(key, value interface{}) (actual interface{}, loaded bool) 19 Delete(interface{}) 20 Range(func(key, value interface{}) (shouldContinue bool)) 26 dirty map[interface{}]interface{ [all...] |
/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/webrtc/talk/app/webrtc/objc/ |
RTCAVFoundationVideoSource+Internal.h | 32 @interface RTCAVFoundationVideoSource ()
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue11614.go | 7 // Test that incorrect expressions involving wrong anonymous interface 13 type I interface { 14 int // ERROR "interface contains embedded non-interface int" 22 (interface{int}) // ERROR "interface contains embedded non-interface int" "type interface { int } is not an expression"
|
/prebuilts/go/darwin-x86/test/fixedbugs/issue4326.dir/ |
q1.go | 3 func Deref(typ interface{}) interface{} {
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue11614.go | 7 // Test that incorrect expressions involving wrong anonymous interface 13 type I interface { 14 int // ERROR "interface contains embedded non-interface int" 22 (interface{int}) // ERROR "interface contains embedded non-interface int" "type interface { int } is not an expression"
|
/prebuilts/go/linux-x86/test/fixedbugs/issue4326.dir/ |
q1.go | 3 func Deref(typ interface{}) interface{} {
|
/system/core/libnetutils/ |
dhcptool.c | 29 error(EXIT_FAILURE, 0, "usage: %s INTERFACE", argv[0]); 32 char* interface = argv[1]; local 34 err(errno, "dhcptool %s: ifc_init failed", interface); 39 int rc = do_dhcp(interface); 41 err(errno, "dhcptool %s: do_dhcp failed", interface);
|
/external/clang/test/Modules/Inputs/ |
category_right_sub.h | 1 @interface Foo(RightSub) <P2> 5 @interface Foo() { 16 @interface Foo(LeftP4) <P4>
|
/system/core/libunwindstack/tests/ |
ElfInterfaceArmTest.cpp | 45 ElfInterfaceArmFake interface(&memory_); 49 ASSERT_TRUE(interface.GetPrel31Addr(0x1000, &value)); 53 ASSERT_TRUE(interface.GetPrel31Addr(0x1000, &value)); 57 ASSERT_TRUE(interface.GetPrel31Addr(0x1000, &value)); 62 ElfInterfaceArmFake interface(&memory_); 63 interface.FakeSetStartOffset(0); 64 interface.FakeSetTotalEntries(10); 67 ASSERT_FALSE(interface.FindEntry(0x1000, &entry_offset)); 71 ElfInterfaceArmFake interface(&memory_); 72 interface.FakeSetStartOffset(0x100) [all...] |
/system/netd/server/ |
InterfaceController.h | 37 static int setEnableIPv6(const char *interface, const int on); 38 static android::netdutils::Status setIPv6AddrGenMode(const std::string& interface, int mode); 39 static int setAcceptIPv6Ra(const char *interface, const int on); 40 static int setAcceptIPv6Dad(const char *interface, const int on); 41 static int setIPv6DadTransmits(const char *interface, const char *value); 42 static int setIPv6PrivacyExtensions(const char *interface, const int on); 43 static int setMtu(const char *interface, const char *mtu); 44 static int addAddress(const char *interface, const char *addrString, int prefixLength); 45 static int delAddress(const char *interface, const char *addrString, int prefixLength); 48 // /proc/sys/net/<family>/<which>/<interface>/<parameter [all...] |