/external/lldb/test/lang/objc/foundation/ |
my-base.h | 1 @interface MyBase : NSObject
|
/external/wpa_supplicant_8/hostapd/ |
ctrl_iface.h | 2 * hostapd / UNIX domain socket -based control interface 15 int hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface); 16 void hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface); 28 hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) 34 hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface)
|
/system/netd/server/ |
InterfaceController.h | 24 int setEnableIPv6(const char *interface, const int on); 25 int setIPv6PrivacyExtensions(const char *interface, const int on); 26 int setMtu(const char *interface, const char *mtu); 29 int writeIPv6ProcPath(const char *interface, const char *setting, const char *value);
|
VirtualNetwork.cpp | 44 for (const std::string& interface : mInterfaces) { 45 if (int ret = RouteController::addUsersToVirtualNetwork(mNetId, interface.c_str(), mSecure, 47 ALOGE("failed to add users on interface %s of netId %u", interface.c_str(), mNetId); 56 for (const std::string& interface : mInterfaces) { 57 if (int ret = RouteController::removeUsersFromVirtualNetwork(mNetId, interface.c_str(), 59 ALOGE("failed to remove users on interface %s of netId %u", interface.c_str(), mNetId); 71 int VirtualNetwork::addInterface(const std::string& interface) { 72 if (hasInterface(interface)) { [all...] |
RouteController.h | 31 INTERFACE, // Compute the table number based on the interface index. 41 static int addInterfaceToLocalNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT; 43 const char* interface) WARN_UNUSED_RESULT; 45 static int addInterfaceToPhysicalNetwork(unsigned netId, const char* interface, 47 static int removeInterfaceFromPhysicalNetwork(unsigned netId, const char* interface, 50 static int addInterfaceToVirtualNetwork(unsigned netId, const char* interface, bool secure, 52 static int removeInterfaceFromVirtualNetwork(unsigned netId, const char* interface, bool secure, 55 static int modifyPhysicalNetworkPermission(unsigned netId, const char* interface, 59 static int addUsersToVirtualNetwork(unsigned netId, const char* interface, bool secure [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLRTests/ |
ANTLRTests.h | 12 @interface ANTLRTests : SenTestCase {
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/recognizer/ |
ANTLRRecognizerTest.h | 12 @interface ANTLRRecognizerTest : SenTestCase {
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ |
ANTLRCommonErrorNodeTest.h | 12 @interface ANTLRCommonErrorNodeTest : SenTestCase {
|
ANTLRCommonTreeAdaptorTest.h | 12 @interface ANTLRCommonTreeAdaptorTest : SenTestCase {
|
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
constrained_window_custom_window.h | 22 @interface ConstrainedWindowCustomWindow : ChromeEventProcessingWindow 30 @interface ConstrainedWindowCustomWindowContentView : NSView
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_show_all_button.h | 9 @interface DownloadShowAllButton : NSButton
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_popup_separator_view.h | 13 @interface OmniboxPopupTopSeparatorView : BackgroundGradientView { 21 @interface OmniboxPopupBottomSeparatorView : NSView {
|
/external/chromium_org/chrome/browser/ui/cocoa/profiles/ |
avatar_label_button.h | 12 @interface AvatarLabelButton : NSButton 16 @interface AvatarLabelButtonCell : NSButtonCell
|
/external/chromium_org/remoting/host/installer/mac/uninstaller/ |
remoting_uninstaller.h | 7 @interface RemotingUninstaller : NSObject {
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
RTCI420Frame+Internal.h | 32 @interface RTCI420Frame (Internal)
|
RTCStatsReport+Internal.h | 32 @interface RTCStatsReport (Internal)
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/ |
RTCAudioSource.h | 32 @interface RTCAudioSource : RTCMediaSource
|
RTCAudioTrack.h | 31 @interface RTCAudioTrack : RTCMediaStreamTrack
|
RTCVideoSource.h | 31 @interface RTCVideoSource : RTCMediaSource
|
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/ios/ |
APPRTCAppDelegate.h | 33 @interface APPRTCAppDelegate : NSObject<UIApplicationDelegate>
|
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/ |
APPRTCAppDelegate.h | 30 @interface APPRTCAppDelegate : NSObject<NSApplicationDelegate>
|
/external/chromium_org/tools/gyp/test/mac/framework-headers/ |
myframework.h | 7 @interface TestObject : NSObject
|
/external/chromium_org/tools/gyp/test/mac/xctest/ |
MyClass.h | 7 @interface MyClass : NSObject
|
/external/clang/test/Index/Inputs/ |
objc.h | 1 @interface Base { 9 @interface Sub : Base
|
/external/clang/test/Index/ |
boxed-exprs.h | 2 @interface NSString @end 4 @interface NSString (NSStringExtensionMethods)
|