/external/webrtc/talk/app/webrtc/objc/ |
RTCICEServer+Internal.h | 32 @interface RTCICEServer (Internal)
|
RTCMediaConstraints+Internal.h | 34 @interface RTCMediaConstraints (Internal)
|
RTCPeerConnectionFactory+Internal.h | 33 @interface RTCPeerConnectionFactory ()
|
RTCPeerConnectionInterface+Internal.h | 32 @interface RTCConfiguration ()
|
RTCVideoSource+Internal.h | 32 @interface RTCVideoSource (Internal)
|
RTCVideoTrack+Internal.h | 35 @interface RTCVideoTrack (Internal)
|
/external/webrtc/webrtc/api/objc/ |
RTCIceServer+Private.h | 17 @interface RTCIceServer ()
|
RTCVideoFrame+Private.h | 17 @interface RTCVideoFrame ()
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
ARDSignalingMessage.h | 23 @interface ARDSignalingMessage : NSObject 32 @interface ARDICECandidateMessage : ARDSignalingMessage 40 @interface ARDSessionDescriptionMessage : ARDSignalingMessage 48 @interface ARDByeMessage : ARDSignalingMessage
|
/hardware/qcom/display/msm8909/sdm/include/private/ |
extension_interface.h | 50 typedef DisplayError (*CreateExtensionInterface)(uint16_t version, ExtensionInterface **interface); 51 typedef DisplayError (*DestroyExtensionInterface)(ExtensionInterface *interface); 60 PartialUpdateInterface **interface) = 0; 61 virtual DisplayError DestroyPartialUpdate(PartialUpdateInterface *interface) = 0; 68 StrategyInterface **interface) = 0; 69 virtual DisplayError DestroyStrategyExtn(StrategyInterface *interface) = 0; 74 ResourceInterface **interface) = 0; 75 virtual DisplayError DestroyResourceExtn(ResourceInterface *interface) = 0; 78 virtual DisplayError DestroyDppsControlExtn(DppsControlInterface *interface) = 0;
|
/hardware/qcom/display/msm8909w_3100/sdm/include/private/ |
extension_interface.h | 50 typedef DisplayError (*CreateExtensionInterface)(uint16_t version, ExtensionInterface **interface); 51 typedef DisplayError (*DestroyExtensionInterface)(ExtensionInterface *interface); 60 PartialUpdateInterface **interface) = 0; 61 virtual DisplayError DestroyPartialUpdate(PartialUpdateInterface *interface) = 0; 68 StrategyInterface **interface) = 0; 69 virtual DisplayError DestroyStrategyExtn(StrategyInterface *interface) = 0; 74 ResourceInterface **interface) = 0; 75 virtual DisplayError DestroyResourceExtn(ResourceInterface *interface) = 0; 78 virtual DisplayError DestroyDppsControlExtn(DppsControlInterface *interface) = 0;
|
/hardware/qcom/display/msm8998/sdm/include/private/ |
extension_interface.h | 50 typedef DisplayError (*CreateExtensionInterface)(uint16_t version, ExtensionInterface **interface); 51 typedef DisplayError (*DestroyExtensionInterface)(ExtensionInterface *interface); 60 PartialUpdateInterface **interface) = 0; 61 virtual DisplayError DestroyPartialUpdate(PartialUpdateInterface *interface) = 0; 68 StrategyInterface **interface) = 0; 69 virtual DisplayError DestroyStrategyExtn(StrategyInterface *interface) = 0; 72 ResourceInterface **interface, 75 virtual DisplayError DestroyResourceExtn(ResourceInterface *interface) = 0; 78 virtual DisplayError DestroyDppsControlExtn(DppsControlInterface *interface) = 0;
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue19359.go | 11 func set(m map[interface{}]interface{}, key interface{}) (err error) { 21 func del(m map[interface{}]interface{}, key interface{}) (err error) { 32 m := make(map[interface{}]interface{})
|
issue7214.go | 7 // Issue 7214: No duplicate key error for maps with interface{} key type 11 var _ = map[interface{}]int{2: 1, 2: 1} // ERROR "duplicate key" 12 var _ = map[interface{}]int{int(2): 1, int16(2): 1} 13 var _ = map[interface{}]int{int16(2): 1, int16(2): 1} // ERROR "duplicate key" 17 var _ = map[interface{}]int{"a": 1, "a": 1} // ERROR "duplicate key" 18 var _ = map[interface{}]int{"a": 1, S("a"): 1} 19 var _ = map[interface{}]int{S("a"): 1, S("a"): 1} // ERROR "duplicate key" 21 type I interface {
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue19359.go | 11 func set(m map[interface{}]interface{}, key interface{}) (err error) { 21 func del(m map[interface{}]interface{}, key interface{}) (err error) { 32 m := make(map[interface{}]interface{})
|
issue7214.go | 7 // Issue 7214: No duplicate key error for maps with interface{} key type 11 var _ = map[interface{}]int{2: 1, 2: 1} // ERROR "duplicate key" 12 var _ = map[interface{}]int{int(2): 1, int16(2): 1} 13 var _ = map[interface{}]int{int16(2): 1, int16(2): 1} // ERROR "duplicate key" 17 var _ = map[interface{}]int{"a": 1, "a": 1} // ERROR "duplicate key" 18 var _ = map[interface{}]int{"a": 1, S("a"): 1} 19 var _ = map[interface{}]int{S("a"): 1, S("a"): 1} // ERROR "duplicate key" 21 type I interface {
|
/system/netd/server/ |
VirtualNetwork.cpp | 72 for (const std::string& interface : mInterfaces) { 73 if (int ret = RouteController::addUsersToVirtualNetwork(mNetId, interface.c_str(), mSecure, 75 ALOGE("failed to add users on interface %s of netId %u", interface.c_str(), mNetId); 87 for (const std::string& interface : mInterfaces) { 88 if (int ret = RouteController::removeUsersFromVirtualNetwork(mNetId, interface.c_str(), 90 ALOGE("failed to remove users on interface %s of netId %u", interface.c_str(), mNetId); 102 int VirtualNetwork::addInterface(const std::string& interface) { 103 if (hasInterface(interface)) { [all...] |
RouteController.h | 36 INTERFACE, // Compute the table number based on the interface index. 48 // Returns an ifindex given the interface name, by looking up in sInterfaceToTable. 51 // We do this instead of calling if_nametoindex because the same interface name can 52 // correspond to different interface indices over time. This way, even if the interface 55 static uint32_t getIfIndex(const char* interface); 57 static int addInterfaceToLocalNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT; 59 const char* interface) WARN_UNUSED_RESULT; 61 static int addInterfaceToPhysicalNetwork(unsigned netId, const char* interface, [all...] |
/system/tools/aidl/ |
generate_cpp_unittest.cpp | 45 interface IComplexTypeInterface { 1341 unique_ptr<AidlInterface> interface = Parse(); local 1348 unique_ptr<AidlInterface> interface = Parse(); local 1355 unique_ptr<AidlInterface> interface = Parse(); local 1363 unique_ptr<AidlInterface> interface = Parse(); local 1370 unique_ptr<AidlInterface> interface = Parse(); local 1377 unique_ptr<AidlInterface> interface = Parse(); local 1385 unique_ptr<AidlInterface> interface = Parse(); local 1392 unique_ptr<AidlInterface> interface = Parse(); local 1430 const unique_ptr<AidlInterface> interface = Parse(); local 1437 const unique_ptr<AidlInterface> interface = Parse(); local 1454 const unique_ptr<AidlInterface> interface = Parse(); local [all...] |
/art/test/121-modifiers/smali/ |
Inf.smali | 17 .class public interface abstract LInf;
|
/art/test/972-iface-super-multidex/smali-multidex/ |
conflictinterface.smali | 17 .class public abstract interface LConflictInterface; 22 # public interface ConflictInterface extends OneConflict, TwoConflict {
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRToken+DebuggerSupport.h | 37 @interface ANTLRCommonToken(DebuggerSupport)
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRToken+DebuggerSupport.h | 37 @interface ANTLRCommonToken(DebuggerSupport)
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRToken+DebuggerSupport.h | 37 @interface ANTLRCommonToken(DebuggerSupport)
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRToken+DebuggerSupport.h | 37 @interface ANTLRCommonToken(DebuggerSupport)
|